Searched refs:rm_body (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/net/sunrpc/xprtrdma/
H A Dsvc_rdma_marshal.c171 rmsgp->rm_body.rm_padded.rm_align = svc_rdma_xdr_decode_req()
172 be32_to_cpu(rmsgp->rm_body.rm_padded.rm_align); svc_rdma_xdr_decode_req()
173 rmsgp->rm_body.rm_padded.rm_thresh = svc_rdma_xdr_decode_req()
174 be32_to_cpu(rmsgp->rm_body.rm_padded.rm_thresh); svc_rdma_xdr_decode_req()
176 va = &rmsgp->rm_body.rm_padded.rm_pempty[4]; svc_rdma_xdr_decode_req()
188 va = &rmsgp->rm_body.rm_chunks[0]; svc_rdma_xdr_decode_req()
235 &rmsgp->rm_body.rm_chunks[1]; svc_rdma_xdr_get_reply_hdr_len()
260 rmsgp->rm_body.rm_chunks[0] = xdr_zero; svc_rdma_xdr_encode_write_list()
264 &rmsgp->rm_body.rm_chunks[1]; svc_rdma_xdr_encode_write_list()
305 rdma_resp->rm_body.rm_chunks[0] = xdr_zero; svc_rdma_xdr_encode_reply_header()
306 rdma_resp->rm_body.rm_chunks[1] = xdr_zero; svc_rdma_xdr_encode_reply_header()
307 rdma_resp->rm_body.rm_chunks[2] = xdr_zero; svc_rdma_xdr_encode_reply_header()
H A Drpc_rdma.c254 __be32 *iptr = headerp->rm_body.rm_chunks; rpcrdma_create_chunks()
523 headerp->rm_body.rm_nochunks.rm_empty[0] = xdr_zero; rpcrdma_marshal_req()
524 headerp->rm_body.rm_nochunks.rm_empty[1] = xdr_zero; rpcrdma_marshal_req()
525 headerp->rm_body.rm_nochunks.rm_empty[2] = xdr_zero; rpcrdma_marshal_req()
732 if (headerp->rm_body.rm_chunks[0] != xdr_zero) rpcrdma_is_bcall()
734 if (headerp->rm_body.rm_chunks[1] != xdr_zero) rpcrdma_is_bcall()
736 if (headerp->rm_body.rm_chunks[2] != xdr_zero) rpcrdma_is_bcall()
823 if (headerp->rm_body.rm_chunks[0] != xdr_zero || rpcrdma_reply_handler()
824 (headerp->rm_body.rm_chunks[1] == xdr_zero && rpcrdma_reply_handler()
825 headerp->rm_body.rm_chunks[2] != xdr_zero) || rpcrdma_reply_handler()
826 (headerp->rm_body.rm_chunks[1] != xdr_zero && rpcrdma_reply_handler()
829 if (headerp->rm_body.rm_chunks[1] != xdr_zero) { rpcrdma_reply_handler()
832 iptr = &headerp->rm_body.rm_chunks[2]; rpcrdma_reply_handler()
861 if (headerp->rm_body.rm_chunks[0] != xdr_zero || rpcrdma_reply_handler()
862 headerp->rm_body.rm_chunks[1] != xdr_zero || rpcrdma_reply_handler()
863 headerp->rm_body.rm_chunks[2] != xdr_one || rpcrdma_reply_handler()
882 headerp->rm_body.rm_chunks[0], rpcrdma_reply_handler()
883 headerp->rm_body.rm_chunks[1], rpcrdma_reply_handler()
884 headerp->rm_body.rm_chunks[2], rpcrdma_reply_handler()
H A Dsvc_rdma_sendto.c146 (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; svc_rdma_get_read_chunk()
159 if (rmsgp->rm_body.rm_chunks[0] != xdr_zero || svc_rdma_get_write_array()
160 rmsgp->rm_body.rm_chunks[1] == xdr_zero) svc_rdma_get_write_array()
162 return (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[1]; svc_rdma_get_write_array()
178 if (rmsgp->rm_body.rm_chunks[0] != xdr_zero || svc_rdma_get_reply_array()
179 rmsgp->rm_body.rm_chunks[1] != xdr_zero) svc_rdma_get_reply_array()
204 rp_ary = (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[2]; svc_rdma_get_reply_array()
325 &rdma_resp->rm_body.rm_chunks[1]; send_write_chunks()
393 &rdma_resp->rm_body.rm_chunks[2]; send_reply_chunks()
H A Dbackchannel.c217 headerp->rm_body.rm_chunks[0] = xdr_zero; rpcrdma_bc_marshal_reply()
218 headerp->rm_body.rm_chunks[1] = xdr_zero; rpcrdma_bc_marshal_reply()
219 headerp->rm_body.rm_chunks[2] = xdr_zero; rpcrdma_bc_marshal_reply()
H A Dsvc_rdma_recvfrom.c448 ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; rdma_read_chunks()
/linux-4.4.14/include/linux/sunrpc/
H A Drpc_rdma.h98 } rm_body; member in struct:rpcrdma_msg

Completed in 106 milliseconds