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

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82598.c 72 stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC(tc));
ixgbe_type.h 1054 #define IXGBE_QBRC(_i) (0x01034 + ((_i) * 0x40)) /* 16 of these */
ixgbe_common.c 620 IXGBE_READ_REG(hw, IXGBE_QBRC(i));
ixgbe.c 1655 IXGBE_EVC_REGADD(hw, stats, IXGBE_QBRC(i), qbrc[i]);

Completed in 30 milliseconds