Lines Matching refs:hba_eq

7191 	phba->sli4_hba.hba_eq =  kzalloc((sizeof(struct lpfc_queue *) *  in lpfc_sli4_queue_create()
7193 if (!phba->sli4_hba.hba_eq) { in lpfc_sli4_queue_create()
7246 phba->sli4_hba.hba_eq[idx] = qdesc; in lpfc_sli4_queue_create()
7380 if (phba->sli4_hba.hba_eq != NULL) { in lpfc_sli4_queue_destroy()
7383 if (phba->sli4_hba.hba_eq[idx] != NULL) { in lpfc_sli4_queue_destroy()
7385 phba->sli4_hba.hba_eq[idx]); in lpfc_sli4_queue_destroy()
7386 phba->sli4_hba.hba_eq[idx] = NULL; in lpfc_sli4_queue_destroy()
7389 kfree(phba->sli4_hba.hba_eq); in lpfc_sli4_queue_destroy()
7390 phba->sli4_hba.hba_eq = NULL; in lpfc_sli4_queue_destroy()
7537 if (phba->cfg_fcp_io_channel && !phba->sli4_hba.hba_eq) { in lpfc_sli4_queue_setup()
7544 if (!phba->sli4_hba.hba_eq[fcp_eqidx]) { in lpfc_sli4_queue_setup()
7551 rc = lpfc_eq_create(phba, phba->sli4_hba.hba_eq[fcp_eqidx], in lpfc_sli4_queue_setup()
7563 phba->sli4_hba.hba_eq[fcp_eqidx]->queue_id); in lpfc_sli4_queue_setup()
7584 phba->sli4_hba.hba_eq[fcp_cqidx], LPFC_WCQ, LPFC_FCP); in lpfc_sli4_queue_setup()
7603 phba->sli4_hba.hba_eq[fcp_cqidx]->queue_id); in lpfc_sli4_queue_setup()
7659 phba->sli4_hba.hba_eq[0], LPFC_MCQ, LPFC_MBOX); in lpfc_sli4_queue_setup()
7669 phba->sli4_hba.hba_eq[0]->queue_id); in lpfc_sli4_queue_setup()
7679 phba->sli4_hba.hba_eq[0], LPFC_WCQ, LPFC_ELS); in lpfc_sli4_queue_setup()
7689 phba->sli4_hba.hba_eq[0]->queue_id); in lpfc_sli4_queue_setup()
7807 lpfc_eq_destroy(phba, phba->sli4_hba.hba_eq[fcp_eqidx]); in lpfc_sli4_queue_setup()
7855 if (phba->sli4_hba.hba_eq) { in lpfc_sli4_queue_unset()
7858 lpfc_eq_destroy(phba, phba->sli4_hba.hba_eq[fcp_qidx]); in lpfc_sli4_queue_unset()