Searched refs:rxe_ucontext (Results 1 – 3 of 3) sorted by relevance
63 struct rxe_ucontext { struct425 static inline struct rxe_ucontext *to_ruc(struct ib_ucontext *uc) in to_ruc()427 return uc ? container_of(uc, struct rxe_ucontext, ibuc) : NULL; in to_ruc()
44 .size = sizeof(struct rxe_ucontext),
173 struct rxe_ucontext *uc; in rxe_alloc_ucontext()181 struct rxe_ucontext *uc = to_ruc(ibuc); in rxe_dealloc_ucontext()