Lines Matching refs:rxe_mw
18 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()
314 struct rxe_mw *mw = container_of(elem, typeof(*mw), elem); in rxe_mw_cleanup()