Lines Matching full:this
2 * This file is provided under a dual BSD/GPLv2 license. When using or
3 * redistributing this file, you may do so under either license.
9 * This program is free software; you can redistribute it and/or modify
13 * This program is distributed in the hope that it will be useful, but
19 * along with this program; if not, write to the Free Software
21 * The full GNU General Public License is included in this distribution
34 * notice, this list of conditions and the following disclaimer.
36 * notice, this list of conditions and the following disclaimer in
41 * from this software without specific prior written permission.
43 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60 * This file contains the structures and constatns used by the SCU hardware to
67 * struct ssp_remote_node_context - This structure contains the SCU hardware
76 * This field is the remote node index assigned for this remote node. All
85 * This field tells the SCU hardware how many simultaneous connections that
86 * this remote node will support.
91 * This field tells the SCU hardware which logical port to associate with this
98 * This field will enable the I_T nexus loss timer for this remote node.
103 * This field is the for driver debug only and is not used.
108 * This field must be set to true when the hardware DMAs the remote node
110 * this field must be set to false.
115 * This field must be set to true.
122 * This is the low word of the remote device SAS Address
127 * This field is the high word of the remote device SAS Address
133 * This field reprensets the function number assigned to this remote device.
134 * This value must match the virtual function number that is being used to
141 * This field provides the driver a way to cheat on the arbitration wait time
142 * for this remote node.
148 * This field tells the SCU hardware how long this device may occupy the
154 * This field tells the SCU hardware how long to maintain a connection when
161 * This field allows the driver to cheat on the arbitration wait time for this
167 * This field is tells the hardware what to program for the connection rate in
173 * This field tells the SCU hardware what to program for the features in the
179 * This field tells the SCU hardware what to use for the source zone group in
186 * This field tells the SCU hardware what to use as the more capibilities in
197 * struct stp_remote_node_context - This structure contains the SCU hardware
200 * STP Targets are not yet supported so this definition is a placeholder until
212 * This union combines the SAS and SATA remote node definitions.