Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c2053 unsigned int prio_queues; in xgbe_config_queue_mapping() local
2081 prio_queues = min_t(unsigned int, IEEE_8021QAZ_MAX_TCS, in xgbe_config_queue_mapping()
2083 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xgbe_config_queue_mapping()
2084 ppq_extra = IEEE_8021QAZ_MAX_TCS % prio_queues; in xgbe_config_queue_mapping()
2088 for (i = 0, prio = 0; i < prio_queues;) { in xgbe_config_queue_mapping()
2104 if ((i % MAC_RQC2_Q_PER_REG) && (i != prio_queues)) in xgbe_config_queue_mapping()