Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c941 int egress_cnt = 0, conf_cnt = 0, num_portals = 0, portal_cnt = 0, cpu; in dpaa_fq_setup() local
951 channels[num_portals++] = qman_affine_channel(cpu); in dpaa_fq_setup()
953 if (num_portals == 0) in dpaa_fq_setup()
967 if (!num_portals) in dpaa_fq_setup()
970 fq->channel = channels[portal_cnt++ % num_portals]; in dpaa_fq_setup()