Lines Matching defs:wqidx
405 * @wqidx: Index to a FCP or NVME work queue.
408 * by the wqidx.
411 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx)
417 wq = phba->sli4_hba.hdwq[wqidx].io_wq;
433 qtypestr, wqidx, wq->queue_id);
445 * @wqidx: Index to a FCP work queue.
448 * which is associated to the work queue specified by the @wqidx.
451 lpfc_debug_dump_cq(struct lpfc_hba *phba, int qtype, int wqidx)
461 wq = phba->sli4_hba.hdwq[wqidx].io_wq;
462 cq = phba->sli4_hba.hdwq[wqidx].io_cq;
493 qtypestr, wqidx, wq->queue_id, wqidx, cq->queue_id,