Searched refs:gptc (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 161 u64 gptc; member
|
D | ethtool.c | 52 { "tx_packets", IGBVF_STAT(stats.gptc, stats.base_gptc) },
|
D | netdev.c | 1793 UPDATE_VF_COUNTER(VFGPTC, gptc); in igbvf_update_stats()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 215 u64 gptc; member
|
D | igb_ethtool.c | 54 IGB_STAT("tx_packets", stats.gptc), 567 regs_buff[83] = adapter->stats.gptc; in igb_get_regs()
|
D | igb_main.c | 5308 adapter->stats.gptc += rd32(E1000_GPTC); in igb_update_stats()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 370 u64 gptc; member
|
D | ethtool.c | 57 E1000_STAT("tx_packets", stats.gptc),
|
D | netdev.c | 4734 adapter->stats.gptc += er32(GPTC); in e1000e_update_stats() 5745 stats->tx_packets = adapter->stats.gptc; in e1000e_get_stats64()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 70 {"tx_pkts_nic", IXGBE_STAT(stats.gptc)}, 686 regs_buff[941] = IXGBE_GET_STAT(adapter, gptc); in ixgbe_get_regs()
|
D | ixgbe_type.h | 2945 u64 gptc; member
|
D | ixgbe_main.c | 6119 hwstats->gptc += IXGBE_READ_REG(hw, IXGBE_GPTC); in ixgbe_update_stats() 6125 hwstats->gptc -= xon_off_tot; in ixgbe_update_stats()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 1308 u64 gptc; member
|
D | e1000_ethtool.c | 48 { "tx_packets", E1000_STAT(stats.gptc) },
|
D | e1000_main.c | 3661 adapter->stats.gptc += er32(GPTC); in e1000_update_stats()
|