Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c930 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() local
938 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events()
941 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli4_free_sp_events()
943 rspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli4_free_sp_events()
944 cq_event); in lpfc_sli4_free_sp_events()
949 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()
950 cq_event); in lpfc_sli4_free_sp_events()
7317 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local
7327 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc()
7332 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) { in lpfc_sli4_async_event_proc()
[all …]
H A Dlpfc_sli.h77 struct lpfc_cq_event cq_event; member
H A Dlpfc_sli.c3216 size = bf_get(lpfc_rcqe_length, &nvmebuf->cq_event.cqe.rcqe_cmpl); in lpfc_nvme_unsol_ls_handler()
4513 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
4522 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
4525 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
4527 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
4528 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
4539 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
4540 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
14159 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() local
14170 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc()
[all …]
/linux/drivers/infiniband/hw/ocrdma/
H A 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()