Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c938 int egress_cnt = 0, conf_cnt = 0, num_portals = 0, portal_cnt = 0, cpu; in dpaa_fq_setup() local
944 channels[num_portals++] = qman_affine_channel(cpu); in dpaa_fq_setup()
946 if (num_portals == 0) in dpaa_fq_setup()
960 if (!num_portals) in dpaa_fq_setup()
963 fq->channel = channels[portal_cnt++ % num_portals]; in dpaa_fq_setup()