Home
last modified time | relevance | path

Searched refs:tncrs (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h216 u64 tncrs; member
H A Digc_main.c5299 net_stats->tx_carrier_errors = adapter->stats.tncrs; in igc_update_stats()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h179 u64 tncrs; member
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h392 u64 tncrs; member
H A Dethtool.c65 E1000_STAT("tx_carrier_errors", stats.tncrs),
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3681 adapter->stats.tncrs += er32(TNCRS); in e1000_update_stats()
3711 netdev->stats.tx_carrier_errors = adapter->stats.tncrs; in e1000_update_stats()
3715 adapter->stats.tncrs = 0; in e1000_update_stats()
H A De1000_hw.h1262 u64 tncrs; member
H A De1000_ethtool.c47 { "tx_carrier_errors", E1000_STAT(stats.tncrs) },