HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_PXOFFRXCNT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82599.c 108 stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(tc));
ixgbe_type.h 1004 #define IXGBE_PXOFFRXCNT(_i) (0x04160 + ((_i) * 4)) /* 8 of these */
ixgbe_common.c 565 IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i));
ixgbe.c 1680 IXGBE_PXOFFRXCNT(i), pxoffrxc[i]);

Completed in 27 milliseconds