Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c2000 unsigned int prio_queues; in xgbe_config_queue_mapping() local
2030 prio_queues = min_t(unsigned int, IEEE_8021QAZ_MAX_TCS, in xgbe_config_queue_mapping()
2032 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xgbe_config_queue_mapping()
2033 ppq_extra = IEEE_8021QAZ_MAX_TCS % prio_queues; in xgbe_config_queue_mapping()
2037 for (i = 0, prio = 0; i < prio_queues;) { in xgbe_config_queue_mapping()
2055 if ((i % MAC_RQC2_Q_PER_REG) && (i != prio_queues)) in xgbe_config_queue_mapping()