Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82599.c71 stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(tc)); in ixgbe_dcb_get_tc_stats_82599()
H A Dixgbe_type.h1024 #define IXGBE_QBRC_L(_i) (0x01034 + ((_i) * 0x40)) /* 16 of these */ macro
H A Dixgbe_common.c610 IXGBE_READ_REG(hw, IXGBE_QBRC_L(i)); in ixgbe_clear_hw_cntrs_generic()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c84 lo = IXGBE_READ_REG(hw, IXGBE_QBRC_L(0)); in ixgbe_read_qor_value()