Searched refs:rm_chunks (Results 1 – 6 of 6) sorted by relevance
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()
96 __be32 rm_chunks[0]; /* read, write and reply chunks */ member
194 va = &rmsgp->rm_body.rm_chunks[0]; in svc_rdma_xdr_decode_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()326 &rmsgp->rm_body.rm_chunks[1]; in svc_rdma_xdr_encode_write_list()367 rdma_resp->rm_body.rm_chunks[0] = xdr_zero; in svc_rdma_xdr_encode_reply_header()368 rdma_resp->rm_body.rm_chunks[1] = xdr_zero; in svc_rdma_xdr_encode_reply_header()369 rdma_resp->rm_body.rm_chunks[2] = xdr_zero; in svc_rdma_xdr_encode_reply_header()
189 __be32 *iptr = headerp->rm_body.rm_chunks; in rpcrdma_create_chunks()806 if (headerp->rm_body.rm_chunks[0] != xdr_zero || in rpcrdma_reply_handler()807 (headerp->rm_body.rm_chunks[1] == xdr_zero && in rpcrdma_reply_handler()808 headerp->rm_body.rm_chunks[2] != xdr_zero) || in rpcrdma_reply_handler()809 (headerp->rm_body.rm_chunks[1] != xdr_zero && in rpcrdma_reply_handler()812 if (headerp->rm_body.rm_chunks[1] != xdr_zero) { in rpcrdma_reply_handler()815 iptr = &headerp->rm_body.rm_chunks[2]; in rpcrdma_reply_handler()844 if (headerp->rm_body.rm_chunks[0] != xdr_zero || in rpcrdma_reply_handler()845 headerp->rm_body.rm_chunks[1] != xdr_zero || in rpcrdma_reply_handler()846 headerp->rm_body.rm_chunks[2] != xdr_one || 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()