Searched refs:re_pd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | verbs.c | 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() 1333 rb->rg_iov.lkey = r_xprt->rx_ep->re_pd->local_dma_lkey; in __rpcrdma_regbuf_dma_map()
|
H A D | xprt_rdma.h | 73 struct ib_pd *re_pd; member
|
H A D | frwr_ops.c | 123 frmr = ib_alloc_mr(ep->re_pd, ep->re_mrtype, depth); in frwr_mr_init()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | verbs.c | 345 if (ep->re_pd) in rpcrdma_ep_destroy() 346 ib_dealloc_pd(ep->re_pd); in rpcrdma_ep_destroy() 347 ep->re_pd = NULL; in rpcrdma_ep_destroy() 460 ep->re_pd = ib_alloc_pd(device, 0); in rpcrdma_ep_create() 461 if (IS_ERR(ep->re_pd)) { in rpcrdma_ep_create() 462 rc = PTR_ERR(ep->re_pd); in rpcrdma_ep_create() 463 ep->re_pd = NULL; in rpcrdma_ep_create() 467 rc = rdma_create_qp(id, ep->re_pd, &ep->re_attr); in rpcrdma_ep_create() 1297 rb->rg_iov.lkey = r_xprt->rx_ep->re_pd->local_dma_lkey; in __rpcrdma_regbuf_dma_map()
|
H A D | xprt_rdma.h | 75 struct ib_pd *re_pd; member
|
H A D | frwr_ops.c | 133 frmr = ib_alloc_mr(ep->re_pd, ep->re_mrtype, depth); in frwr_mr_init()
|
Completed in 7 milliseconds