Searched refs:for_each_ofldrxq (Results 1 – 2 of 2) sorted by relevance
769 for_each_ofldrxq(&adap->sge, i) in name_msix_vecs()802 for_each_ofldrxq(s, ofldqidx) { in request_msix_queue_irqs()856 for_each_ofldrxq(s, i) in free_msix_queue_irqs()1097 for_each_ofldrxq(s, i) { in setup_sge_queues()2286 for_each_ofldrxq(&adap->sge, i) in disable_dbs()2298 for_each_ofldrxq(&adap->sge, i) in enable_dbs()2368 for_each_ofldrxq(&adap->sge, i) in recover_all_queues()
679 #define for_each_ofldrxq(sge, i) for (i = 0; i < (sge)->ofldqsets; i++) macro