Searched refs:wqidx (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 407 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_wq() argument 413 wq = phba->sli4_hba.fcp_wq[wqidx]; in lpfc_debug_dump_wq() 416 wq = phba->sli4_hba.nvme_wq[wqidx]; in lpfc_debug_dump_wq() 432 qtypestr, wqidx, wq->queue_id); in lpfc_debug_dump_wq() 450 lpfc_debug_dump_cq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_cq() argument 459 wq = phba->sli4_hba.fcp_wq[wqidx]; in lpfc_debug_dump_cq() 460 cq = phba->sli4_hba.fcp_cq[wqidx]; in lpfc_debug_dump_cq() 463 wq = phba->sli4_hba.nvme_wq[wqidx]; in lpfc_debug_dump_cq() 464 cq = phba->sli4_hba.nvme_cq[wqidx]; in lpfc_debug_dump_cq() 495 qtypestr, wqidx, wq->queue_id, wqidx, cq->queue_id, in lpfc_debug_dump_cq()
|
D | lpfc_init.c | 8112 lpfc_alloc_nvme_wq_cq(struct lpfc_hba *phba, int wqidx) in lpfc_alloc_nvme_wq_cq() argument 8122 wqidx); in lpfc_alloc_nvme_wq_cq() 8126 phba->sli4_hba.nvme_cq[wqidx] = qdesc; in lpfc_alloc_nvme_wq_cq() 8133 wqidx); in lpfc_alloc_nvme_wq_cq() 8136 phba->sli4_hba.nvme_wq[wqidx] = qdesc; in lpfc_alloc_nvme_wq_cq() 8142 lpfc_alloc_fcp_wq_cq(struct lpfc_hba *phba, int wqidx) in lpfc_alloc_fcp_wq_cq() argument 8160 "0499 Failed allocate fast-path FCP CQ (%d)\n", wqidx); in lpfc_alloc_fcp_wq_cq() 8164 phba->sli4_hba.fcp_cq[wqidx] = qdesc; in lpfc_alloc_fcp_wq_cq() 8182 wqidx); in lpfc_alloc_fcp_wq_cq() 8185 phba->sli4_hba.fcp_wq[wqidx] = qdesc; in lpfc_alloc_fcp_wq_cq()
|
D | lpfc.h | 126 uint16_t wqidx[40]; member
|