Home
last modified time | relevance | path

Searched refs:cq_event (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_init.c874 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() local
884 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events()
887 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli4_free_sp_events()
889 rspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli4_free_sp_events()
890 cq_event); in lpfc_sli4_free_sp_events()
895 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()
896 cq_event); in lpfc_sli4_free_sp_events()
5287 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local
5298 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc()
5301 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) { in lpfc_sli4_async_event_proc()
[all …]
Dlpfc_sli.h60 struct lpfc_cq_event cq_event; member
Dlpfc_sli.c3798 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
3808 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
3811 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
3813 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
3814 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
3824 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
3825 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
12563 struct lpfc_cq_event *cq_event; in lpfc_sli4_fcp_xri_abort_event_proc() local
12574 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_fcp_xri_abort_event_proc()
12577 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_fcp_xri_abort_event_proc()
[all …]
Dlpfc.h163 struct lpfc_cq_event cq_event; member
Dlpfc_nvmet.c1760 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvmet_unsol_ls_buffer()
/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c681 int cq_event = 0; in ocrdma_dispatch_ibevent() local
723 cq_event = 1; in ocrdma_dispatch_ibevent()
729 cq_event = 1; in ocrdma_dispatch_ibevent()
772 cq_event = 0; in ocrdma_dispatch_ibevent()
786 } else if (cq_event) { in ocrdma_dispatch_ibevent()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_device.h599 } cq_event; member
Dhns_roce_hw_v1.c4166 cqn = roce_get_field(aeqe->event.cq_event.cq, in hns_roce_v1_cq_err_handle()
Dhns_roce_hw_v2.c4248 cqn = roce_get_field(aeqe->event.cq_event.cq, in hns_roce_v2_aeq_int()