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

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82598.c 70 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
ixgbe_dcb_82599.c 72 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
ixgbe_type.h 1052 #define IXGBE_QPRC(_i) (0x01030 + ((_i) * 0x40)) /* 16 of these */
ixgbe_common.c 611 IXGBE_READ_REG(hw, IXGBE_QPRC(i));
ixgbe.c 1638 IXGBE_EVC_REGADD(hw, stats, IXGBE_QPRC(i), qprc[i]);

Completed in 29 milliseconds