Home
last modified time | relevance | path

Searched refs:gorc (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c30 { "rx_bytes", IGBVF_STAT(stats.gorc, stats.base_gorc) },
37 { "rx_long_byte_count", IGBVF_STAT(stats.gorc, stats.base_gorc) },
H A Dvf.h140 u64 gorc; member
H A Dnetdev.c1844 UPDATE_VF_COUNTER(VFGORC, gorc); in igbvf_update_stats()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h237 u64 gorc; member
H A Digc_main.c5214 adapter->stats.gorc += rd32(IGC_GORCL); in igc_update_stats()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h198 u64 gorc; member
/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h268 u32 gorc; member
H A Dhw.h411 u64 gorc; member
H A Dethtool.c47 E1000_STAT("rx_bytes", stats.gorc),
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c27 WX_STAT("rx_dma_bytes", stats.gorc),
H A Dwx_hw.c2762 hwstats->gorc += rd64(wx, WX_RDM_BYTE_CNT_LSB); in wx_update_stats()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h206 u64 gorc; member
H A Dixgbe_ethtool.c44 {"rx_bytes_nic", IXGBE_STAT(stats.gorc)},
907 regs_buff[942] = (u32)IXGBE_GET_STAT(adapter, gorc); in ixgbe_get_regs()
908 regs_buff[943] = (u32)(IXGBE_GET_STAT(adapter, gorc) >> 32); in ixgbe_get_regs()
H A Dixgbe_type.h3420 u64 gorc; member