Lines Matching refs:num_queues
1154 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) in macb_poll_controller()
1420 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in macb_free_consistent()
1468 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in macb_alloc_consistent()
1511 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in gem_init_rings()
1570 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in macb_reset_hw()
1714 for (q = 0, queue = bp->queues; q < bp->num_queues; ++q, ++queue) { in macb_init_hw()
2247 unsigned int *num_queues) in macb_probe_queues() argument
2252 *num_queues = 1; in macb_probe_queues()
2270 (*num_queues)++; in macb_probe_queues()
2834 unsigned int queue_mask, num_queues; in macb_probe() local
2867 macb_probe_queues(mem, native_io, &queue_mask, &num_queues); in macb_probe()
2868 dev = alloc_etherdev_mq(sizeof(*bp), num_queues); in macb_probe()
2890 bp->num_queues = num_queues; in macb_probe()