Lines Matching full:the

5  * licenses.  You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
11 * without modification, are permitted provided that the following
14 * - Redistributions of source code must retain the above
15 * copyright notice, this list of conditions and the following
18 * - Redistributions in binary form must reproduce the above
19 * copyright notice, this list of conditions and the following
20 * disclaimer in the documentation and/or other materials
21 * provided with the distribution.
23 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38 * Structures and constants for the SCSI RDMA Protocol (SRP) as
39 * defined by the INCITS T10 committee. This file was written using
40 * draft Revision 16a of the SRP standard.
107 * We need the packed attribute because the SRP spec puts the list of
108 * descriptors at an offset of 20, which is not aligned to the size of
109 * struct srp_direct_buf. The whole structure must be packed to avoid
110 * having the 20-byte structure padded to 24 bytes on 64-bit architectures.
137 * The SRP spec defines the size of the LOGIN_RSP structure to be 52
178 * We need the packed attribute because the SRP spec only aligns the
196 * We need the packed attribute because the SRP spec only aligns the
227 * The SRP spec defines the size of the RSP structure to be 36 bytes,