Searched refs:b2ospc (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/igc/ |
D | igc_hw.h | 274 u64 b2ospc; member
|
D | igc_ethtool.c | 62 IGC_STAT("os2bmc_tx_by_bmc", stats.b2ospc),
|
/linux-6.12.1/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 246 u64 b2ospc; member
|
D | igb_ethtool.c | 69 IGB_STAT("os2bmc_tx_by_bmc", stats.b2ospc), 682 regs_buff[552] = adapter->stats.b2ospc; in igb_get_regs()
|
D | igb_main.c | 6848 adapter->stats.b2ospc += rd32(E1000_B2OSPC); in igb_update_stats()
|
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/ |
D | wx_ethtool.c | 34 WX_STAT("os2bmc_tx_by_bmc", stats.b2ospc),
|
D | wx_type.h | 1016 u64 b2ospc; member
|
D | wx_hw.c | 2351 hwstats->b2ospc += rd32(wx, WX_MNG_BMC2OS_CNT); in wx_update_stats()
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 3387 u64 b2ospc; member
|
D | ixgbe_ethtool.c | 86 {"os2bmc_tx_by_bmc", IXGBE_STAT(stats.b2ospc)},
|
D | ixgbe_main.c | 7256 hwstats->b2ospc += IXGBE_READ_REG(hw, IXGBE_B2OSPC); in ixgbe_update_stats()
|