Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dverbs.c363 if (ep->re_pd) in rpcrdma_ep_destroy()
364 ib_dealloc_pd(ep->re_pd); in rpcrdma_ep_destroy()
365 ep->re_pd = NULL; in rpcrdma_ep_destroy()
486 ep->re_pd = ib_alloc_pd(device, 0); in rpcrdma_ep_create()
487 if (IS_ERR(ep->re_pd)) { in rpcrdma_ep_create()
488 rc = PTR_ERR(ep->re_pd); in rpcrdma_ep_create()
489 ep->re_pd = NULL; in rpcrdma_ep_create()
493 rc = rdma_create_qp(id, ep->re_pd, &ep->re_attr); in rpcrdma_ep_create()
1325 rb->rg_iov.lkey = r_xprt->rx_ep->re_pd->local_dma_lkey; in __rpcrdma_regbuf_dma_map()
Dxprt_rdma.h74 struct ib_pd *re_pd; member
Dfrwr_ops.c133 frmr = ib_alloc_mr(ep->re_pd, ep->re_mrtype, depth); in frwr_mr_init()