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

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82599.c 68 stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(tc));
ixgbe_type.h 1059 #define IXGBE_QBTC_L(_i) (0x08700 + ((_i) * 0x8)) /* 16 of these */
ixgbe_common.c 616 IXGBE_READ_REG(hw, IXGBE_QBTC_L(i));
ixgbe.c 1647 IXGBE_READ_REG(hw, IXGBE_QBTC_L(i)) +

Completed in 26 milliseconds