Searched refs:ppq_extra (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-hw.c | 1506 unsigned int ppq, ppq_extra, prio, prio_queues; in xlgmac_config_queue_mapping() local 1552 ppq_extra = IEEE_8021QAZ_MAX_TCS % prio_queues; in xlgmac_config_queue_mapping() 1565 if (i < ppq_extra) { in xlgmac_config_queue_mapping()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-hw.c | 1506 unsigned int ppq, ppq_extra, prio, prio_queues; in xlgmac_config_queue_mapping() local 1552 ppq_extra = IEEE_8021QAZ_MAX_TCS % prio_queues; in xlgmac_config_queue_mapping() 1565 if (i < ppq_extra) { in xlgmac_config_queue_mapping()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 2611 unsigned int ppq, ppq_extra, prio; in xgbe_config_queue_mapping() local 2642 ppq_extra = IEEE_8021QAZ_MAX_TCS % prio_queues; in xgbe_config_queue_mapping() 2655 if (i < ppq_extra) { in xgbe_config_queue_mapping()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 2661 unsigned int ppq, ppq_extra, prio; in xgbe_config_queue_mapping() local 2692 ppq_extra = IEEE_8021QAZ_MAX_TCS % prio_queues; in xgbe_config_queue_mapping() 2705 if (i < ppq_extra) { in xgbe_config_queue_mapping()
|
Completed in 16 milliseconds