Searched refs:rxe_ucontext (Results 1 – 3 of 3) sorted by relevance
61 struct rxe_ucontext { struct435 static inline struct rxe_ucontext *to_ruc(struct ib_ucontext *uc) in to_ruc()437 return uc ? container_of(uc, struct rxe_ucontext, ibuc) : NULL; in to_ruc()
44 .size = sizeof(struct rxe_ucontext),
244 struct rxe_ucontext *uc; in rxe_alloc_ucontext()252 struct rxe_ucontext *uc = to_ruc(ibuc); in rxe_dealloc_ucontext()