megaraid_sas.h 25 KB

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