Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc)); in ixgbe_dcb_get_tc_stats_82598()
H A Dixgbe_dcb_82599.c62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc)); in ixgbe_dcb_get_tc_stats_82599()
H A Dixgbe_type.h3965 u64 qptc[16]; member
H A Dif_ix.c1554 stats->qptc[i] += IXGBE_READ_REG(hw, IXGBE_QPTC(i)); in ixgbe_update_stats_counters()
/freebsd/sys/dev/axgbe/
H A Dxgbe-dev.c1952 unsigned int qptc, qptc_extra, queue; in xgbe_config_queue_mapping() local
1961 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping()
1965 for (j = 0; j < qptc; j++) { in xgbe_config_queue_mapping()