Lines Matching refs:req
24 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in rpcrdma_bc_free_rqst() local
27 list_del(&req->rl_all); in rpcrdma_bc_free_rqst()
30 rpcrdma_destroy_req(req); in rpcrdma_bc_free_rqst()
39 struct rpcrdma_req *req; in rpcrdma_bc_setup_rqst() local
42 req = rpcrdma_create_req(r_xprt); in rpcrdma_bc_setup_rqst()
43 if (IS_ERR(req)) in rpcrdma_bc_setup_rqst()
44 return PTR_ERR(req); in rpcrdma_bc_setup_rqst()
45 req->rl_backchannel = true; in rpcrdma_bc_setup_rqst()
51 req->rl_rdmabuf = rb; in rpcrdma_bc_setup_rqst()
57 req->rl_sendbuf = rb; in rpcrdma_bc_setup_rqst()
59 rpcrdma_set_xprtdata(rqst, req); in rpcrdma_bc_setup_rqst()
207 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in rpcrdma_bc_marshal_reply() local
210 headerp = rdmab_to_msg(req->rl_rdmabuf); in rpcrdma_bc_marshal_reply()
220 if (!rpcrdma_prepare_send_sges(&r_xprt->rx_ia, req, RPCRDMA_HDRLEN_MIN, in rpcrdma_bc_marshal_reply()
289 struct rpcrdma_req *req; in rpcrdma_bc_receive_call() local
344 req = rpcr_to_rdmar(rqst); in rpcrdma_bc_receive_call()
346 __func__, rep, req); in rpcrdma_bc_receive_call()
347 req->rl_reply = rep; in rpcrdma_bc_receive_call()
350 req->rl_connect_cookie = 0; in rpcrdma_bc_receive_call()