Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82599.c65 stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(tc)); in ixgbe_dcb_get_tc_stats_82599()
H A Dixgbe_type.h1027 #define IXGBE_QBTC_L(_i) (0x08700 + ((_i) * 0x8)) /* 16 of these */ macro
H A Dixgbe_common.c612 IXGBE_READ_REG(hw, IXGBE_QBTC_L(i)); in ixgbe_clear_hw_cntrs_generic()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c108 lo = IXGBE_READ_REG(hw, IXGBE_QBTC_L(0)); in ixgbe_read_qot_value()