Home
last modified time | relevance | path

Searched refs:tsctfc (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h261 u64 tsctfc; member
H A Digc_ethtool.c51 IGC_STAT("tx_tcp_seg_failed", stats.tsctfc),
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h221 u64 tsctfc; member
H A Digb_ethtool.c58 IGB_STAT("tx_tcp_seg_failed", stats.tsctfc),
H A Digb_main.c6827 adapter->stats.tsctfc += rd32(E1000_TSCTFC); in igb_update_stats()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h434 u64 tsctfc; member
H A Dethtool.c79 E1000_STAT("tx_tcp_seg_failed", stats.tsctfc),
H A Dnetdev.c4992 adapter->stats.tsctfc += er32(TSCTFC); in e1000e_update_stats()
/openbmc/u-boot/drivers/net/
H A De1000.h1031 uint64_t tsctfc; member
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c61 { "tx_tcp_seg_failed", E1000_STAT(stats.tsctfc) },
H A De1000_hw.h1309 u64 tsctfc; member
H A De1000_main.c3680 adapter->stats.tsctfc += er32(TSCTFC); in e1000_update_stats()