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

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

Completed in 57 milliseconds