Searched refs:rq_buffer (Results 1 – 7 of 7) sorted by relevance
88 get_page(virt_to_page(rqst->rq_buffer)); in svc_rdma_bc_sendto()113 rqst->rq_buffer = page_address(page); in xprt_rdma_bc_allocate()128 put_page(virt_to_page(rqst->rq_buffer)); in xprt_rdma_bc_free()
587 rqst->rq_buffer = rdmab_data(req->rl_sendbuf); in xprt_rdma_allocate()643 if (unlikely(!rqst->rq_buffer)) in xprt_rdma_send_request()
1023 rqst->rq_buffer = buf->data; in rpc_malloc()1024 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in rpc_malloc()1036 void *buffer = task->tk_rqstp->rq_buffer; in rpc_free()
1790 req->rq_buffer = NULL; in xprt_request_init()1881 if (req->rq_buffer) in xprt_release()
2536 rqst->rq_buffer = buf->data; in bc_malloc()2537 rqst->rq_rbuffer = (char *)rqst->rq_buffer + rqst->rq_callsize; in bc_malloc()2546 void *buffer = task->tk_rqstp->rq_buffer; in bc_free()
1771 if (req->rq_buffer) in call_allocate()1830 req->rq_buffer, in rpc_xdr_encode()
92 void *rq_buffer; /* Call XDR encode buffer */ member