Lines Matching refs:cqe
364 struct lpfc_cqe *cqe; in lpfc_sli4_cq_get() local
372 if (!bf_get_le32(lpfc_cqe_valid, q->qe[q->hba_index].cqe)) in lpfc_sli4_cq_get()
379 cqe = q->qe[q->hba_index].cqe; in lpfc_sli4_cq_get()
392 return cqe; in lpfc_sli4_cq_get()
422 temp_qe = q->qe[q->host_index].cqe; in lpfc_sli4_cq_release()
3495 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
6715 while (bf_get_le32(lpfc_cqe_valid, mcq->qe[idx].cqe)) { in lpfc_sli4_mbox_completions_pending()
6716 mcqe = (struct lpfc_mcqe *)mcq->qe[idx].cqe; in lpfc_sli4_mbox_completions_pending()
11404 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_fcp_xri_abort_event_proc()
11433 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_els_xri_abort_event_proc()
11575 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; in lpfc_sli4_els_wcqe_to_rspiocbq()
11628 memcpy(&cq_event->cqe, mcqe, sizeof(struct lpfc_mcqe)); in lpfc_sli4_sp_handle_async_event()
11764 lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_cqe *cqe) in lpfc_sli4_sp_handle_mcqe() argument
11770 lpfc_sli_pcimem_bcopy(cqe, &mcqe, sizeof(struct lpfc_mcqe)); in lpfc_sli4_sp_handle_mcqe()
11820 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_els_wcqe()
11885 memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted)); in lpfc_sli4_sp_handle_abort_xri_wcqe()
11961 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe)); in lpfc_sli4_sp_handle_rcqe()
11997 struct lpfc_cqe *cqe) in lpfc_sli4_sp_handle_cqe() argument
12003 lpfc_sli_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe)); in lpfc_sli4_sp_handle_cqe()
12058 struct lpfc_cqe *cqe; in lpfc_sli4_sp_handle_eqe() local
12083 while ((cqe = lpfc_sli4_cq_get(cq))) { in lpfc_sli4_sp_handle_eqe()
12084 workposted |= lpfc_sli4_sp_handle_mcqe(phba, cqe); in lpfc_sli4_sp_handle_eqe()
12091 while ((cqe = lpfc_sli4_cq_get(cq))) { in lpfc_sli4_sp_handle_eqe()
12094 cqe); in lpfc_sli4_sp_handle_eqe()
12097 cqe); in lpfc_sli4_sp_handle_eqe()
12245 struct lpfc_cqe *cqe) in lpfc_sli4_fp_handle_wcqe() argument
12251 lpfc_sli_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe)); in lpfc_sli4_fp_handle_wcqe()
12301 struct lpfc_cqe *cqe; in lpfc_sli4_hba_handle_eqe() local
12349 while ((cqe = lpfc_sli4_cq_get(cq))) { in lpfc_sli4_hba_handle_eqe()
12350 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe); in lpfc_sli4_hba_handle_eqe()
12404 struct lpfc_cqe *cqe; in lpfc_sli4_fof_handle_eqe() local
12440 while ((cqe = lpfc_sli4_cq_get(cq))) { in lpfc_sli4_fof_handle_eqe()
12441 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe); in lpfc_sli4_fof_handle_eqe()
15333 &seq_dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
15364 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
15389 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
15476 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1)) in lpfc_sli4_handle_received_buffer()
15478 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()
15481 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()