Lines Matching defs:wqidx
414 * @wqidx: Index to a FCP or NVME work queue.
417 * by the wqidx.
420 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx)
426 wq = phba->sli4_hba.hdwq[wqidx].io_wq;
442 qtypestr, wqidx, wq->queue_id);
454 * @wqidx: Index to a FCP work queue.
457 * which is associated to the work queue specified by the @wqidx.
460 lpfc_debug_dump_cq(struct lpfc_hba *phba, int qtype, int wqidx)
470 wq = phba->sli4_hba.hdwq[wqidx].io_wq;
471 cq = phba->sli4_hba.hdwq[wqidx].io_cq;
502 qtypestr, wqidx, wq->queue_id, wqidx, cq->queue_id,