Searched refs:qptc (Results 1 – 4 of 4) sorted by relevance
66 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc)); in ixgbe_dcb_get_tc_stats_82598()
66 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc)); in ixgbe_dcb_get_tc_stats_82599()
1639 IXGBE_EVC_REGADD(hw, stats, IXGBE_QPTC(i), qptc[i]); in ixgbe_update_stats_counters()1970 if (i < __arraycount(stats->qptc)) in ixgbe_add_hw_stats()1971 evcnt_attach_dynamic(&stats->qptc[i], EVCNT_TYPE_MISC, in ixgbe_add_hw_stats()2200 IXGBE_EVC_STORE(&stats->qptc[i], 0); in ixgbe_clear_evcnt()3808 evcnt_detach(&stats->qptc[i]); in ixgbe_detach()
3971 struct evcnt qptc[16]; member