Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_init.c875 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() local
885 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events()
888 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli4_free_sp_events()
890 rspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli4_free_sp_events()
891 cq_event); in lpfc_sli4_free_sp_events()
896 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()
897 cq_event); in lpfc_sli4_free_sp_events()
5827 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local
5838 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc()
5841 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) { in lpfc_sli4_async_event_proc()
[all …]
Dlpfc_sli.h65 struct lpfc_cq_event cq_event; member
Dlpfc_sli.c3868 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
3879 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
3882 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
3884 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
3885 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
3896 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
3897 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
12819 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
12830 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
12833 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_els_xri_abort_event_proc()
[all …]
Dlpfc.h164 struct lpfc_cq_event cq_event; member
Dlpfc_nvmet.c1976 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvmet_unsol_ls_buffer()
/Linux-v5.4/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-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_device.h737 } cq_event; member
Dhns_roce_hw_v1.c3816 cqn = roce_get_field(aeqe->event.cq_event.cq, in hns_roce_v1_cq_err_handle()
Dhns_roce_hw_v2.c5052 cqn = roce_get_field(aeqe->event.cq_event.cq, in hns_roce_v2_aeq_int()