Searched refs:rxe_ucontext (Results 1 – 3 of 3) sorted by relevance
35 struct rxe_ucontext { struct418 static inline struct rxe_ucontext *to_ruc(struct ib_ucontext *uc) in to_ruc()420 return uc ? container_of(uc, struct rxe_ucontext, ibuc) : NULL; in to_ruc()
23 .size = sizeof(struct rxe_ucontext),24 .elem_offset = offsetof(struct rxe_ucontext, elem),
208 struct rxe_ucontext *uc = to_ruc(ibuc); in rxe_alloc_ucontext()220 struct rxe_ucontext *uc = to_ruc(ibuc); in rxe_dealloc_ucontext()1498 INIT_RDMA_OBJ_SIZE(ib_ucontext, rxe_ucontext, ibuc),