Searched refs:re_pd (Results 1 – 3 of 3) sorted by relevance
361 if (ep->re_pd) in rpcrdma_ep_destroy()362 ib_dealloc_pd(ep->re_pd); in rpcrdma_ep_destroy()363 ep->re_pd = NULL; in rpcrdma_ep_destroy()482 ep->re_pd = ib_alloc_pd(device, 0); in rpcrdma_ep_create()483 if (IS_ERR(ep->re_pd)) { in rpcrdma_ep_create()484 rc = PTR_ERR(ep->re_pd); in rpcrdma_ep_create()488 rc = rdma_create_qp(id, ep->re_pd, &ep->re_attr); in rpcrdma_ep_create()1326 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
133 frmr = ib_alloc_mr(ep->re_pd, ep->re_mrtype, depth); in frwr_mr_init()
Completed in 13 milliseconds