Home
last modified time | relevance | path

Searched refs:gptc (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.h139 u64 gptc; member
H A Dethtool.c29 { "tx_packets", IGBVF_STAT(stats.gptc, stats.base_gptc) },
H A Dnetdev.c1856 UPDATE_VF_COUNTER(VFGPTC, gptc); in igbvf_update_stats()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h237 u64 gptc; member
H A Digc_ethtool.c27 IGC_STAT("tx_packets", stats.gptc),
261 regs_buff[59] = adapter->stats.gptc; in igc_ethtool_get_regs()
H A Digc_main.c5085 adapter->stats.gptc += rd32(IGC_GPTC); in igc_update_stats()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h197 u64 gptc; member
H A Digb_ethtool.c34 IGB_STAT("tx_packets", stats.gptc),
582 regs_buff[83] = adapter->stats.gptc; in igb_get_regs()
H A Digb_main.c6761 adapter->stats.gptc += rd32(E1000_GPTC); in igb_update_stats()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c26 WX_STAT("tx_dma_pkts", stats.gptc),
H A Dwx_type.h1001 u64 gptc; member
H A Dwx_hw.c2334 hwstats->gptc += rd32(wx, WX_TDM_PKT_CNT); in wx_update_stats()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h410 u64 gptc; member
H A Dethtool.c46 E1000_STAT("tx_packets", stats.gptc),
H A Dnetdev.c4974 adapter->stats.gptc += er32(GPTC); in e1000e_update_stats()
5980 stats->tx_packets = adapter->stats.gptc; in e1000e_get_stats64()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h203 u64 gptc; member
H A Dixgbe_main.c5587 adapter->vfinfo[i].last_vfstats.gptc = in ixgbe_clear_vf_stats_counters()
5589 adapter->vfinfo[i].saved_rst_vfstats.gptc += in ixgbe_clear_vf_stats_counters()
5590 adapter->vfinfo[i].vfstats.gptc; in ixgbe_clear_vf_stats_counters()
5591 adapter->vfinfo[i].vfstats.gptc = 0; in ixgbe_clear_vf_stats_counters()
7315 hwstats->gptc += IXGBE_READ_REG(hw, IXGBE_GPTC); in ixgbe_update_stats()
7321 hwstats->gptc -= xon_off_tot; in ixgbe_update_stats()
7357 adapter->vfinfo[i].last_vfstats.gptc, in ixgbe_update_stats()
7358 adapter->vfinfo[i].vfstats.gptc); in ixgbe_update_stats()
9121 vf_stats->tx_packets = adapter->vfinfo[vf].vfstats.gptc; in ixgbe_ndo_get_vf_stats()
H A Dixgbe_ethtool.c43 {"tx_pkts_nic", IXGBE_STAT(stats.gptc)},
864 regs_buff[941] = IXGBE_GET_STAT(adapter, gptc); in ixgbe_get_regs()
H A Dixgbe_type.h3342 u64 gptc; member
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1280 u64 gptc; member
H A De1000_ethtool.c28 { "tx_packets", E1000_STAT(stats.gptc) },
H A De1000_main.c3641 adapter->stats.gptc += er32(GPTC); in e1000_update_stats()