Lines Matching +full:on +full:- +full:the +full:- +full:go
7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
10 * it under the terms of version 2 of the GNU General Public License as
11 * published by the Free Software Foundation.
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
21 * The full GNU General Public License is included in this distribution
22 * in the file called LICENSE.GPL.
26 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
30 * modification, are permitted provided that the following conditions
33 * * Redistributions of source code must retain the above copyright
34 * notice, this list of conditions and the following disclaimer.
35 * * Redistributions in binary form must reproduce the above copyright
36 * notice, this list of conditions and the following disclaimer in
37 * the documentation and/or other materials provided with the
39 * * Neither the name of Intel Corporation nor the names of its
43 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
45 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
46 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
50 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
52 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62 * SATA FIS Types These constants depict the various SATA FIS types devined in
63 * the serial ATA specification.
64 * XXX: This needs to go into <scsi/sas.h>
79 * contents of the SSP COMMAND INFORMATION UNIT.
80 * For specific information on each of these individual fields please
81 * reference the SAS specification SSP transport layer section.
82 * XXX: This needs to go into <scsi/sas.h>
98 * contents of the SSP TASK INFORMATION UNIT.
99 * For specific information on each of these individual fields please
100 * reference the SAS specification SSP transport layer section.
101 * XXX: This needs to go into <scsi/sas.h>
114 * struct smp_req_phy_id - This structure defines the contents of
115 * an SMP Request that is comprised of the struct smp_request_header and a
119 * For specific information on each of these individual fields please reference
120 * the SAS specification.
123 u8 _r_a[4]; /* bytes 4-7 */
134 * struct smp_req_config_route_info - This structure defines the
137 * For specific information on each of these individual fields please reference
138 * the SAS specification.
141 u16 exp_change_cnt; /* bytes 4-5 */
147 u16 _r_b; /* bytes 10-11 */
151 u8 _r_d[3]; /* bytes 13-15 */
153 u8 rt_sas_addr[8]; /* bytes 16-23 */
154 u8 _r_e[16]; /* bytes 24-39 */
158 * struct smp_req_phycntl - This structure defines the contents of an
161 * For specific information on each of these individual fields please reference
162 * the SAS specification.
165 u16 exp_change_cnt; /* byte 4-5 */
167 u8 _r_a[3]; /* bytes 6-8 */
175 u8 _r_c[12]; /* byte 12-23 */
177 u8 att_dev_name[8]; /* byte 24-31 */
185 u8 _r_f[2]; /* byte 34-35 */
190 u8 _r_h[3]; /* bytes 37-39 */
194 * struct smp_req - This structure simply unionizes the existing request
197 * XXX: This data structure may need to go to scsi/sas.h
208 * struct sci_sas_address - This structure depicts how a SAS address is
210 * XXX convert this to u8 [SAS_ADDR_SIZE] like the rest of libsas