sas.h 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. /*
  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.
  4. *
  5. * GPL LICENSE SUMMARY
  6. *
  7. * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of version 2 of the GNU General Public License as
  11. * published by the Free Software Foundation.
  12. *
  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
  16. * General Public License for more details.
  17. *
  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.
  23. *
  24. * BSD LICENSE
  25. *
  26. * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
  27. * All rights reserved.
  28. *
  29. * Redistribution and use in source and binary forms, with or without
  30. * modification, are permitted provided that the following conditions
  31. * are met:
  32. *
  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
  38. * distribution.
  39. * * Neither the name of Intel Corporation nor the names of its
  40. * contributors may be used to endorse or promote products derived
  41. * from this software without specific prior written permission.
  42. *
  43. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  44. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  45. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  46. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  47. * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  48. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  49. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  50. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  51. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  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.
  54. */
  55. #ifndef _SCI_SAS_H_
  56. #define _SCI_SAS_H_
  57. #include <linux/kernel.h>
  58. /*
  59. * SATA FIS Types These constants depict the various SATA FIS types devined in
  60. * the serial ATA specification.
  61. * XXX: This needs to go into <scsi/sas.h>
  62. */
  63. #define FIS_REGH2D 0x27
  64. #define FIS_REGD2H 0x34
  65. #define FIS_SETDEVBITS 0xA1
  66. #define FIS_DMA_ACTIVATE 0x39
  67. #define FIS_DMA_SETUP 0x41
  68. #define FIS_BIST_ACTIVATE 0x58
  69. #define FIS_PIO_SETUP 0x5F
  70. #define FIS_DATA 0x46
  71. /**************************************************************************/
  72. #define SSP_RESP_IU_MAX_SIZE 280
  73. /*
  74. * contents of the SSP COMMAND INFORMATION UNIT.
  75. * For specific information on each of these individual fields please
  76. * reference the SAS specification SSP transport layer section.
  77. * XXX: This needs to go into <scsi/sas.h>
  78. */
  79. struct ssp_cmd_iu {
  80. u8 LUN[8];
  81. u8 add_cdb_len:6;
  82. u8 _r_a:2;
  83. u8 _r_b;
  84. u8 en_fburst:1;
  85. u8 task_prio:4;
  86. u8 task_attr:3;
  87. u8 _r_c;
  88. u8 cdb[16];
  89. } __packed;
  90. /*
  91. * contents of the SSP TASK INFORMATION UNIT.
  92. * For specific information on each of these individual fields please
  93. * reference the SAS specification SSP transport layer section.
  94. * XXX: This needs to go into <scsi/sas.h>
  95. */
  96. struct ssp_task_iu {
  97. u8 LUN[8];
  98. u8 _r_a;
  99. u8 task_func;
  100. u8 _r_b[4];
  101. u16 task_tag;
  102. u8 _r_c[12];
  103. } __packed;
  104. /*
  105. * struct smp_req_phy_id - This structure defines the contents of
  106. * an SMP Request that is comprised of the struct smp_request_header and a
  107. * phy identifier.
  108. * Examples: SMP_REQUEST_DISCOVER, SMP_REQUEST_REPORT_PHY_SATA.
  109. *
  110. * For specific information on each of these individual fields please reference
  111. * the SAS specification.
  112. */
  113. struct smp_req_phy_id {
  114. u8 _r_a[4]; /* bytes 4-7 */
  115. u8 ign_zone_grp:1; /* byte 8 */
  116. u8 _r_b:7;
  117. u8 phy_id; /* byte 9 */
  118. u8 _r_c; /* byte 10 */
  119. u8 _r_d; /* byte 11 */
  120. } __packed;
  121. /*
  122. * struct smp_req_config_route_info - This structure defines the
  123. * contents of an SMP Configure Route Information request.
  124. *
  125. * For specific information on each of these individual fields please reference
  126. * the SAS specification.
  127. */
  128. struct smp_req_conf_rtinfo {
  129. u16 exp_change_cnt; /* bytes 4-5 */
  130. u8 exp_rt_idx_hi; /* byte 6 */
  131. u8 exp_rt_idx; /* byte 7 */
  132. u8 _r_a; /* byte 8 */
  133. u8 phy_id; /* byte 9 */
  134. u16 _r_b; /* bytes 10-11 */
  135. u8 _r_c:7; /* byte 12 */
  136. u8 dis_rt_entry:1;
  137. u8 _r_d[3]; /* bytes 13-15 */
  138. u8 rt_sas_addr[8]; /* bytes 16-23 */
  139. u8 _r_e[16]; /* bytes 24-39 */
  140. } __packed;
  141. /*
  142. * struct smp_req_phycntl - This structure defines the contents of an
  143. * SMP Phy Controller request.
  144. *
  145. * For specific information on each of these individual fields please reference
  146. * the SAS specification.
  147. */
  148. struct smp_req_phycntl {
  149. u16 exp_change_cnt; /* byte 4-5 */
  150. u8 _r_a[3]; /* bytes 6-8 */
  151. u8 phy_id; /* byte 9 */
  152. u8 phy_op; /* byte 10 */
  153. u8 upd_pathway:1; /* byte 11 */
  154. u8 _r_b:7;
  155. u8 _r_c[12]; /* byte 12-23 */
  156. u8 att_dev_name[8]; /* byte 24-31 */
  157. u8 _r_d:4; /* byte 32 */
  158. u8 min_linkrate:4;
  159. u8 _r_e:4; /* byte 33 */
  160. u8 max_linkrate:4;
  161. u8 _r_f[2]; /* byte 34-35 */
  162. u8 pathway:4; /* byte 36 */
  163. u8 _r_g:4;
  164. u8 _r_h[3]; /* bytes 37-39 */
  165. } __packed;
  166. /*
  167. * struct smp_req - This structure simply unionizes the existing request
  168. * structures into a common request type.
  169. *
  170. * XXX: This data structure may need to go to scsi/sas.h
  171. */
  172. struct smp_req {
  173. u8 type; /* byte 0 */
  174. u8 func; /* byte 1 */
  175. u8 alloc_resp_len; /* byte 2 */
  176. u8 req_len; /* byte 3 */
  177. u8 req_data[0];
  178. } __packed;
  179. /*
  180. * struct sci_sas_address - This structure depicts how a SAS address is
  181. * represented by SCI.
  182. * XXX convert this to u8 [SAS_ADDR_SIZE] like the rest of libsas
  183. *
  184. */
  185. struct sci_sas_address {
  186. u32 high;
  187. u32 low;
  188. };
  189. #endif