Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_init.c840 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() local
850 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events()
853 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli4_free_sp_events()
855 rspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli4_free_sp_events()
856 cq_event); in lpfc_sli4_free_sp_events()
861 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()
862 cq_event); in lpfc_sli4_free_sp_events()
4602 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local
4613 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc()
4616 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) { in lpfc_sli4_async_event_proc()
[all …]
Dlpfc_sli.h57 struct lpfc_cq_event cq_event; member
Dlpfc_sli.c3482 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() local
3492 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4()
3495 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli_handle_slow_ring_event_s4()
3497 irspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli_handle_slow_ring_event_s4()
3498 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
3508 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli_handle_slow_ring_event_s4()
3509 cq_event); in lpfc_sli_handle_slow_ring_event_s4()
11408 struct lpfc_cq_event *cq_event; in lpfc_sli4_fcp_xri_abort_event_proc() local
11419 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_fcp_xri_abort_event_proc()
11422 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_fcp_xri_abort_event_proc()
[all …]
Dlpfc.h136 struct lpfc_cq_event cq_event; member
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c660 int cq_event = 0; in ocrdma_dispatch_ibevent() local
680 cq_event = 1; in ocrdma_dispatch_ibevent()
686 cq_event = 1; in ocrdma_dispatch_ibevent()
729 cq_event = 0; in ocrdma_dispatch_ibevent()
743 } else if (cq_event) { in ocrdma_dispatch_ibevent()