Searched refs:rr_rdmabuf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | verbs.c | 199 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 xdr_buf_init(&rep->rr_hdrbuf, rdmab_data(rep->rr_rdmabuf), in rpcrdma_rep_create() 976 rdmab_length(rep->rr_rdmabuf)); in rpcrdma_rep_create() 981 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_rep_create() 999 rpcrdma_regbuf_free(rep->rr_rdmabuf); in rpcrdma_rep_destroy() 1026 rpcrdma_regbuf_dma_unmap(rep->rr_rdmabuf); in rpcrdma_reps_unmap() 1423 if (!rpcrdma_regbuf_dma_map(r_xprt, rep->rr_rdmabuf)) { in rpcrdma_post_recvs() [all...] |
H A D | xprt_rdma.h | 189 struct rpcrdma_regbuf *rr_rdmabuf; member
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | verbs.c | 177 ib_dma_sync_single_for_cpu(rdmab_device(rep->rr_rdmabuf), in rpcrdma_wc_receive() 178 rdmab_addr(rep->rr_rdmabuf), in rpcrdma_wc_receive() 933 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep->re_inline_recv, in rpcrdma_rep_create() 935 if (!rep->rr_rdmabuf) in rpcrdma_rep_create() 941 xdr_buf_init(&rep->rr_hdrbuf, rdmab_data(rep->rr_rdmabuf), in rpcrdma_rep_create() 942 rdmab_length(rep->rr_rdmabuf)); in rpcrdma_rep_create() 947 rep->rr_recv_wr.sg_list = &rep->rr_rdmabuf->rg_iov; in rpcrdma_rep_create() 964 rpcrdma_regbuf_free(rep->rr_rdmabuf); in rpcrdma_rep_free() 1011 rpcrdma_regbuf_dma_unmap(rep->rr_rdmabuf); in rpcrdma_reps_unmap() 1361 if (!rpcrdma_regbuf_dma_map(r_xprt, rep->rr_rdmabuf)) { in rpcrdma_post_recvs() [all...] |
H A D | xprt_rdma.h | 202 struct rpcrdma_regbuf *rr_rdmabuf; member
|
Completed in 6 milliseconds