Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c993 u32 pxoffrxc; in ixgbe_update_xoff_received() local
997 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()