Searched refs:gotc (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | vf.h | 141 u64 gotc; member
|
| H A D | netdev.c | 1845 UPDATE_VF_COUNTER(VFGOTC, gotc); in igbvf_update_stats()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 199 u64 gotc; member
|
| H A D | igb_ethtool.c | 36 IGB_STAT("tx_bytes", stats.gotc), 584 regs_buff[86] = adapter->stats.gotc; in igb_get_regs()
|
| H A D | igb_main.c | 6852 adapter->stats.gotc += rd32(E1000_GOTCL); in igb_update_stats()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 412 u64 gotc; member
|
| H A D | netdev.c | 5000 adapter->stats.gotc += er32(GOTCL); in e1000e_update_stats() 5370 adapter->gotc = adapter->stats.gotc - adapter->gotc_old; in e1000_watchdog_task() 5371 adapter->gotc_old = adapter->stats.gotc; in e1000_watchdog_task() 5397 u32 goc = (adapter->gotc + adapter->gorc) / 10000; in e1000_watchdog_task() 5398 u32 dif = (adapter->gotc > adapter->gorc ? in e1000_watchdog_task() 5399 adapter->gotc - adapter->gorc : in e1000_watchdog_task() 5400 adapter->gorc - adapter->gotc) / 10000; in e1000_watchdog_task() 6005 stats->tx_bytes = adapter->stats.gotc; in e1000e_get_stats64()
|
| H A D | ethtool.c | 50 E1000_STAT("tx_bytes", stats.gotc),
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe.h | 208 u64 gotc; member
|
| H A D | ixgbe_main.c | 6114 adapter->vfinfo[i].last_vfstats.gotc = in ixgbe_clear_vf_stats_counters() 6116 adapter->vfinfo[i].saved_rst_vfstats.gotc += in ixgbe_clear_vf_stats_counters() 6117 adapter->vfinfo[i].vfstats.gotc; in ixgbe_clear_vf_stats_counters() 6118 adapter->vfinfo[i].vfstats.gotc = 0; in ixgbe_clear_vf_stats_counters() 7791 hwstats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCH); in ixgbe_update_stats() 7811 hwstats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCL); in ixgbe_update_stats() 7869 hwstats->gotc -= (xon_off_tot * (ETH_ZLEN + ETH_FCS_LEN)); in ixgbe_update_stats() 7911 adapter->vfinfo[i].last_vfstats.gotc, in ixgbe_update_stats() 7912 adapter->vfinfo[i].vfstats.gotc); in ixgbe_update_stats() 9744 vf_stats->tx_bytes = adapter->vfinfo[vf].vfstats.gotc; in ixgbe_ndo_get_vf_stats()
|
| H A D | ixgbe_ethtool.c | 45 {"tx_bytes_nic", IXGBE_STAT(stats.gotc)}, 911 regs_buff[944] = (u32)IXGBE_GET_STAT(adapter, gotc); in ixgbe_get_regs() 912 regs_buff[945] = (u32)(IXGBE_GET_STAT(adapter, gotc) >> 32); in ixgbe_get_regs()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 30 IGC_STAT("tx_bytes", stats.gotc), 266 regs_buff[61] = adapter->stats.gotc; in igc_ethtool_get_regs()
|
| H A D | igc_main.c | 5243 adapter->stats.gotc += rd32(IGC_GOTCL); in igc_update_stats()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_type.h | 1161 u64 gotc; member
|
| H A D | wx_hw.c | 2885 hwstats->gotc += rd64(wx, WX_TDM_BYTE_CNT_LSB); in wx_update_stats()
|