Home
last modified time | relevance | path

Searched refs:rxe_mw (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_mw.c18 struct rxe_mw *mw = to_rmw(ibmw); in rxe_alloc_mw()
43 struct rxe_mw *mw = to_rmw(ibmw); in rxe_dealloc_mw()
51 struct rxe_mw *mw, struct rxe_mr *mr, int access) in rxe_check_bind_mw()
136 struct rxe_mw *mw, struct rxe_mr *mr, int access) in rxe_do_bind_mw()
167 struct rxe_mw *mw; in rxe_bind_mw()
224 static int rxe_check_invalidate_mw(struct rxe_qp *qp, struct rxe_mw *mw) in rxe_check_invalidate_mw()
236 static void rxe_do_invalidate_mw(struct rxe_mw *mw) in rxe_do_invalidate_mw()
261 struct rxe_mw *mw; in rxe_invalidate_mw()
290 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey) in rxe_lookup_mw()
294 struct rxe_mw *mw; in rxe_lookup_mw()
[all …]
H A Drxe_verbs.h333 struct rxe_mw { struct
453 static inline struct rxe_mw *to_rmw(struct ib_mw *mw) in to_rmw()
455 return mw ? container_of(mw, struct rxe_mw, ibmw) : NULL; in to_rmw()
468 static inline struct rxe_pd *rxe_mw_pd(struct rxe_mw *mw) in rxe_mw_pd()
H A DMakefile18 rxe_mw.o \
H A Drxe_pool.c83 .size = sizeof(struct rxe_mw),
84 .elem_offset = offsetof(struct rxe_mw, elem),
H A Drxe_loc.h88 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey);
H A Drxe_resp.c444 struct rxe_mw *mw = NULL; in check_rkey()
843 struct rxe_mw *mw; in rxe_recheck_mr()
H A Drxe_verbs.c1499 INIT_RDMA_OBJ_SIZE(ib_mw, rxe_mw, ibmw),