• Home
  • Raw
  • Download

Lines Matching refs:cq_event

3215 	size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl);  in lpfc_nvme_unsol_ls_handler()
4500 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
4511 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
4514 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
4516 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
4517 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
4528 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
4529 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
14124 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
14137 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
14141 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_els_xri_abort_event_proc()
14144 lpfc_sli4_cq_event_release(phba, cq_event); in lpfc_sli4_els_xri_abort_event_proc()
14175 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; in lpfc_sli4_els_preprocess_rspiocbq()
14211 struct lpfc_cq_event *cq_event; in lpfc_cq_event_setup() local
14214 cq_event = lpfc_sli4_cq_event_alloc(phba); in lpfc_cq_event_setup()
14215 if (!cq_event) { in lpfc_cq_event_setup()
14222 memcpy(&cq_event->cqe, entry, size); in lpfc_cq_event_setup()
14223 return cq_event; in lpfc_cq_event_setup()
14239 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_async_event() local
14247 cq_event = lpfc_cq_event_setup(phba, mcqe, sizeof(struct lpfc_mcqe)); in lpfc_sli4_sp_handle_async_event()
14248 if (!cq_event) in lpfc_sli4_sp_handle_async_event()
14252 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue); in lpfc_sli4_sp_handle_async_event()
14494 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_els_wcqe()
14496 list_add_tail(&irspiocbq->cq_event.list, in lpfc_sli4_sp_handle_els_wcqe()
14547 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_abort_xri_wcqe() local
14562 cq_event = lpfc_cq_event_setup(phba, wcqe, sizeof(*wcqe)); in lpfc_sli4_sp_handle_abort_xri_wcqe()
14563 if (!cq_event) { in lpfc_sli4_sp_handle_abort_xri_wcqe()
14567 cq_event->hdwq = cq->hdwq; in lpfc_sli4_sp_handle_abort_xri_wcqe()
14570 list_add_tail(&cq_event->list, in lpfc_sli4_sp_handle_abort_xri_wcqe()
14641 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe)); in lpfc_sli4_sp_handle_rcqe()
14658 list_add_tail(&dma_buf->cq_event.list, in lpfc_sli4_sp_handle_rcqe()
19106 &seq_dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
19139 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
19159 &hbq_buf->cq_event.cqe.rcqe_cmpl); in lpfc_prep_seq()
19251 frame_len = bf_get(lpfc_rcqe_length, &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_mds_loopback()
19258 list_add_tail(&dmabuf->cq_event.list, in lpfc_sli4_handle_mds_loopback()
19380 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1)) in lpfc_sli4_handle_received_buffer()
19382 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()
19385 &dmabuf->cq_event.cqe.rcqe_cmpl); in lpfc_sli4_handle_received_buffer()
19392 &dmabuf->cq_event.cqe.rcqe_cmpl)); in lpfc_sli4_handle_received_buffer()