Home
last modified time | relevance | path

Searched refs:rxe_lookup_mw (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/infiniband/sw/rxe/
Drxe_loc.h90 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey);
Drxe_mw.c281 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey) in rxe_lookup_mw() function
Drxe_resp.c451 mw = rxe_lookup_mw(qp, access, rkey); in check_rkey()