Lines Matching refs:headerp
208 struct rpcrdma_msg *headerp; in rpcrdma_bc_marshal_reply() local
211 headerp = rdmab_to_msg(req->rl_rdmabuf); in rpcrdma_bc_marshal_reply()
212 headerp->rm_xid = rqst->rq_xid; in rpcrdma_bc_marshal_reply()
213 headerp->rm_vers = rpcrdma_version; in rpcrdma_bc_marshal_reply()
214 headerp->rm_credit = in rpcrdma_bc_marshal_reply()
216 headerp->rm_type = rdma_msg; in rpcrdma_bc_marshal_reply()
217 headerp->rm_body.rm_chunks[0] = xdr_zero; in rpcrdma_bc_marshal_reply()
218 headerp->rm_body.rm_chunks[1] = xdr_zero; in rpcrdma_bc_marshal_reply()
219 headerp->rm_body.rm_chunks[2] = xdr_zero; in rpcrdma_bc_marshal_reply()
224 __func__, rpclen, headerp, rdmab_lkey(req->rl_rdmabuf)); in rpcrdma_bc_marshal_reply()
226 __func__, (int)RPCRDMA_HDRLEN_MIN, headerp); in rpcrdma_bc_marshal_reply()
300 struct rpcrdma_msg *headerp; in rpcrdma_bc_receive_call() local
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()
323 p = (__be32 *)((unsigned char *)headerp + RPCRDMA_HDRLEN_MIN); in rpcrdma_bc_receive_call()
343 rqst->rq_xid = headerp->rm_xid; in rpcrdma_bc_receive_call()