Searched refs:IXGBE_QPRC (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c66 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
H A Dixgbe_dcb_82599.c68 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
H A Dixgbe_common.c562 IXGBE_READ_REG(hw, IXGBE_QPRC(i));
H A Dixgbe_type.h951 #define IXGBE_QPRC(_i) (0x01030 + ((_i) * 0x40)) /* 16 of these */ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c102 IXGBE_READ_REG(hw, IXGBE_QPRC(i));

Completed in 96 milliseconds