Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_init.c866 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() local
876 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events()
879 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli4_free_sp_events()
881 rspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli4_free_sp_events()
882 cq_event); in lpfc_sli4_free_sp_events()
887 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()
888 cq_event); in lpfc_sli4_free_sp_events()
5960 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local
5972 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc()
5977 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) { in lpfc_sli4_async_event_proc()
[all …]
H A Dlpfc_sli.h65 struct lpfc_cq_event cq_event; member
H A Dlpfc_sli.c2822 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvme_unsol_ls_handler()
4005 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
4016 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
4019 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
4021 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
4022 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
4033 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
4034 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
13109 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
13122 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
[all …]
H A Dlpfc.h164 struct lpfc_cq_event cq_event; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/
H A 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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h708 } cq_event; member
H A Dhns_roce_hw_v1.c3724 cqn = roce_get_field(aeqe->event.cq_event.cq, in hns_roce_v1_cq_err_handle()
H A Dhns_roce_hw_v2.c5505 cqn = roce_get_field(aeqe->event.cq_event.cq, in hns_roce_v2_aeq_int()