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

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82599.c 70 (((u64)(IXGBE_READ_REG(hw, IXGBE_QBTC_H(tc)))) << 32);
ixgbe_type.h 1060 #define IXGBE_QBTC_H(_i) (0x08704 + ((_i) * 0x8)) /* 16 of these */
ixgbe_common.c 617 IXGBE_READ_REG(hw, IXGBE_QBTC_H(i));
ixgbe.c 1648 ((u64)IXGBE_READ_REG(hw, IXGBE_QBTC_H(i)) << 32));

Completed in 27 milliseconds