Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_verbs.c219 struct rxe_pd *pd = to_rpd(ibpd); in rxe_dealloc_pd()
239 struct rxe_pd *pd = to_rpd(ibpd); in rxe_create_ah()
343 struct rxe_pd *pd = to_rpd(ibpd); in rxe_create_srq()
471 struct rxe_pd *pd = to_rpd(ibpd); in rxe_create_qp()
964 struct rxe_pd *pd = to_rpd(ibpd); in rxe_get_dma_mr()
1000 struct rxe_pd *pd = to_rpd(ibpd); in rxe_reg_user_mr()
1044 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_mr()
Drxe_verbs.h430 static inline struct rxe_pd *to_rpd(struct ib_pd *pd) in to_rpd() function