Searched refs:pxoffrxc (Results 1 – 4 of 4) sorted by relevance
576 pfc->requests[i] = adapter->stats.pxoffrxc[i]; in ixgbe_dcbnl_ieee_getpfc()
120 sizeof(((struct ixgbe_adapter *)0)->stats.pxoffrxc) + \898 regs_buff[924 + i] = IXGBE_GET_STAT(adapter, pxoffrxc[i]); in ixgbe_get_regs()1470 data[i++] = adapter->stats.pxoffrxc[j]; in ixgbe_get_ethtool_stats()
993 u32 pxoffrxc; in ixgbe_update_xoff_received() local997 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i)); in ixgbe_update_xoff_received()1000 pxoffrxc = IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i)); in ixgbe_update_xoff_received()1002 hwstats->pxoffrxc[i] += pxoffrxc; in ixgbe_update_xoff_received()1005 xoff[tc] += pxoffrxc; in ixgbe_update_xoff_received()
3412 u64 pxoffrxc[8]; member