Home
last modified time | relevance | path

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

/drivers/infiniband/hw/efa/
A Defa_verbs.c147 static inline struct efa_pd *to_epd(struct ib_pd *ibpd) in to_epd() function
433 struct efa_pd *pd = to_epd(ibpd); in efa_alloc_pd()
475 struct efa_pd *pd = to_epd(ibpd); in efa_dealloc_pd()
744 create_qp_params.pd = to_epd(ibqp->pd)->pdn; in efa_create_qp()
1709 params.pd = to_epd(ibpd)->pdn; in efa_register_mr()
2111 .pdn = to_epd(ah->ibah.pd)->pdn, in efa_ah_destroy()
2145 params.pdn = to_epd(ibah->pd)->pdn; in efa_create_ah()
/drivers/infiniband/hw/erdma/
A Derdma_verbs.c42 struct erdma_pd *pd = to_epd(qp->ibqp.pd); in create_qp_cmd()
140 struct erdma_pd *pd = to_epd(mr->ibmr.pd); in regmr_cmd()
433 struct erdma_pd *pd = to_epd(ibpd); in erdma_alloc_pd()
448 struct erdma_pd *pd = to_epd(ibpd); in erdma_dealloc_pd()
2195 struct erdma_pd *pd = to_epd(ibah->pd); in erdma_create_ah()
2239 struct erdma_pd *pd = to_epd(ibah->pd); in erdma_destroy_ah()
A Derdma_verbs.h389 static inline struct erdma_pd *to_epd(struct ib_pd *pd) in to_epd() function

Completed in 13 milliseconds