Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_init.c868 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() local
878 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events()
881 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli4_free_sp_events()
883 rspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli4_free_sp_events()
884 cq_event); in lpfc_sli4_free_sp_events()
889 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()
890 cq_event); in lpfc_sli4_free_sp_events()
7159 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local
7171 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc()
7176 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) { in lpfc_sli4_async_event_proc()
[all …]
Dlpfc_sli.h71 struct lpfc_cq_event cq_event; member
Dlpfc_sli.c3208 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvme_unsol_ls_handler()
4412 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
4423 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
4426 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
4428 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
4429 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
4440 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
4441 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
14021 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
14034 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
[all …]
Dlpfc.h170 struct lpfc_cq_event cq_event; member
/Linux-v5.15/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()