Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
A Drxe_mw.c10 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()
164 struct rxe_mw *mw, struct rxe_mr *mr) in rxe_do_bind_mw()
195 struct rxe_mw *mw; in rxe_bind_mw()
258 static void rxe_do_invalidate_mw(struct rxe_mw *mw) in rxe_do_invalidate_mw()
284 struct rxe_mw *mw; in rxe_invalidate_mw()
313 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey) in rxe_lookup_mw()
317 struct rxe_mw *mw; in rxe_lookup_mw()
[all …]
A Drxe_verbs.h343 struct rxe_mw { struct
465 static inline struct rxe_mw *to_rmw(struct ib_mw *mw) in to_rmw()
467 return mw ? container_of(mw, struct rxe_mw, ibmw) : NULL; in to_rmw()
480 static inline struct rxe_pd *rxe_mw_pd(struct rxe_mw *mw) in rxe_mw_pd()
A DMakefile18 rxe_mw.o \
A Drxe_pool.c76 .size = sizeof(struct rxe_mw),
77 .elem_offset = offsetof(struct rxe_mw, pelem),
A Drxe_loc.h99 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey);
A Drxe_resp.c407 struct rxe_mw *mw = NULL; in check_rkey()
A Drxe_verbs.c1117 INIT_RDMA_OBJ_SIZE(ib_mw, rxe_mw, ibmw),

Completed in 16 milliseconds