Searched defs:cq_event (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_sli.h57 struct lpfc_cq_event cq_event; member in struct:lpfc_iocbq
H A Dlpfc_init.c840 struct lpfc_cq_event *cq_event; local
850 cq_event, struct lpfc_cq_event, list);
853 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) {
855 rspiocbq = container_of(cq_event, struct lpfc_iocbq,
856 cq_event);
861 dmabuf = container_of(cq_event, struct hbq_dmabuf,
862 cq_event);
4495 struct lpfc_cq_event *cq_event; local
4506 cq_event, struct lpfc_cq_event, list);
4509 switch (bf_get(lpfc_trailer_code, &cq_event
7744 struct lpfc_cq_event *cq_event; local
7774 struct lpfc_cq_event *cq_event, *next_cq_event; local
7796 struct lpfc_cq_event *cq_event = NULL; local
7816 struct lpfc_cq_event *cq_event; local
7834 __lpfc_sli4_cq_event_release(struct lpfc_hba *phba, struct lpfc_cq_event *cq_event) argument
7849 lpfc_sli4_cq_event_release(struct lpfc_hba *phba, struct lpfc_cq_event *cq_event) argument
[all...]
H A Dlpfc.h136 struct lpfc_cq_event cq_event; member in struct:hbq_dmabuf
H A Dlpfc_sli.c3438 struct lpfc_cq_event *cq_event; local
3448 cq_event, struct lpfc_cq_event, list);
3451 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) {
3453 irspiocbq = container_of(cq_event, struct lpfc_iocbq,
3454 cq_event);
3464 dmabuf = container_of(cq_event, struct hbq_dmabuf,
3465 cq_event);
11364 struct lpfc_cq_event *cq_event; local
11375 cq_event, struct lpfc_cq_event, list);
11378 lpfc_sli4_fcp_xri_aborted(phba, &cq_event
11393 struct lpfc_cq_event *cq_event; local
11585 struct lpfc_cq_event *cq_event; local
11847 struct lpfc_cq_event *cq_event; local
[all...]
/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c660 int cq_event = 0; local
680 cq_event = 1;
686 cq_event = 1;
729 cq_event = 0;
740 } else if (cq_event) {

Completed in 159 milliseconds