Searched refs:gorc (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | ethtool.c | 30 { "rx_bytes", IGBVF_STAT(stats.gorc, stats.base_gorc) }, 37 { "rx_long_byte_count", IGBVF_STAT(stats.gorc, stats.base_gorc) },
|
H A D | vf.h | 140 u64 gorc; member
|
H A D | netdev.c | 1844 UPDATE_VF_COUNTER(VFGORC, gorc); in igbvf_update_stats()
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_hw.h | 237 u64 gorc; member
|
H A D | igc_main.c | 5214 adapter->stats.gorc += rd32(IGC_GORCL); in igc_update_stats()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 198 u64 gorc; member
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | e1000.h | 268 u32 gorc; member
|
H A D | hw.h | 411 u64 gorc; member
|
H A D | ethtool.c | 47 E1000_STAT("rx_bytes", stats.gorc),
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_ethtool.c | 27 WX_STAT("rx_dma_bytes", stats.gorc),
|
H A D | wx_hw.c | 2762 hwstats->gorc += rd64(wx, WX_RDM_BYTE_CNT_LSB); in wx_update_stats()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | 206 u64 gorc; member
|
H A D | ixgbe_ethtool.c | 44 {"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 D | ixgbe_type.h | 3420 u64 gorc; member
|