Lines Matching refs:hba_eq
7172 phba->sli4_hba.hba_eq = kzalloc((sizeof(struct lpfc_queue *) * in lpfc_sli4_queue_create()
7174 if (!phba->sli4_hba.hba_eq) { in lpfc_sli4_queue_create()
7227 phba->sli4_hba.hba_eq[idx] = qdesc; in lpfc_sli4_queue_create()
7361 if (phba->sli4_hba.hba_eq != NULL) { in lpfc_sli4_queue_destroy()
7364 if (phba->sli4_hba.hba_eq[idx] != NULL) { in lpfc_sli4_queue_destroy()
7366 phba->sli4_hba.hba_eq[idx]); in lpfc_sli4_queue_destroy()
7367 phba->sli4_hba.hba_eq[idx] = NULL; in lpfc_sli4_queue_destroy()
7370 kfree(phba->sli4_hba.hba_eq); in lpfc_sli4_queue_destroy()
7371 phba->sli4_hba.hba_eq = NULL; in lpfc_sli4_queue_destroy()
7516 if (phba->cfg_fcp_io_channel && !phba->sli4_hba.hba_eq) { in lpfc_sli4_queue_setup()
7523 if (!phba->sli4_hba.hba_eq[fcp_eqidx]) { in lpfc_sli4_queue_setup()
7530 rc = lpfc_eq_create(phba, phba->sli4_hba.hba_eq[fcp_eqidx], in lpfc_sli4_queue_setup()
7542 phba->sli4_hba.hba_eq[fcp_eqidx]->queue_id); in lpfc_sli4_queue_setup()
7563 phba->sli4_hba.hba_eq[fcp_cqidx], LPFC_WCQ, LPFC_FCP); in lpfc_sli4_queue_setup()
7582 phba->sli4_hba.hba_eq[fcp_cqidx]->queue_id); in lpfc_sli4_queue_setup()
7638 phba->sli4_hba.hba_eq[0], LPFC_MCQ, LPFC_MBOX); in lpfc_sli4_queue_setup()
7648 phba->sli4_hba.hba_eq[0]->queue_id); in lpfc_sli4_queue_setup()
7658 phba->sli4_hba.hba_eq[0], LPFC_WCQ, LPFC_ELS); in lpfc_sli4_queue_setup()
7668 phba->sli4_hba.hba_eq[0]->queue_id); in lpfc_sli4_queue_setup()
7786 lpfc_eq_destroy(phba, phba->sli4_hba.hba_eq[fcp_eqidx]); in lpfc_sli4_queue_setup()
7834 if (phba->sli4_hba.hba_eq) { in lpfc_sli4_queue_unset()
7837 lpfc_eq_destroy(phba, phba->sli4_hba.hba_eq[fcp_qidx]); in lpfc_sli4_queue_unset()