Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_sli4.h605 uint32_t lpfc_eq_destroy(struct lpfc_hba *, struct lpfc_queue *);
Dlpfc_init.c6994 lpfc_eq_destroy(phba, phba->sli4_hba.fp_eq[fcp_eqidx]); in lpfc_sli4_queue_setup()
6996 lpfc_eq_destroy(phba, phba->sli4_hba.sp_eq); in lpfc_sli4_queue_setup()
7042 lpfc_eq_destroy(phba, phba->sli4_hba.fp_eq[fcp_qidx]); in lpfc_sli4_queue_unset()
7045 lpfc_eq_destroy(phba, phba->sli4_hba.sp_eq); in lpfc_sli4_queue_unset()
Dlpfc_sli.c12691 lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_eq_destroy() function