Searched refs:tx_errors (Results 226 - 250 of 391) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/atheros/alx/
H A Dmain.c1682 net_stats->tx_errors = hw_stats->tx_late_col +
1691 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c2501 ndev->stats.tx_errors++;
2503 stats->tx_errors++;
H A Dwil6210.h570 unsigned long tx_errors; member in struct:wil_net_stats
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1564 net_stats->tx_errors = hw_stats->tx_late_col +
1574 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors;
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_core.c1019 tx_stats->tx_errors++;
1030 tx_stats->tx_errors++;
/linux-master/drivers/net/ethernet/toshiba/
H A Dtc35815.c1205 dev->stats.tx_errors++;
1684 dev->stats.tx_errors++;
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c1745 dev->stats.tx_errors++;
1942 dev->stats.tx_errors++;
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1924 stats->tx_errors = ndev->stats.tx_errors;
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1183 net_stats->tx_errors = hw_stats->tx_late_col +
1193 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors;
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c2264 netdev->stats.tx_errors = stats->tx_errors;
/linux-master/drivers/net/usb/
H A Dhso.c804 net->stats.tx_errors++;
835 net->stats.tx_errors++;
H A Dusbnet.c822 net->stats.rx_errors, net->stats.tx_errors);
1258 dev->net->stats.tx_errors++;
/linux-master/drivers/net/can/m_can/
H A Dm_can.c484 net->stats.tx_errors++;
896 stats->tx_errors++;
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c893 net_stats->tx_errors = stats->tx.tx_errors;
/linux-master/drivers/s390/net/
H A Dlcs.c1524 card->stats.tx_errors++;
1530 card->stats.tx_errors++;
/linux-master/net/ipv6/
H A Dip6_gre.c930 DEV_STATS_INC(dev, tx_errors);
1095 DEV_STATS_INC(dev, tx_errors);
/linux-master/drivers/net/ethernet/silan/
H A Dsc92031.c674 dev->stats.tx_errors++;
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c312 ns->tx_errors = pstats->TxLateCollisions + pstats->TxLengthErrors +
331 /* detailed tx_errors */
/linux-master/drivers/net/ethernet/3com/
H A D3c509.c692 dev->stats.tx_errors++;
H A D3c515.c986 dev->stats.tx_errors++;
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c787 s->tx_errors = pstats->txframecount_gb - pstats->txframecount_g;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c854 stats->tx_errors = nic_tx_stats.tx_dropped;
/linux-master/drivers/net/ethernet/rdc/
H A Dr6040.c431 dev->stats.tx_errors++;
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c516 stats->tx_errors = port_stats->mac_trans_error;
/linux-master/drivers/net/can/usb/
H A Desd_usb.c469 stats->tx_errors++;

Completed in 323 milliseconds

1234567891011>>