Lines Matching refs:access
61 if (unlikely((mw->access & IB_ZERO_BASED))) { in rxe_check_bind_mw()
94 if (unlikely(mr->access & IB_ZERO_BASED)) { in rxe_check_bind_mw()
100 if (unlikely(!(mr->access & IB_ACCESS_MW_BIND))) { in rxe_check_bind_mw()
107 if (unlikely((mw->access & in rxe_check_bind_mw()
109 !(mr->access & IB_ACCESS_LOCAL_WRITE))) { in rxe_check_bind_mw()
116 if (mw->access & IB_ZERO_BASED) { in rxe_check_bind_mw()
141 mw->access = wqe->wr.wr.mw.access; in rxe_do_bind_mw()
245 mw->access = 0; in rxe_do_invalidate_mw()
283 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey) in rxe_lookup_mw() argument
296 (mw->length == 0) || ((access & mw->access) != access) || in rxe_lookup_mw()
327 mw->access = 0; in rxe_mw_cleanup()