Lines Matching refs:cq_event
3482 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
3492 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
3495 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
3497 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
3498 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
3508 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
3509 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
11408 struct lpfc_cq_event *cq_event; in lpfc_sli4_fcp_xri_abort_event_proc() local
11419 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_fcp_xri_abort_event_proc()
11422 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_fcp_xri_abort_event_proc()
11424 lpfc_sli4_cq_event_release(phba, cq_event); in lpfc_sli4_fcp_xri_abort_event_proc()
11437 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
11448 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
11451 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_els_xri_abort_event_proc()
11453 lpfc_sli4_cq_event_release(phba, cq_event); in lpfc_sli4_els_xri_abort_event_proc()
11593 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; in lpfc_sli4_els_wcqe_to_rspiocbq()
11629 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_async_event() local
11638 cq_event = lpfc_sli4_cq_event_alloc(phba); in lpfc_sli4_sp_handle_async_event()
11639 if (!cq_event) { in lpfc_sli4_sp_handle_async_event()
11646 memcpy(&cq_event->cqe, mcqe, sizeof(struct lpfc_mcqe)); in lpfc_sli4_sp_handle_async_event()
11648 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue); in lpfc_sli4_sp_handle_async_event()
11838 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_els_wcqe()
11840 list_add_tail(&irspiocbq->cq_event.list, in lpfc_sli4_sp_handle_els_wcqe()
11891 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_abort_xri_wcqe() local
11895 cq_event = lpfc_sli4_cq_event_alloc(phba); in lpfc_sli4_sp_handle_abort_xri_wcqe()
11896 if (!cq_event) { in lpfc_sli4_sp_handle_abort_xri_wcqe()
11903 memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted)); in lpfc_sli4_sp_handle_abort_xri_wcqe()
11907 list_add_tail(&cq_event->list, in lpfc_sli4_sp_handle_abort_xri_wcqe()
11916 list_add_tail(&cq_event->list, 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()
11981 list_add_tail(&dma_buf->cq_event.list, in lpfc_sli4_sp_handle_rcqe()
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()