mpi2_ioc.h 65 KB

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