Searched refs:rm_body (Results 1 – 6 of 6) sorted by relevance
177 rmsgp->rm_body.rm_padded.rm_align = in svc_rdma_xdr_decode_req()178 ntohl(rmsgp->rm_body.rm_padded.rm_align); in svc_rdma_xdr_decode_req()179 rmsgp->rm_body.rm_padded.rm_thresh = in svc_rdma_xdr_decode_req()180 ntohl(rmsgp->rm_body.rm_padded.rm_thresh); in svc_rdma_xdr_decode_req()182 va = &rmsgp->rm_body.rm_padded.rm_pempty[4]; in svc_rdma_xdr_decode_req()194 va = &rmsgp->rm_body.rm_chunks[0]; in svc_rdma_xdr_decode_req()228 va = &rmsgp->rm_body.rm_padded.rm_pempty[4]; in svc_rdma_xdr_decode_deferred_req()238 va = &rmsgp->rm_body.rm_chunks[0]; in svc_rdma_xdr_decode_deferred_req()297 &rmsgp->rm_body.rm_chunks[1]; in svc_rdma_xdr_get_reply_hdr_len()322 rmsgp->rm_body.rm_chunks[0] = xdr_zero; in svc_rdma_xdr_encode_write_list()[all …]
189 __be32 *iptr = headerp->rm_body.rm_chunks; in rpcrdma_create_chunks()478 headerp->rm_body.rm_padded.rm_align = in rpcrdma_marshal_req()480 headerp->rm_body.rm_padded.rm_thresh = in rpcrdma_marshal_req()482 headerp->rm_body.rm_padded.rm_pempty[0] = xdr_zero; in rpcrdma_marshal_req()483 headerp->rm_body.rm_padded.rm_pempty[1] = xdr_zero; in rpcrdma_marshal_req()484 headerp->rm_body.rm_padded.rm_pempty[2] = xdr_zero; in rpcrdma_marshal_req()492 headerp->rm_body.rm_nochunks.rm_empty[0] = xdr_zero; in rpcrdma_marshal_req()493 headerp->rm_body.rm_nochunks.rm_empty[1] = xdr_zero; in rpcrdma_marshal_req()494 headerp->rm_body.rm_nochunks.rm_empty[2] = xdr_zero; in rpcrdma_marshal_req()806 if (headerp->rm_body.rm_chunks[0] != xdr_zero || in rpcrdma_reply_handler()[all …]
251 &rdma_resp->rm_body.rm_chunks[1]; in send_write_chunks()318 &rdma_resp->rm_body.rm_chunks[2]; in send_reply_chunks()
451 ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in rdma_read_chunks()
244 (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in svc_rdma_get_read_chunk()259 if (rmsgp->rm_body.rm_chunks[0] != 0 in svc_rdma_get_write_array()260 || rmsgp->rm_body.rm_chunks[1] == 0) in svc_rdma_get_write_array()263 return (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[1]; in svc_rdma_get_write_array()279 if (rmsgp->rm_body.rm_chunks[0] != 0 || in svc_rdma_get_reply_array()280 rmsgp->rm_body.rm_chunks[1] != 0) in svc_rdma_get_reply_array()307 &rmsgp->rm_body.rm_chunks[2]; in svc_rdma_get_reply_array()
98 } rm_body; member