Home
last modified time | relevance | path

Searched refs:rm_chunks (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c188 va = &rmsgp->rm_body.rm_chunks[0]; in svc_rdma_xdr_decode_req()
235 &rmsgp->rm_body.rm_chunks[1]; in svc_rdma_xdr_get_reply_hdr_len()
260 rmsgp->rm_body.rm_chunks[0] = xdr_zero; in svc_rdma_xdr_encode_write_list()
264 &rmsgp->rm_body.rm_chunks[1]; in svc_rdma_xdr_encode_write_list()
305 rdma_resp->rm_body.rm_chunks[0] = xdr_zero; in svc_rdma_xdr_encode_reply_header()
306 rdma_resp->rm_body.rm_chunks[1] = xdr_zero; in svc_rdma_xdr_encode_reply_header()
307 rdma_resp->rm_body.rm_chunks[2] = xdr_zero; in svc_rdma_xdr_encode_reply_header()
Drpc_rdma.c254 __be32 *iptr = headerp->rm_body.rm_chunks; in rpcrdma_create_chunks()
732 if (headerp->rm_body.rm_chunks[0] != xdr_zero) in rpcrdma_is_bcall()
734 if (headerp->rm_body.rm_chunks[1] != xdr_zero) in rpcrdma_is_bcall()
736 if (headerp->rm_body.rm_chunks[2] != xdr_zero) in rpcrdma_is_bcall()
823 if (headerp->rm_body.rm_chunks[0] != xdr_zero || in rpcrdma_reply_handler()
824 (headerp->rm_body.rm_chunks[1] == xdr_zero && in rpcrdma_reply_handler()
825 headerp->rm_body.rm_chunks[2] != xdr_zero) || in rpcrdma_reply_handler()
826 (headerp->rm_body.rm_chunks[1] != xdr_zero && in rpcrdma_reply_handler()
829 if (headerp->rm_body.rm_chunks[1] != xdr_zero) { in rpcrdma_reply_handler()
832 iptr = &headerp->rm_body.rm_chunks[2]; in rpcrdma_reply_handler()
[all …]
Dsvc_rdma_sendto.c146 (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in svc_rdma_get_read_chunk()
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()
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()
204 rp_ary = (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[2]; in svc_rdma_get_reply_array()
325 &rdma_resp->rm_body.rm_chunks[1]; in send_write_chunks()
393 &rdma_resp->rm_body.rm_chunks[2]; in send_reply_chunks()
Dbackchannel.c217 headerp->rm_body.rm_chunks[0] = xdr_zero; in rpcrdma_bc_marshal_reply()
218 headerp->rm_body.rm_chunks[1] = xdr_zero; in rpcrdma_bc_marshal_reply()
219 headerp->rm_body.rm_chunks[2] = xdr_zero; in rpcrdma_bc_marshal_reply()
Dsvc_rdma_recvfrom.c448 ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in rdma_read_chunks()
/linux-4.4.14/include/linux/sunrpc/
Drpc_rdma.h96 __be32 rm_chunks[0]; /* read, write and reply chunks */ member