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()
8828 struct lpfc_eqe *eqe; in lpfc_sli_issue_iocb() local
8858 while ((eqe = lpfc_sli4_eq_get(fpeq))) { in lpfc_sli_issue_iocb()
8860 eqe, idx); in lpfc_sli_issue_iocb()
12054 lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe, in lpfc_sli4_sp_handle_eqe() argument
12064 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); in lpfc_sli4_sp_handle_eqe()
12297 lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe, in lpfc_sli4_hba_handle_eqe() argument
12306 if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) { in lpfc_sli4_hba_handle_eqe()
12310 bf_get_le32(lpfc_eqe_major_code, eqe), in lpfc_sli4_hba_handle_eqe()
12311 bf_get_le32(lpfc_eqe_minor_code, eqe)); in lpfc_sli4_hba_handle_eqe()
12316 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); in lpfc_sli4_hba_handle_eqe()
12320 lpfc_sli4_sp_handle_eqe(phba, eqe, in lpfc_sli4_hba_handle_eqe()
12376 struct lpfc_eqe *eqe; in lpfc_sli4_eq_flush() local
12379 while ((eqe = lpfc_sli4_eq_get(eq))) in lpfc_sli4_eq_flush()
12401 lpfc_sli4_fof_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe) in lpfc_sli4_fof_handle_eqe() argument
12409 if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) { in lpfc_sli4_fof_handle_eqe()
12413 bf_get_le32(lpfc_eqe_major_code, eqe), in lpfc_sli4_fof_handle_eqe()
12414 bf_get_le32(lpfc_eqe_minor_code, eqe)); in lpfc_sli4_fof_handle_eqe()
12419 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); in lpfc_sli4_fof_handle_eqe()
12491 struct lpfc_eqe *eqe; in lpfc_sli4_fof_intr_handler() local
12522 while ((eqe = lpfc_sli4_eq_get(eq))) { in lpfc_sli4_fof_intr_handler()
12523 lpfc_sli4_fof_handle_eqe(phba, eqe); in lpfc_sli4_fof_intr_handler()
12585 struct lpfc_eqe *eqe; in lpfc_sli4_hba_intr_handler() local
12631 while ((eqe = lpfc_sli4_eq_get(fpeq))) { in lpfc_sli4_hba_intr_handler()
12632 if (eqe == NULL) in lpfc_sli4_hba_intr_handler()
12635 lpfc_sli4_hba_handle_eqe(phba, eqe, fcp_eqidx); in lpfc_sli4_hba_intr_handler()