Searched refs:cq_event (Results 1 – 5 of 5) sorted by relevance
/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() 7323 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local 7335 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc() 7340 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) { in lpfc_sli4_async_event_proc() [all …]
|
D | lpfc_sli.c | 3215 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvme_unsol_ls_handler() 4500 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local 4511 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4() 4514 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4() 4516 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4() 4517 cq_event); in lpfc_sli_handle_slow_ring_event_s4() 4528 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4() 4529 cq_event); in lpfc_sli_handle_slow_ring_event_s4() 14124 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local 14137 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc() [all …]
|
D | lpfc_sli.h | 77 struct lpfc_cq_event cq_event; member
|
D | lpfc.h | 167 struct lpfc_cq_event cq_event; member
|
/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()
|