Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe_dcb_82598.c62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc)); in ixgbe_dcb_get_tc_stats_82598()
HDixgbe_dcb_82599.c62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc)); in ixgbe_dcb_get_tc_stats_82599()
HDixgbe_type.h985 #define IXGBE_QPTC(_i) (0x06030 + ((_i) * 0x40)) /* 16 of these */ macro
HDixgbe_common.c606 IXGBE_READ_REG(hw, IXGBE_QPTC(i)); in ixgbe_clear_hw_cntrs_generic()
HDif_ix.c1309 stats->qptc[i] += IXGBE_READ_REG(hw, IXGBE_QPTC(i)); in ixgbe_update_stats_counters()