Home
last modified time | relevance | path

Searched refs:rl_sendbuf (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/xprtrdma/
A Dverbs.c829 req->rl_sendbuf = rpcrdma_regbuf_alloc(size, DMA_TO_DEVICE); in rpcrdma_req_create()
830 if (!req->rl_sendbuf) in rpcrdma_req_create()
845 rpcrdma_regbuf_free(req->rl_sendbuf); in rpcrdma_req_create()
915 rpcrdma_regbuf_dma_unmap(req->rl_sendbuf); in rpcrdma_req_reset()
1111 rpcrdma_regbuf_free(req->rl_sendbuf); in rpcrdma_req_destroy()
A Drpc_rdma.c536 struct rpcrdma_regbuf *rb = sc->sc_req->rl_sendbuf; in rpcrdma_sendctx_unmap()
579 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_head_iov()
600 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_pagelist()
642 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_tail_iov()
929 rtype = buf->len < rdmab_length(req->rl_sendbuf) ? in rpcrdma_marshal_req()
A Dbackchannel.c204 xdr_buf_init(&rqst->rq_snd_buf, rdmab_data(req->rl_sendbuf), size); in rpcrdma_bc_rqst_get()
A Dtransport.c565 if (!rpcrdma_check_regbuf(r_xprt, req->rl_sendbuf, rqst->rq_callsize, in xprt_rdma_allocate()
572 rqst->rq_buffer = rdmab_data(req->rl_sendbuf); in xprt_rdma_allocate()
A Dxprt_rdma.h325 struct rpcrdma_regbuf *rl_sendbuf; /* rq_snd_buf */ member

Completed in 15 milliseconds