Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
A Drxe_verbs.h435 static inline struct rxe_pd *to_rpd(struct ib_pd *pd) in to_rpd() function
472 return to_rpd(ah->ibah.pd); in rxe_ah_pd()
477 return to_rpd(mr->ibmr.pd); in mr_pd()
482 return to_rpd(mw->ibmw.pd); in rxe_mw_pd()
A Drxe_mw.c11 struct rxe_pd *pd = to_rpd(ibmw->pd); in rxe_alloc_mw()
58 struct rxe_pd *pd = to_rpd(ibmw->pd); in rxe_dealloc_mw()
99 if (unlikely(qp->pd != to_rpd(mw->ibmw.pd))) { in rxe_check_bind_mw()
316 struct rxe_pd *pd = to_rpd(qp->ibqp.pd); in rxe_lookup_mw()
A Drxe_verbs.c143 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_pd()
150 struct rxe_pd *pd = to_rpd(ibpd); in rxe_dealloc_pd()
288 struct rxe_pd *pd = to_rpd(ibsrq->pd); in rxe_create_srq()
411 struct rxe_pd *pd = to_rpd(ibqp->pd); in rxe_create_qp()
894 struct rxe_pd *pd = to_rpd(ibpd); in rxe_get_dma_mr()
916 struct rxe_pd *pd = to_rpd(ibpd); in rxe_reg_user_mr()
947 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_mr()

Completed in 10 milliseconds