Home
last modified time | relevance | path

Searched refs:pxoffrxc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c578 pfc->requests[i] = adapter->stats.pxoffrxc[i]; in ixgbe_dcbnl_ieee_getpfc()
H A Dixgbe_ethtool.c122 sizeof(((struct ixgbe_adapter *)0)->stats.pxoffrxc) + \
855 regs_buff[924 + i] = IXGBE_GET_STAT(adapter, pxoffrxc[i]); in ixgbe_get_regs()
1366 data[i++] = adapter->stats.pxoffrxc[j]; in ixgbe_get_ethtool_stats()
H A Dixgbe_main.c976 u32 pxoffrxc; in ixgbe_update_xoff_received() local
980 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i)); in ixgbe_update_xoff_received()
983 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i)); in ixgbe_update_xoff_received()
985 hwstats->pxoffrxc[i] += pxoffrxc; in ixgbe_update_xoff_received()
988 xoff[tc] += pxoffrxc; in ixgbe_update_xoff_received()
H A Dixgbe_type.h3322 u64 pxoffrxc[8]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c576 pfc->requests[i] = adapter->stats.pxoffrxc[i]; in ixgbe_dcbnl_ieee_getpfc()
H A Dixgbe_ethtool.c120 sizeof(((struct ixgbe_adapter *)0)->stats.pxoffrxc) + \
852 regs_buff[924 + i] = IXGBE_GET_STAT(adapter, pxoffrxc[i]); in ixgbe_get_regs()
1403 data[i++] = adapter->stats.pxoffrxc[j]; in ixgbe_get_ethtool_stats()
H A Dixgbe_main.c980 u32 pxoffrxc; in ixgbe_update_xoff_received() local
984 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i)); in ixgbe_update_xoff_received()
987 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i)); in ixgbe_update_xoff_received()
989 hwstats->pxoffrxc[i] += pxoffrxc; in ixgbe_update_xoff_received()
992 xoff[tc] += pxoffrxc; in ixgbe_update_xoff_received()
H A Dixgbe_type.h3330 u64 pxoffrxc[8]; member

Completed in 61 milliseconds