Home
last modified time | relevance | path

Searched refs:o2bspc (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_hw.h273 u64 o2bspc; member
Digc_ethtool.c63 IGC_STAT("os2bmc_tx_by_host", stats.o2bspc),
/linux-6.6.21/drivers/net/ethernet/intel/igb/
De1000_hw.h245 u64 o2bspc; member
Digb_ethtool.c70 IGB_STAT("os2bmc_tx_by_host", stats.o2bspc),
683 regs_buff[553] = adapter->stats.o2bspc; in igb_get_regs()
Digb_main.c6867 adapter->stats.o2bspc += rd32(E1000_O2BSPC); in igb_update_stats()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3388 u64 o2bspc; member
Dixgbe_ethtool.c87 {"os2bmc_tx_by_host", IXGBE_STAT(stats.o2bspc)},
Dixgbe_main.c7228 hwstats->o2bspc += IXGBE_READ_REG(hw, IXGBE_O2BSPC); in ixgbe_update_stats()