Searched refs:tsctfc (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/ |
| H A D | igc_hw.h | 273 u64 tsctfc; member
|
| H A D | igc_ethtool.c | 51 IGC_STAT("tx_tcp_seg_failed", stats.tsctfc),
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/ |
| H A D | ixgb_ethtool.c | 58 {"tx_tcp_seg_failed", IXGB_STAT(stats.tsctfc)}, 324 *reg++ = IXGB_GET_STAT(adapter, tsctfc); /* 123 */ in ixgb_get_regs()
|
| H A D | ixgb_hw.h | 721 u64 tsctfc; member
|
| H A D | ixgb_main.c | 1664 adapter->stats.tsctfc += IXGB_READ_REG(&adapter->hw, TSCTFC); in ixgb_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 221 u64 tsctfc; member
|
| H A D | igb_ethtool.c | 58 IGB_STAT("tx_tcp_seg_failed", stats.tsctfc),
|
| H A D | igb_main.c | 6704 adapter->stats.tsctfc += rd32(E1000_TSCTFC); in igb_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 413 u64 tsctfc; member
|
| H A D | ethtool.c | 79 E1000_STAT("tx_tcp_seg_failed", stats.tsctfc),
|
| H A D | netdev.c | 4999 adapter->stats.tsctfc += er32(TSCTFC); in e1000e_update_stats()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | e1000.h | 1032 uint64_t tsctfc; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.h | 1312 u64 tsctfc; member
|
| H A D | e1000_ethtool.c | 61 { "tx_tcp_seg_failed", E1000_STAT(stats.tsctfc) },
|
| H A D | e1000_main.c | 3680 adapter->stats.tsctfc += er32(TSCTFC); in e1000_update_stats()
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 487 {"tx_tso_errors", offsetof(struct e1000_hw_stats, tsctfc)}, 2047 stats->tsctfc += E1000_READ_REG(hw, E1000_TSCTFC); in igb_read_stats_registers()
|