mpi2_ioc.h 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639
  1. /*
  2. * Copyright (c) 2000-2011 LSI Corporation.
  3. *
  4. *
  5. * Name: mpi2_ioc.h
  6. * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages
  7. * Creation Date: October 11, 2006
  8. *
  9. * mpi2_ioc.h Version: 02.00.17
  10. *
  11. * Version History
  12. * ---------------
  13. *
  14. * Date Version Description
  15. * -------- -------- ------------------------------------------------------
  16. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  17. * 06-04-07 02.00.01 In IOCFacts Reply structure, renamed MaxDevices to
  18. * MaxTargets.
  19. * Added TotalImageSize field to FWDownload Request.
  20. * Added reserved words to FWUpload Request.
  21. * 06-26-07 02.00.02 Added IR Configuration Change List Event.
  22. * 08-31-07 02.00.03 Removed SystemReplyQueueDepth field from the IOCInit
  23. * request and replaced it with
  24. * ReplyDescriptorPostQueueDepth and ReplyFreeQueueDepth.
  25. * Replaced the MinReplyQueueDepth field of the IOCFacts
  26. * reply with MaxReplyDescriptorPostQueueDepth.
  27. * Added MPI2_RDPQ_DEPTH_MIN define to specify the minimum
  28. * depth for the Reply Descriptor Post Queue.
  29. * Added SASAddress field to Initiator Device Table
  30. * Overflow Event data.
  31. * 10-31-07 02.00.04 Added ReasonCode MPI2_EVENT_SAS_INIT_RC_NOT_RESPONDING
  32. * for SAS Initiator Device Status Change Event data.
  33. * Modified Reason Code defines for SAS Topology Change
  34. * List Event data, including adding a bit for PHY Vacant
  35. * status, and adding a mask for the Reason Code.
  36. * Added define for
  37. * MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING.
  38. * Added define for MPI2_EXT_IMAGE_TYPE_MEGARAID.
  39. * 12-18-07 02.00.05 Added Boot Status defines for the IOCExceptions field of
  40. * the IOCFacts Reply.
  41. * Removed MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
  42. * Moved MPI2_VERSION_UNION to mpi2.h.
  43. * Changed MPI2_EVENT_NOTIFICATION_REQUEST to use masks
  44. * instead of enables, and added SASBroadcastPrimitiveMasks
  45. * field.
  46. * Added Log Entry Added Event and related structure.
  47. * 02-29-08 02.00.06 Added define MPI2_IOCFACTS_CAPABILITY_INTEGRATED_RAID.
  48. * Removed define MPI2_IOCFACTS_PROTOCOL_SMP_TARGET.
  49. * Added MaxVolumes and MaxPersistentEntries fields to
  50. * IOCFacts reply.
  51. * Added ProtocalFlags and IOCCapabilities fields to
  52. * MPI2_FW_IMAGE_HEADER.
  53. * Removed MPI2_PORTENABLE_FLAGS_ENABLE_SINGLE_PORT.
  54. * 03-03-08 02.00.07 Fixed MPI2_FW_IMAGE_HEADER by changing Reserved26 to
  55. * a U16 (from a U32).
  56. * Removed extra 's' from EventMasks name.
  57. * 06-27-08 02.00.08 Fixed an offset in a comment.
  58. * 10-02-08 02.00.09 Removed SystemReplyFrameSize from MPI2_IOC_INIT_REQUEST.
  59. * Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and
  60. * renamed MinReplyFrameSize to ReplyFrameSize.
  61. * Added MPI2_IOCFACTS_EXCEPT_IR_FOREIGN_CONFIG_MAX.
  62. * Added two new RAIDOperation values for Integrated RAID
  63. * Operations Status Event data.
  64. * Added four new IR Configuration Change List Event data
  65. * ReasonCode values.
  66. * Added two new ReasonCode defines for SAS Device Status
  67. * Change Event data.
  68. * Added three new DiscoveryStatus bits for the SAS
  69. * Discovery event data.
  70. * Added Multiplexing Status Change bit to the PhyStatus
  71. * field of the SAS Topology Change List event data.
  72. * Removed define for MPI2_INIT_IMAGE_BOOTFLAGS_XMEMCOPY.
  73. * BootFlags are now product-specific.
  74. * Added defines for the indivdual signature bytes
  75. * for MPI2_INIT_IMAGE_FOOTER.
  76. * 01-19-09 02.00.10 Added MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY define.
  77. * Added MPI2_EVENT_SAS_DISC_DS_DOWNSTREAM_INITIATOR
  78. * define.
  79. * Added MPI2_EVENT_SAS_DEV_STAT_RC_SATA_INIT_FAILURE
  80. * define.
  81. * Removed MPI2_EVENT_SAS_DISC_DS_SATA_INIT_FAILURE define.
  82. * 05-06-09 02.00.11 Added MPI2_IOCFACTS_CAPABILITY_RAID_ACCELERATOR define.
  83. * Added MPI2_IOCFACTS_CAPABILITY_MSI_X_INDEX define.
  84. * Added two new reason codes for SAS Device Status Change
  85. * Event.
  86. * Added new event: SAS PHY Counter.
  87. * 07-30-09 02.00.12 Added GPIO Interrupt event define and structure.
  88. * Added MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
  89. * Added new product id family for 2208.
  90. * 10-28-09 02.00.13 Added HostMSIxVectors field to MPI2_IOC_INIT_REQUEST.
  91. * Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY.
  92. * Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
  93. * Added MPI2_IOCFACTS_CAPABILITY_HOST_BASED_DISCOVERY.
  94. * Added MPI2_EVENT_HOST_BASED_DISCOVERY_PHY define.
  95. * Added MPI2_EVENT_SAS_TOPO_ES_NO_EXPANDER define.
  96. * Added Host Based Discovery Phy Event data.
  97. * Added defines for ProductID Product field
  98. * (MPI2_FW_HEADER_PID_).
  99. * Modified values for SAS ProductID Family
  100. * (MPI2_FW_HEADER_PID_FAMILY_).
  101. * 02-10-10 02.00.14 Added SAS Quiesce Event structure and defines.
  102. * Added PowerManagementControl Request structures and
  103. * defines.
  104. * 05-12-10 02.00.15 Marked Task Set Full Event as obsolete.
  105. * Added MPI2_EVENT_SAS_TOPO_LR_UNSUPPORTED_PHY define.
  106. * 11-10-10 02.00.16 Added MPI2_FW_DOWNLOAD_ITYPE_MIN_PRODUCT_SPECIFIC.
  107. * 02-23-11 02.00.17 Added SAS NOTIFY Primitive event, and added
  108. * SASNotifyPrimitiveMasks field to
  109. * MPI2_EVENT_NOTIFICATION_REQUEST.
  110. * Added Temperature Threshold Event.
  111. * Added Host Message Event.
  112. * Added Send Host Message request and reply.
  113. * --------------------------------------------------------------------------
  114. */
  115. #ifndef MPI2_IOC_H
  116. #define MPI2_IOC_H
  117. /*****************************************************************************
  118. *
  119. * IOC Messages
  120. *
  121. *****************************************************************************/
  122. /****************************************************************************
  123. * IOCInit message
  124. ****************************************************************************/
  125. /* IOCInit Request message */
  126. typedef struct _MPI2_IOC_INIT_REQUEST
  127. {
  128. U8 WhoInit; /* 0x00 */
  129. U8 Reserved1; /* 0x01 */
  130. U8 ChainOffset; /* 0x02 */
  131. U8 Function; /* 0x03 */
  132. U16 Reserved2; /* 0x04 */
  133. U8 Reserved3; /* 0x06 */
  134. U8 MsgFlags; /* 0x07 */
  135. U8 VP_ID; /* 0x08 */
  136. U8 VF_ID; /* 0x09 */
  137. U16 Reserved4; /* 0x0A */
  138. U16 MsgVersion; /* 0x0C */
  139. U16 HeaderVersion; /* 0x0E */
  140. U32 Reserved5; /* 0x10 */
  141. U16 Reserved6; /* 0x14 */
  142. U8 Reserved7; /* 0x16 */
  143. U8 HostMSIxVectors; /* 0x17 */
  144. U16 Reserved8; /* 0x18 */
  145. U16 SystemRequestFrameSize; /* 0x1A */
  146. U16 ReplyDescriptorPostQueueDepth; /* 0x1C */
  147. U16 ReplyFreeQueueDepth; /* 0x1E */
  148. U32 SenseBufferAddressHigh; /* 0x20 */
  149. U32 SystemReplyAddressHigh; /* 0x24 */
  150. U64 SystemRequestFrameBaseAddress; /* 0x28 */
  151. U64 ReplyDescriptorPostQueueAddress;/* 0x30 */
  152. U64 ReplyFreeQueueAddress; /* 0x38 */
  153. U64 TimeStamp; /* 0x40 */
  154. } MPI2_IOC_INIT_REQUEST, MPI2_POINTER PTR_MPI2_IOC_INIT_REQUEST,
  155. Mpi2IOCInitRequest_t, MPI2_POINTER pMpi2IOCInitRequest_t;
  156. /* WhoInit values */
  157. #define MPI2_WHOINIT_NOT_INITIALIZED (0x00)
  158. #define MPI2_WHOINIT_SYSTEM_BIOS (0x01)
  159. #define MPI2_WHOINIT_ROM_BIOS (0x02)
  160. #define MPI2_WHOINIT_PCI_PEER (0x03)
  161. #define MPI2_WHOINIT_HOST_DRIVER (0x04)
  162. #define MPI2_WHOINIT_MANUFACTURER (0x05)
  163. /* MsgVersion */
  164. #define MPI2_IOCINIT_MSGVERSION_MAJOR_MASK (0xFF00)
  165. #define MPI2_IOCINIT_MSGVERSION_MAJOR_SHIFT (8)
  166. #define MPI2_IOCINIT_MSGVERSION_MINOR_MASK (0x00FF)
  167. #define MPI2_IOCINIT_MSGVERSION_MINOR_SHIFT (0)
  168. /* HeaderVersion */
  169. #define MPI2_IOCINIT_HDRVERSION_UNIT_MASK (0xFF00)
  170. #define MPI2_IOCINIT_HDRVERSION_UNIT_SHIFT (8)
  171. #define MPI2_IOCINIT_HDRVERSION_DEV_MASK (0x00FF)
  172. #define MPI2_IOCINIT_HDRVERSION_DEV_SHIFT (0)
  173. /* minimum depth for the Reply Descriptor Post Queue */
  174. #define MPI2_RDPQ_DEPTH_MIN (16)
  175. /* IOCInit Reply message */
  176. typedef struct _MPI2_IOC_INIT_REPLY
  177. {
  178. U8 WhoInit; /* 0x00 */
  179. U8 Reserved1; /* 0x01 */
  180. U8 MsgLength; /* 0x02 */
  181. U8 Function; /* 0x03 */
  182. U16 Reserved2; /* 0x04 */
  183. U8 Reserved3; /* 0x06 */
  184. U8 MsgFlags; /* 0x07 */
  185. U8 VP_ID; /* 0x08 */
  186. U8 VF_ID; /* 0x09 */
  187. U16 Reserved4; /* 0x0A */
  188. U16 Reserved5; /* 0x0C */
  189. U16 IOCStatus; /* 0x0E */
  190. U32 IOCLogInfo; /* 0x10 */
  191. } MPI2_IOC_INIT_REPLY, MPI2_POINTER PTR_MPI2_IOC_INIT_REPLY,
  192. Mpi2IOCInitReply_t, MPI2_POINTER pMpi2IOCInitReply_t;
  193. /****************************************************************************
  194. * IOCFacts message
  195. ****************************************************************************/
  196. /* IOCFacts Request message */
  197. typedef struct _MPI2_IOC_FACTS_REQUEST
  198. {
  199. U16 Reserved1; /* 0x00 */
  200. U8 ChainOffset; /* 0x02 */
  201. U8 Function; /* 0x03 */
  202. U16 Reserved2; /* 0x04 */
  203. U8 Reserved3; /* 0x06 */
  204. U8 MsgFlags; /* 0x07 */
  205. U8 VP_ID; /* 0x08 */
  206. U8 VF_ID; /* 0x09 */
  207. U16 Reserved4; /* 0x0A */
  208. } MPI2_IOC_FACTS_REQUEST, MPI2_POINTER PTR_MPI2_IOC_FACTS_REQUEST,
  209. Mpi2IOCFactsRequest_t, MPI2_POINTER pMpi2IOCFactsRequest_t;
  210. /* IOCFacts Reply message */
  211. typedef struct _MPI2_IOC_FACTS_REPLY
  212. {
  213. U16 MsgVersion; /* 0x00 */
  214. U8 MsgLength; /* 0x02 */
  215. U8 Function; /* 0x03 */
  216. U16 HeaderVersion; /* 0x04 */
  217. U8 IOCNumber; /* 0x06 */
  218. U8 MsgFlags; /* 0x07 */
  219. U8 VP_ID; /* 0x08 */
  220. U8 VF_ID; /* 0x09 */
  221. U16 Reserved1; /* 0x0A */
  222. U16 IOCExceptions; /* 0x0C */
  223. U16 IOCStatus; /* 0x0E */
  224. U32 IOCLogInfo; /* 0x10 */
  225. U8 MaxChainDepth; /* 0x14 */
  226. U8 WhoInit; /* 0x15 */
  227. U8 NumberOfPorts; /* 0x16 */
  228. U8 MaxMSIxVectors; /* 0x17 */
  229. U16 RequestCredit; /* 0x18 */
  230. U16 ProductID; /* 0x1A */
  231. U32 IOCCapabilities; /* 0x1C */
  232. MPI2_VERSION_UNION FWVersion; /* 0x20 */
  233. U16 IOCRequestFrameSize; /* 0x24 */
  234. U16 Reserved3; /* 0x26 */
  235. U16 MaxInitiators; /* 0x28 */
  236. U16 MaxTargets; /* 0x2A */
  237. U16 MaxSasExpanders; /* 0x2C */
  238. U16 MaxEnclosures; /* 0x2E */
  239. U16 ProtocolFlags; /* 0x30 */
  240. U16 HighPriorityCredit; /* 0x32 */
  241. U16 MaxReplyDescriptorPostQueueDepth; /* 0x34 */
  242. U8 ReplyFrameSize; /* 0x36 */
  243. U8 MaxVolumes; /* 0x37 */
  244. U16 MaxDevHandle; /* 0x38 */
  245. U16 MaxPersistentEntries; /* 0x3A */
  246. U16 MinDevHandle; /* 0x3C */
  247. U16 Reserved4; /* 0x3E */
  248. } MPI2_IOC_FACTS_REPLY, MPI2_POINTER PTR_MPI2_IOC_FACTS_REPLY,
  249. Mpi2IOCFactsReply_t, MPI2_POINTER pMpi2IOCFactsReply_t;
  250. /* MsgVersion */
  251. #define MPI2_IOCFACTS_MSGVERSION_MAJOR_MASK (0xFF00)
  252. #define MPI2_IOCFACTS_MSGVERSION_MAJOR_SHIFT (8)
  253. #define MPI2_IOCFACTS_MSGVERSION_MINOR_MASK (0x00FF)
  254. #define MPI2_IOCFACTS_MSGVERSION_MINOR_SHIFT (0)
  255. /* HeaderVersion */
  256. #define MPI2_IOCFACTS_HDRVERSION_UNIT_MASK (0xFF00)
  257. #define MPI2_IOCFACTS_HDRVERSION_UNIT_SHIFT (8)
  258. #define MPI2_IOCFACTS_HDRVERSION_DEV_MASK (0x00FF)
  259. #define MPI2_IOCFACTS_HDRVERSION_DEV_SHIFT (0)
  260. /* IOCExceptions */
  261. #define MPI2_IOCFACTS_EXCEPT_IR_FOREIGN_CONFIG_MAX (0x0100)
  262. #define MPI2_IOCFACTS_EXCEPT_BOOTSTAT_MASK (0x00E0)
  263. #define MPI2_IOCFACTS_EXCEPT_BOOTSTAT_GOOD (0x0000)
  264. #define MPI2_IOCFACTS_EXCEPT_BOOTSTAT_BACKUP (0x0020)
  265. #define MPI2_IOCFACTS_EXCEPT_BOOTSTAT_RESTORED (0x0040)
  266. #define MPI2_IOCFACTS_EXCEPT_BOOTSTAT_CORRUPT_BACKUP (0x0060)
  267. #define MPI2_IOCFACTS_EXCEPT_METADATA_UNSUPPORTED (0x0010)
  268. #define MPI2_IOCFACTS_EXCEPT_MANUFACT_CHECKSUM_FAIL (0x0008)
  269. #define MPI2_IOCFACTS_EXCEPT_FW_CHECKSUM_FAIL (0x0004)
  270. #define MPI2_IOCFACTS_EXCEPT_RAID_CONFIG_INVALID (0x0002)
  271. #define MPI2_IOCFACTS_EXCEPT_CONFIG_CHECKSUM_FAIL (0x0001)
  272. /* defines for WhoInit field are after the IOCInit Request */
  273. /* ProductID field uses MPI2_FW_HEADER_PID_ */
  274. /* IOCCapabilities */
  275. #define MPI2_IOCFACTS_CAPABILITY_HOST_BASED_DISCOVERY (0x00010000)
  276. #define MPI2_IOCFACTS_CAPABILITY_MSI_X_INDEX (0x00008000)
  277. #define MPI2_IOCFACTS_CAPABILITY_RAID_ACCELERATOR (0x00004000)
  278. #define MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY (0x00002000)
  279. #define MPI2_IOCFACTS_CAPABILITY_INTEGRATED_RAID (0x00001000)
  280. #define MPI2_IOCFACTS_CAPABILITY_TLR (0x00000800)
  281. #define MPI2_IOCFACTS_CAPABILITY_MULTICAST (0x00000100)
  282. #define MPI2_IOCFACTS_CAPABILITY_BIDIRECTIONAL_TARGET (0x00000080)
  283. #define MPI2_IOCFACTS_CAPABILITY_EEDP (0x00000040)
  284. #define MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER (0x00000020)
  285. #define MPI2_IOCFACTS_CAPABILITY_SNAPSHOT_BUFFER (0x00000010)
  286. #define MPI2_IOCFACTS_CAPABILITY_DIAG_TRACE_BUFFER (0x00000008)
  287. #define MPI2_IOCFACTS_CAPABILITY_TASK_SET_FULL_HANDLING (0x00000004)
  288. /* ProtocolFlags */
  289. #define MPI2_IOCFACTS_PROTOCOL_SCSI_TARGET (0x0001)
  290. #define MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR (0x0002)
  291. /****************************************************************************
  292. * PortFacts message
  293. ****************************************************************************/
  294. /* PortFacts Request message */
  295. typedef struct _MPI2_PORT_FACTS_REQUEST
  296. {
  297. U16 Reserved1; /* 0x00 */
  298. U8 ChainOffset; /* 0x02 */
  299. U8 Function; /* 0x03 */
  300. U16 Reserved2; /* 0x04 */
  301. U8 PortNumber; /* 0x06 */
  302. U8 MsgFlags; /* 0x07 */
  303. U8 VP_ID; /* 0x08 */
  304. U8 VF_ID; /* 0x09 */
  305. U16 Reserved3; /* 0x0A */
  306. } MPI2_PORT_FACTS_REQUEST, MPI2_POINTER PTR_MPI2_PORT_FACTS_REQUEST,
  307. Mpi2PortFactsRequest_t, MPI2_POINTER pMpi2PortFactsRequest_t;
  308. /* PortFacts Reply message */
  309. typedef struct _MPI2_PORT_FACTS_REPLY
  310. {
  311. U16 Reserved1; /* 0x00 */
  312. U8 MsgLength; /* 0x02 */
  313. U8 Function; /* 0x03 */
  314. U16 Reserved2; /* 0x04 */
  315. U8 PortNumber; /* 0x06 */
  316. U8 MsgFlags; /* 0x07 */
  317. U8 VP_ID; /* 0x08 */
  318. U8 VF_ID; /* 0x09 */
  319. U16 Reserved3; /* 0x0A */
  320. U16 Reserved4; /* 0x0C */
  321. U16 IOCStatus; /* 0x0E */
  322. U32 IOCLogInfo; /* 0x10 */
  323. U8 Reserved5; /* 0x14 */
  324. U8 PortType; /* 0x15 */
  325. U16 Reserved6; /* 0x16 */
  326. U16 MaxPostedCmdBuffers; /* 0x18 */
  327. U16 Reserved7; /* 0x1A */
  328. } MPI2_PORT_FACTS_REPLY, MPI2_POINTER PTR_MPI2_PORT_FACTS_REPLY,
  329. Mpi2PortFactsReply_t, MPI2_POINTER pMpi2PortFactsReply_t;
  330. /* PortType values */
  331. #define MPI2_PORTFACTS_PORTTYPE_INACTIVE (0x00)
  332. #define MPI2_PORTFACTS_PORTTYPE_FC (0x10)
  333. #define MPI2_PORTFACTS_PORTTYPE_ISCSI (0x20)
  334. #define MPI2_PORTFACTS_PORTTYPE_SAS_PHYSICAL (0x30)
  335. #define MPI2_PORTFACTS_PORTTYPE_SAS_VIRTUAL (0x31)
  336. /****************************************************************************
  337. * PortEnable message
  338. ****************************************************************************/
  339. /* PortEnable Request message */
  340. typedef struct _MPI2_PORT_ENABLE_REQUEST
  341. {
  342. U16 Reserved1; /* 0x00 */
  343. U8 ChainOffset; /* 0x02 */
  344. U8 Function; /* 0x03 */
  345. U8 Reserved2; /* 0x04 */
  346. U8 PortFlags; /* 0x05 */
  347. U8 Reserved3; /* 0x06 */
  348. U8 MsgFlags; /* 0x07 */
  349. U8 VP_ID; /* 0x08 */
  350. U8 VF_ID; /* 0x09 */
  351. U16 Reserved4; /* 0x0A */
  352. } MPI2_PORT_ENABLE_REQUEST, MPI2_POINTER PTR_MPI2_PORT_ENABLE_REQUEST,
  353. Mpi2PortEnableRequest_t, MPI2_POINTER pMpi2PortEnableRequest_t;
  354. /* PortEnable Reply message */
  355. typedef struct _MPI2_PORT_ENABLE_REPLY
  356. {
  357. U16 Reserved1; /* 0x00 */
  358. U8 MsgLength; /* 0x02 */
  359. U8 Function; /* 0x03 */
  360. U8 Reserved2; /* 0x04 */
  361. U8 PortFlags; /* 0x05 */
  362. U8 Reserved3; /* 0x06 */
  363. U8 MsgFlags; /* 0x07 */
  364. U8 VP_ID; /* 0x08 */
  365. U8 VF_ID; /* 0x09 */
  366. U16 Reserved4; /* 0x0A */
  367. U16 Reserved5; /* 0x0C */
  368. U16 IOCStatus; /* 0x0E */
  369. U32 IOCLogInfo; /* 0x10 */
  370. } MPI2_PORT_ENABLE_REPLY, MPI2_POINTER PTR_MPI2_PORT_ENABLE_REPLY,
  371. Mpi2PortEnableReply_t, MPI2_POINTER pMpi2PortEnableReply_t;
  372. /****************************************************************************
  373. * EventNotification message
  374. ****************************************************************************/
  375. /* EventNotification Request message */
  376. #define MPI2_EVENT_NOTIFY_EVENTMASK_WORDS (4)
  377. typedef struct _MPI2_EVENT_NOTIFICATION_REQUEST
  378. {
  379. U16 Reserved1; /* 0x00 */
  380. U8 ChainOffset; /* 0x02 */
  381. U8 Function; /* 0x03 */
  382. U16 Reserved2; /* 0x04 */
  383. U8 Reserved3; /* 0x06 */
  384. U8 MsgFlags; /* 0x07 */
  385. U8 VP_ID; /* 0x08 */
  386. U8 VF_ID; /* 0x09 */
  387. U16 Reserved4; /* 0x0A */
  388. U32 Reserved5; /* 0x0C */
  389. U32 Reserved6; /* 0x10 */
  390. U32 EventMasks[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS];/* 0x14 */
  391. U16 SASBroadcastPrimitiveMasks; /* 0x24 */
  392. U16 SASNotifyPrimitiveMasks; /* 0x26 */
  393. U32 Reserved8; /* 0x28 */
  394. } MPI2_EVENT_NOTIFICATION_REQUEST,
  395. MPI2_POINTER PTR_MPI2_EVENT_NOTIFICATION_REQUEST,
  396. Mpi2EventNotificationRequest_t, MPI2_POINTER pMpi2EventNotificationRequest_t;
  397. /* EventNotification Reply message */
  398. typedef struct _MPI2_EVENT_NOTIFICATION_REPLY
  399. {
  400. U16 EventDataLength; /* 0x00 */
  401. U8 MsgLength; /* 0x02 */
  402. U8 Function; /* 0x03 */
  403. U16 Reserved1; /* 0x04 */
  404. U8 AckRequired; /* 0x06 */
  405. U8 MsgFlags; /* 0x07 */
  406. U8 VP_ID; /* 0x08 */
  407. U8 VF_ID; /* 0x09 */
  408. U16 Reserved2; /* 0x0A */
  409. U16 Reserved3; /* 0x0C */
  410. U16 IOCStatus; /* 0x0E */
  411. U32 IOCLogInfo; /* 0x10 */
  412. U16 Event; /* 0x14 */
  413. U16 Reserved4; /* 0x16 */
  414. U32 EventContext; /* 0x18 */
  415. U32 EventData[1]; /* 0x1C */
  416. } MPI2_EVENT_NOTIFICATION_REPLY, MPI2_POINTER PTR_MPI2_EVENT_NOTIFICATION_REPLY,
  417. Mpi2EventNotificationReply_t, MPI2_POINTER pMpi2EventNotificationReply_t;
  418. /* AckRequired */
  419. #define MPI2_EVENT_NOTIFICATION_ACK_NOT_REQUIRED (0x00)
  420. #define MPI2_EVENT_NOTIFICATION_ACK_REQUIRED (0x01)
  421. /* Event */
  422. #define MPI2_EVENT_LOG_DATA (0x0001)
  423. #define MPI2_EVENT_STATE_CHANGE (0x0002)
  424. #define MPI2_EVENT_HARD_RESET_RECEIVED (0x0005)
  425. #define MPI2_EVENT_EVENT_CHANGE (0x000A)
  426. #define MPI2_EVENT_TASK_SET_FULL (0x000E) /* obsolete */
  427. #define MPI2_EVENT_SAS_DEVICE_STATUS_CHANGE (0x000F)
  428. #define MPI2_EVENT_IR_OPERATION_STATUS (0x0014)
  429. #define MPI2_EVENT_SAS_DISCOVERY (0x0016)
  430. #define MPI2_EVENT_SAS_BROADCAST_PRIMITIVE (0x0017)
  431. #define MPI2_EVENT_SAS_INIT_DEVICE_STATUS_CHANGE (0x0018)
  432. #define MPI2_EVENT_SAS_INIT_TABLE_OVERFLOW (0x0019)
  433. #define MPI2_EVENT_SAS_TOPOLOGY_CHANGE_LIST (0x001C)
  434. #define MPI2_EVENT_SAS_ENCL_DEVICE_STATUS_CHANGE (0x001D)
  435. #define MPI2_EVENT_IR_VOLUME (0x001E)
  436. #define MPI2_EVENT_IR_PHYSICAL_DISK (0x001F)
  437. #define MPI2_EVENT_IR_CONFIGURATION_CHANGE_LIST (0x0020)
  438. #define MPI2_EVENT_LOG_ENTRY_ADDED (0x0021)
  439. #define MPI2_EVENT_SAS_PHY_COUNTER (0x0022)
  440. #define MPI2_EVENT_GPIO_INTERRUPT (0x0023)
  441. #define MPI2_EVENT_HOST_BASED_DISCOVERY_PHY (0x0024)
  442. #define MPI2_EVENT_SAS_QUIESCE (0x0025)
  443. #define MPI2_EVENT_SAS_NOTIFY_PRIMITIVE (0x0026)
  444. #define MPI2_EVENT_TEMP_THRESHOLD (0x0027)
  445. #define MPI2_EVENT_HOST_MESSAGE (0x0028)
  446. /* Log Entry Added Event data */
  447. /* the following structure matches MPI2_LOG_0_ENTRY in mpi2_cnfg.h */
  448. #define MPI2_EVENT_DATA_LOG_DATA_LENGTH (0x1C)
  449. typedef struct _MPI2_EVENT_DATA_LOG_ENTRY_ADDED
  450. {
  451. U64 TimeStamp; /* 0x00 */
  452. U32 Reserved1; /* 0x08 */
  453. U16 LogSequence; /* 0x0C */
  454. U16 LogEntryQualifier; /* 0x0E */
  455. U8 VP_ID; /* 0x10 */
  456. U8 VF_ID; /* 0x11 */
  457. U16 Reserved2; /* 0x12 */
  458. U8 LogData[MPI2_EVENT_DATA_LOG_DATA_LENGTH];/* 0x14 */
  459. } MPI2_EVENT_DATA_LOG_ENTRY_ADDED,
  460. MPI2_POINTER PTR_MPI2_EVENT_DATA_LOG_ENTRY_ADDED,
  461. Mpi2EventDataLogEntryAdded_t, MPI2_POINTER pMpi2EventDataLogEntryAdded_t;
  462. /* GPIO Interrupt Event data */
  463. typedef struct _MPI2_EVENT_DATA_GPIO_INTERRUPT {
  464. U8 GPIONum; /* 0x00 */
  465. U8 Reserved1; /* 0x01 */
  466. U16 Reserved2; /* 0x02 */
  467. } MPI2_EVENT_DATA_GPIO_INTERRUPT,
  468. MPI2_POINTER PTR_MPI2_EVENT_DATA_GPIO_INTERRUPT,
  469. Mpi2EventDataGpioInterrupt_t, MPI2_POINTER pMpi2EventDataGpioInterrupt_t;
  470. /* Temperature Threshold Event data */
  471. typedef struct _MPI2_EVENT_DATA_TEMPERATURE {
  472. U16 Status; /* 0x00 */
  473. U8 SensorNum; /* 0x02 */
  474. U8 Reserved1; /* 0x03 */
  475. U16 CurrentTemperature; /* 0x04 */
  476. U16 Reserved2; /* 0x06 */
  477. U32 Reserved3; /* 0x08 */
  478. U32 Reserved4; /* 0x0C */
  479. } MPI2_EVENT_DATA_TEMPERATURE,
  480. MPI2_POINTER PTR_MPI2_EVENT_DATA_TEMPERATURE,
  481. Mpi2EventDataTemperature_t, MPI2_POINTER pMpi2EventDataTemperature_t;
  482. /* Temperature Threshold Event data Status bits */
  483. #define MPI2_EVENT_TEMPERATURE3_EXCEEDED (0x0008)
  484. #define MPI2_EVENT_TEMPERATURE2_EXCEEDED (0x0004)
  485. #define MPI2_EVENT_TEMPERATURE1_EXCEEDED (0x0002)
  486. #define MPI2_EVENT_TEMPERATURE0_EXCEEDED (0x0001)
  487. /* Host Message Event data */
  488. typedef struct _MPI2_EVENT_DATA_HOST_MESSAGE {
  489. U8 SourceVF_ID; /* 0x00 */
  490. U8 Reserved1; /* 0x01 */
  491. U16 Reserved2; /* 0x02 */
  492. U32 Reserved3; /* 0x04 */
  493. U32 HostData[1]; /* 0x08 */
  494. } MPI2_EVENT_DATA_HOST_MESSAGE, MPI2_POINTER PTR_MPI2_EVENT_DATA_HOST_MESSAGE,
  495. Mpi2EventDataHostMessage_t, MPI2_POINTER pMpi2EventDataHostMessage_t;
  496. /* Hard Reset Received Event data */
  497. typedef struct _MPI2_EVENT_DATA_HARD_RESET_RECEIVED
  498. {
  499. U8 Reserved1; /* 0x00 */
  500. U8 Port; /* 0x01 */
  501. U16 Reserved2; /* 0x02 */
  502. } MPI2_EVENT_DATA_HARD_RESET_RECEIVED,
  503. MPI2_POINTER PTR_MPI2_EVENT_DATA_HARD_RESET_RECEIVED,
  504. Mpi2EventDataHardResetReceived_t,
  505. MPI2_POINTER pMpi2EventDataHardResetReceived_t;
  506. /* Task Set Full Event data */
  507. /* this event is obsolete */
  508. typedef struct _MPI2_EVENT_DATA_TASK_SET_FULL
  509. {
  510. U16 DevHandle; /* 0x00 */
  511. U16 CurrentDepth; /* 0x02 */
  512. } MPI2_EVENT_DATA_TASK_SET_FULL, MPI2_POINTER PTR_MPI2_EVENT_DATA_TASK_SET_FULL,
  513. Mpi2EventDataTaskSetFull_t, MPI2_POINTER pMpi2EventDataTaskSetFull_t;
  514. /* SAS Device Status Change Event data */
  515. typedef struct _MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE
  516. {
  517. U16 TaskTag; /* 0x00 */
  518. U8 ReasonCode; /* 0x02 */
  519. U8 Reserved1; /* 0x03 */
  520. U8 ASC; /* 0x04 */
  521. U8 ASCQ; /* 0x05 */
  522. U16 DevHandle; /* 0x06 */
  523. U32 Reserved2; /* 0x08 */
  524. U64 SASAddress; /* 0x0C */
  525. U8 LUN[8]; /* 0x14 */
  526. } MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE,
  527. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE,
  528. Mpi2EventDataSasDeviceStatusChange_t,
  529. MPI2_POINTER pMpi2EventDataSasDeviceStatusChange_t;
  530. /* SAS Device Status Change Event data ReasonCode values */
  531. #define MPI2_EVENT_SAS_DEV_STAT_RC_SMART_DATA (0x05)
  532. #define MPI2_EVENT_SAS_DEV_STAT_RC_UNSUPPORTED (0x07)
  533. #define MPI2_EVENT_SAS_DEV_STAT_RC_INTERNAL_DEVICE_RESET (0x08)
  534. #define MPI2_EVENT_SAS_DEV_STAT_RC_TASK_ABORT_INTERNAL (0x09)
  535. #define MPI2_EVENT_SAS_DEV_STAT_RC_ABORT_TASK_SET_INTERNAL (0x0A)
  536. #define MPI2_EVENT_SAS_DEV_STAT_RC_CLEAR_TASK_SET_INTERNAL (0x0B)
  537. #define MPI2_EVENT_SAS_DEV_STAT_RC_QUERY_TASK_INTERNAL (0x0C)
  538. #define MPI2_EVENT_SAS_DEV_STAT_RC_ASYNC_NOTIFICATION (0x0D)
  539. #define MPI2_EVENT_SAS_DEV_STAT_RC_CMP_INTERNAL_DEV_RESET (0x0E)
  540. #define MPI2_EVENT_SAS_DEV_STAT_RC_CMP_TASK_ABORT_INTERNAL (0x0F)
  541. #define MPI2_EVENT_SAS_DEV_STAT_RC_SATA_INIT_FAILURE (0x10)
  542. #define MPI2_EVENT_SAS_DEV_STAT_RC_EXPANDER_REDUCED_FUNCTIONALITY (0x11)
  543. #define MPI2_EVENT_SAS_DEV_STAT_RC_CMP_EXPANDER_REDUCED_FUNCTIONALITY (0x12)
  544. /* Integrated RAID Operation Status Event data */
  545. typedef struct _MPI2_EVENT_DATA_IR_OPERATION_STATUS
  546. {
  547. U16 VolDevHandle; /* 0x00 */
  548. U16 Reserved1; /* 0x02 */
  549. U8 RAIDOperation; /* 0x04 */
  550. U8 PercentComplete; /* 0x05 */
  551. U16 Reserved2; /* 0x06 */
  552. U32 Resereved3; /* 0x08 */
  553. } MPI2_EVENT_DATA_IR_OPERATION_STATUS,
  554. MPI2_POINTER PTR_MPI2_EVENT_DATA_IR_OPERATION_STATUS,
  555. Mpi2EventDataIrOperationStatus_t,
  556. MPI2_POINTER pMpi2EventDataIrOperationStatus_t;
  557. /* Integrated RAID Operation Status Event data RAIDOperation values */
  558. #define MPI2_EVENT_IR_RAIDOP_RESYNC (0x00)
  559. #define MPI2_EVENT_IR_RAIDOP_ONLINE_CAP_EXPANSION (0x01)
  560. #define MPI2_EVENT_IR_RAIDOP_CONSISTENCY_CHECK (0x02)
  561. #define MPI2_EVENT_IR_RAIDOP_BACKGROUND_INIT (0x03)
  562. #define MPI2_EVENT_IR_RAIDOP_MAKE_DATA_CONSISTENT (0x04)
  563. /* Integrated RAID Volume Event data */
  564. typedef struct _MPI2_EVENT_DATA_IR_VOLUME
  565. {
  566. U16 VolDevHandle; /* 0x00 */
  567. U8 ReasonCode; /* 0x02 */
  568. U8 Reserved1; /* 0x03 */
  569. U32 NewValue; /* 0x04 */
  570. U32 PreviousValue; /* 0x08 */
  571. } MPI2_EVENT_DATA_IR_VOLUME, MPI2_POINTER PTR_MPI2_EVENT_DATA_IR_VOLUME,
  572. Mpi2EventDataIrVolume_t, MPI2_POINTER pMpi2EventDataIrVolume_t;
  573. /* Integrated RAID Volume Event data ReasonCode values */
  574. #define MPI2_EVENT_IR_VOLUME_RC_SETTINGS_CHANGED (0x01)
  575. #define MPI2_EVENT_IR_VOLUME_RC_STATUS_FLAGS_CHANGED (0x02)
  576. #define MPI2_EVENT_IR_VOLUME_RC_STATE_CHANGED (0x03)
  577. /* Integrated RAID Physical Disk Event data */
  578. typedef struct _MPI2_EVENT_DATA_IR_PHYSICAL_DISK
  579. {
  580. U16 Reserved1; /* 0x00 */
  581. U8 ReasonCode; /* 0x02 */
  582. U8 PhysDiskNum; /* 0x03 */
  583. U16 PhysDiskDevHandle; /* 0x04 */
  584. U16 Reserved2; /* 0x06 */
  585. U16 Slot; /* 0x08 */
  586. U16 EnclosureHandle; /* 0x0A */
  587. U32 NewValue; /* 0x0C */
  588. U32 PreviousValue; /* 0x10 */
  589. } MPI2_EVENT_DATA_IR_PHYSICAL_DISK,
  590. MPI2_POINTER PTR_MPI2_EVENT_DATA_IR_PHYSICAL_DISK,
  591. Mpi2EventDataIrPhysicalDisk_t, MPI2_POINTER pMpi2EventDataIrPhysicalDisk_t;
  592. /* Integrated RAID Physical Disk Event data ReasonCode values */
  593. #define MPI2_EVENT_IR_PHYSDISK_RC_SETTINGS_CHANGED (0x01)
  594. #define MPI2_EVENT_IR_PHYSDISK_RC_STATUS_FLAGS_CHANGED (0x02)
  595. #define MPI2_EVENT_IR_PHYSDISK_RC_STATE_CHANGED (0x03)
  596. /* Integrated RAID Configuration Change List Event data */
  597. /*
  598. * Host code (drivers, BIOS, utilities, etc.) should leave this define set to
  599. * one and check NumElements at runtime.
  600. */
  601. #ifndef MPI2_EVENT_IR_CONFIG_ELEMENT_COUNT
  602. #define MPI2_EVENT_IR_CONFIG_ELEMENT_COUNT (1)
  603. #endif
  604. typedef struct _MPI2_EVENT_IR_CONFIG_ELEMENT
  605. {
  606. U16 ElementFlags; /* 0x00 */
  607. U16 VolDevHandle; /* 0x02 */
  608. U8 ReasonCode; /* 0x04 */
  609. U8 PhysDiskNum; /* 0x05 */
  610. U16 PhysDiskDevHandle; /* 0x06 */
  611. } MPI2_EVENT_IR_CONFIG_ELEMENT, MPI2_POINTER PTR_MPI2_EVENT_IR_CONFIG_ELEMENT,
  612. Mpi2EventIrConfigElement_t, MPI2_POINTER pMpi2EventIrConfigElement_t;
  613. /* IR Configuration Change List Event data ElementFlags values */
  614. #define MPI2_EVENT_IR_CHANGE_EFLAGS_ELEMENT_TYPE_MASK (0x000F)
  615. #define MPI2_EVENT_IR_CHANGE_EFLAGS_VOLUME_ELEMENT (0x0000)
  616. #define MPI2_EVENT_IR_CHANGE_EFLAGS_VOLPHYSDISK_ELEMENT (0x0001)
  617. #define MPI2_EVENT_IR_CHANGE_EFLAGS_HOTSPARE_ELEMENT (0x0002)
  618. /* IR Configuration Change List Event data ReasonCode values */
  619. #define MPI2_EVENT_IR_CHANGE_RC_ADDED (0x01)
  620. #define MPI2_EVENT_IR_CHANGE_RC_REMOVED (0x02)
  621. #define MPI2_EVENT_IR_CHANGE_RC_NO_CHANGE (0x03)
  622. #define MPI2_EVENT_IR_CHANGE_RC_HIDE (0x04)
  623. #define MPI2_EVENT_IR_CHANGE_RC_UNHIDE (0x05)
  624. #define MPI2_EVENT_IR_CHANGE_RC_VOLUME_CREATED (0x06)
  625. #define MPI2_EVENT_IR_CHANGE_RC_VOLUME_DELETED (0x07)
  626. #define MPI2_EVENT_IR_CHANGE_RC_PD_CREATED (0x08)
  627. #define MPI2_EVENT_IR_CHANGE_RC_PD_DELETED (0x09)
  628. typedef struct _MPI2_EVENT_DATA_IR_CONFIG_CHANGE_LIST
  629. {
  630. U8 NumElements; /* 0x00 */
  631. U8 Reserved1; /* 0x01 */
  632. U8 Reserved2; /* 0x02 */
  633. U8 ConfigNum; /* 0x03 */
  634. U32 Flags; /* 0x04 */
  635. MPI2_EVENT_IR_CONFIG_ELEMENT ConfigElement[MPI2_EVENT_IR_CONFIG_ELEMENT_COUNT]; /* 0x08 */
  636. } MPI2_EVENT_DATA_IR_CONFIG_CHANGE_LIST,
  637. MPI2_POINTER PTR_MPI2_EVENT_DATA_IR_CONFIG_CHANGE_LIST,
  638. Mpi2EventDataIrConfigChangeList_t,
  639. MPI2_POINTER pMpi2EventDataIrConfigChangeList_t;
  640. /* IR Configuration Change List Event data Flags values */
  641. #define MPI2_EVENT_IR_CHANGE_FLAGS_FOREIGN_CONFIG (0x00000001)
  642. /* SAS Discovery Event data */
  643. typedef struct _MPI2_EVENT_DATA_SAS_DISCOVERY
  644. {
  645. U8 Flags; /* 0x00 */
  646. U8 ReasonCode; /* 0x01 */
  647. U8 PhysicalPort; /* 0x02 */
  648. U8 Reserved1; /* 0x03 */
  649. U32 DiscoveryStatus; /* 0x04 */
  650. } MPI2_EVENT_DATA_SAS_DISCOVERY,
  651. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_DISCOVERY,
  652. Mpi2EventDataSasDiscovery_t, MPI2_POINTER pMpi2EventDataSasDiscovery_t;
  653. /* SAS Discovery Event data Flags values */
  654. #define MPI2_EVENT_SAS_DISC_DEVICE_CHANGE (0x02)
  655. #define MPI2_EVENT_SAS_DISC_IN_PROGRESS (0x01)
  656. /* SAS Discovery Event data ReasonCode values */
  657. #define MPI2_EVENT_SAS_DISC_RC_STARTED (0x01)
  658. #define MPI2_EVENT_SAS_DISC_RC_COMPLETED (0x02)
  659. /* SAS Discovery Event data DiscoveryStatus values */
  660. #define MPI2_EVENT_SAS_DISC_DS_MAX_ENCLOSURES_EXCEED (0x80000000)
  661. #define MPI2_EVENT_SAS_DISC_DS_MAX_EXPANDERS_EXCEED (0x40000000)
  662. #define MPI2_EVENT_SAS_DISC_DS_MAX_DEVICES_EXCEED (0x20000000)
  663. #define MPI2_EVENT_SAS_DISC_DS_MAX_TOPO_PHYS_EXCEED (0x10000000)
  664. #define MPI2_EVENT_SAS_DISC_DS_DOWNSTREAM_INITIATOR (0x08000000)
  665. #define MPI2_EVENT_SAS_DISC_DS_MULTI_SUBTRACTIVE_SUBTRACTIVE (0x00008000)
  666. #define MPI2_EVENT_SAS_DISC_DS_EXP_MULTI_SUBTRACTIVE (0x00004000)
  667. #define MPI2_EVENT_SAS_DISC_DS_MULTI_PORT_DOMAIN (0x00002000)
  668. #define MPI2_EVENT_SAS_DISC_DS_TABLE_TO_SUBTRACTIVE_LINK (0x00001000)
  669. #define MPI2_EVENT_SAS_DISC_DS_UNSUPPORTED_DEVICE (0x00000800)
  670. #define MPI2_EVENT_SAS_DISC_DS_TABLE_LINK (0x00000400)
  671. #define MPI2_EVENT_SAS_DISC_DS_SUBTRACTIVE_LINK (0x00000200)
  672. #define MPI2_EVENT_SAS_DISC_DS_SMP_CRC_ERROR (0x00000100)
  673. #define MPI2_EVENT_SAS_DISC_DS_SMP_FUNCTION_FAILED (0x00000080)
  674. #define MPI2_EVENT_SAS_DISC_DS_INDEX_NOT_EXIST (0x00000040)
  675. #define MPI2_EVENT_SAS_DISC_DS_OUT_ROUTE_ENTRIES (0x00000020)
  676. #define MPI2_EVENT_SAS_DISC_DS_SMP_TIMEOUT (0x00000010)
  677. #define MPI2_EVENT_SAS_DISC_DS_MULTIPLE_PORTS (0x00000004)
  678. #define MPI2_EVENT_SAS_DISC_DS_UNADDRESSABLE_DEVICE (0x00000002)
  679. #define MPI2_EVENT_SAS_DISC_DS_LOOP_DETECTED (0x00000001)
  680. /* SAS Broadcast Primitive Event data */
  681. typedef struct _MPI2_EVENT_DATA_SAS_BROADCAST_PRIMITIVE
  682. {
  683. U8 PhyNum; /* 0x00 */
  684. U8 Port; /* 0x01 */
  685. U8 PortWidth; /* 0x02 */
  686. U8 Primitive; /* 0x03 */
  687. } MPI2_EVENT_DATA_SAS_BROADCAST_PRIMITIVE,
  688. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_BROADCAST_PRIMITIVE,
  689. Mpi2EventDataSasBroadcastPrimitive_t,
  690. MPI2_POINTER pMpi2EventDataSasBroadcastPrimitive_t;
  691. /* defines for the Primitive field */
  692. #define MPI2_EVENT_PRIMITIVE_CHANGE (0x01)
  693. #define MPI2_EVENT_PRIMITIVE_SES (0x02)
  694. #define MPI2_EVENT_PRIMITIVE_EXPANDER (0x03)
  695. #define MPI2_EVENT_PRIMITIVE_ASYNCHRONOUS_EVENT (0x04)
  696. #define MPI2_EVENT_PRIMITIVE_RESERVED3 (0x05)
  697. #define MPI2_EVENT_PRIMITIVE_RESERVED4 (0x06)
  698. #define MPI2_EVENT_PRIMITIVE_CHANGE0_RESERVED (0x07)
  699. #define MPI2_EVENT_PRIMITIVE_CHANGE1_RESERVED (0x08)
  700. /* SAS Notify Primitive Event data */
  701. typedef struct _MPI2_EVENT_DATA_SAS_NOTIFY_PRIMITIVE {
  702. U8 PhyNum; /* 0x00 */
  703. U8 Port; /* 0x01 */
  704. U8 Reserved1; /* 0x02 */
  705. U8 Primitive; /* 0x03 */
  706. } MPI2_EVENT_DATA_SAS_NOTIFY_PRIMITIVE,
  707. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_NOTIFY_PRIMITIVE,
  708. Mpi2EventDataSasNotifyPrimitive_t,
  709. MPI2_POINTER pMpi2EventDataSasNotifyPrimitive_t;
  710. /* defines for the Primitive field */
  711. #define MPI2_EVENT_NOTIFY_ENABLE_SPINUP (0x01)
  712. #define MPI2_EVENT_NOTIFY_POWER_LOSS_EXPECTED (0x02)
  713. #define MPI2_EVENT_NOTIFY_RESERVED1 (0x03)
  714. #define MPI2_EVENT_NOTIFY_RESERVED2 (0x04)
  715. /* SAS Initiator Device Status Change Event data */
  716. typedef struct _MPI2_EVENT_DATA_SAS_INIT_DEV_STATUS_CHANGE
  717. {
  718. U8 ReasonCode; /* 0x00 */
  719. U8 PhysicalPort; /* 0x01 */
  720. U16 DevHandle; /* 0x02 */
  721. U64 SASAddress; /* 0x04 */
  722. } MPI2_EVENT_DATA_SAS_INIT_DEV_STATUS_CHANGE,
  723. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_INIT_DEV_STATUS_CHANGE,
  724. Mpi2EventDataSasInitDevStatusChange_t,
  725. MPI2_POINTER pMpi2EventDataSasInitDevStatusChange_t;
  726. /* SAS Initiator Device Status Change event ReasonCode values */
  727. #define MPI2_EVENT_SAS_INIT_RC_ADDED (0x01)
  728. #define MPI2_EVENT_SAS_INIT_RC_NOT_RESPONDING (0x02)
  729. /* SAS Initiator Device Table Overflow Event data */
  730. typedef struct _MPI2_EVENT_DATA_SAS_INIT_TABLE_OVERFLOW
  731. {
  732. U16 MaxInit; /* 0x00 */
  733. U16 CurrentInit; /* 0x02 */
  734. U64 SASAddress; /* 0x04 */
  735. } MPI2_EVENT_DATA_SAS_INIT_TABLE_OVERFLOW,
  736. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_INIT_TABLE_OVERFLOW,
  737. Mpi2EventDataSasInitTableOverflow_t,
  738. MPI2_POINTER pMpi2EventDataSasInitTableOverflow_t;
  739. /* SAS Topology Change List Event data */
  740. /*
  741. * Host code (drivers, BIOS, utilities, etc.) should leave this define set to
  742. * one and check NumEntries at runtime.
  743. */
  744. #ifndef MPI2_EVENT_SAS_TOPO_PHY_COUNT
  745. #define MPI2_EVENT_SAS_TOPO_PHY_COUNT (1)
  746. #endif
  747. typedef struct _MPI2_EVENT_SAS_TOPO_PHY_ENTRY
  748. {
  749. U16 AttachedDevHandle; /* 0x00 */
  750. U8 LinkRate; /* 0x02 */
  751. U8 PhyStatus; /* 0x03 */
  752. } MPI2_EVENT_SAS_TOPO_PHY_ENTRY, MPI2_POINTER PTR_MPI2_EVENT_SAS_TOPO_PHY_ENTRY,
  753. Mpi2EventSasTopoPhyEntry_t, MPI2_POINTER pMpi2EventSasTopoPhyEntry_t;
  754. typedef struct _MPI2_EVENT_DATA_SAS_TOPOLOGY_CHANGE_LIST
  755. {
  756. U16 EnclosureHandle; /* 0x00 */
  757. U16 ExpanderDevHandle; /* 0x02 */
  758. U8 NumPhys; /* 0x04 */
  759. U8 Reserved1; /* 0x05 */
  760. U16 Reserved2; /* 0x06 */
  761. U8 NumEntries; /* 0x08 */
  762. U8 StartPhyNum; /* 0x09 */
  763. U8 ExpStatus; /* 0x0A */
  764. U8 PhysicalPort; /* 0x0B */
  765. MPI2_EVENT_SAS_TOPO_PHY_ENTRY PHY[MPI2_EVENT_SAS_TOPO_PHY_COUNT]; /* 0x0C*/
  766. } MPI2_EVENT_DATA_SAS_TOPOLOGY_CHANGE_LIST,
  767. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_TOPOLOGY_CHANGE_LIST,
  768. Mpi2EventDataSasTopologyChangeList_t,
  769. MPI2_POINTER pMpi2EventDataSasTopologyChangeList_t;
  770. /* values for the ExpStatus field */
  771. #define MPI2_EVENT_SAS_TOPO_ES_NO_EXPANDER (0x00)
  772. #define MPI2_EVENT_SAS_TOPO_ES_ADDED (0x01)
  773. #define MPI2_EVENT_SAS_TOPO_ES_NOT_RESPONDING (0x02)
  774. #define MPI2_EVENT_SAS_TOPO_ES_RESPONDING (0x03)
  775. #define MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING (0x04)
  776. /* defines for the LinkRate field */
  777. #define MPI2_EVENT_SAS_TOPO_LR_CURRENT_MASK (0xF0)
  778. #define MPI2_EVENT_SAS_TOPO_LR_CURRENT_SHIFT (4)
  779. #define MPI2_EVENT_SAS_TOPO_LR_PREV_MASK (0x0F)
  780. #define MPI2_EVENT_SAS_TOPO_LR_PREV_SHIFT (0)
  781. #define MPI2_EVENT_SAS_TOPO_LR_UNKNOWN_LINK_RATE (0x00)
  782. #define MPI2_EVENT_SAS_TOPO_LR_PHY_DISABLED (0x01)
  783. #define MPI2_EVENT_SAS_TOPO_LR_NEGOTIATION_FAILED (0x02)
  784. #define MPI2_EVENT_SAS_TOPO_LR_SATA_OOB_COMPLETE (0x03)
  785. #define MPI2_EVENT_SAS_TOPO_LR_PORT_SELECTOR (0x04)
  786. #define MPI2_EVENT_SAS_TOPO_LR_SMP_RESET_IN_PROGRESS (0x05)
  787. #define MPI2_EVENT_SAS_TOPO_LR_UNSUPPORTED_PHY (0x06)
  788. #define MPI2_EVENT_SAS_TOPO_LR_RATE_1_5 (0x08)
  789. #define MPI2_EVENT_SAS_TOPO_LR_RATE_3_0 (0x09)
  790. #define MPI2_EVENT_SAS_TOPO_LR_RATE_6_0 (0x0A)
  791. /* values for the PhyStatus field */
  792. #define MPI2_EVENT_SAS_TOPO_PHYSTATUS_VACANT (0x80)
  793. #define MPI2_EVENT_SAS_TOPO_PS_MULTIPLEX_CHANGE (0x10)
  794. /* values for the PhyStatus ReasonCode sub-field */
  795. #define MPI2_EVENT_SAS_TOPO_RC_MASK (0x0F)
  796. #define MPI2_EVENT_SAS_TOPO_RC_TARG_ADDED (0x01)
  797. #define MPI2_EVENT_SAS_TOPO_RC_TARG_NOT_RESPONDING (0x02)
  798. #define MPI2_EVENT_SAS_TOPO_RC_PHY_CHANGED (0x03)
  799. #define MPI2_EVENT_SAS_TOPO_RC_NO_CHANGE (0x04)
  800. #define MPI2_EVENT_SAS_TOPO_RC_DELAY_NOT_RESPONDING (0x05)
  801. /* SAS Enclosure Device Status Change Event data */
  802. typedef struct _MPI2_EVENT_DATA_SAS_ENCL_DEV_STATUS_CHANGE
  803. {
  804. U16 EnclosureHandle; /* 0x00 */
  805. U8 ReasonCode; /* 0x02 */
  806. U8 PhysicalPort; /* 0x03 */
  807. U64 EnclosureLogicalID; /* 0x04 */
  808. U16 NumSlots; /* 0x0C */
  809. U16 StartSlot; /* 0x0E */
  810. U32 PhyBits; /* 0x10 */
  811. } MPI2_EVENT_DATA_SAS_ENCL_DEV_STATUS_CHANGE,
  812. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_ENCL_DEV_STATUS_CHANGE,
  813. Mpi2EventDataSasEnclDevStatusChange_t,
  814. MPI2_POINTER pMpi2EventDataSasEnclDevStatusChange_t;
  815. /* SAS Enclosure Device Status Change event ReasonCode values */
  816. #define MPI2_EVENT_SAS_ENCL_RC_ADDED (0x01)
  817. #define MPI2_EVENT_SAS_ENCL_RC_NOT_RESPONDING (0x02)
  818. /* SAS PHY Counter Event data */
  819. typedef struct _MPI2_EVENT_DATA_SAS_PHY_COUNTER {
  820. U64 TimeStamp; /* 0x00 */
  821. U32 Reserved1; /* 0x08 */
  822. U8 PhyEventCode; /* 0x0C */
  823. U8 PhyNum; /* 0x0D */
  824. U16 Reserved2; /* 0x0E */
  825. U32 PhyEventInfo; /* 0x10 */
  826. U8 CounterType; /* 0x14 */
  827. U8 ThresholdWindow; /* 0x15 */
  828. U8 TimeUnits; /* 0x16 */
  829. U8 Reserved3; /* 0x17 */
  830. U32 EventThreshold; /* 0x18 */
  831. U16 ThresholdFlags; /* 0x1C */
  832. U16 Reserved4; /* 0x1E */
  833. } MPI2_EVENT_DATA_SAS_PHY_COUNTER,
  834. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_PHY_COUNTER,
  835. Mpi2EventDataSasPhyCounter_t, MPI2_POINTER pMpi2EventDataSasPhyCounter_t;
  836. /* use MPI2_SASPHY3_EVENT_CODE_ values from mpi2_cnfg.h for the
  837. * PhyEventCode field
  838. * use MPI2_SASPHY3_COUNTER_TYPE_ values from mpi2_cnfg.h for the
  839. * CounterType field
  840. * use MPI2_SASPHY3_TIME_UNITS_ values from mpi2_cnfg.h for the
  841. * TimeUnits field
  842. * use MPI2_SASPHY3_TFLAGS_ values from mpi2_cnfg.h for the
  843. * ThresholdFlags field
  844. * */
  845. /* SAS Quiesce Event data */
  846. typedef struct _MPI2_EVENT_DATA_SAS_QUIESCE {
  847. U8 ReasonCode; /* 0x00 */
  848. U8 Reserved1; /* 0x01 */
  849. U16 Reserved2; /* 0x02 */
  850. U32 Reserved3; /* 0x04 */
  851. } MPI2_EVENT_DATA_SAS_QUIESCE,
  852. MPI2_POINTER PTR_MPI2_EVENT_DATA_SAS_QUIESCE,
  853. Mpi2EventDataSasQuiesce_t, MPI2_POINTER pMpi2EventDataSasQuiesce_t;
  854. /* SAS Quiesce Event data ReasonCode values */
  855. #define MPI2_EVENT_SAS_QUIESCE_RC_STARTED (0x01)
  856. #define MPI2_EVENT_SAS_QUIESCE_RC_COMPLETED (0x02)
  857. /* Host Based Discovery Phy Event data */
  858. typedef struct _MPI2_EVENT_HBD_PHY_SAS {
  859. U8 Flags; /* 0x00 */
  860. U8 NegotiatedLinkRate; /* 0x01 */
  861. U8 PhyNum; /* 0x02 */
  862. U8 PhysicalPort; /* 0x03 */
  863. U32 Reserved1; /* 0x04 */
  864. U8 InitialFrame[28]; /* 0x08 */
  865. } MPI2_EVENT_HBD_PHY_SAS, MPI2_POINTER PTR_MPI2_EVENT_HBD_PHY_SAS,
  866. Mpi2EventHbdPhySas_t, MPI2_POINTER pMpi2EventHbdPhySas_t;
  867. /* values for the Flags field */
  868. #define MPI2_EVENT_HBD_SAS_FLAGS_FRAME_VALID (0x02)
  869. #define MPI2_EVENT_HBD_SAS_FLAGS_SATA_FRAME (0x01)
  870. /* use MPI2_SAS_NEG_LINK_RATE_ defines from mpi2_cnfg.h for
  871. * the NegotiatedLinkRate field */
  872. typedef union _MPI2_EVENT_HBD_DESCRIPTOR {
  873. MPI2_EVENT_HBD_PHY_SAS Sas;
  874. } MPI2_EVENT_HBD_DESCRIPTOR, MPI2_POINTER PTR_MPI2_EVENT_HBD_DESCRIPTOR,
  875. Mpi2EventHbdDescriptor_t, MPI2_POINTER pMpi2EventHbdDescriptor_t;
  876. typedef struct _MPI2_EVENT_DATA_HBD_PHY {
  877. U8 DescriptorType; /* 0x00 */
  878. U8 Reserved1; /* 0x01 */
  879. U16 Reserved2; /* 0x02 */
  880. U32 Reserved3; /* 0x04 */
  881. MPI2_EVENT_HBD_DESCRIPTOR Descriptor; /* 0x08 */
  882. } MPI2_EVENT_DATA_HBD_PHY, MPI2_POINTER PTR_MPI2_EVENT_DATA_HBD_PHY,
  883. Mpi2EventDataHbdPhy_t, MPI2_POINTER pMpi2EventDataMpi2EventDataHbdPhy_t;
  884. /* values for the DescriptorType field */
  885. #define MPI2_EVENT_HBD_DT_SAS (0x01)
  886. /****************************************************************************
  887. * EventAck message
  888. ****************************************************************************/
  889. /* EventAck Request message */
  890. typedef struct _MPI2_EVENT_ACK_REQUEST
  891. {
  892. U16 Reserved1; /* 0x00 */
  893. U8 ChainOffset; /* 0x02 */
  894. U8 Function; /* 0x03 */
  895. U16 Reserved2; /* 0x04 */
  896. U8 Reserved3; /* 0x06 */
  897. U8 MsgFlags; /* 0x07 */
  898. U8 VP_ID; /* 0x08 */
  899. U8 VF_ID; /* 0x09 */
  900. U16 Reserved4; /* 0x0A */
  901. U16 Event; /* 0x0C */
  902. U16 Reserved5; /* 0x0E */
  903. U32 EventContext; /* 0x10 */
  904. } MPI2_EVENT_ACK_REQUEST, MPI2_POINTER PTR_MPI2_EVENT_ACK_REQUEST,
  905. Mpi2EventAckRequest_t, MPI2_POINTER pMpi2EventAckRequest_t;
  906. /* EventAck Reply message */
  907. typedef struct _MPI2_EVENT_ACK_REPLY
  908. {
  909. U16 Reserved1; /* 0x00 */
  910. U8 MsgLength; /* 0x02 */
  911. U8 Function; /* 0x03 */
  912. U16 Reserved2; /* 0x04 */
  913. U8 Reserved3; /* 0x06 */
  914. U8 MsgFlags; /* 0x07 */
  915. U8 VP_ID; /* 0x08 */
  916. U8 VF_ID; /* 0x09 */
  917. U16 Reserved4; /* 0x0A */
  918. U16 Reserved5; /* 0x0C */
  919. U16 IOCStatus; /* 0x0E */
  920. U32 IOCLogInfo; /* 0x10 */
  921. } MPI2_EVENT_ACK_REPLY, MPI2_POINTER PTR_MPI2_EVENT_ACK_REPLY,
  922. Mpi2EventAckReply_t, MPI2_POINTER pMpi2EventAckReply_t;
  923. /****************************************************************************
  924. * SendHostMessage message
  925. ****************************************************************************/
  926. /* SendHostMessage Request message */
  927. typedef struct _MPI2_SEND_HOST_MESSAGE_REQUEST {
  928. U16 HostDataLength; /* 0x00 */
  929. U8 ChainOffset; /* 0x02 */
  930. U8 Function; /* 0x03 */
  931. U16 Reserved1; /* 0x04 */
  932. U8 Reserved2; /* 0x06 */
  933. U8 MsgFlags; /* 0x07 */
  934. U8 VP_ID; /* 0x08 */
  935. U8 VF_ID; /* 0x09 */
  936. U16 Reserved3; /* 0x0A */
  937. U8 Reserved4; /* 0x0C */
  938. U8 DestVF_ID; /* 0x0D */
  939. U16 Reserved5; /* 0x0E */
  940. U32 Reserved6; /* 0x10 */
  941. U32 Reserved7; /* 0x14 */
  942. U32 Reserved8; /* 0x18 */
  943. U32 Reserved9; /* 0x1C */
  944. U32 Reserved10; /* 0x20 */
  945. U32 HostData[1]; /* 0x24 */
  946. } MPI2_SEND_HOST_MESSAGE_REQUEST,
  947. MPI2_POINTER PTR_MPI2_SEND_HOST_MESSAGE_REQUEST,
  948. Mpi2SendHostMessageRequest_t, MPI2_POINTER pMpi2SendHostMessageRequest_t;
  949. /* SendHostMessage Reply message */
  950. typedef struct _MPI2_SEND_HOST_MESSAGE_REPLY {
  951. U16 HostDataLength; /* 0x00 */
  952. U8 MsgLength; /* 0x02 */
  953. U8 Function; /* 0x03 */
  954. U16 Reserved1; /* 0x04 */
  955. U8 Reserved2; /* 0x06 */
  956. U8 MsgFlags; /* 0x07 */
  957. U8 VP_ID; /* 0x08 */
  958. U8 VF_ID; /* 0x09 */
  959. U16 Reserved3; /* 0x0A */
  960. U16 Reserved4; /* 0x0C */
  961. U16 IOCStatus; /* 0x0E */
  962. U32 IOCLogInfo; /* 0x10 */
  963. } MPI2_SEND_HOST_MESSAGE_REPLY, MPI2_POINTER PTR_MPI2_SEND_HOST_MESSAGE_REPLY,
  964. Mpi2SendHostMessageReply_t, MPI2_POINTER pMpi2SendHostMessageReply_t;
  965. /****************************************************************************
  966. * FWDownload message
  967. ****************************************************************************/
  968. /* FWDownload Request message */
  969. typedef struct _MPI2_FW_DOWNLOAD_REQUEST
  970. {
  971. U8 ImageType; /* 0x00 */
  972. U8 Reserved1; /* 0x01 */
  973. U8 ChainOffset; /* 0x02 */
  974. U8 Function; /* 0x03 */
  975. U16 Reserved2; /* 0x04 */
  976. U8 Reserved3; /* 0x06 */
  977. U8 MsgFlags; /* 0x07 */
  978. U8 VP_ID; /* 0x08 */
  979. U8 VF_ID; /* 0x09 */
  980. U16 Reserved4; /* 0x0A */
  981. U32 TotalImageSize; /* 0x0C */
  982. U32 Reserved5; /* 0x10 */
  983. MPI2_MPI_SGE_UNION SGL; /* 0x14 */
  984. } MPI2_FW_DOWNLOAD_REQUEST, MPI2_POINTER PTR_MPI2_FW_DOWNLOAD_REQUEST,
  985. Mpi2FWDownloadRequest, MPI2_POINTER pMpi2FWDownloadRequest;
  986. #define MPI2_FW_DOWNLOAD_MSGFLGS_LAST_SEGMENT (0x01)
  987. #define MPI2_FW_DOWNLOAD_ITYPE_FW (0x01)
  988. #define MPI2_FW_DOWNLOAD_ITYPE_BIOS (0x02)
  989. #define MPI2_FW_DOWNLOAD_ITYPE_MANUFACTURING (0x06)
  990. #define MPI2_FW_DOWNLOAD_ITYPE_CONFIG_1 (0x07)
  991. #define MPI2_FW_DOWNLOAD_ITYPE_CONFIG_2 (0x08)
  992. #define MPI2_FW_DOWNLOAD_ITYPE_MEGARAID (0x09)
  993. #define MPI2_FW_DOWNLOAD_ITYPE_COMPLETE (0x0A)
  994. #define MPI2_FW_DOWNLOAD_ITYPE_COMMON_BOOT_BLOCK (0x0B)
  995. #define MPI2_FW_DOWNLOAD_ITYPE_MIN_PRODUCT_SPECIFIC (0xF0)
  996. /* FWDownload TransactionContext Element */
  997. typedef struct _MPI2_FW_DOWNLOAD_TCSGE
  998. {
  999. U8 Reserved1; /* 0x00 */
  1000. U8 ContextSize; /* 0x01 */
  1001. U8 DetailsLength; /* 0x02 */
  1002. U8 Flags; /* 0x03 */
  1003. U32 Reserved2; /* 0x04 */
  1004. U32 ImageOffset; /* 0x08 */
  1005. U32 ImageSize; /* 0x0C */
  1006. } MPI2_FW_DOWNLOAD_TCSGE, MPI2_POINTER PTR_MPI2_FW_DOWNLOAD_TCSGE,
  1007. Mpi2FWDownloadTCSGE_t, MPI2_POINTER pMpi2FWDownloadTCSGE_t;
  1008. /* FWDownload Reply message */
  1009. typedef struct _MPI2_FW_DOWNLOAD_REPLY
  1010. {
  1011. U8 ImageType; /* 0x00 */
  1012. U8 Reserved1; /* 0x01 */
  1013. U8 MsgLength; /* 0x02 */
  1014. U8 Function; /* 0x03 */
  1015. U16 Reserved2; /* 0x04 */
  1016. U8 Reserved3; /* 0x06 */
  1017. U8 MsgFlags; /* 0x07 */
  1018. U8 VP_ID; /* 0x08 */
  1019. U8 VF_ID; /* 0x09 */
  1020. U16 Reserved4; /* 0x0A */
  1021. U16 Reserved5; /* 0x0C */
  1022. U16 IOCStatus; /* 0x0E */
  1023. U32 IOCLogInfo; /* 0x10 */
  1024. } MPI2_FW_DOWNLOAD_REPLY, MPI2_POINTER PTR_MPI2_FW_DOWNLOAD_REPLY,
  1025. Mpi2FWDownloadReply_t, MPI2_POINTER pMpi2FWDownloadReply_t;
  1026. /****************************************************************************
  1027. * FWUpload message
  1028. ****************************************************************************/
  1029. /* FWUpload Request message */
  1030. typedef struct _MPI2_FW_UPLOAD_REQUEST
  1031. {
  1032. U8 ImageType; /* 0x00 */
  1033. U8 Reserved1; /* 0x01 */
  1034. U8 ChainOffset; /* 0x02 */
  1035. U8 Function; /* 0x03 */
  1036. U16 Reserved2; /* 0x04 */
  1037. U8 Reserved3; /* 0x06 */
  1038. U8 MsgFlags; /* 0x07 */
  1039. U8 VP_ID; /* 0x08 */
  1040. U8 VF_ID; /* 0x09 */
  1041. U16 Reserved4; /* 0x0A */
  1042. U32 Reserved5; /* 0x0C */
  1043. U32 Reserved6; /* 0x10 */
  1044. MPI2_MPI_SGE_UNION SGL; /* 0x14 */
  1045. } MPI2_FW_UPLOAD_REQUEST, MPI2_POINTER PTR_MPI2_FW_UPLOAD_REQUEST,
  1046. Mpi2FWUploadRequest_t, MPI2_POINTER pMpi2FWUploadRequest_t;
  1047. #define MPI2_FW_UPLOAD_ITYPE_FW_CURRENT (0x00)
  1048. #define MPI2_FW_UPLOAD_ITYPE_FW_FLASH (0x01)
  1049. #define MPI2_FW_UPLOAD_ITYPE_BIOS_FLASH (0x02)
  1050. #define MPI2_FW_UPLOAD_ITYPE_FW_BACKUP (0x05)
  1051. #define MPI2_FW_UPLOAD_ITYPE_MANUFACTURING (0x06)
  1052. #define MPI2_FW_UPLOAD_ITYPE_CONFIG_1 (0x07)
  1053. #define MPI2_FW_UPLOAD_ITYPE_CONFIG_2 (0x08)
  1054. #define MPI2_FW_UPLOAD_ITYPE_MEGARAID (0x09)
  1055. #define MPI2_FW_UPLOAD_ITYPE_COMPLETE (0x0A)
  1056. #define MPI2_FW_UPLOAD_ITYPE_COMMON_BOOT_BLOCK (0x0B)
  1057. typedef struct _MPI2_FW_UPLOAD_TCSGE
  1058. {
  1059. U8 Reserved1; /* 0x00 */
  1060. U8 ContextSize; /* 0x01 */
  1061. U8 DetailsLength; /* 0x02 */
  1062. U8 Flags; /* 0x03 */
  1063. U32 Reserved2; /* 0x04 */
  1064. U32 ImageOffset; /* 0x08 */
  1065. U32 ImageSize; /* 0x0C */
  1066. } MPI2_FW_UPLOAD_TCSGE, MPI2_POINTER PTR_MPI2_FW_UPLOAD_TCSGE,
  1067. Mpi2FWUploadTCSGE_t, MPI2_POINTER pMpi2FWUploadTCSGE_t;
  1068. /* FWUpload Reply message */
  1069. typedef struct _MPI2_FW_UPLOAD_REPLY
  1070. {
  1071. U8 ImageType; /* 0x00 */
  1072. U8 Reserved1; /* 0x01 */
  1073. U8 MsgLength; /* 0x02 */
  1074. U8 Function; /* 0x03 */
  1075. U16 Reserved2; /* 0x04 */
  1076. U8 Reserved3; /* 0x06 */
  1077. U8 MsgFlags; /* 0x07 */
  1078. U8 VP_ID; /* 0x08 */
  1079. U8 VF_ID; /* 0x09 */
  1080. U16 Reserved4; /* 0x0A */
  1081. U16 Reserved5; /* 0x0C */
  1082. U16 IOCStatus; /* 0x0E */
  1083. U32 IOCLogInfo; /* 0x10 */
  1084. U32 ActualImageSize; /* 0x14 */
  1085. } MPI2_FW_UPLOAD_REPLY, MPI2_POINTER PTR_MPI2_FW_UPLOAD_REPLY,
  1086. Mpi2FWUploadReply_t, MPI2_POINTER pMPi2FWUploadReply_t;
  1087. /* FW Image Header */
  1088. typedef struct _MPI2_FW_IMAGE_HEADER
  1089. {
  1090. U32 Signature; /* 0x00 */
  1091. U32 Signature0; /* 0x04 */
  1092. U32 Signature1; /* 0x08 */
  1093. U32 Signature2; /* 0x0C */
  1094. MPI2_VERSION_UNION MPIVersion; /* 0x10 */
  1095. MPI2_VERSION_UNION FWVersion; /* 0x14 */
  1096. MPI2_VERSION_UNION NVDATAVersion; /* 0x18 */
  1097. MPI2_VERSION_UNION PackageVersion; /* 0x1C */
  1098. U16 VendorID; /* 0x20 */
  1099. U16 ProductID; /* 0x22 */
  1100. U16 ProtocolFlags; /* 0x24 */
  1101. U16 Reserved26; /* 0x26 */
  1102. U32 IOCCapabilities; /* 0x28 */
  1103. U32 ImageSize; /* 0x2C */
  1104. U32 NextImageHeaderOffset; /* 0x30 */
  1105. U32 Checksum; /* 0x34 */
  1106. U32 Reserved38; /* 0x38 */
  1107. U32 Reserved3C; /* 0x3C */
  1108. U32 Reserved40; /* 0x40 */
  1109. U32 Reserved44; /* 0x44 */
  1110. U32 Reserved48; /* 0x48 */
  1111. U32 Reserved4C; /* 0x4C */
  1112. U32 Reserved50; /* 0x50 */
  1113. U32 Reserved54; /* 0x54 */
  1114. U32 Reserved58; /* 0x58 */
  1115. U32 Reserved5C; /* 0x5C */
  1116. U32 Reserved60; /* 0x60 */
  1117. U32 FirmwareVersionNameWhat; /* 0x64 */
  1118. U8 FirmwareVersionName[32]; /* 0x68 */
  1119. U32 VendorNameWhat; /* 0x88 */
  1120. U8 VendorName[32]; /* 0x8C */
  1121. U32 PackageNameWhat; /* 0x88 */
  1122. U8 PackageName[32]; /* 0x8C */
  1123. U32 ReservedD0; /* 0xD0 */
  1124. U32 ReservedD4; /* 0xD4 */
  1125. U32 ReservedD8; /* 0xD8 */
  1126. U32 ReservedDC; /* 0xDC */
  1127. U32 ReservedE0; /* 0xE0 */
  1128. U32 ReservedE4; /* 0xE4 */
  1129. U32 ReservedE8; /* 0xE8 */
  1130. U32 ReservedEC; /* 0xEC */
  1131. U32 ReservedF0; /* 0xF0 */
  1132. U32 ReservedF4; /* 0xF4 */
  1133. U32 ReservedF8; /* 0xF8 */
  1134. U32 ReservedFC; /* 0xFC */
  1135. } MPI2_FW_IMAGE_HEADER, MPI2_POINTER PTR_MPI2_FW_IMAGE_HEADER,
  1136. Mpi2FWImageHeader_t, MPI2_POINTER pMpi2FWImageHeader_t;
  1137. /* Signature field */
  1138. #define MPI2_FW_HEADER_SIGNATURE_OFFSET (0x00)
  1139. #define MPI2_FW_HEADER_SIGNATURE_MASK (0xFF000000)
  1140. #define MPI2_FW_HEADER_SIGNATURE (0xEA000000)
  1141. /* Signature0 field */
  1142. #define MPI2_FW_HEADER_SIGNATURE0_OFFSET (0x04)
  1143. #define MPI2_FW_HEADER_SIGNATURE0 (0x5AFAA55A)
  1144. /* Signature1 field */
  1145. #define MPI2_FW_HEADER_SIGNATURE1_OFFSET (0x08)
  1146. #define MPI2_FW_HEADER_SIGNATURE1 (0xA55AFAA5)
  1147. /* Signature2 field */
  1148. #define MPI2_FW_HEADER_SIGNATURE2_OFFSET (0x0C)
  1149. #define MPI2_FW_HEADER_SIGNATURE2 (0x5AA55AFA)
  1150. /* defines for using the ProductID field */
  1151. #define MPI2_FW_HEADER_PID_TYPE_MASK (0xF000)
  1152. #define MPI2_FW_HEADER_PID_TYPE_SAS (0x2000)
  1153. #define MPI2_FW_HEADER_PID_PROD_MASK (0x0F00)
  1154. #define MPI2_FW_HEADER_PID_PROD_A (0x0000)
  1155. #define MPI2_FW_HEADER_PID_PROD_TARGET_INITIATOR_SCSI (0x0200)
  1156. #define MPI2_FW_HEADER_PID_PROD_IR_SCSI (0x0700)
  1157. #define MPI2_FW_HEADER_PID_FAMILY_MASK (0x00FF)
  1158. /* SAS */
  1159. #define MPI2_FW_HEADER_PID_FAMILY_2108_SAS (0x0013)
  1160. #define MPI2_FW_HEADER_PID_FAMILY_2208_SAS (0x0014)
  1161. /* use MPI2_IOCFACTS_PROTOCOL_ defines for ProtocolFlags field */
  1162. /* use MPI2_IOCFACTS_CAPABILITY_ defines for IOCCapabilities field */
  1163. #define MPI2_FW_HEADER_IMAGESIZE_OFFSET (0x2C)
  1164. #define MPI2_FW_HEADER_NEXTIMAGE_OFFSET (0x30)
  1165. #define MPI2_FW_HEADER_VERNMHWAT_OFFSET (0x64)
  1166. #define MPI2_FW_HEADER_WHAT_SIGNATURE (0x29232840)
  1167. #define MPI2_FW_HEADER_SIZE (0x100)
  1168. /* Extended Image Header */
  1169. typedef struct _MPI2_EXT_IMAGE_HEADER
  1170. {
  1171. U8 ImageType; /* 0x00 */
  1172. U8 Reserved1; /* 0x01 */
  1173. U16 Reserved2; /* 0x02 */
  1174. U32 Checksum; /* 0x04 */
  1175. U32 ImageSize; /* 0x08 */
  1176. U32 NextImageHeaderOffset; /* 0x0C */
  1177. U32 PackageVersion; /* 0x10 */
  1178. U32 Reserved3; /* 0x14 */
  1179. U32 Reserved4; /* 0x18 */
  1180. U32 Reserved5; /* 0x1C */
  1181. U8 IdentifyString[32]; /* 0x20 */
  1182. } MPI2_EXT_IMAGE_HEADER, MPI2_POINTER PTR_MPI2_EXT_IMAGE_HEADER,
  1183. Mpi2ExtImageHeader_t, MPI2_POINTER pMpi2ExtImageHeader_t;
  1184. /* useful offsets */
  1185. #define MPI2_EXT_IMAGE_IMAGETYPE_OFFSET (0x00)
  1186. #define MPI2_EXT_IMAGE_IMAGESIZE_OFFSET (0x08)
  1187. #define MPI2_EXT_IMAGE_NEXTIMAGE_OFFSET (0x0C)
  1188. #define MPI2_EXT_IMAGE_HEADER_SIZE (0x40)
  1189. /* defines for the ImageType field */
  1190. #define MPI2_EXT_IMAGE_TYPE_UNSPECIFIED (0x00)
  1191. #define MPI2_EXT_IMAGE_TYPE_FW (0x01)
  1192. #define MPI2_EXT_IMAGE_TYPE_NVDATA (0x03)
  1193. #define MPI2_EXT_IMAGE_TYPE_BOOTLOADER (0x04)
  1194. #define MPI2_EXT_IMAGE_TYPE_INITIALIZATION (0x05)
  1195. #define MPI2_EXT_IMAGE_TYPE_FLASH_LAYOUT (0x06)
  1196. #define MPI2_EXT_IMAGE_TYPE_SUPPORTED_DEVICES (0x07)
  1197. #define MPI2_EXT_IMAGE_TYPE_MEGARAID (0x08)
  1198. #define MPI2_EXT_IMAGE_TYPE_MAX (MPI2_EXT_IMAGE_TYPE_MEGARAID)
  1199. /* FLASH Layout Extended Image Data */
  1200. /*
  1201. * Host code (drivers, BIOS, utilities, etc.) should leave this define set to
  1202. * one and check RegionsPerLayout at runtime.
  1203. */
  1204. #ifndef MPI2_FLASH_NUMBER_OF_REGIONS
  1205. #define MPI2_FLASH_NUMBER_OF_REGIONS (1)
  1206. #endif
  1207. /*
  1208. * Host code (drivers, BIOS, utilities, etc.) should leave this define set to
  1209. * one and check NumberOfLayouts at runtime.
  1210. */
  1211. #ifndef MPI2_FLASH_NUMBER_OF_LAYOUTS
  1212. #define MPI2_FLASH_NUMBER_OF_LAYOUTS (1)
  1213. #endif
  1214. typedef struct _MPI2_FLASH_REGION
  1215. {
  1216. U8 RegionType; /* 0x00 */
  1217. U8 Reserved1; /* 0x01 */
  1218. U16 Reserved2; /* 0x02 */
  1219. U32 RegionOffset; /* 0x04 */
  1220. U32 RegionSize; /* 0x08 */
  1221. U32 Reserved3; /* 0x0C */
  1222. } MPI2_FLASH_REGION, MPI2_POINTER PTR_MPI2_FLASH_REGION,
  1223. Mpi2FlashRegion_t, MPI2_POINTER pMpi2FlashRegion_t;
  1224. typedef struct _MPI2_FLASH_LAYOUT
  1225. {
  1226. U32 FlashSize; /* 0x00 */
  1227. U32 Reserved1; /* 0x04 */
  1228. U32 Reserved2; /* 0x08 */
  1229. U32 Reserved3; /* 0x0C */
  1230. MPI2_FLASH_REGION Region[MPI2_FLASH_NUMBER_OF_REGIONS];/* 0x10 */
  1231. } MPI2_FLASH_LAYOUT, MPI2_POINTER PTR_MPI2_FLASH_LAYOUT,
  1232. Mpi2FlashLayout_t, MPI2_POINTER pMpi2FlashLayout_t;
  1233. typedef struct _MPI2_FLASH_LAYOUT_DATA
  1234. {
  1235. U8 ImageRevision; /* 0x00 */
  1236. U8 Reserved1; /* 0x01 */
  1237. U8 SizeOfRegion; /* 0x02 */
  1238. U8 Reserved2; /* 0x03 */
  1239. U16 NumberOfLayouts; /* 0x04 */
  1240. U16 RegionsPerLayout; /* 0x06 */
  1241. U16 MinimumSectorAlignment; /* 0x08 */
  1242. U16 Reserved3; /* 0x0A */
  1243. U32 Reserved4; /* 0x0C */
  1244. MPI2_FLASH_LAYOUT Layout[MPI2_FLASH_NUMBER_OF_LAYOUTS];/* 0x10 */
  1245. } MPI2_FLASH_LAYOUT_DATA, MPI2_POINTER PTR_MPI2_FLASH_LAYOUT_DATA,
  1246. Mpi2FlashLayoutData_t, MPI2_POINTER pMpi2FlashLayoutData_t;
  1247. /* defines for the RegionType field */
  1248. #define MPI2_FLASH_REGION_UNUSED (0x00)
  1249. #define MPI2_FLASH_REGION_FIRMWARE (0x01)
  1250. #define MPI2_FLASH_REGION_BIOS (0x02)
  1251. #define MPI2_FLASH_REGION_NVDATA (0x03)
  1252. #define MPI2_FLASH_REGION_FIRMWARE_BACKUP (0x05)
  1253. #define MPI2_FLASH_REGION_MFG_INFORMATION (0x06)
  1254. #define MPI2_FLASH_REGION_CONFIG_1 (0x07)
  1255. #define MPI2_FLASH_REGION_CONFIG_2 (0x08)
  1256. #define MPI2_FLASH_REGION_MEGARAID (0x09)
  1257. #define MPI2_FLASH_REGION_INIT (0x0A)
  1258. /* ImageRevision */
  1259. #define MPI2_FLASH_LAYOUT_IMAGE_REVISION (0x00)
  1260. /* Supported Devices Extended Image Data */
  1261. /*
  1262. * Host code (drivers, BIOS, utilities, etc.) should leave this define set to
  1263. * one and check NumberOfDevices at runtime.
  1264. */
  1265. #ifndef MPI2_SUPPORTED_DEVICES_IMAGE_NUM_DEVICES
  1266. #define MPI2_SUPPORTED_DEVICES_IMAGE_NUM_DEVICES (1)
  1267. #endif
  1268. typedef struct _MPI2_SUPPORTED_DEVICE
  1269. {
  1270. U16 DeviceID; /* 0x00 */
  1271. U16 VendorID; /* 0x02 */
  1272. U16 DeviceIDMask; /* 0x04 */
  1273. U16 Reserved1; /* 0x06 */
  1274. U8 LowPCIRev; /* 0x08 */
  1275. U8 HighPCIRev; /* 0x09 */
  1276. U16 Reserved2; /* 0x0A */
  1277. U32 Reserved3; /* 0x0C */
  1278. } MPI2_SUPPORTED_DEVICE, MPI2_POINTER PTR_MPI2_SUPPORTED_DEVICE,
  1279. Mpi2SupportedDevice_t, MPI2_POINTER pMpi2SupportedDevice_t;
  1280. typedef struct _MPI2_SUPPORTED_DEVICES_DATA
  1281. {
  1282. U8 ImageRevision; /* 0x00 */
  1283. U8 Reserved1; /* 0x01 */
  1284. U8 NumberOfDevices; /* 0x02 */
  1285. U8 Reserved2; /* 0x03 */
  1286. U32 Reserved3; /* 0x04 */
  1287. MPI2_SUPPORTED_DEVICE SupportedDevice[MPI2_SUPPORTED_DEVICES_IMAGE_NUM_DEVICES]; /* 0x08 */
  1288. } MPI2_SUPPORTED_DEVICES_DATA, MPI2_POINTER PTR_MPI2_SUPPORTED_DEVICES_DATA,
  1289. Mpi2SupportedDevicesData_t, MPI2_POINTER pMpi2SupportedDevicesData_t;
  1290. /* ImageRevision */
  1291. #define MPI2_SUPPORTED_DEVICES_IMAGE_REVISION (0x00)
  1292. /* Init Extended Image Data */
  1293. typedef struct _MPI2_INIT_IMAGE_FOOTER
  1294. {
  1295. U32 BootFlags; /* 0x00 */
  1296. U32 ImageSize; /* 0x04 */
  1297. U32 Signature0; /* 0x08 */
  1298. U32 Signature1; /* 0x0C */
  1299. U32 Signature2; /* 0x10 */
  1300. U32 ResetVector; /* 0x14 */
  1301. } MPI2_INIT_IMAGE_FOOTER, MPI2_POINTER PTR_MPI2_INIT_IMAGE_FOOTER,
  1302. Mpi2InitImageFooter_t, MPI2_POINTER pMpi2InitImageFooter_t;
  1303. /* defines for the BootFlags field */
  1304. #define MPI2_INIT_IMAGE_BOOTFLAGS_OFFSET (0x00)
  1305. /* defines for the ImageSize field */
  1306. #define MPI2_INIT_IMAGE_IMAGESIZE_OFFSET (0x04)
  1307. /* defines for the Signature0 field */
  1308. #define MPI2_INIT_IMAGE_SIGNATURE0_OFFSET (0x08)
  1309. #define MPI2_INIT_IMAGE_SIGNATURE0 (0x5AA55AEA)
  1310. /* defines for the Signature1 field */
  1311. #define MPI2_INIT_IMAGE_SIGNATURE1_OFFSET (0x0C)
  1312. #define MPI2_INIT_IMAGE_SIGNATURE1 (0xA55AEAA5)
  1313. /* defines for the Signature2 field */
  1314. #define MPI2_INIT_IMAGE_SIGNATURE2_OFFSET (0x10)
  1315. #define MPI2_INIT_IMAGE_SIGNATURE2 (0x5AEAA55A)
  1316. /* Signature fields as individual bytes */
  1317. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_0 (0xEA)
  1318. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_1 (0x5A)
  1319. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_2 (0xA5)
  1320. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_3 (0x5A)
  1321. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_4 (0xA5)
  1322. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_5 (0xEA)
  1323. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_6 (0x5A)
  1324. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_7 (0xA5)
  1325. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_8 (0x5A)
  1326. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_9 (0xA5)
  1327. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_A (0xEA)
  1328. #define MPI2_INIT_IMAGE_SIGNATURE_BYTE_B (0x5A)
  1329. /* defines for the ResetVector field */
  1330. #define MPI2_INIT_IMAGE_RESETVECTOR_OFFSET (0x14)
  1331. /****************************************************************************
  1332. * PowerManagementControl message
  1333. ****************************************************************************/
  1334. /* PowerManagementControl Request message */
  1335. typedef struct _MPI2_PWR_MGMT_CONTROL_REQUEST {
  1336. U8 Feature; /* 0x00 */
  1337. U8 Reserved1; /* 0x01 */
  1338. U8 ChainOffset; /* 0x02 */
  1339. U8 Function; /* 0x03 */
  1340. U16 Reserved2; /* 0x04 */
  1341. U8 Reserved3; /* 0x06 */
  1342. U8 MsgFlags; /* 0x07 */
  1343. U8 VP_ID; /* 0x08 */
  1344. U8 VF_ID; /* 0x09 */
  1345. U16 Reserved4; /* 0x0A */
  1346. U8 Parameter1; /* 0x0C */
  1347. U8 Parameter2; /* 0x0D */
  1348. U8 Parameter3; /* 0x0E */
  1349. U8 Parameter4; /* 0x0F */
  1350. U32 Reserved5; /* 0x10 */
  1351. U32 Reserved6; /* 0x14 */
  1352. } MPI2_PWR_MGMT_CONTROL_REQUEST, MPI2_POINTER PTR_MPI2_PWR_MGMT_CONTROL_REQUEST,
  1353. Mpi2PwrMgmtControlRequest_t, MPI2_POINTER pMpi2PwrMgmtControlRequest_t;
  1354. /* defines for the Feature field */
  1355. #define MPI2_PM_CONTROL_FEATURE_DA_PHY_POWER_COND (0x01)
  1356. #define MPI2_PM_CONTROL_FEATURE_PORT_WIDTH_MODULATION (0x02)
  1357. #define MPI2_PM_CONTROL_FEATURE_PCIE_LINK (0x03)
  1358. #define MPI2_PM_CONTROL_FEATURE_IOC_SPEED (0x04)
  1359. #define MPI2_PM_CONTROL_FEATURE_MIN_PRODUCT_SPECIFIC (0x80)
  1360. #define MPI2_PM_CONTROL_FEATURE_MAX_PRODUCT_SPECIFIC (0xFF)
  1361. /* parameter usage for the MPI2_PM_CONTROL_FEATURE_DA_PHY_POWER_COND Feature */
  1362. /* Parameter1 contains a PHY number */
  1363. /* Parameter2 indicates power condition action using these defines */
  1364. #define MPI2_PM_CONTROL_PARAM2_PARTIAL (0x01)
  1365. #define MPI2_PM_CONTROL_PARAM2_SLUMBER (0x02)
  1366. #define MPI2_PM_CONTROL_PARAM2_EXIT_PWR_MGMT (0x03)
  1367. /* Parameter3 and Parameter4 are reserved */
  1368. /* parameter usage for the MPI2_PM_CONTROL_FEATURE_PORT_WIDTH_MODULATION
  1369. * Feature */
  1370. /* Parameter1 contains SAS port width modulation group number */
  1371. /* Parameter2 indicates IOC action using these defines */
  1372. #define MPI2_PM_CONTROL_PARAM2_REQUEST_OWNERSHIP (0x01)
  1373. #define MPI2_PM_CONTROL_PARAM2_CHANGE_MODULATION (0x02)
  1374. #define MPI2_PM_CONTROL_PARAM2_RELINQUISH_OWNERSHIP (0x03)
  1375. /* Parameter3 indicates desired modulation level using these defines */
  1376. #define MPI2_PM_CONTROL_PARAM3_25_PERCENT (0x00)
  1377. #define MPI2_PM_CONTROL_PARAM3_50_PERCENT (0x01)
  1378. #define MPI2_PM_CONTROL_PARAM3_75_PERCENT (0x02)
  1379. #define MPI2_PM_CONTROL_PARAM3_100_PERCENT (0x03)
  1380. /* Parameter4 is reserved */
  1381. /* parameter usage for the MPI2_PM_CONTROL_FEATURE_PCIE_LINK Feature */
  1382. /* Parameter1 indicates desired PCIe link speed using these defines */
  1383. #define MPI2_PM_CONTROL_PARAM1_PCIE_2_5_GBPS (0x00)
  1384. #define MPI2_PM_CONTROL_PARAM1_PCIE_5_0_GBPS (0x01)
  1385. #define MPI2_PM_CONTROL_PARAM1_PCIE_8_0_GBPS (0x02)
  1386. /* Parameter2 indicates desired PCIe link width using these defines */
  1387. #define MPI2_PM_CONTROL_PARAM2_WIDTH_X1 (0x01)
  1388. #define MPI2_PM_CONTROL_PARAM2_WIDTH_X2 (0x02)
  1389. #define MPI2_PM_CONTROL_PARAM2_WIDTH_X4 (0x04)
  1390. #define MPI2_PM_CONTROL_PARAM2_WIDTH_X8 (0x08)
  1391. /* Parameter3 and Parameter4 are reserved */
  1392. /* parameter usage for the MPI2_PM_CONTROL_FEATURE_IOC_SPEED Feature */
  1393. /* Parameter1 indicates desired IOC hardware clock speed using these defines */
  1394. #define MPI2_PM_CONTROL_PARAM1_FULL_IOC_SPEED (0x01)
  1395. #define MPI2_PM_CONTROL_PARAM1_HALF_IOC_SPEED (0x02)
  1396. #define MPI2_PM_CONTROL_PARAM1_QUARTER_IOC_SPEED (0x04)
  1397. #define MPI2_PM_CONTROL_PARAM1_EIGHTH_IOC_SPEED (0x08)
  1398. /* Parameter2, Parameter3, and Parameter4 are reserved */
  1399. /* PowerManagementControl Reply message */
  1400. typedef struct _MPI2_PWR_MGMT_CONTROL_REPLY {
  1401. U8 Feature; /* 0x00 */
  1402. U8 Reserved1; /* 0x01 */
  1403. U8 MsgLength; /* 0x02 */
  1404. U8 Function; /* 0x03 */
  1405. U16 Reserved2; /* 0x04 */
  1406. U8 Reserved3; /* 0x06 */
  1407. U8 MsgFlags; /* 0x07 */
  1408. U8 VP_ID; /* 0x08 */
  1409. U8 VF_ID; /* 0x09 */
  1410. U16 Reserved4; /* 0x0A */
  1411. U16 Reserved5; /* 0x0C */
  1412. U16 IOCStatus; /* 0x0E */
  1413. U32 IOCLogInfo; /* 0x10 */
  1414. } MPI2_PWR_MGMT_CONTROL_REPLY, MPI2_POINTER PTR_MPI2_PWR_MGMT_CONTROL_REPLY,
  1415. Mpi2PwrMgmtControlReply_t, MPI2_POINTER pMpi2PwrMgmtControlReply_t;
  1416. #endif