Lines Matching refs:rmsgp
143 svc_rdma_get_read_chunk(struct rpcrdma_msg *rmsgp) in svc_rdma_get_read_chunk() argument
146 (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in svc_rdma_get_read_chunk()
157 svc_rdma_get_write_array(struct rpcrdma_msg *rmsgp) in svc_rdma_get_write_array() argument
159 if (rmsgp->rm_body.rm_chunks[0] != xdr_zero || in svc_rdma_get_write_array()
160 rmsgp->rm_body.rm_chunks[1] == xdr_zero) in svc_rdma_get_write_array()
162 return (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[1]; in svc_rdma_get_write_array()
169 svc_rdma_get_reply_array(struct rpcrdma_msg *rmsgp) in svc_rdma_get_reply_array() argument
178 if (rmsgp->rm_body.rm_chunks[0] != xdr_zero || in svc_rdma_get_reply_array()
179 rmsgp->rm_body.rm_chunks[1] != xdr_zero) in svc_rdma_get_reply_array()
182 rch = svc_rdma_get_read_chunk(rmsgp); in svc_rdma_get_reply_array()
194 wr_ary = svc_rdma_get_write_array(rmsgp); in svc_rdma_get_reply_array()
204 rp_ary = (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[2]; in svc_rdma_get_reply_array()