Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/axgbe/
Dxgbe-dev.c1426 unsigned int prio_queues; in xgbe_config_queue_mapping() local
1452 prio_queues = min_t(unsigned int, IEEE_8021QAZ_MAX_TCS, in xgbe_config_queue_mapping()
1454 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xgbe_config_queue_mapping()
1455 ppq_extra = IEEE_8021QAZ_MAX_TCS % prio_queues; in xgbe_config_queue_mapping()
1459 for (i = 0, prio = 0; i < prio_queues;) { in xgbe_config_queue_mapping()
1473 if ((i % MAC_RQC2_Q_PER_REG) && (i != prio_queues)) in xgbe_config_queue_mapping()