Searched refs:o2bgptc (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_hw.h | 272 u64 o2bgptc; member
|
H A D | igc_ethtool.c | 61 IGC_STAT("os2bmc_rx_by_bmc", stats.o2bgptc),
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 244 u64 o2bgptc; member
|
H A D | igb_ethtool.c | 68 IGB_STAT("os2bmc_rx_by_bmc", stats.o2bgptc), 681 regs_buff[551] = adapter->stats.o2bgptc; in igb_get_regs()
|
H A D | igb_main.c | 6846 adapter->stats.o2bgptc += rd32(E1000_O2BGPTC); in igb_update_stats()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_ethtool.c | 33 WX_STAT("os2bmc_rx_by_bmc", stats.o2bgptc),
|
H A D | wx_type.h | 1015 u64 o2bgptc; member
|
H A D | wx_hw.c | 2350 hwstats->o2bgptc += rd32(wx, WX_TDM_OS2BMC_CNT); in wx_update_stats()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 3389 u64 o2bgptc; member
|
H A D | ixgbe_ethtool.c | 85 {"os2bmc_rx_by_bmc", IXGBE_STAT(stats.o2bgptc)},
|
H A D | ixgbe_main.c | 7254 hwstats->o2bgptc += IXGBE_READ_REG(hw, IXGBE_O2BGPTC); in ixgbe_update_stats()
|