rxe_mw
struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey);
struct rxe_mw *mw, struct rxe_mr *mr, int access)
struct rxe_mw *mw;
struct rxe_mw *mw = to_rmw(ibmw);
static int rxe_check_invalidate_mw(struct rxe_qp *qp, struct rxe_mw *mw)
static void rxe_do_invalidate_mw(struct rxe_mw *mw)
struct rxe_mw *mw;
struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey)
struct rxe_mw *mw;
struct rxe_mw *mw = container_of(elem, typeof(*mw), elem);
struct rxe_mw *mw = to_rmw(ibmw);
struct rxe_mw *mw, struct rxe_mr *mr, int access)
.size = sizeof(struct rxe_mw),
.elem_offset = offsetof(struct rxe_mw, elem),
struct rxe_mw *mw = NULL;
struct rxe_mw *mw;
INIT_RDMA_OBJ_SIZE(ib_mw, rxe_mw, ibmw),
static inline struct rxe_mw *to_rmw(struct ib_mw *mw)
return mw ? container_of(mw, struct rxe_mw, ibmw) : NULL;
static inline struct rxe_pd *rxe_mw_pd(struct rxe_mw *mw)