Searched refs:gptc (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | vf.h | 139 u64 gptc; member
|
H A D | ethtool.c | 29 { "tx_packets", IGBVF_STAT(stats.gptc, stats.base_gptc) },
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 197 u64 gptc; member
|
H A D | igb_ethtool.c | 34 IGB_STAT("tx_packets", stats.gptc), 582 regs_buff[83] = adapter->stats.gptc; in igb_get_regs()
|
H A D | igb_main.c | 6804 adapter->stats.gptc += rd32(E1000_GPTC); in igb_update_stats()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_ethtool.c | 26 WX_STAT("tx_dma_pkts", stats.gptc),
|
H A D | wx_type.h | 1001 u64 gptc; member
|
H A D | wx_hw.c | 2332 hwstats->gptc += rd32(wx, WX_TDM_PKT_CNT); in wx_update_stats()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 410 u64 gptc; member
|
H A D | ethtool.c | 46 E1000_STAT("tx_packets", stats.gptc),
|
H A D | netdev.c | 4979 adapter->stats.gptc += er32(GPTC); in e1000e_update_stats() 5985 stats->tx_packets = adapter->stats.gptc; in e1000e_get_stats64()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 5922 adapter->vfinfo[i].last_vfstats.gptc = in ixgbe_clear_vf_stats_counters() 5924 adapter->vfinfo[i].saved_rst_vfstats.gptc += in ixgbe_clear_vf_stats_counters() 5925 adapter->vfinfo[i].vfstats.gptc; in ixgbe_clear_vf_stats_counters() 5926 adapter->vfinfo[i].vfstats.gptc = 0; in ixgbe_clear_vf_stats_counters() 7674 hwstats->gptc += IXGBE_READ_REG(hw, IXGBE_GPTC); in ixgbe_update_stats() 7680 hwstats->gptc -= xon_off_tot; in ixgbe_update_stats() 7716 adapter->vfinfo[i].last_vfstats.gptc, in ixgbe_update_stats() 7717 adapter->vfinfo[i].vfstats.gptc); in ixgbe_update_stats() 9486 vf_stats->tx_packets = adapter->vfinfo[vf].vfstats.gptc; in ixgbe_ndo_get_vf_stats()
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ethtool.c | 27 IGC_STAT("tx_packets", stats.gptc), 261 regs_buff[59] = adapter->stats.gptc; in igc_ethtool_get_regs()
|
H A D | igc_main.c | 5103 adapter->stats.gptc += rd32(IGC_GPTC); in igc_update_stats()
|
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 1280 u64 gptc; member
|
H A D | e1000_ethtool.c | 28 { "tx_packets", E1000_STAT(stats.gptc) },
|