Searched refs:gptc (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 139 u64 gptc; member
|
D | ethtool.c | 29 { "tx_packets", IGBVF_STAT(stats.gptc, stats.base_gptc) },
|
D | netdev.c | 1854 UPDATE_VF_COUNTER(VFGPTC, gptc); in igbvf_update_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
D | igc_hw.h | 248 u64 gptc; member
|
D | igc_ethtool.c | 27 IGC_STAT("tx_packets", stats.gptc), 241 regs_buff[59] = adapter->stats.gptc; in igc_ethtool_get_regs()
|
D | igc_main.c | 3708 adapter->stats.gptc += rd32(IGC_GPTC); in igc_update_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 197 u64 gptc; member
|
D | igb_ethtool.c | 34 IGB_STAT("tx_packets", stats.gptc), 582 regs_buff[83] = adapter->stats.gptc; in igb_get_regs()
|
D | igb_main.c | 6656 adapter->stats.gptc += rd32(E1000_GPTC); in igb_update_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 389 u64 gptc; member
|
D | ethtool.c | 46 E1000_STAT("tx_packets", stats.gptc),
|
D | netdev.c | 4981 adapter->stats.gptc += er32(GPTC); in e1000e_update_stats() 6013 stats->tx_packets = adapter->stats.gptc; in e1000e_get_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 45 {"tx_pkts_nic", IXGBE_STAT(stats.gptc)}, 865 regs_buff[941] = IXGBE_GET_STAT(adapter, gptc); in ixgbe_get_regs()
|
D | ixgbe_type.h | 3332 u64 gptc; member
|
D | ixgbe_main.c | 7236 hwstats->gptc += IXGBE_READ_REG(hw, IXGBE_GPTC); in ixgbe_update_stats() 7242 hwstats->gptc -= xon_off_tot; in ixgbe_update_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 28 { "tx_packets", E1000_STAT(stats.gptc) },
|
D | e1000_hw.h | 1283 u64 gptc; member
|
D | e1000_main.c | 3644 adapter->stats.gptc += er32(GPTC); in e1000_update_stats()
|