Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_sli4.h1079 int lpfc_cq_destroy(struct lpfc_hba *, struct lpfc_queue *);
H A Dlpfc_init.c9963 lpfc_cq_destroy(phba, phba->sli4_hba.mbx_cq); in lpfc_sli4_queue_unset()
9967 lpfc_cq_destroy(phba, phba->sli4_hba.els_cq); in lpfc_sli4_queue_unset()
9971 lpfc_cq_destroy(phba, phba->sli4_hba.nvmels_cq); in lpfc_sli4_queue_unset()
9986 lpfc_cq_destroy( in lpfc_sli4_queue_unset()
9998 lpfc_cq_destroy(phba, qp->io_cq); in lpfc_sli4_queue_unset()
H A Dlpfc_sli.c16661 lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq) in lpfc_cq_destroy() function