Lines Matching refs:hw_q
2246 unsigned int hw_q; in macb_probe_queues() local
2265 for (hw_q = 1; hw_q < MACB_MAX_QUEUES; ++hw_q) in macb_probe_queues()
2266 if (*queue_mask & (1 << hw_q)) in macb_probe_queues()
2325 unsigned int hw_q, q; in macb_init() local
2335 for (hw_q = 0, q = 0; hw_q < MACB_MAX_QUEUES; ++hw_q) { in macb_init()
2336 if (!(bp->queue_mask & (1 << hw_q))) in macb_init()
2341 if (hw_q) { in macb_init()
2342 queue->ISR = GEM_ISR(hw_q - 1); in macb_init()
2343 queue->IER = GEM_IER(hw_q - 1); in macb_init()
2344 queue->IDR = GEM_IDR(hw_q - 1); in macb_init()
2345 queue->IMR = GEM_IMR(hw_q - 1); in macb_init()
2346 queue->TBQP = GEM_TBQP(hw_q - 1); in macb_init()