Searched refs:rxe_ucontext (Results 1 – 3 of 3) sorted by relevance
36 struct rxe_ucontext { struct396 static inline struct rxe_ucontext *to_ruc(struct ib_ucontext *uc) in to_ruc()398 return uc ? container_of(uc, struct rxe_ucontext, ibuc) : NULL; in to_ruc()
112 struct rxe_ucontext *uc = to_ruc(uctx); in rxe_alloc_ucontext()119 struct rxe_ucontext *uc = to_ruc(ibuc); in rxe_dealloc_ucontext()1113 INIT_RDMA_OBJ_SIZE(ib_ucontext, rxe_ucontext, ibuc),
17 .size = sizeof(struct rxe_ucontext),