Searched refs:tx_errors (Results 351 - 375 of 390) sorted by relevance

<<111213141516

/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c81 IGC_NETDEV_STAT(tx_errors),
/linux-master/drivers/net/usb/
H A Dlan78xx.c3202 net->stats.rx_errors, net->stats.tx_errors);
3265 dev->net->stats.tx_errors += entry->num_of_packet;
H A Dr8152.c792 __le64 tx_errors; member in struct:tally_counter
1930 stats->tx_errors += agg->skb_num;
8866 "tx_errors",
8904 data[2] = le64_to_cpu(tally.tx_errors);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c2320 DEV_STATS_INC(dev, tx_errors);
2597 DEV_STATS_INC(dev, tx_errors);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5013 netdev->stats.tx_errors = adapter->stats.ecol + adapter->stats.latecol;
5998 stats->tx_errors = adapter->stats.ecol + adapter->stats.latecol;
/linux-master/net/core/
H A Drtnetlink.c912 a->tx_errors = b->tx_errors;
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h2872 u64 tx_errors; member in struct:rx_pkt_hdr0::tx_ring_info
/linux-master/drivers/net/ethernet/3com/
H A D3c59x.c1911 dev->stats.tx_errors++;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c2104 /* detailed tx_errors */
2109 lstats->tx_errors = lstats->tx_aborted_errors +
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c1822 core_stats->tx_errors = stats[EF10_STAT_tx_bad];
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c50 {"tx_errors", IXGBE_NETDEV_STAT(tx_errors)},
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c1934 stats->tx_errors++;
2491 /* detailed tx_errors */
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c1503 ns->tx_errors = pstats->tx_underrun;
1516 /* detailed tx_errors */
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c2433 stats->tx_errors = mac_stats->tx_fcs_error +
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3702 netdev->stats.tx_errors = adapter->stats.txerrc;
/linux-master/drivers/net/ethernet/intel/
H A De100.c1622 ns->tx_errors += le32_to_cpu(s->tx_max_collisions) +
2675 "tx_errors", "rx_dropped", "tx_dropped", "multicast", "collisions",
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c3218 stats->tx_errors = lan743x_csr_read(adapter, STAT_TX_FCS_ERRORS) +
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c421 { "tx_errors" },
11959 ESTAT_ADD(tx_errors);
12006 stats->tx_errors = old_stats->tx_errors +
12007 get_stat64(&hw_stats->tx_errors) +
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c84 IGB_NETDEV_STAT(tx_errors),
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c2880 stats->tx_errors = 0;
/linux-master/drivers/net/ethernet/renesas/
H A Dsh_eth.c2467 /* tx_errors count up */
2468 ndev->stats.tx_errors++;
H A Dravb_main.c1952 /* tx_errors count up */
1953 ndev->stats.tx_errors++;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c521 sinfo->tx_failed = stats->tx_errors;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1271 ns->tx_errors = ns->tx_aborted_errors;
/linux-master/include/linux/
H A Dnetdevice.h194 NET_DEV_STAT(tx_errors);

Completed in 811 milliseconds

<<111213141516