Searched refs:rm_body (Results 1 – 6 of 6) sorted by relevance
220 rmsgp->rm_body.rm_padded.rm_align = in svc_rdma_xdr_decode_req()221 ntohl(rmsgp->rm_body.rm_padded.rm_align); in svc_rdma_xdr_decode_req()222 rmsgp->rm_body.rm_padded.rm_thresh = in svc_rdma_xdr_decode_req()223 ntohl(rmsgp->rm_body.rm_padded.rm_thresh); in svc_rdma_xdr_decode_req()225 va = &rmsgp->rm_body.rm_padded.rm_pempty[4]; in svc_rdma_xdr_decode_req()237 va = &rmsgp->rm_body.rm_chunks[0]; in svc_rdma_xdr_decode_req()271 va = &rmsgp->rm_body.rm_padded.rm_pempty[4]; in svc_rdma_xdr_decode_deferred_req()281 va = &rmsgp->rm_body.rm_chunks[0]; in svc_rdma_xdr_decode_deferred_req()340 &rmsgp->rm_body.rm_chunks[1]; in svc_rdma_xdr_get_reply_hdr_len()365 rmsgp->rm_body.rm_chunks[0] = xdr_zero; in svc_rdma_xdr_encode_write_list()[all …]
181 __be32 *iptr = headerp->rm_body.rm_chunks; in rpcrdma_create_chunks()469 headerp->rm_body.rm_padded.rm_align = in rpcrdma_marshal_req()471 headerp->rm_body.rm_padded.rm_thresh = in rpcrdma_marshal_req()473 headerp->rm_body.rm_padded.rm_pempty[0] = xdr_zero; in rpcrdma_marshal_req()474 headerp->rm_body.rm_padded.rm_pempty[1] = xdr_zero; in rpcrdma_marshal_req()475 headerp->rm_body.rm_padded.rm_pempty[2] = xdr_zero; in rpcrdma_marshal_req()480 headerp->rm_body.rm_nochunks.rm_empty[0] = xdr_zero; in rpcrdma_marshal_req()481 headerp->rm_body.rm_nochunks.rm_empty[1] = xdr_zero; in rpcrdma_marshal_req()482 headerp->rm_body.rm_nochunks.rm_empty[2] = xdr_zero; in rpcrdma_marshal_req()791 if (headerp->rm_body.rm_chunks[0] != xdr_zero || in rpcrdma_reply_handler()[all …]
148 ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in map_read_chunks()282 ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in fast_reg_read_chunks()427 for (ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in rdma_read_xdr()
397 &rdma_resp->rm_body.rm_chunks[1]; in send_write_chunks()471 &rdma_resp->rm_body.rm_chunks[2]; in send_reply_chunks()
239 (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in svc_rdma_get_read_chunk()254 if (rmsgp->rm_body.rm_chunks[0] != 0 in svc_rdma_get_write_array()255 || rmsgp->rm_body.rm_chunks[1] == 0) in svc_rdma_get_write_array()258 return (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[1]; in svc_rdma_get_write_array()274 if (rmsgp->rm_body.rm_chunks[0] != 0 || in svc_rdma_get_reply_array()275 rmsgp->rm_body.rm_chunks[1] != 0) in svc_rdma_get_reply_array()302 &rmsgp->rm_body.rm_chunks[2]; in svc_rdma_get_reply_array()
95 } rm_body; member