Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_sli4.h1093 int lpfc_cq_destroy(struct lpfc_hba *, struct lpfc_queue *);
Dlpfc_init.c11462 lpfc_cq_destroy(phba, phba->sli4_hba.mbx_cq); in lpfc_sli4_queue_unset()
11466 lpfc_cq_destroy(phba, phba->sli4_hba.els_cq); in lpfc_sli4_queue_unset()
11470 lpfc_cq_destroy(phba, phba->sli4_hba.nvmels_cq); in lpfc_sli4_queue_unset()
11485 lpfc_cq_destroy( in lpfc_sli4_queue_unset()
11497 lpfc_cq_destroy(phba, qp->io_cq); in lpfc_sli4_queue_unset()
Dlpfc_sli.c17332 lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq) in lpfc_cq_destroy() function