Searched refs:txc_cpu (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c3297 int rx_cpu, txc_cpu; local
3304 rx_cpu = txc_cpu = cpumask_first(&priv->dpio_cpumask);
3317 fq->target_cpu = txc_cpu;
3318 txc_cpu = cpumask_next(txc_cpu, &priv->dpio_cpumask);
3319 if (txc_cpu >= nr_cpu_ids)
3320 txc_cpu = cpumask_first(&priv->dpio_cpumask);

Completed in 107 milliseconds