Home
last modified time | relevance | path

Searched refs:mr_pd (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/infiniband/sw/rxe/
Drxe_mr.c629 mr_pd(mr) != pd || ((access & mr->access) != access) || in lookup_mr()
726 rxe_put(mr_pd(mr)); in rxe_mr_cleanup()
Drxe_verbs.h464 static inline struct rxe_pd *mr_pd(struct rxe_mr *mr) in mr_pd() function