Searched refs:rxe_ucontext (Results 1 – 2 of 2) sorted by relevance
35 struct rxe_ucontext { struct423 static inline struct rxe_ucontext *to_ruc(struct ib_ucontext *uc) in to_ruc()425 return uc ? container_of(uc, struct rxe_ucontext, ibuc) : NULL; in to_ruc()
217 struct rxe_ucontext *uc = to_ruc(ibuc); in rxe_alloc_ucontext()229 struct rxe_ucontext *uc = to_ruc(ibuc); in rxe_dealloc_ucontext()1509 INIT_RDMA_OBJ_SIZE(ib_ucontext, rxe_ucontext, ibuc),