Symbol: rxe_mw
drivers/infiniband/sw/rxe/rxe_loc.h
89
struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey);
drivers/infiniband/sw/rxe/rxe_mw.c
136
struct rxe_mw *mw, struct rxe_mr *mr, int access)
drivers/infiniband/sw/rxe/rxe_mw.c
167
struct rxe_mw *mw;
drivers/infiniband/sw/rxe/rxe_mw.c
18
struct rxe_mw *mw = to_rmw(ibmw);
drivers/infiniband/sw/rxe/rxe_mw.c
224
static int rxe_check_invalidate_mw(struct rxe_qp *qp, struct rxe_mw *mw)
drivers/infiniband/sw/rxe/rxe_mw.c
236
static void rxe_do_invalidate_mw(struct rxe_mw *mw)
drivers/infiniband/sw/rxe/rxe_mw.c
261
struct rxe_mw *mw;
drivers/infiniband/sw/rxe/rxe_mw.c
290
struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey)
drivers/infiniband/sw/rxe/rxe_mw.c
294
struct rxe_mw *mw;
drivers/infiniband/sw/rxe/rxe_mw.c
314
struct rxe_mw *mw = container_of(elem, typeof(*mw), elem);
drivers/infiniband/sw/rxe/rxe_mw.c
43
struct rxe_mw *mw = to_rmw(ibmw);
drivers/infiniband/sw/rxe/rxe_mw.c
51
struct rxe_mw *mw, struct rxe_mr *mr, int access)
drivers/infiniband/sw/rxe/rxe_pool.c
83
.size = sizeof(struct rxe_mw),
drivers/infiniband/sw/rxe/rxe_pool.c
84
.elem_offset = offsetof(struct rxe_mw, elem),
drivers/infiniband/sw/rxe/rxe_resp.c
471
struct rxe_mw *mw = NULL;
drivers/infiniband/sw/rxe/rxe_resp.c
897
struct rxe_mw *mw;
drivers/infiniband/sw/rxe/rxe_verbs.c
1517
INIT_RDMA_OBJ_SIZE(ib_mw, rxe_mw, ibmw),
drivers/infiniband/sw/rxe/rxe_verbs.h
504
static inline struct rxe_mw *to_rmw(struct ib_mw *mw)
drivers/infiniband/sw/rxe/rxe_verbs.h
506
return mw ? container_of(mw, struct rxe_mw, ibmw) : NULL;
drivers/infiniband/sw/rxe/rxe_verbs.h
519
static inline struct rxe_pd *rxe_mw_pd(struct rxe_mw *mw)