Searched refs:rxe_mw (Results 1 – 7 of 7) sorted by relevance
/drivers/infiniband/sw/rxe/ |
D | rxe_mw.c | 10 struct rxe_mw *mw = to_rmw(ibmw); in rxe_alloc_mw() 32 static void rxe_do_dealloc_mw(struct rxe_mw *mw) in rxe_do_dealloc_mw() 57 struct rxe_mw *mw = to_rmw(ibmw); in rxe_dealloc_mw() 72 struct rxe_mw *mw, struct rxe_mr *mr) in rxe_check_bind_mw() 157 struct rxe_mw *mw, struct rxe_mr *mr) in rxe_do_bind_mw() 188 struct rxe_mw *mw; in rxe_bind_mw() 239 static int rxe_check_invalidate_mw(struct rxe_qp *qp, struct rxe_mw *mw) in rxe_check_invalidate_mw() 251 static void rxe_do_invalidate_mw(struct rxe_mw *mw) in rxe_do_invalidate_mw() 277 struct rxe_mw *mw; in rxe_invalidate_mw() 306 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey) in rxe_lookup_mw() [all …]
|
D | rxe_verbs.h | 345 struct rxe_mw { struct 467 static inline struct rxe_mw *to_rmw(struct ib_mw *mw) in to_rmw() 469 return mw ? container_of(mw, struct rxe_mw, ibmw) : NULL; in to_rmw() 477 static inline struct rxe_pd *rxe_mw_pd(struct rxe_mw *mw) in rxe_mw_pd()
|
D | Makefile | 18 rxe_mw.o \
|
D | rxe_pool.c | 66 .size = sizeof(struct rxe_mw), 67 .elem_offset = offsetof(struct rxe_mw, pelem),
|
D | rxe_loc.h | 98 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey);
|
D | rxe_verbs.c | 1108 INIT_RDMA_OBJ_SIZE(ib_mw, rxe_mw, ibmw),
|
D | rxe_resp.c | 407 struct rxe_mw *mw = NULL; in check_rkey()
|