Lines Matching refs:eqe
249 struct lpfc_eqe *eqe; in lpfc_sli4_eq_get() local
255 eqe = q->qe[q->hba_index].eqe; in lpfc_sli4_eq_get()
258 if (!bf_get_le32(lpfc_eqe_valid, eqe)) in lpfc_sli4_eq_get()
276 return eqe; in lpfc_sli4_eq_get()
326 temp_eqe = q->qe[q->host_index].eqe; in lpfc_sli4_eq_release()
6747 struct lpfc_eqe *eqe; in lpfc_sli4_process_missed_mbox_completions() local
6781 while ((eqe = lpfc_sli4_eq_get(fpeq))) { in lpfc_sli4_process_missed_mbox_completions()
6782 lpfc_sli4_hba_handle_eqe(phba, eqe, eqidx); in lpfc_sli4_process_missed_mbox_completions()
8846 struct lpfc_eqe *eqe; in lpfc_sli_issue_iocb() local
8876 while ((eqe = lpfc_sli4_eq_get(fpeq))) { in lpfc_sli_issue_iocb()
8878 eqe, idx); in lpfc_sli_issue_iocb()
12072 lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe, in lpfc_sli4_sp_handle_eqe() argument
12082 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); in lpfc_sli4_sp_handle_eqe()
12315 lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe, in lpfc_sli4_hba_handle_eqe() argument
12324 if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) { in lpfc_sli4_hba_handle_eqe()
12328 bf_get_le32(lpfc_eqe_major_code, eqe), in lpfc_sli4_hba_handle_eqe()
12329 bf_get_le32(lpfc_eqe_minor_code, eqe)); in lpfc_sli4_hba_handle_eqe()
12334 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); in lpfc_sli4_hba_handle_eqe()
12338 lpfc_sli4_sp_handle_eqe(phba, eqe, in lpfc_sli4_hba_handle_eqe()
12394 struct lpfc_eqe *eqe; in lpfc_sli4_eq_flush() local
12397 while ((eqe = lpfc_sli4_eq_get(eq))) in lpfc_sli4_eq_flush()
12419 lpfc_sli4_fof_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe) in lpfc_sli4_fof_handle_eqe() argument
12427 if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) { in lpfc_sli4_fof_handle_eqe()
12431 bf_get_le32(lpfc_eqe_major_code, eqe), in lpfc_sli4_fof_handle_eqe()
12432 bf_get_le32(lpfc_eqe_minor_code, eqe)); in lpfc_sli4_fof_handle_eqe()
12437 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); in lpfc_sli4_fof_handle_eqe()
12509 struct lpfc_eqe *eqe; in lpfc_sli4_fof_intr_handler() local
12542 while ((eqe = lpfc_sli4_eq_get(eq))) { in lpfc_sli4_fof_intr_handler()
12543 lpfc_sli4_fof_handle_eqe(phba, eqe); in lpfc_sli4_fof_intr_handler()
12605 struct lpfc_eqe *eqe; in lpfc_sli4_hba_intr_handler() local
12651 while ((eqe = lpfc_sli4_eq_get(fpeq))) { in lpfc_sli4_hba_intr_handler()
12652 if (eqe == NULL) in lpfc_sli4_hba_intr_handler()
12655 lpfc_sli4_hba_handle_eqe(phba, eqe, fcp_eqidx); in lpfc_sli4_hba_intr_handler()