Searched refs:cq_event (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_init.c | 923 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() local 933 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events() 936 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli4_free_sp_events() 938 rspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli4_free_sp_events() 939 cq_event); in lpfc_sli4_free_sp_events() 944 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events() 945 cq_event); in lpfc_sli4_free_sp_events() 7321 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local 7333 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc() 7338 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 | 3215 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvme_unsol_ls_handler() 4498 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local 4509 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4() 4512 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4() 4514 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4() 4515 cq_event); in lpfc_sli_handle_slow_ring_event_s4() 4526 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4() 4527 cq_event); in lpfc_sli_handle_slow_ring_event_s4() 14118 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local 14131 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-6.1.9/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()
|