Searched refs:cq_event (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/scsi/lpfc/ |
D | lpfc_init.c | 925 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 …]
|
D | lpfc_sli.h | 77 struct lpfc_cq_event cq_event; member
|
D | lpfc_sli.c | 3231 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 …]
|
D | lpfc.h | 166 struct lpfc_cq_event cq_event; member
|
/Linux-v6.6/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 681 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()
|