rxe_ucontext
.size = sizeof(struct rxe_ucontext),
.elem_offset = offsetof(struct rxe_ucontext, elem),
INIT_RDMA_OBJ_SIZE(ib_ucontext, rxe_ucontext, ibuc),
struct rxe_ucontext *uc = to_ruc(ibuc);
struct rxe_ucontext *uc = to_ruc(ibuc);
static inline struct rxe_ucontext *to_ruc(struct ib_ucontext *uc)
return uc ? container_of(uc, struct rxe_ucontext, ibuc) : NULL;