Home
last modified time | relevance | path

Searched refs:rxe_ucontext (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_verbs.h63 struct rxe_ucontext { struct
428 static inline struct rxe_ucontext *to_ruc(struct ib_ucontext *uc) in to_ruc()
430 return uc ? container_of(uc, struct rxe_ucontext, ibuc) : NULL; in to_ruc()
Drxe_verbs.c148 struct rxe_ucontext *uc = to_ruc(uctx); in rxe_alloc_ucontext()
155 struct rxe_ucontext *uc = to_ruc(ibuc); in rxe_dealloc_ucontext()
1155 INIT_RDMA_OBJ_SIZE(ib_ucontext, rxe_ucontext, ibuc),
Drxe_pool.c44 .size = sizeof(struct rxe_ucontext),