Lines Matching refs:cq_event
3215 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvme_unsol_ls_handler()
4498 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
4509 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
4512 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
4514 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
4515 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
4526 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
4527 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
14118 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
14131 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
14135 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_els_xri_abort_event_proc()
14138 lpfc_sli4_cq_event_release(phba, cq_event); in lpfc_sli4_els_xri_abort_event_proc()
14169 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; in lpfc_sli4_els_preprocess_rspiocbq()
14205 struct lpfc_cq_event *cq_event; in lpfc_cq_event_setup() local
14208 cq_event = lpfc_sli4_cq_event_alloc(phba); in lpfc_cq_event_setup()
14209 if (!cq_event) { in lpfc_cq_event_setup()
14216 memcpy(&cq_event->cqe, entry, size); in lpfc_cq_event_setup()
14217 return cq_event; in lpfc_cq_event_setup()
14233 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_async_event() local
14241 cq_event = lpfc_cq_event_setup(phba, mcqe, sizeof(struct lpfc_mcqe)); in lpfc_sli4_sp_handle_async_event()
14242 if (!cq_event) in lpfc_sli4_sp_handle_async_event()
14246 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue); in lpfc_sli4_sp_handle_async_event()
14488 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_els_wcqe()
14490 list_add_tail(&irspiocbq->cq_event.list, in lpfc_sli4_sp_handle_els_wcqe()
14541 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_abort_xri_wcqe() local
14556 cq_event = lpfc_cq_event_setup(phba, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_abort_xri_wcqe()
14557 if (!cq_event) { in lpfc_sli4_sp_handle_abort_xri_wcqe()
14561 cq_event->hdwq = cq->hdwq; in lpfc_sli4_sp_handle_abort_xri_wcqe()
14564 list_add_tail(&cq_event->list, in lpfc_sli4_sp_handle_abort_xri_wcqe()
14635 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe)); in lpfc_sli4_sp_handle_rcqe()
14652 list_add_tail(&dma_buf->cq_event.list, in lpfc_sli4_sp_handle_rcqe()
19100 &seq_dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
19133 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
19153 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
19245 frame_len = bf_get(lpfc_rcqe_length, &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_mds_loopback()
19252 list_add_tail(&dmabuf->cq_event.list, in lpfc_sli4_handle_mds_loopback()
19374 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1)) in lpfc_sli4_handle_received_buffer()
19376 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()
19379 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()
19386 &dmabuf->cq_event.cqe.rcqe_cmpl)); in lpfc_sli4_handle_received_buffer()