Searched refs:u_wc (Results 1 – 1 of 1) sorted by relevance
71 struct rvt_cq_wc *u_wc = NULL; in rvt_cq_enter() local81 u_wc = cq->queue; in rvt_cq_enter()82 uqueue = &u_wc->uqueue[0]; in rvt_cq_enter()83 head = RDMA_READ_UAPI_ATOMIC(u_wc->head); in rvt_cq_enter()84 tail = RDMA_READ_UAPI_ATOMIC(u_wc->tail); in rvt_cq_enter()137 RDMA_WRITE_UAPI_ATOMIC(u_wc->head, next); in rvt_cq_enter()206 struct rvt_cq_wc *u_wc = NULL; in rvt_create_cq() local233 sz += sizeof(*u_wc); in rvt_create_cq()234 u_wc = vmalloc_user(sz); in rvt_create_cq()235 if (!u_wc) in rvt_create_cq()[all …]