Home
last modified time | relevance | path

Searched refs:IXGBE_QPRDC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82599.c76 stats->qprdc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRDC(tc)); in ixgbe_dcb_get_tc_stats_82599()
H A Dixgbe_type.h1026 #define IXGBE_QPRDC(_i) (0x01430 + ((_i) * 0x40)) /* 16 of these */ macro
H A Dixgbe_common.c614 IXGBE_READ_REG(hw, IXGBE_QPRDC(i)); in ixgbe_clear_hw_cntrs_generic()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c529 IXGBE_READ_REG(hw, IXGBE_QPRDC(0)); in ixgbe_m_stat()