Home
last modified time | relevance | path

Searched refs:pxoffrxc (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c576 pfc->requests[i] = adapter->stats.pxoffrxc[i]; in ixgbe_dcbnl_ieee_getpfc()
Dixgbe_ethtool.c120 sizeof(((struct ixgbe_adapter *)0)->stats.pxoffrxc) + \
854 regs_buff[924 + i] = IXGBE_GET_STAT(adapter, pxoffrxc[i]); in ixgbe_get_regs()
1405 data[i++] = adapter->stats.pxoffrxc[j]; in ixgbe_get_ethtool_stats()
Dixgbe_main.c979 u32 pxoffrxc; in ixgbe_update_xoff_received() local
983 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i)); in ixgbe_update_xoff_received()
986 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i)); in ixgbe_update_xoff_received()
988 hwstats->pxoffrxc[i] += pxoffrxc; in ixgbe_update_xoff_received()
991 xoff[tc] += pxoffrxc; in ixgbe_update_xoff_received()
Dixgbe_type.h3332 u64 pxoffrxc[8]; member