Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_init.c925 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() local
935 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events()
938 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli4_free_sp_events()
940 rspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli4_free_sp_events()
941 cq_event); in lpfc_sli4_free_sp_events()
946 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()
947 cq_event); in lpfc_sli4_free_sp_events()
7310 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local
7322 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc()
7327 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) { in lpfc_sli4_async_event_proc()
[all …]
Dlpfc_sli.h77 struct lpfc_cq_event cq_event; member
Dlpfc_sli.c3231 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvme_unsol_ls_handler()
4516 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
4527 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
4530 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
4532 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
4533 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
4544 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
4545 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
14132 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
14145 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
[all …]
Dlpfc.h166 struct lpfc_cq_event cq_event; member
/Linux-v6.6/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()