Searched refs:cq_event (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 842 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() local 852 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events() 855 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { in lpfc_sli4_free_sp_events() 857 rspiocbq = container_of(cq_event, struct lpfc_iocbq, in lpfc_sli4_free_sp_events() 858 cq_event); in lpfc_sli4_free_sp_events() 863 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events() 864 cq_event); in lpfc_sli4_free_sp_events() 4622 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() local 4633 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc() 4636 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) { in lpfc_sli4_async_event_proc() [all …]
|
D | lpfc_sli.h | 57 struct lpfc_cq_event cq_event; member
|
D | lpfc_sli.c | 3482 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() 11390 struct lpfc_cq_event *cq_event; in lpfc_sli4_fcp_xri_abort_event_proc() local 11401 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_fcp_xri_abort_event_proc() 11404 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri); in lpfc_sli4_fcp_xri_abort_event_proc() [all …]
|
D | lpfc.h | 136 struct lpfc_cq_event cq_event; member
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 678 int cq_event = 0; in ocrdma_dispatch_ibevent() local 720 cq_event = 1; in ocrdma_dispatch_ibevent() 726 cq_event = 1; in ocrdma_dispatch_ibevent() 769 cq_event = 0; in ocrdma_dispatch_ibevent() 783 } else if (cq_event) { in ocrdma_dispatch_ibevent()
|