Lines Matching refs:num_queues
1102 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) in macb_poll_controller()
1374 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in macb_free_consistent()
1422 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in macb_alloc_consistent()
1465 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in gem_init_rings()
1524 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in macb_reset_hw()
1670 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in macb_init_hw()
2179 unsigned int *num_queues) in macb_probe_queues() argument
2184 *num_queues = 1; in macb_probe_queues()
2202 (*num_queues)++; in macb_probe_queues()
2738 unsigned int queue_mask, num_queues; in macb_probe() local
2770 macb_probe_queues(mem, &queue_mask, &num_queues); in macb_probe()
2771 dev = alloc_etherdev_mq(sizeof(*bp), num_queues); in macb_probe()
2785 bp->num_queues = num_queues; in macb_probe()