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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
H A Dixgbe_dcb_82599.c62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
H A Dixgbe_common.c563 IXGBE_READ_REG(hw, IXGBE_QPTC(i));
H A Dixgbe_type.h952 #define IXGBE_QPTC(_i) (0x06030 + ((_i) * 0x40)) /* 16 of these */ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c105 IXGBE_READ_REG(hw, IXGBE_QPTC(i));

Completed in 131 milliseconds