Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_debugfs.h572 int wq_idx; in lpfc_debug_dump_wq_by_id() local
574 for (wq_idx = 0; wq_idx < phba->cfg_hdw_queue; wq_idx++) in lpfc_debug_dump_wq_by_id()
575 if (phba->sli4_hba.hdwq[wq_idx].io_wq->queue_id == qid) in lpfc_debug_dump_wq_by_id()
577 if (wq_idx < phba->cfg_hdw_queue) { in lpfc_debug_dump_wq_by_id()
578 pr_err("IO WQ[Idx:%d|Qid:%d]\n", wq_idx, qid); in lpfc_debug_dump_wq_by_id()
579 lpfc_debug_dump_q(phba->sli4_hba.hdwq[wq_idx].io_wq); in lpfc_debug_dump_wq_by_id()
/linux-6.1.9/drivers/infiniband/hw/usnic/
Dusnic_abi.h81 u32 wq_idx[USNIC_QP_GRP_MAX_WQS]; member
Dusnic_ib_verbs.c140 resp.wq_idx[i] = chunk->res[i]->vnic_idx; in usnic_ib_fill_create_qp_resp()
/linux-6.1.9/drivers/dma/idxd/
Dregisters.h262 u64 wq_idx:8; member
Dirq.c241 int id = idxd->sw_err.wq_idx; in process_misc_interrupts()