megaraid_sas.h 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177
  1. /*
  2. *
  3. * Linux MegaRAID driver for SAS based RAID controllers
  4. *
  5. * Copyright (c) 2003-2005 LSI Logic Corporation.
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU General Public License
  9. * as published by the Free Software Foundation; either version
  10. * 2 of the License, or (at your option) any later version.
  11. *
  12. * FILE : megaraid_sas.h
  13. */
  14. #ifndef LSI_MEGARAID_SAS_H
  15. #define LSI_MEGARAID_SAS_H
  16. /**
  17. * MegaRAID SAS Driver meta data
  18. */
  19. #define MEGASAS_VERSION "00.00.03.01"
  20. #define MEGASAS_RELDATE "May 14, 2006"
  21. #define MEGASAS_EXT_VERSION "Sun May 14 22:49:52 PDT 2006"
  22. /*
  23. * Device IDs
  24. */
  25. #define PCI_DEVICE_ID_LSI_SAS1078R 0x0060
  26. #define PCI_DEVICE_ID_LSI_VERDE_ZCR 0x0413
  27. /*
  28. * =====================================
  29. * MegaRAID SAS MFI firmware definitions
  30. * =====================================
  31. */
  32. /*
  33. * MFI stands for MegaRAID SAS FW Interface. This is just a moniker for
  34. * protocol between the software and firmware. Commands are issued using
  35. * "message frames"
  36. */
  37. /**
  38. * FW posts its state in upper 4 bits of outbound_msg_0 register
  39. */
  40. #define MFI_STATE_MASK 0xF0000000
  41. #define MFI_STATE_UNDEFINED 0x00000000
  42. #define MFI_STATE_BB_INIT 0x10000000
  43. #define MFI_STATE_FW_INIT 0x40000000
  44. #define MFI_STATE_WAIT_HANDSHAKE 0x60000000
  45. #define MFI_STATE_FW_INIT_2 0x70000000
  46. #define MFI_STATE_DEVICE_SCAN 0x80000000
  47. #define MFI_STATE_FLUSH_CACHE 0xA0000000
  48. #define MFI_STATE_READY 0xB0000000
  49. #define MFI_STATE_OPERATIONAL 0xC0000000
  50. #define MFI_STATE_FAULT 0xF0000000
  51. #define MEGAMFI_FRAME_SIZE 64
  52. /**
  53. * During FW init, clear pending cmds & reset state using inbound_msg_0
  54. *
  55. * ABORT : Abort all pending cmds
  56. * READY : Move from OPERATIONAL to READY state; discard queue info
  57. * MFIMODE : Discard (possible) low MFA posted in 64-bit mode (??)
  58. * CLR_HANDSHAKE: FW is waiting for HANDSHAKE from BIOS or Driver
  59. */
  60. #define MFI_INIT_ABORT 0x00000000
  61. #define MFI_INIT_READY 0x00000002
  62. #define MFI_INIT_MFIMODE 0x00000004
  63. #define MFI_INIT_CLEAR_HANDSHAKE 0x00000008
  64. #define MFI_RESET_FLAGS MFI_INIT_READY|MFI_INIT_MFIMODE
  65. /**
  66. * MFI frame flags
  67. */
  68. #define MFI_FRAME_POST_IN_REPLY_QUEUE 0x0000
  69. #define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001
  70. #define MFI_FRAME_SGL32 0x0000
  71. #define MFI_FRAME_SGL64 0x0002
  72. #define MFI_FRAME_SENSE32 0x0000
  73. #define MFI_FRAME_SENSE64 0x0004
  74. #define MFI_FRAME_DIR_NONE 0x0000
  75. #define MFI_FRAME_DIR_WRITE 0x0008
  76. #define MFI_FRAME_DIR_READ 0x0010
  77. #define MFI_FRAME_DIR_BOTH 0x0018
  78. /**
  79. * Definition for cmd_status
  80. */
  81. #define MFI_CMD_STATUS_POLL_MODE 0xFF
  82. /**
  83. * MFI command opcodes
  84. */
  85. #define MFI_CMD_INIT 0x00
  86. #define MFI_CMD_LD_READ 0x01
  87. #define MFI_CMD_LD_WRITE 0x02
  88. #define MFI_CMD_LD_SCSI_IO 0x03
  89. #define MFI_CMD_PD_SCSI_IO 0x04
  90. #define MFI_CMD_DCMD 0x05
  91. #define MFI_CMD_ABORT 0x06
  92. #define MFI_CMD_SMP 0x07
  93. #define MFI_CMD_STP 0x08
  94. #define MR_DCMD_CTRL_GET_INFO 0x01010000
  95. #define MR_DCMD_CTRL_CACHE_FLUSH 0x01101000
  96. #define MR_FLUSH_CTRL_CACHE 0x01
  97. #define MR_FLUSH_DISK_CACHE 0x02
  98. #define MR_DCMD_CTRL_SHUTDOWN 0x01050000
  99. #define MR_ENABLE_DRIVE_SPINDOWN 0x01
  100. #define MR_DCMD_CTRL_EVENT_GET_INFO 0x01040100
  101. #define MR_DCMD_CTRL_EVENT_GET 0x01040300
  102. #define MR_DCMD_CTRL_EVENT_WAIT 0x01040500
  103. #define MR_DCMD_LD_GET_PROPERTIES 0x03030000
  104. #define MR_DCMD_CLUSTER 0x08000000
  105. #define MR_DCMD_CLUSTER_RESET_ALL 0x08010100
  106. #define MR_DCMD_CLUSTER_RESET_LD 0x08010200
  107. /**
  108. * MFI command completion codes
  109. */
  110. enum MFI_STAT {
  111. MFI_STAT_OK = 0x00,
  112. MFI_STAT_INVALID_CMD = 0x01,
  113. MFI_STAT_INVALID_DCMD = 0x02,
  114. MFI_STAT_INVALID_PARAMETER = 0x03,
  115. MFI_STAT_INVALID_SEQUENCE_NUMBER = 0x04,
  116. MFI_STAT_ABORT_NOT_POSSIBLE = 0x05,
  117. MFI_STAT_APP_HOST_CODE_NOT_FOUND = 0x06,
  118. MFI_STAT_APP_IN_USE = 0x07,
  119. MFI_STAT_APP_NOT_INITIALIZED = 0x08,
  120. MFI_STAT_ARRAY_INDEX_INVALID = 0x09,
  121. MFI_STAT_ARRAY_ROW_NOT_EMPTY = 0x0a,
  122. MFI_STAT_CONFIG_RESOURCE_CONFLICT = 0x0b,
  123. MFI_STAT_DEVICE_NOT_FOUND = 0x0c,
  124. MFI_STAT_DRIVE_TOO_SMALL = 0x0d,
  125. MFI_STAT_FLASH_ALLOC_FAIL = 0x0e,
  126. MFI_STAT_FLASH_BUSY = 0x0f,
  127. MFI_STAT_FLASH_ERROR = 0x10,
  128. MFI_STAT_FLASH_IMAGE_BAD = 0x11,
  129. MFI_STAT_FLASH_IMAGE_INCOMPLETE = 0x12,
  130. MFI_STAT_FLASH_NOT_OPEN = 0x13,
  131. MFI_STAT_FLASH_NOT_STARTED = 0x14,
  132. MFI_STAT_FLUSH_FAILED = 0x15,
  133. MFI_STAT_HOST_CODE_NOT_FOUNT = 0x16,
  134. MFI_STAT_LD_CC_IN_PROGRESS = 0x17,
  135. MFI_STAT_LD_INIT_IN_PROGRESS = 0x18,
  136. MFI_STAT_LD_LBA_OUT_OF_RANGE = 0x19,
  137. MFI_STAT_LD_MAX_CONFIGURED = 0x1a,
  138. MFI_STAT_LD_NOT_OPTIMAL = 0x1b,
  139. MFI_STAT_LD_RBLD_IN_PROGRESS = 0x1c,
  140. MFI_STAT_LD_RECON_IN_PROGRESS = 0x1d,
  141. MFI_STAT_LD_WRONG_RAID_LEVEL = 0x1e,
  142. MFI_STAT_MAX_SPARES_EXCEEDED = 0x1f,
  143. MFI_STAT_MEMORY_NOT_AVAILABLE = 0x20,
  144. MFI_STAT_MFC_HW_ERROR = 0x21,
  145. MFI_STAT_NO_HW_PRESENT = 0x22,
  146. MFI_STAT_NOT_FOUND = 0x23,
  147. MFI_STAT_NOT_IN_ENCL = 0x24,
  148. MFI_STAT_PD_CLEAR_IN_PROGRESS = 0x25,
  149. MFI_STAT_PD_TYPE_WRONG = 0x26,
  150. MFI_STAT_PR_DISABLED = 0x27,
  151. MFI_STAT_ROW_INDEX_INVALID = 0x28,
  152. MFI_STAT_SAS_CONFIG_INVALID_ACTION = 0x29,
  153. MFI_STAT_SAS_CONFIG_INVALID_DATA = 0x2a,
  154. MFI_STAT_SAS_CONFIG_INVALID_PAGE = 0x2b,
  155. MFI_STAT_SAS_CONFIG_INVALID_TYPE = 0x2c,
  156. MFI_STAT_SCSI_DONE_WITH_ERROR = 0x2d,
  157. MFI_STAT_SCSI_IO_FAILED = 0x2e,
  158. MFI_STAT_SCSI_RESERVATION_CONFLICT = 0x2f,
  159. MFI_STAT_SHUTDOWN_FAILED = 0x30,
  160. MFI_STAT_TIME_NOT_SET = 0x31,
  161. MFI_STAT_WRONG_STATE = 0x32,
  162. MFI_STAT_LD_OFFLINE = 0x33,
  163. MFI_STAT_PEER_NOTIFICATION_REJECTED = 0x34,
  164. MFI_STAT_PEER_NOTIFICATION_FAILED = 0x35,
  165. MFI_STAT_RESERVATION_IN_PROGRESS = 0x36,
  166. MFI_STAT_I2C_ERRORS_DETECTED = 0x37,
  167. MFI_STAT_PCI_ERRORS_DETECTED = 0x38,
  168. MFI_STAT_INVALID_STATUS = 0xFF
  169. };
  170. /*
  171. * Number of mailbox bytes in DCMD message frame
  172. */
  173. #define MFI_MBOX_SIZE 12
  174. enum MR_EVT_CLASS {
  175. MR_EVT_CLASS_DEBUG = -2,
  176. MR_EVT_CLASS_PROGRESS = -1,
  177. MR_EVT_CLASS_INFO = 0,
  178. MR_EVT_CLASS_WARNING = 1,
  179. MR_EVT_CLASS_CRITICAL = 2,
  180. MR_EVT_CLASS_FATAL = 3,
  181. MR_EVT_CLASS_DEAD = 4,
  182. };
  183. enum MR_EVT_LOCALE {
  184. MR_EVT_LOCALE_LD = 0x0001,
  185. MR_EVT_LOCALE_PD = 0x0002,
  186. MR_EVT_LOCALE_ENCL = 0x0004,
  187. MR_EVT_LOCALE_BBU = 0x0008,
  188. MR_EVT_LOCALE_SAS = 0x0010,
  189. MR_EVT_LOCALE_CTRL = 0x0020,
  190. MR_EVT_LOCALE_CONFIG = 0x0040,
  191. MR_EVT_LOCALE_CLUSTER = 0x0080,
  192. MR_EVT_LOCALE_ALL = 0xffff,
  193. };
  194. enum MR_EVT_ARGS {
  195. MR_EVT_ARGS_NONE,
  196. MR_EVT_ARGS_CDB_SENSE,
  197. MR_EVT_ARGS_LD,
  198. MR_EVT_ARGS_LD_COUNT,
  199. MR_EVT_ARGS_LD_LBA,
  200. MR_EVT_ARGS_LD_OWNER,
  201. MR_EVT_ARGS_LD_LBA_PD_LBA,
  202. MR_EVT_ARGS_LD_PROG,
  203. MR_EVT_ARGS_LD_STATE,
  204. MR_EVT_ARGS_LD_STRIP,
  205. MR_EVT_ARGS_PD,
  206. MR_EVT_ARGS_PD_ERR,
  207. MR_EVT_ARGS_PD_LBA,
  208. MR_EVT_ARGS_PD_LBA_LD,
  209. MR_EVT_ARGS_PD_PROG,
  210. MR_EVT_ARGS_PD_STATE,
  211. MR_EVT_ARGS_PCI,
  212. MR_EVT_ARGS_RATE,
  213. MR_EVT_ARGS_STR,
  214. MR_EVT_ARGS_TIME,
  215. MR_EVT_ARGS_ECC,
  216. };
  217. /*
  218. * SAS controller properties
  219. */
  220. struct megasas_ctrl_prop {
  221. u16 seq_num;
  222. u16 pred_fail_poll_interval;
  223. u16 intr_throttle_count;
  224. u16 intr_throttle_timeouts;
  225. u8 rebuild_rate;
  226. u8 patrol_read_rate;
  227. u8 bgi_rate;
  228. u8 cc_rate;
  229. u8 recon_rate;
  230. u8 cache_flush_interval;
  231. u8 spinup_drv_count;
  232. u8 spinup_delay;
  233. u8 cluster_enable;
  234. u8 coercion_mode;
  235. u8 alarm_enable;
  236. u8 disable_auto_rebuild;
  237. u8 disable_battery_warn;
  238. u8 ecc_bucket_size;
  239. u16 ecc_bucket_leak_rate;
  240. u8 restore_hotspare_on_insertion;
  241. u8 expose_encl_devices;
  242. u8 reserved[38];
  243. } __attribute__ ((packed));
  244. /*
  245. * SAS controller information
  246. */
  247. struct megasas_ctrl_info {
  248. /*
  249. * PCI device information
  250. */
  251. struct {
  252. u16 vendor_id;
  253. u16 device_id;
  254. u16 sub_vendor_id;
  255. u16 sub_device_id;
  256. u8 reserved[24];
  257. } __attribute__ ((packed)) pci;
  258. /*
  259. * Host interface information
  260. */
  261. struct {
  262. u8 PCIX:1;
  263. u8 PCIE:1;
  264. u8 iSCSI:1;
  265. u8 SAS_3G:1;
  266. u8 reserved_0:4;
  267. u8 reserved_1[6];
  268. u8 port_count;
  269. u64 port_addr[8];
  270. } __attribute__ ((packed)) host_interface;
  271. /*
  272. * Device (backend) interface information
  273. */
  274. struct {
  275. u8 SPI:1;
  276. u8 SAS_3G:1;
  277. u8 SATA_1_5G:1;
  278. u8 SATA_3G:1;
  279. u8 reserved_0:4;
  280. u8 reserved_1[6];
  281. u8 port_count;
  282. u64 port_addr[8];
  283. } __attribute__ ((packed)) device_interface;
  284. /*
  285. * List of components residing in flash. All str are null terminated
  286. */
  287. u32 image_check_word;
  288. u32 image_component_count;
  289. struct {
  290. char name[8];
  291. char version[32];
  292. char build_date[16];
  293. char built_time[16];
  294. } __attribute__ ((packed)) image_component[8];
  295. /*
  296. * List of flash components that have been flashed on the card, but
  297. * are not in use, pending reset of the adapter. This list will be
  298. * empty if a flash operation has not occurred. All stings are null
  299. * terminated
  300. */
  301. u32 pending_image_component_count;
  302. struct {
  303. char name[8];
  304. char version[32];
  305. char build_date[16];
  306. char build_time[16];
  307. } __attribute__ ((packed)) pending_image_component[8];
  308. u8 max_arms;
  309. u8 max_spans;
  310. u8 max_arrays;
  311. u8 max_lds;
  312. char product_name[80];
  313. char serial_no[32];
  314. /*
  315. * Other physical/controller/operation information. Indicates the
  316. * presence of the hardware
  317. */
  318. struct {
  319. u32 bbu:1;
  320. u32 alarm:1;
  321. u32 nvram:1;
  322. u32 uart:1;
  323. u32 reserved:28;
  324. } __attribute__ ((packed)) hw_present;
  325. u32 current_fw_time;
  326. /*
  327. * Maximum data transfer sizes
  328. */
  329. u16 max_concurrent_cmds;
  330. u16 max_sge_count;
  331. u32 max_request_size;
  332. /*
  333. * Logical and physical device counts
  334. */
  335. u16 ld_present_count;
  336. u16 ld_degraded_count;
  337. u16 ld_offline_count;
  338. u16 pd_present_count;
  339. u16 pd_disk_present_count;
  340. u16 pd_disk_pred_failure_count;
  341. u16 pd_disk_failed_count;
  342. /*
  343. * Memory size information
  344. */
  345. u16 nvram_size;
  346. u16 memory_size;
  347. u16 flash_size;
  348. /*
  349. * Error counters
  350. */
  351. u16 mem_correctable_error_count;
  352. u16 mem_uncorrectable_error_count;
  353. /*
  354. * Cluster information
  355. */
  356. u8 cluster_permitted;
  357. u8 cluster_active;
  358. /*
  359. * Additional max data transfer sizes
  360. */
  361. u16 max_strips_per_io;
  362. /*
  363. * Controller capabilities structures
  364. */
  365. struct {
  366. u32 raid_level_0:1;
  367. u32 raid_level_1:1;
  368. u32 raid_level_5:1;
  369. u32 raid_level_1E:1;
  370. u32 raid_level_6:1;
  371. u32 reserved:27;
  372. } __attribute__ ((packed)) raid_levels;
  373. struct {
  374. u32 rbld_rate:1;
  375. u32 cc_rate:1;
  376. u32 bgi_rate:1;
  377. u32 recon_rate:1;
  378. u32 patrol_rate:1;
  379. u32 alarm_control:1;
  380. u32 cluster_supported:1;
  381. u32 bbu:1;
  382. u32 spanning_allowed:1;
  383. u32 dedicated_hotspares:1;
  384. u32 revertible_hotspares:1;
  385. u32 foreign_config_import:1;
  386. u32 self_diagnostic:1;
  387. u32 mixed_redundancy_arr:1;
  388. u32 global_hot_spares:1;
  389. u32 reserved:17;
  390. } __attribute__ ((packed)) adapter_operations;
  391. struct {
  392. u32 read_policy:1;
  393. u32 write_policy:1;
  394. u32 io_policy:1;
  395. u32 access_policy:1;
  396. u32 disk_cache_policy:1;
  397. u32 reserved:27;
  398. } __attribute__ ((packed)) ld_operations;
  399. struct {
  400. u8 min;
  401. u8 max;
  402. u8 reserved[2];
  403. } __attribute__ ((packed)) stripe_sz_ops;
  404. struct {
  405. u32 force_online:1;
  406. u32 force_offline:1;
  407. u32 force_rebuild:1;
  408. u32 reserved:29;
  409. } __attribute__ ((packed)) pd_operations;
  410. struct {
  411. u32 ctrl_supports_sas:1;
  412. u32 ctrl_supports_sata:1;
  413. u32 allow_mix_in_encl:1;
  414. u32 allow_mix_in_ld:1;
  415. u32 allow_sata_in_cluster:1;
  416. u32 reserved:27;
  417. } __attribute__ ((packed)) pd_mix_support;
  418. /*
  419. * Define ECC single-bit-error bucket information
  420. */
  421. u8 ecc_bucket_count;
  422. u8 reserved_2[11];
  423. /*
  424. * Include the controller properties (changeable items)
  425. */
  426. struct megasas_ctrl_prop properties;
  427. /*
  428. * Define FW pkg version (set in envt v'bles on OEM basis)
  429. */
  430. char package_version[0x60];
  431. u8 pad[0x800 - 0x6a0];
  432. } __attribute__ ((packed));
  433. /*
  434. * ===============================
  435. * MegaRAID SAS driver definitions
  436. * ===============================
  437. */
  438. #define MEGASAS_MAX_PD_CHANNELS 2
  439. #define MEGASAS_MAX_LD_CHANNELS 2
  440. #define MEGASAS_MAX_CHANNELS (MEGASAS_MAX_PD_CHANNELS + \
  441. MEGASAS_MAX_LD_CHANNELS)
  442. #define MEGASAS_MAX_DEV_PER_CHANNEL 128
  443. #define MEGASAS_DEFAULT_INIT_ID -1
  444. #define MEGASAS_MAX_LUN 8
  445. #define MEGASAS_MAX_LD 64
  446. /*
  447. * When SCSI mid-layer calls driver's reset routine, driver waits for
  448. * MEGASAS_RESET_WAIT_TIME seconds for all outstanding IO to complete. Note
  449. * that the driver cannot _actually_ abort or reset pending commands. While
  450. * it is waiting for the commands to complete, it prints a diagnostic message
  451. * every MEGASAS_RESET_NOTICE_INTERVAL seconds
  452. */
  453. #define MEGASAS_RESET_WAIT_TIME 180
  454. #define MEGASAS_RESET_NOTICE_INTERVAL 5
  455. #define MEGASAS_IOCTL_CMD 0
  456. /*
  457. * FW reports the maximum of number of commands that it can accept (maximum
  458. * commands that can be outstanding) at any time. The driver must report a
  459. * lower number to the mid layer because it can issue a few internal commands
  460. * itself (E.g, AEN, abort cmd, IOCTLs etc). The number of commands it needs
  461. * is shown below
  462. */
  463. #define MEGASAS_INT_CMDS 32
  464. /*
  465. * FW can accept both 32 and 64 bit SGLs. We want to allocate 32/64 bit
  466. * SGLs based on the size of dma_addr_t
  467. */
  468. #define IS_DMA64 (sizeof(dma_addr_t) == 8)
  469. #define MFI_OB_INTR_STATUS_MASK 0x00000002
  470. #define MFI_POLL_TIMEOUT_SECS 10
  471. #define MFI_REPLY_1078_MESSAGE_INTERRUPT 0x80000000
  472. /*
  473. * register set for both 1068 and 1078 controllers
  474. * structure extended for 1078 registers
  475. */
  476. struct megasas_register_set {
  477. u32 reserved_0[4]; /*0000h*/
  478. u32 inbound_msg_0; /*0010h*/
  479. u32 inbound_msg_1; /*0014h*/
  480. u32 outbound_msg_0; /*0018h*/
  481. u32 outbound_msg_1; /*001Ch*/
  482. u32 inbound_doorbell; /*0020h*/
  483. u32 inbound_intr_status; /*0024h*/
  484. u32 inbound_intr_mask; /*0028h*/
  485. u32 outbound_doorbell; /*002Ch*/
  486. u32 outbound_intr_status; /*0030h*/
  487. u32 outbound_intr_mask; /*0034h*/
  488. u32 reserved_1[2]; /*0038h*/
  489. u32 inbound_queue_port; /*0040h*/
  490. u32 outbound_queue_port; /*0044h*/
  491. u32 reserved_2[22]; /*0048h*/
  492. u32 outbound_doorbell_clear; /*00A0h*/
  493. u32 reserved_3[3]; /*00A4h*/
  494. u32 outbound_scratch_pad ; /*00B0h*/
  495. u32 reserved_4[3]; /*00B4h*/
  496. u32 inbound_low_queue_port ; /*00C0h*/
  497. u32 inbound_high_queue_port ; /*00C4h*/
  498. u32 reserved_5; /*00C8h*/
  499. u32 index_registers[820]; /*00CCh*/
  500. } __attribute__ ((packed));
  501. struct megasas_sge32 {
  502. u32 phys_addr;
  503. u32 length;
  504. } __attribute__ ((packed));
  505. struct megasas_sge64 {
  506. u64 phys_addr;
  507. u32 length;
  508. } __attribute__ ((packed));
  509. union megasas_sgl {
  510. struct megasas_sge32 sge32[1];
  511. struct megasas_sge64 sge64[1];
  512. } __attribute__ ((packed));
  513. struct megasas_header {
  514. u8 cmd; /*00h */
  515. u8 sense_len; /*01h */
  516. u8 cmd_status; /*02h */
  517. u8 scsi_status; /*03h */
  518. u8 target_id; /*04h */
  519. u8 lun; /*05h */
  520. u8 cdb_len; /*06h */
  521. u8 sge_count; /*07h */
  522. u32 context; /*08h */
  523. u32 pad_0; /*0Ch */
  524. u16 flags; /*10h */
  525. u16 timeout; /*12h */
  526. u32 data_xferlen; /*14h */
  527. } __attribute__ ((packed));
  528. union megasas_sgl_frame {
  529. struct megasas_sge32 sge32[8];
  530. struct megasas_sge64 sge64[5];
  531. } __attribute__ ((packed));
  532. struct megasas_init_frame {
  533. u8 cmd; /*00h */
  534. u8 reserved_0; /*01h */
  535. u8 cmd_status; /*02h */
  536. u8 reserved_1; /*03h */
  537. u32 reserved_2; /*04h */
  538. u32 context; /*08h */
  539. u32 pad_0; /*0Ch */
  540. u16 flags; /*10h */
  541. u16 reserved_3; /*12h */
  542. u32 data_xfer_len; /*14h */
  543. u32 queue_info_new_phys_addr_lo; /*18h */
  544. u32 queue_info_new_phys_addr_hi; /*1Ch */
  545. u32 queue_info_old_phys_addr_lo; /*20h */
  546. u32 queue_info_old_phys_addr_hi; /*24h */
  547. u32 reserved_4[6]; /*28h */
  548. } __attribute__ ((packed));
  549. struct megasas_init_queue_info {
  550. u32 init_flags; /*00h */
  551. u32 reply_queue_entries; /*04h */
  552. u32 reply_queue_start_phys_addr_lo; /*08h */
  553. u32 reply_queue_start_phys_addr_hi; /*0Ch */
  554. u32 producer_index_phys_addr_lo; /*10h */
  555. u32 producer_index_phys_addr_hi; /*14h */
  556. u32 consumer_index_phys_addr_lo; /*18h */
  557. u32 consumer_index_phys_addr_hi; /*1Ch */
  558. } __attribute__ ((packed));
  559. struct megasas_io_frame {
  560. u8 cmd; /*00h */
  561. u8 sense_len; /*01h */
  562. u8 cmd_status; /*02h */
  563. u8 scsi_status; /*03h */
  564. u8 target_id; /*04h */
  565. u8 access_byte; /*05h */
  566. u8 reserved_0; /*06h */
  567. u8 sge_count; /*07h */
  568. u32 context; /*08h */
  569. u32 pad_0; /*0Ch */
  570. u16 flags; /*10h */
  571. u16 timeout; /*12h */
  572. u32 lba_count; /*14h */
  573. u32 sense_buf_phys_addr_lo; /*18h */
  574. u32 sense_buf_phys_addr_hi; /*1Ch */
  575. u32 start_lba_lo; /*20h */
  576. u32 start_lba_hi; /*24h */
  577. union megasas_sgl sgl; /*28h */
  578. } __attribute__ ((packed));
  579. struct megasas_pthru_frame {
  580. u8 cmd; /*00h */
  581. u8 sense_len; /*01h */
  582. u8 cmd_status; /*02h */
  583. u8 scsi_status; /*03h */
  584. u8 target_id; /*04h */
  585. u8 lun; /*05h */
  586. u8 cdb_len; /*06h */
  587. u8 sge_count; /*07h */
  588. u32 context; /*08h */
  589. u32 pad_0; /*0Ch */
  590. u16 flags; /*10h */
  591. u16 timeout; /*12h */
  592. u32 data_xfer_len; /*14h */
  593. u32 sense_buf_phys_addr_lo; /*18h */
  594. u32 sense_buf_phys_addr_hi; /*1Ch */
  595. u8 cdb[16]; /*20h */
  596. union megasas_sgl sgl; /*30h */
  597. } __attribute__ ((packed));
  598. struct megasas_dcmd_frame {
  599. u8 cmd; /*00h */
  600. u8 reserved_0; /*01h */
  601. u8 cmd_status; /*02h */
  602. u8 reserved_1[4]; /*03h */
  603. u8 sge_count; /*07h */
  604. u32 context; /*08h */
  605. u32 pad_0; /*0Ch */
  606. u16 flags; /*10h */
  607. u16 timeout; /*12h */
  608. u32 data_xfer_len; /*14h */
  609. u32 opcode; /*18h */
  610. union { /*1Ch */
  611. u8 b[12];
  612. u16 s[6];
  613. u32 w[3];
  614. } mbox;
  615. union megasas_sgl sgl; /*28h */
  616. } __attribute__ ((packed));
  617. struct megasas_abort_frame {
  618. u8 cmd; /*00h */
  619. u8 reserved_0; /*01h */
  620. u8 cmd_status; /*02h */
  621. u8 reserved_1; /*03h */
  622. u32 reserved_2; /*04h */
  623. u32 context; /*08h */
  624. u32 pad_0; /*0Ch */
  625. u16 flags; /*10h */
  626. u16 reserved_3; /*12h */
  627. u32 reserved_4; /*14h */
  628. u32 abort_context; /*18h */
  629. u32 pad_1; /*1Ch */
  630. u32 abort_mfi_phys_addr_lo; /*20h */
  631. u32 abort_mfi_phys_addr_hi; /*24h */
  632. u32 reserved_5[6]; /*28h */
  633. } __attribute__ ((packed));
  634. struct megasas_smp_frame {
  635. u8 cmd; /*00h */
  636. u8 reserved_1; /*01h */
  637. u8 cmd_status; /*02h */
  638. u8 connection_status; /*03h */
  639. u8 reserved_2[3]; /*04h */
  640. u8 sge_count; /*07h */
  641. u32 context; /*08h */
  642. u32 pad_0; /*0Ch */
  643. u16 flags; /*10h */
  644. u16 timeout; /*12h */
  645. u32 data_xfer_len; /*14h */
  646. u64 sas_addr; /*18h */
  647. union {
  648. struct megasas_sge32 sge32[2]; /* [0]: resp [1]: req */
  649. struct megasas_sge64 sge64[2]; /* [0]: resp [1]: req */
  650. } sgl;
  651. } __attribute__ ((packed));
  652. struct megasas_stp_frame {
  653. u8 cmd; /*00h */
  654. u8 reserved_1; /*01h */
  655. u8 cmd_status; /*02h */
  656. u8 reserved_2; /*03h */
  657. u8 target_id; /*04h */
  658. u8 reserved_3[2]; /*05h */
  659. u8 sge_count; /*07h */
  660. u32 context; /*08h */
  661. u32 pad_0; /*0Ch */
  662. u16 flags; /*10h */
  663. u16 timeout; /*12h */
  664. u32 data_xfer_len; /*14h */
  665. u16 fis[10]; /*18h */
  666. u32 stp_flags;
  667. union {
  668. struct megasas_sge32 sge32[2]; /* [0]: resp [1]: data */
  669. struct megasas_sge64 sge64[2]; /* [0]: resp [1]: data */
  670. } sgl;
  671. } __attribute__ ((packed));
  672. union megasas_frame {
  673. struct megasas_header hdr;
  674. struct megasas_init_frame init;
  675. struct megasas_io_frame io;
  676. struct megasas_pthru_frame pthru;
  677. struct megasas_dcmd_frame dcmd;
  678. struct megasas_abort_frame abort;
  679. struct megasas_smp_frame smp;
  680. struct megasas_stp_frame stp;
  681. u8 raw_bytes[64];
  682. };
  683. struct megasas_cmd;
  684. union megasas_evt_class_locale {
  685. struct {
  686. u16 locale;
  687. u8 reserved;
  688. s8 class;
  689. } __attribute__ ((packed)) members;
  690. u32 word;
  691. } __attribute__ ((packed));
  692. struct megasas_evt_log_info {
  693. u32 newest_seq_num;
  694. u32 oldest_seq_num;
  695. u32 clear_seq_num;
  696. u32 shutdown_seq_num;
  697. u32 boot_seq_num;
  698. } __attribute__ ((packed));
  699. struct megasas_progress {
  700. u16 progress;
  701. u16 elapsed_seconds;
  702. } __attribute__ ((packed));
  703. struct megasas_evtarg_ld {
  704. u16 target_id;
  705. u8 ld_index;
  706. u8 reserved;
  707. } __attribute__ ((packed));
  708. struct megasas_evtarg_pd {
  709. u16 device_id;
  710. u8 encl_index;
  711. u8 slot_number;
  712. } __attribute__ ((packed));
  713. struct megasas_evt_detail {
  714. u32 seq_num;
  715. u32 time_stamp;
  716. u32 code;
  717. union megasas_evt_class_locale cl;
  718. u8 arg_type;
  719. u8 reserved1[15];
  720. union {
  721. struct {
  722. struct megasas_evtarg_pd pd;
  723. u8 cdb_length;
  724. u8 sense_length;
  725. u8 reserved[2];
  726. u8 cdb[16];
  727. u8 sense[64];
  728. } __attribute__ ((packed)) cdbSense;
  729. struct megasas_evtarg_ld ld;
  730. struct {
  731. struct megasas_evtarg_ld ld;
  732. u64 count;
  733. } __attribute__ ((packed)) ld_count;
  734. struct {
  735. u64 lba;
  736. struct megasas_evtarg_ld ld;
  737. } __attribute__ ((packed)) ld_lba;
  738. struct {
  739. struct megasas_evtarg_ld ld;
  740. u32 prevOwner;
  741. u32 newOwner;
  742. } __attribute__ ((packed)) ld_owner;
  743. struct {
  744. u64 ld_lba;
  745. u64 pd_lba;
  746. struct megasas_evtarg_ld ld;
  747. struct megasas_evtarg_pd pd;
  748. } __attribute__ ((packed)) ld_lba_pd_lba;
  749. struct {
  750. struct megasas_evtarg_ld ld;
  751. struct megasas_progress prog;
  752. } __attribute__ ((packed)) ld_prog;
  753. struct {
  754. struct megasas_evtarg_ld ld;
  755. u32 prev_state;
  756. u32 new_state;
  757. } __attribute__ ((packed)) ld_state;
  758. struct {
  759. u64 strip;
  760. struct megasas_evtarg_ld ld;
  761. } __attribute__ ((packed)) ld_strip;
  762. struct megasas_evtarg_pd pd;
  763. struct {
  764. struct megasas_evtarg_pd pd;
  765. u32 err;
  766. } __attribute__ ((packed)) pd_err;
  767. struct {
  768. u64 lba;
  769. struct megasas_evtarg_pd pd;
  770. } __attribute__ ((packed)) pd_lba;
  771. struct {
  772. u64 lba;
  773. struct megasas_evtarg_pd pd;
  774. struct megasas_evtarg_ld ld;
  775. } __attribute__ ((packed)) pd_lba_ld;
  776. struct {
  777. struct megasas_evtarg_pd pd;
  778. struct megasas_progress prog;
  779. } __attribute__ ((packed)) pd_prog;
  780. struct {
  781. struct megasas_evtarg_pd pd;
  782. u32 prevState;
  783. u32 newState;
  784. } __attribute__ ((packed)) pd_state;
  785. struct {
  786. u16 vendorId;
  787. u16 deviceId;
  788. u16 subVendorId;
  789. u16 subDeviceId;
  790. } __attribute__ ((packed)) pci;
  791. u32 rate;
  792. char str[96];
  793. struct {
  794. u32 rtc;
  795. u32 elapsedSeconds;
  796. } __attribute__ ((packed)) time;
  797. struct {
  798. u32 ecar;
  799. u32 elog;
  800. char str[64];
  801. } __attribute__ ((packed)) ecc;
  802. u8 b[96];
  803. u16 s[48];
  804. u32 w[24];
  805. u64 d[12];
  806. } args;
  807. char description[128];
  808. } __attribute__ ((packed));
  809. struct megasas_instance_template {
  810. void (*fire_cmd)(dma_addr_t ,u32 ,struct megasas_register_set __iomem *);
  811. void (*enable_intr)(struct megasas_register_set __iomem *) ;
  812. int (*clear_intr)(struct megasas_register_set __iomem *);
  813. u32 (*read_fw_status_reg)(struct megasas_register_set __iomem *);
  814. };
  815. struct megasas_instance {
  816. u32 *producer;
  817. dma_addr_t producer_h;
  818. u32 *consumer;
  819. dma_addr_t consumer_h;
  820. u32 *reply_queue;
  821. dma_addr_t reply_queue_h;
  822. unsigned long base_addr;
  823. struct megasas_register_set __iomem *reg_set;
  824. s8 init_id;
  825. u8 reserved[3];
  826. u16 max_num_sge;
  827. u16 max_fw_cmds;
  828. u32 max_sectors_per_req;
  829. struct megasas_cmd **cmd_list;
  830. struct list_head cmd_pool;
  831. spinlock_t cmd_pool_lock;
  832. struct dma_pool *frame_dma_pool;
  833. struct dma_pool *sense_dma_pool;
  834. struct megasas_evt_detail *evt_detail;
  835. dma_addr_t evt_detail_h;
  836. struct megasas_cmd *aen_cmd;
  837. struct semaphore aen_mutex;
  838. struct semaphore ioctl_sem;
  839. struct Scsi_Host *host;
  840. wait_queue_head_t int_cmd_wait_q;
  841. wait_queue_head_t abort_cmd_wait_q;
  842. struct pci_dev *pdev;
  843. u32 unique_id;
  844. atomic_t fw_outstanding;
  845. u32 hw_crit_error;
  846. struct megasas_instance_template *instancet;
  847. };
  848. #define MEGASAS_IS_LOGICAL(scp) \
  849. (scp->device->channel < MEGASAS_MAX_PD_CHANNELS) ? 0 : 1
  850. #define MEGASAS_DEV_INDEX(inst, scp) \
  851. ((scp->device->channel % 2) * MEGASAS_MAX_DEV_PER_CHANNEL) + \
  852. scp->device->id
  853. struct megasas_cmd {
  854. union megasas_frame *frame;
  855. dma_addr_t frame_phys_addr;
  856. u8 *sense;
  857. dma_addr_t sense_phys_addr;
  858. u32 index;
  859. u8 sync_cmd;
  860. u8 cmd_status;
  861. u16 abort_aen;
  862. struct list_head list;
  863. struct scsi_cmnd *scmd;
  864. struct megasas_instance *instance;
  865. u32 frame_count;
  866. };
  867. #define MAX_MGMT_ADAPTERS 1024
  868. #define MAX_IOCTL_SGE 16
  869. struct megasas_iocpacket {
  870. u16 host_no;
  871. u16 __pad1;
  872. u32 sgl_off;
  873. u32 sge_count;
  874. u32 sense_off;
  875. u32 sense_len;
  876. union {
  877. u8 raw[128];
  878. struct megasas_header hdr;
  879. } frame;
  880. struct iovec sgl[MAX_IOCTL_SGE];
  881. } __attribute__ ((packed));
  882. struct megasas_aen {
  883. u16 host_no;
  884. u16 __pad1;
  885. u32 seq_num;
  886. u32 class_locale_word;
  887. } __attribute__ ((packed));
  888. #ifdef CONFIG_COMPAT
  889. struct compat_megasas_iocpacket {
  890. u16 host_no;
  891. u16 __pad1;
  892. u32 sgl_off;
  893. u32 sge_count;
  894. u32 sense_off;
  895. u32 sense_len;
  896. union {
  897. u8 raw[128];
  898. struct megasas_header hdr;
  899. } frame;
  900. struct compat_iovec sgl[MAX_IOCTL_SGE];
  901. } __attribute__ ((packed));
  902. #define MEGASAS_IOC_FIRMWARE32 _IOWR('M', 1, struct compat_megasas_iocpacket)
  903. #endif
  904. #define MEGASAS_IOC_FIRMWARE _IOWR('M', 1, struct megasas_iocpacket)
  905. #define MEGASAS_IOC_GET_AEN _IOW('M', 3, struct megasas_aen)
  906. struct megasas_mgmt_info {
  907. u16 count;
  908. struct megasas_instance *instance[MAX_MGMT_ADAPTERS];
  909. int max_index;
  910. };
  911. #endif /*LSI_MEGARAID_SAS_H */