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()
11422 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_fcp_xri_abort_event_proc()
11451 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_els_xri_abort_event_proc()
11593 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; in lpfc_sli4_els_wcqe_to_rspiocbq()
11646 memcpy(&cq_event->cqe, mcqe, sizeof(struct lpfc_mcqe)); in lpfc_sli4_sp_handle_async_event()
11782 lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_cqe *cqe) in lpfc_sli4_sp_handle_mcqe() argument
11788 lpfc_sli_pcimem_bcopy(cqe, &mcqe, sizeof(struct lpfc_mcqe)); in lpfc_sli4_sp_handle_mcqe()
11838 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_els_wcqe()
11903 memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted)); in lpfc_sli4_sp_handle_abort_xri_wcqe()
11979 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe)); in lpfc_sli4_sp_handle_rcqe()
12015 struct lpfc_cqe *cqe) in lpfc_sli4_sp_handle_cqe() argument
12021 lpfc_sli_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe)); in lpfc_sli4_sp_handle_cqe()
12076 struct lpfc_cqe *cqe; in lpfc_sli4_sp_handle_eqe() local
12101 while ((cqe = lpfc_sli4_cq_get(cq))) { in lpfc_sli4_sp_handle_eqe()
12102 workposted |= lpfc_sli4_sp_handle_mcqe(phba, cqe); in lpfc_sli4_sp_handle_eqe()
12109 while ((cqe = lpfc_sli4_cq_get(cq))) { in lpfc_sli4_sp_handle_eqe()
12112 cqe); in lpfc_sli4_sp_handle_eqe()
12115 cqe); in lpfc_sli4_sp_handle_eqe()
12263 struct lpfc_cqe *cqe) in lpfc_sli4_fp_handle_wcqe() argument
12269 lpfc_sli_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe)); in lpfc_sli4_fp_handle_wcqe()
12319 struct lpfc_cqe *cqe; in lpfc_sli4_hba_handle_eqe() local
12367 while ((cqe = lpfc_sli4_cq_get(cq))) { in lpfc_sli4_hba_handle_eqe()
12368 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe); in lpfc_sli4_hba_handle_eqe()
12422 struct lpfc_cqe *cqe; in lpfc_sli4_fof_handle_eqe() local
12458 while ((cqe = lpfc_sli4_cq_get(cq))) { in lpfc_sli4_fof_handle_eqe()
12459 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe); in lpfc_sli4_fof_handle_eqe()
15357 &seq_dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
15388 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
15413 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
15500 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1)) in lpfc_sli4_handle_received_buffer()
15502 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()
15505 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()