Searched refs:cq_event (Results 1 - 5 of 5) sorted by relevance
/drivers/scsi/lpfc/ |
H A D | lpfc_sli.h | 57 struct lpfc_cq_event cq_event; member in struct:lpfc_iocbq
|
H A D | lpfc_init.c | 840 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 D | lpfc_sli.c | 3438 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...] |
H A D | lpfc.h | 136 struct lpfc_cq_event cq_event; member in struct:hbq_dmabuf
|
/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_hw.c | 660 int cq_event = 0; local 680 cq_event = 1; 686 cq_event = 1; 729 cq_event = 0; 740 } else if (cq_event) {
|
Completed in 177 milliseconds