Home
last modified time | relevance | path

Searched refs:wq_idx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_debugfs.h564 int wq_idx; in lpfc_debug_dump_wq_by_id() local
566 for (wq_idx = 0; wq_idx < phba->cfg_hdw_queue; wq_idx++) in lpfc_debug_dump_wq_by_id()
567 if (phba->sli4_hba.hdwq[wq_idx].io_wq->queue_id == qid) in lpfc_debug_dump_wq_by_id()
569 if (wq_idx < phba->cfg_hdw_queue) { in lpfc_debug_dump_wq_by_id()
570 pr_err("IO WQ[Idx:%d|Qid:%d]\n", wq_idx, qid); in lpfc_debug_dump_wq_by_id()
571 lpfc_debug_dump_q(phba->sli4_hba.hdwq[wq_idx].io_wq); in lpfc_debug_dump_wq_by_id()
/Linux-v5.4/drivers/infiniband/hw/usnic/
Dusnic_abi.h81 u32 wq_idx[USNIC_QP_GRP_MAX_WQS]; member
Dusnic_ib_verbs.c141 resp.wq_idx[i] = chunk->res[i]->vnic_idx; in usnic_ib_fill_create_qp_resp()