Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_hw.h273 u64 tsctfc; member
H A Digc_ethtool.c51 IGC_STAT("tx_tcp_seg_failed", stats.tsctfc),
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ethtool.c58 {"tx_tcp_seg_failed", IXGB_STAT(stats.tsctfc)},
324 *reg++ = IXGB_GET_STAT(adapter, tsctfc); /* 123 */ in ixgb_get_regs()
H A Dixgb_hw.h721 u64 tsctfc; member
H A Dixgb_main.c1664 adapter->stats.tsctfc += IXGB_READ_REG(&adapter->hw, TSCTFC); in ixgb_update_stats()
/OK3568_Linux_fs/kernel/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.c6704 adapter->stats.tsctfc += rd32(E1000_TSCTFC); in igb_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dhw.h413 u64 tsctfc; member
H A Dethtool.c79 E1000_STAT("tx_tcp_seg_failed", stats.tsctfc),
H A Dnetdev.c4999 adapter->stats.tsctfc += er32(TSCTFC); in e1000e_update_stats()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1032 uint64_t tsctfc; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1312 u64 tsctfc; member
H A De1000_ethtool.c61 { "tx_tcp_seg_failed", E1000_STAT(stats.tsctfc) },
H A De1000_main.c3680 adapter->stats.tsctfc += er32(TSCTFC); in e1000_update_stats()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c487 {"tx_tso_errors", offsetof(struct e1000_hw_stats, tsctfc)},
2047 stats->tsctfc += E1000_READ_REG(hw, E1000_TSCTFC); in igb_read_stats_registers()