Searched refs:ibuc (Results 1 – 2 of 2) sorted by relevance
63 struct ib_ucontext ibuc; member437 return uc ? container_of(uc, struct rxe_ucontext, ibuc) : NULL; in to_ruc()
247 return uc ? &uc->ibuc : ERR_PTR(-ENOMEM); in rxe_alloc_ucontext()250 static int rxe_dealloc_ucontext(struct ib_ucontext *ibuc) in rxe_dealloc_ucontext() argument252 struct rxe_ucontext *uc = to_ruc(ibuc); in rxe_dealloc_ucontext()