Searched refs:rl_sendbuf (Results 1 – 5 of 5) sorted by relevance
437 rpcrdma_regbuf_dma_unmap(req->rl_sendbuf); in rpcrdma_ia_remove()1020 req->rl_sendbuf = rpcrdma_regbuf_alloc(size, DMA_TO_DEVICE, flags); in rpcrdma_req_create()1021 if (!req->rl_sendbuf) in rpcrdma_req_create()1036 kfree(req->rl_sendbuf); in rpcrdma_req_create()1172 rpcrdma_regbuf_free(req->rl_sendbuf); in rpcrdma_req_destroy()
202 xdr_buf_init(&rqst->rq_snd_buf, rdmab_data(req->rl_sendbuf), size); in rpcrdma_bc_rqst_get()
629 if (!rpcrdma_check_regbuf(r_xprt, req->rl_sendbuf, rqst->rq_callsize, in xprt_rdma_allocate()636 rqst->rq_buffer = rdmab_data(req->rl_sendbuf); in xprt_rdma_allocate()
323 struct rpcrdma_regbuf *rl_sendbuf; /* rq_snd_buf */ member
620 struct rpcrdma_regbuf *rb = req->rl_sendbuf; in rpcrdma_prepare_msg_sges()