Searched refs:gptc (Results 1 – 22 of 22) sorted by relevance
| /drivers/net/ethernet/intel/igbvf/ |
| A D | vf.h | 139 u64 gptc; member
|
| A D | ethtool.c | 29 { "tx_packets", IGBVF_STAT(stats.gptc, stats.base_gptc) },
|
| A D | netdev.c | 1845 UPDATE_VF_COUNTER(VFGPTC, gptc); in igbvf_update_stats()
|
| /drivers/net/ethernet/intel/igc/ |
| A D | igc_hw.h | 236 u64 gptc; member
|
| A D | igc_ethtool.c | 28 IGC_STAT("tx_packets", stats.gptc), 264 regs_buff[59] = adapter->stats.gptc; in igc_ethtool_get_regs()
|
| A D | igc_main.c | 5244 adapter->stats.gptc += rd32(IGC_GPTC); in igc_update_stats()
|
| /drivers/net/ethernet/intel/igb/ |
| A D | e1000_hw.h | 197 u64 gptc; member
|
| A D | igb_ethtool.c | 34 IGB_STAT("tx_packets", stats.gptc), 582 regs_buff[83] = adapter->stats.gptc; in igb_get_regs()
|
| A D | igb_main.c | 6855 adapter->stats.gptc += rd32(E1000_GPTC); in igb_update_stats()
|
| /drivers/net/ethernet/intel/e1000e/ |
| A D | hw.h | 410 u64 gptc; member
|
| A D | ethtool.c | 46 E1000_STAT("tx_packets", stats.gptc),
|
| A D | netdev.c | 5002 adapter->stats.gptc += er32(GPTC); in e1000e_update_stats() 6009 stats->tx_packets = adapter->stats.gptc; in e1000e_get_stats64()
|
| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_ethtool.c | 26 WX_STAT("tx_dma_pkts", stats.gptc),
|
| A D | wx_type.h | 1129 u64 gptc; member
|
| A D | wx_hw.c | 2761 hwstats->gptc += rd32(wx, WX_TDM_PKT_CNT); in wx_update_stats()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe.h | 207 u64 gptc; member
|
| A D | ixgbe_main.c | 6105 adapter->vfinfo[i].last_vfstats.gptc = in ixgbe_clear_vf_stats_counters() 6107 adapter->vfinfo[i].saved_rst_vfstats.gptc += in ixgbe_clear_vf_stats_counters() 6108 adapter->vfinfo[i].vfstats.gptc; in ixgbe_clear_vf_stats_counters() 6109 adapter->vfinfo[i].vfstats.gptc = 0; in ixgbe_clear_vf_stats_counters() 7857 hwstats->gptc += IXGBE_READ_REG(hw, IXGBE_GPTC); in ixgbe_update_stats() 7863 hwstats->gptc -= xon_off_tot; in ixgbe_update_stats() 7899 adapter->vfinfo[i].last_vfstats.gptc, in ixgbe_update_stats() 7900 adapter->vfinfo[i].vfstats.gptc); in ixgbe_update_stats() 9749 vf_stats->tx_packets = adapter->vfinfo[vf].vfstats.gptc; in ixgbe_ndo_get_vf_stats()
|
| A D | ixgbe_ethtool.c | 43 {"tx_pkts_nic", IXGBE_STAT(stats.gptc)}, 906 regs_buff[941] = IXGBE_GET_STAT(adapter, gptc); in ixgbe_get_regs()
|
| A D | ixgbe_type.h | 3419 u64 gptc; member
|
| /drivers/net/ethernet/intel/e1000/ |
| A D | e1000_ethtool.c | 28 { "tx_packets", E1000_STAT(stats.gptc) },
|
| A D | e1000_hw.h | 1280 u64 gptc; member
|
| A D | e1000_main.c | 3648 adapter->stats.gptc += er32(GPTC); in e1000_update_stats()
|
Completed in 199 milliseconds