Lines Matching refs:rep
88 struct rpcrdma_rep *rep; in rpcrdma_bc_setup_reps() local
93 rep = rpcrdma_create_rep(r_xprt); in rpcrdma_bc_setup_reps()
94 if (IS_ERR(rep)) { in rpcrdma_bc_setup_reps()
97 rc = PTR_ERR(rep); in rpcrdma_bc_setup_reps()
102 list_add(&rep->rr_list, &buffers->rb_recv_bufs); in rpcrdma_bc_setup_reps()
297 struct rpcrdma_rep *rep) in rpcrdma_bc_receive_call() argument
308 headerp = rdmab_to_msg(rep->rr_rdmabuf); in rpcrdma_bc_receive_call()
311 __func__, be32_to_cpu(headerp->rm_xid), rep->rr_len); in rpcrdma_bc_receive_call()
312 pr_info("RPC: %s: %*ph\n", __func__, rep->rr_len, headerp); in rpcrdma_bc_receive_call()
321 if (rep->rr_len < RPCRDMA_HDRLEN_MIN + 24) in rpcrdma_bc_receive_call()
324 size = rep->rr_len - RPCRDMA_HDRLEN_MIN; in rpcrdma_bc_receive_call()
360 __func__, rep, req); in rpcrdma_bc_receive_call()
362 req->rl_reply = rep; in rpcrdma_bc_receive_call()
389 if (rpcrdma_ep_post_recv(&r_xprt->rx_ia, &r_xprt->rx_ep, rep)) in rpcrdma_bc_receive_call()
393 __func__, rep); in rpcrdma_bc_receive_call()