Lines Matching +full:7 +full:- +full:segment
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (c) 2015-2017 Oracle. All rights reserved.
4 * Copyright (c) 2003-2007 Network Appliance, Inc. All rights reserved.
9 * COPYING in the main directory of this source tree, or the BSD-type
68 #define RPCRDMA_HDRLEN_MIN (sizeof(__be32) * 7)
78 RDMA_NOMSG = 1, /* An RPC call or reply msg - separate body */
94 * Private extension to RPC-over-RDMA Version One.
95 * Message passed during RDMA-CM connection set-up.
118 return (size >> 10) - 1; in rpcrdma_encode_buffer_size()
128 * xdr_encode_rdma_segment - Encode contents of an RDMA segment
135 * Pointer to the XDR position that follows the encoded RDMA segment
146 * xdr_encode_read_segment - Encode contents of a Read segment
154 * Pointer to the XDR position that follows the encoded Read segment
165 * xdr_decode_rdma_segment - Decode contents of an RDMA segment
166 * @p: Pointer to the undecoded RDMA segment
172 * Pointer to the XDR item that follows the RDMA segment
183 * xdr_decode_read_segment - Decode contents of a Read segment
184 * @p: Pointer to the undecoded Read segment
185 * @position: Upon return, the segment's position
191 * Pointer to the XDR item that follows the Read segment