Lines Matching refs:cq_event
2822 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvme_unsol_ls_handler()
4005 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
4016 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
4019 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
4021 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
4022 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
4033 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
4034 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
13109 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
13122 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
13126 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_els_xri_abort_event_proc()
13129 lpfc_sli4_cq_event_release(phba, cq_event); in lpfc_sli4_els_xri_abort_event_proc()
13276 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; in lpfc_sli4_els_wcqe_to_rspiocbq()
13305 struct lpfc_cq_event *cq_event; in lpfc_cq_event_setup() local
13308 cq_event = lpfc_sli4_cq_event_alloc(phba); in lpfc_cq_event_setup()
13309 if (!cq_event) { in lpfc_cq_event_setup()
13316 memcpy(&cq_event->cqe, entry, size); in lpfc_cq_event_setup()
13317 return cq_event; in lpfc_cq_event_setup()
13333 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_async_event() local
13341 cq_event = lpfc_cq_event_setup(phba, mcqe, sizeof(struct lpfc_mcqe)); in lpfc_sli4_sp_handle_async_event()
13342 if (!cq_event) in lpfc_sli4_sp_handle_async_event()
13346 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue); in lpfc_sli4_sp_handle_async_event()
13557 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_els_wcqe()
13559 list_add_tail(&irspiocbq->cq_event.list, in lpfc_sli4_sp_handle_els_wcqe()
13610 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_abort_xri_wcqe() local
13625 cq_event = lpfc_cq_event_setup(phba, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_abort_xri_wcqe()
13626 if (!cq_event) { in lpfc_sli4_sp_handle_abort_xri_wcqe()
13630 cq_event->hdwq = cq->hdwq; in lpfc_sli4_sp_handle_abort_xri_wcqe()
13633 list_add_tail(&cq_event->list, in lpfc_sli4_sp_handle_abort_xri_wcqe()
13704 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe)); in lpfc_sli4_sp_handle_rcqe()
13721 list_add_tail(&dma_buf->cq_event.list, in lpfc_sli4_sp_handle_rcqe()
18186 &seq_dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
18217 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
18242 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
18332 frame_len = bf_get(lpfc_rcqe_length, &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_mds_loopback()
18339 list_add_tail(&dmabuf->cq_event.list, in lpfc_sli4_handle_mds_loopback()
18449 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1)) in lpfc_sli4_handle_received_buffer()
18451 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()
18454 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()
18461 &dmabuf->cq_event.cqe.rcqe_cmpl)); in lpfc_sli4_handle_received_buffer()