Home
last modified time | relevance | path

Searched refs:rr_rdmabuf (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
Dverbs.c199 ib_dma_sync_single_for_cpu(rdmab_device(rep->rr_rdmabuf), in rpcrdma_wc_receive()
200 rdmab_addr(rep->rr_rdmabuf), in rpcrdma_wc_receive()
970 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep->re_inline_recv, in rpcrdma_rep_create()
972 if (!rep->rr_rdmabuf) in rpcrdma_rep_create()
975 if (!rpcrdma_regbuf_dma_map(r_xprt, rep->rr_rdmabuf)) in rpcrdma_rep_create()
978 xdr_buf_init(&rep->rr_hdrbuf, rdmab_data(rep->rr_rdmabuf), in rpcrdma_rep_create()
979 rdmab_length(rep->rr_rdmabuf)); in rpcrdma_rep_create()
984 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_rep_create()
991 rpcrdma_regbuf_free(rep->rr_rdmabuf); in rpcrdma_rep_create()
1004 rpcrdma_regbuf_free(rep->rr_rdmabuf); in rpcrdma_rep_destroy()
[all …]
Dxprt_rdma.h189 struct rpcrdma_regbuf *rr_rdmabuf; member