Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_verbs.c182 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_pd()
189 struct rxe_pd *pd = to_rpd(ibpd); in rxe_dealloc_pd()
297 struct rxe_pd *pd = to_rpd(ibsrq->pd); in rxe_create_srq()
417 struct rxe_pd *pd = to_rpd(ibpd); in rxe_create_qp()
897 struct rxe_pd *pd = to_rpd(ibpd); in rxe_get_dma_mr()
933 struct rxe_pd *pd = to_rpd(ibpd); in rxe_reg_user_mr()
976 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_mr()
Drxe_verbs.h433 static inline struct rxe_pd *to_rpd(struct ib_pd *pd) in to_rpd() function