Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dverbs.c845 req->rl_sendbuf = rpcrdma_regbuf_alloc(size, DMA_TO_DEVICE, flags); in rpcrdma_req_create()
846 if (!req->rl_sendbuf) in rpcrdma_req_create()
861 rpcrdma_regbuf_free(req->rl_sendbuf); in rpcrdma_req_create()
929 rpcrdma_regbuf_dma_unmap(req->rl_sendbuf); in rpcrdma_req_reset()
1125 rpcrdma_regbuf_free(req->rl_sendbuf); in rpcrdma_req_destroy()
Drpc_rdma.c535 struct rpcrdma_regbuf *rb = sc->sc_req->rl_sendbuf; in rpcrdma_sendctx_unmap()
578 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_head_iov()
599 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_pagelist()
641 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_tail_iov()
928 rtype = buf->len < rdmab_length(req->rl_sendbuf) ? in rpcrdma_marshal_req()
Dtransport.c582 if (!rpcrdma_check_regbuf(r_xprt, req->rl_sendbuf, rqst->rq_callsize, in xprt_rdma_allocate()
589 rqst->rq_buffer = rdmab_data(req->rl_sendbuf); in xprt_rdma_allocate()
Dbackchannel.c208 xdr_buf_init(&rqst->rq_snd_buf, rdmab_data(req->rl_sendbuf), size); in rpcrdma_bc_rqst_get()
Dxprt_rdma.h317 struct rpcrdma_regbuf *rl_sendbuf; /* rq_snd_buf */ member