Home
last modified time | relevance | path

Searched refs:headerp (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/sunrpc/xprtrdma/
Drpc_rdma.c179 struct rpcrdma_msg *headerp, enum rpcrdma_chunktype type) in rpcrdma_create_chunks() argument
189 __be32 *iptr = headerp->rm_body.rm_chunks; in rpcrdma_create_chunks()
284 return (unsigned char *)iptr - (unsigned char *)headerp; in rpcrdma_create_chunks()
389 struct rpcrdma_msg *headerp; in rpcrdma_marshal_req() local
398 headerp = rdmab_to_msg(req->rl_rdmabuf); in rpcrdma_marshal_req()
400 headerp->rm_xid = rqst->rq_xid; in rpcrdma_marshal_req()
401 headerp->rm_vers = rpcrdma_version; in rpcrdma_marshal_req()
402 headerp->rm_credit = cpu_to_be32(r_xprt->rx_buf.rb_max_requests); in rpcrdma_marshal_req()
403 headerp->rm_type = rdma_msg; in rpcrdma_marshal_req()
477 headerp->rm_type = rdma_msgp; in rpcrdma_marshal_req()
[all …]