Searched refs:re_pd (Results 1 – 3 of 3) sorted by relevance
373 if (ep->re_pd) in rpcrdma_ep_destroy()374 ib_dealloc_pd(ep->re_pd); in rpcrdma_ep_destroy()375 ep->re_pd = NULL; in rpcrdma_ep_destroy()497 ep->re_pd = ib_alloc_pd(device, 0); in rpcrdma_ep_create()498 if (IS_ERR(ep->re_pd)) { in rpcrdma_ep_create()499 rc = PTR_ERR(ep->re_pd); in rpcrdma_ep_create()500 ep->re_pd = NULL; in rpcrdma_ep_create()504 rc = rdma_create_qp(id, ep->re_pd, &ep->re_attr); in rpcrdma_ep_create()1338 rb->rg_iov.lkey = r_xprt->rx_ep->re_pd->local_dma_lkey; in __rpcrdma_regbuf_dma_map()
73 struct ib_pd *re_pd; member
123 frmr = ib_alloc_mr(ep->re_pd, ep->re_mrtype, depth); in frwr_mr_init()