Searched refs:re_pd (Results 1 – 3 of 3) sorted by relevance
349 if (ep->re_pd) in rpcrdma_ep_destroy()350 ib_dealloc_pd(ep->re_pd); in rpcrdma_ep_destroy()351 ep->re_pd = NULL; in rpcrdma_ep_destroy()464 ep->re_pd = ib_alloc_pd(device, 0); in rpcrdma_ep_create()465 if (IS_ERR(ep->re_pd)) { in rpcrdma_ep_create()466 rc = PTR_ERR(ep->re_pd); in rpcrdma_ep_create()467 ep->re_pd = NULL; in rpcrdma_ep_create()471 rc = rdma_create_qp(id, ep->re_pd, &ep->re_attr); in rpcrdma_ep_create()1315 rb->rg_iov.lkey = r_xprt->rx_ep->re_pd->local_dma_lkey; in __rpcrdma_regbuf_dma_map()
75 struct ib_pd *re_pd; member
134 frmr = ib_alloc_mr(ep->re_pd, ep->re_mrtype, depth); in frwr_mr_init()