Lines Matching refs:hw_q
2181 unsigned int hw_q; in macb_probe_queues() local
2200 for (hw_q = 1; hw_q < MACB_MAX_QUEUES; ++hw_q) in macb_probe_queues()
2201 if (*queue_mask & (1 << hw_q)) in macb_probe_queues()
2260 unsigned int hw_q, q; in macb_init() local
2270 for (hw_q = 0, q = 0; hw_q < MACB_MAX_QUEUES; ++hw_q) { in macb_init()
2271 if (!(bp->queue_mask & (1 << hw_q))) in macb_init()
2276 if (hw_q) { in macb_init()
2277 queue->ISR = GEM_ISR(hw_q - 1); in macb_init()
2278 queue->IER = GEM_IER(hw_q - 1); in macb_init()
2279 queue->IDR = GEM_IDR(hw_q - 1); in macb_init()
2280 queue->IMR = GEM_IMR(hw_q - 1); in macb_init()
2281 queue->TBQP = GEM_TBQP(hw_q - 1); in macb_init()