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()
11390 struct lpfc_cq_event *cq_event; in lpfc_sli4_fcp_xri_abort_event_proc() local
11401 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_fcp_xri_abort_event_proc()
11404 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_fcp_xri_abort_event_proc()
11406 lpfc_sli4_cq_event_release(phba, cq_event); in lpfc_sli4_fcp_xri_abort_event_proc()
11419 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
11430 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
11433 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_els_xri_abort_event_proc()
11435 lpfc_sli4_cq_event_release(phba, cq_event); in lpfc_sli4_els_xri_abort_event_proc()
11575 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; in lpfc_sli4_els_wcqe_to_rspiocbq()
11611 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_async_event() local
11620 cq_event = lpfc_sli4_cq_event_alloc(phba); in lpfc_sli4_sp_handle_async_event()
11621 if (!cq_event) { in lpfc_sli4_sp_handle_async_event()
11628 memcpy(&cq_event->cqe, mcqe, sizeof(struct lpfc_mcqe)); in lpfc_sli4_sp_handle_async_event()
11630 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue); in lpfc_sli4_sp_handle_async_event()
11820 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_els_wcqe()
11822 list_add_tail(&irspiocbq->cq_event.list, in lpfc_sli4_sp_handle_els_wcqe()
11873 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_abort_xri_wcqe() local
11877 cq_event = lpfc_sli4_cq_event_alloc(phba); in lpfc_sli4_sp_handle_abort_xri_wcqe()
11878 if (!cq_event) { in lpfc_sli4_sp_handle_abort_xri_wcqe()
11885 memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted)); in lpfc_sli4_sp_handle_abort_xri_wcqe()
11889 list_add_tail(&cq_event->list, in lpfc_sli4_sp_handle_abort_xri_wcqe()
11898 list_add_tail(&cq_event->list, 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()
11963 list_add_tail(&dma_buf->cq_event.list, in lpfc_sli4_sp_handle_rcqe()
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()