Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82599.c73 (((u64)(IXGBE_READ_REG(hw, IXGBE_QBRC_H(tc)))) << 32); in ixgbe_dcb_get_tc_stats_82599()
H A Dixgbe_type.h1025 #define IXGBE_QBRC_H(_i) (0x01038 + ((_i) * 0x40)) /* 16 of these */ macro
H A Dixgbe_common.c611 IXGBE_READ_REG(hw, IXGBE_QBRC_H(i)); in ixgbe_clear_hw_cntrs_generic()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c85 hi = IXGBE_READ_REG(hw, IXGBE_QBRC_H(0)) & 0xF; in ixgbe_read_qor_value()