aacraid.h 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735
  1. #if (!defined(dprintk))
  2. # define dprintk(x)
  3. #endif
  4. /*------------------------------------------------------------------------------
  5. * D E F I N E S
  6. *----------------------------------------------------------------------------*/
  7. #define MAXIMUM_NUM_CONTAINERS 32
  8. #define AAC_NUM_MGT_FIB 8
  9. #define AAC_NUM_IO_FIB (512 - AAC_NUM_MGT_FIB)
  10. #define AAC_NUM_FIB (AAC_NUM_IO_FIB + AAC_NUM_MGT_FIB)
  11. #define AAC_MAX_LUN (8)
  12. #define AAC_MAX_HOSTPHYSMEMPAGES (0xfffff)
  13. #define AAC_MAX_32BIT_SGBCOUNT ((unsigned short)512)
  14. /*
  15. * These macros convert from physical channels to virtual channels
  16. */
  17. #define CONTAINER_CHANNEL (0)
  18. #define ID_LUN_TO_CONTAINER(id, lun) (id)
  19. #define CONTAINER_TO_CHANNEL(cont) (CONTAINER_CHANNEL)
  20. #define CONTAINER_TO_ID(cont) (cont)
  21. #define CONTAINER_TO_LUN(cont) (0)
  22. #define aac_phys_to_logical(x) (x+1)
  23. #define aac_logical_to_phys(x) (x?x-1:0)
  24. /* #define AAC_DETAILED_STATUS_INFO */
  25. struct diskparm
  26. {
  27. int heads;
  28. int sectors;
  29. int cylinders;
  30. };
  31. /*
  32. * DON'T CHANGE THE ORDER, this is set by the firmware
  33. */
  34. #define CT_NONE 0
  35. #define CT_VOLUME 1
  36. #define CT_MIRROR 2
  37. #define CT_STRIPE 3
  38. #define CT_RAID5 4
  39. #define CT_SSRW 5
  40. #define CT_SSRO 6
  41. #define CT_MORPH 7
  42. #define CT_PASSTHRU 8
  43. #define CT_RAID4 9
  44. #define CT_RAID10 10 /* stripe of mirror */
  45. #define CT_RAID00 11 /* stripe of stripe */
  46. #define CT_VOLUME_OF_MIRRORS 12 /* volume of mirror */
  47. #define CT_PSEUDO_RAID 13 /* really raid4 */
  48. #define CT_LAST_VOLUME_TYPE 14
  49. #define CT_OK 218
  50. /*
  51. * Types of objects addressable in some fashion by the client.
  52. * This is a superset of those objects handled just by the filesystem
  53. * and includes "raw" objects that an administrator would use to
  54. * configure containers and filesystems.
  55. */
  56. #define FT_REG 1 /* regular file */
  57. #define FT_DIR 2 /* directory */
  58. #define FT_BLK 3 /* "block" device - reserved */
  59. #define FT_CHR 4 /* "character special" device - reserved */
  60. #define FT_LNK 5 /* symbolic link */
  61. #define FT_SOCK 6 /* socket */
  62. #define FT_FIFO 7 /* fifo */
  63. #define FT_FILESYS 8 /* ADAPTEC's "FSA"(tm) filesystem */
  64. #define FT_DRIVE 9 /* physical disk - addressable in scsi by bus/id/lun */
  65. #define FT_SLICE 10 /* virtual disk - raw volume - slice */
  66. #define FT_PARTITION 11 /* FSA partition - carved out of a slice - building block for containers */
  67. #define FT_VOLUME 12 /* Container - Volume Set */
  68. #define FT_STRIPE 13 /* Container - Stripe Set */
  69. #define FT_MIRROR 14 /* Container - Mirror Set */
  70. #define FT_RAID5 15 /* Container - Raid 5 Set */
  71. #define FT_DATABASE 16 /* Storage object with "foreign" content manager */
  72. /*
  73. * Host side memory scatter gather list
  74. * Used by the adapter for read, write, and readdirplus operations
  75. * We have separate 32 and 64 bit version because even
  76. * on 64 bit systems not all cards support the 64 bit version
  77. */
  78. struct sgentry {
  79. __le32 addr; /* 32-bit address. */
  80. __le32 count; /* Length. */
  81. };
  82. struct user_sgentry {
  83. u32 addr; /* 32-bit address. */
  84. u32 count; /* Length. */
  85. };
  86. struct sgentry64 {
  87. __le32 addr[2]; /* 64-bit addr. 2 pieces for data alignment */
  88. __le32 count; /* Length. */
  89. };
  90. struct user_sgentry64 {
  91. u32 addr[2]; /* 64-bit addr. 2 pieces for data alignment */
  92. u32 count; /* Length. */
  93. };
  94. /*
  95. * SGMAP
  96. *
  97. * This is the SGMAP structure for all commands that use
  98. * 32-bit addressing.
  99. */
  100. struct sgmap {
  101. __le32 count;
  102. struct sgentry sg[1];
  103. };
  104. struct user_sgmap {
  105. u32 count;
  106. struct user_sgentry sg[1];
  107. };
  108. struct sgmap64 {
  109. __le32 count;
  110. struct sgentry64 sg[1];
  111. };
  112. struct user_sgmap64 {
  113. u32 count;
  114. struct user_sgentry64 sg[1];
  115. };
  116. struct creation_info
  117. {
  118. u8 buildnum; /* e.g., 588 */
  119. u8 usec; /* e.g., 588 */
  120. u8 via; /* e.g., 1 = FSU,
  121. * 2 = API
  122. */
  123. u8 year; /* e.g., 1997 = 97 */
  124. __le32 date; /*
  125. * unsigned Month :4; // 1 - 12
  126. * unsigned Day :6; // 1 - 32
  127. * unsigned Hour :6; // 0 - 23
  128. * unsigned Minute :6; // 0 - 60
  129. * unsigned Second :6; // 0 - 60
  130. */
  131. __le32 serial[2]; /* e.g., 0x1DEADB0BFAFAF001 */
  132. };
  133. /*
  134. * Define all the constants needed for the communication interface
  135. */
  136. /*
  137. * Define how many queue entries each queue will have and the total
  138. * number of entries for the entire communication interface. Also define
  139. * how many queues we support.
  140. *
  141. * This has to match the controller
  142. */
  143. #define NUMBER_OF_COMM_QUEUES 8 // 4 command; 4 response
  144. #define HOST_HIGH_CMD_ENTRIES 4
  145. #define HOST_NORM_CMD_ENTRIES 8
  146. #define ADAP_HIGH_CMD_ENTRIES 4
  147. #define ADAP_NORM_CMD_ENTRIES 512
  148. #define HOST_HIGH_RESP_ENTRIES 4
  149. #define HOST_NORM_RESP_ENTRIES 512
  150. #define ADAP_HIGH_RESP_ENTRIES 4
  151. #define ADAP_NORM_RESP_ENTRIES 8
  152. #define TOTAL_QUEUE_ENTRIES \
  153. (HOST_NORM_CMD_ENTRIES + HOST_HIGH_CMD_ENTRIES + ADAP_NORM_CMD_ENTRIES + ADAP_HIGH_CMD_ENTRIES + \
  154. HOST_NORM_RESP_ENTRIES + HOST_HIGH_RESP_ENTRIES + ADAP_NORM_RESP_ENTRIES + ADAP_HIGH_RESP_ENTRIES)
  155. /*
  156. * Set the queues on a 16 byte alignment
  157. */
  158. #define QUEUE_ALIGNMENT 16
  159. /*
  160. * The queue headers define the Communication Region queues. These
  161. * are physically contiguous and accessible by both the adapter and the
  162. * host. Even though all queue headers are in the same contiguous block
  163. * they will be represented as individual units in the data structures.
  164. */
  165. struct aac_entry {
  166. __le32 size; /* Size in bytes of Fib which this QE points to */
  167. __le32 addr; /* Receiver address of the FIB */
  168. };
  169. /*
  170. * The adapter assumes the ProducerIndex and ConsumerIndex are grouped
  171. * adjacently and in that order.
  172. */
  173. struct aac_qhdr {
  174. __le64 header_addr;/* Address to hand the adapter to access
  175. to this queue head */
  176. __le32 *producer; /* The producer index for this queue (host address) */
  177. __le32 *consumer; /* The consumer index for this queue (host address) */
  178. };
  179. /*
  180. * Define all the events which the adapter would like to notify
  181. * the host of.
  182. */
  183. #define HostNormCmdQue 1 /* Change in host normal priority command queue */
  184. #define HostHighCmdQue 2 /* Change in host high priority command queue */
  185. #define HostNormRespQue 3 /* Change in host normal priority response queue */
  186. #define HostHighRespQue 4 /* Change in host high priority response queue */
  187. #define AdapNormRespNotFull 5
  188. #define AdapHighRespNotFull 6
  189. #define AdapNormCmdNotFull 7
  190. #define AdapHighCmdNotFull 8
  191. #define SynchCommandComplete 9
  192. #define AdapInternalError 0xfe /* The adapter detected an internal error shutting down */
  193. /*
  194. * Define all the events the host wishes to notify the
  195. * adapter of. The first four values much match the Qid the
  196. * corresponding queue.
  197. */
  198. #define AdapNormCmdQue 2
  199. #define AdapHighCmdQue 3
  200. #define AdapNormRespQue 6
  201. #define AdapHighRespQue 7
  202. #define HostShutdown 8
  203. #define HostPowerFail 9
  204. #define FatalCommError 10
  205. #define HostNormRespNotFull 11
  206. #define HostHighRespNotFull 12
  207. #define HostNormCmdNotFull 13
  208. #define HostHighCmdNotFull 14
  209. #define FastIo 15
  210. #define AdapPrintfDone 16
  211. /*
  212. * Define all the queues that the adapter and host use to communicate
  213. * Number them to match the physical queue layout.
  214. */
  215. enum aac_queue_types {
  216. HostNormCmdQueue = 0, /* Adapter to host normal priority command traffic */
  217. HostHighCmdQueue, /* Adapter to host high priority command traffic */
  218. AdapNormCmdQueue, /* Host to adapter normal priority command traffic */
  219. AdapHighCmdQueue, /* Host to adapter high priority command traffic */
  220. HostNormRespQueue, /* Adapter to host normal priority response traffic */
  221. HostHighRespQueue, /* Adapter to host high priority response traffic */
  222. AdapNormRespQueue, /* Host to adapter normal priority response traffic */
  223. AdapHighRespQueue /* Host to adapter high priority response traffic */
  224. };
  225. /*
  226. * Assign type values to the FSA communication data structures
  227. */
  228. #define FIB_MAGIC 0x0001
  229. /*
  230. * Define the priority levels the FSA communication routines support.
  231. */
  232. #define FsaNormal 1
  233. #define FsaHigh 2
  234. /*
  235. * Define the FIB. The FIB is the where all the requested data and
  236. * command information are put to the application on the FSA adapter.
  237. */
  238. struct aac_fibhdr {
  239. __le32 XferState; /* Current transfer state for this CCB */
  240. __le16 Command; /* Routing information for the destination */
  241. u8 StructType; /* Type FIB */
  242. u8 Flags; /* Flags for FIB */
  243. __le16 Size; /* Size of this FIB in bytes */
  244. __le16 SenderSize; /* Size of the FIB in the sender
  245. (for response sizing) */
  246. __le32 SenderFibAddress; /* Host defined data in the FIB */
  247. __le32 ReceiverFibAddress;/* Logical address of this FIB for
  248. the adapter */
  249. u32 SenderData; /* Place holder for the sender to store data */
  250. union {
  251. struct {
  252. __le32 _ReceiverTimeStart; /* Timestamp for
  253. receipt of fib */
  254. __le32 _ReceiverTimeDone; /* Timestamp for
  255. completion of fib */
  256. } _s;
  257. } _u;
  258. };
  259. struct hw_fib {
  260. struct aac_fibhdr header;
  261. u8 data[512-sizeof(struct aac_fibhdr)]; // Command specific data
  262. };
  263. /*
  264. * FIB commands
  265. */
  266. #define TestCommandResponse 1
  267. #define TestAdapterCommand 2
  268. /*
  269. * Lowlevel and comm commands
  270. */
  271. #define LastTestCommand 100
  272. #define ReinitHostNormCommandQueue 101
  273. #define ReinitHostHighCommandQueue 102
  274. #define ReinitHostHighRespQueue 103
  275. #define ReinitHostNormRespQueue 104
  276. #define ReinitAdapNormCommandQueue 105
  277. #define ReinitAdapHighCommandQueue 107
  278. #define ReinitAdapHighRespQueue 108
  279. #define ReinitAdapNormRespQueue 109
  280. #define InterfaceShutdown 110
  281. #define DmaCommandFib 120
  282. #define StartProfile 121
  283. #define TermProfile 122
  284. #define SpeedTest 123
  285. #define TakeABreakPt 124
  286. #define RequestPerfData 125
  287. #define SetInterruptDefTimer 126
  288. #define SetInterruptDefCount 127
  289. #define GetInterruptDefStatus 128
  290. #define LastCommCommand 129
  291. /*
  292. * Filesystem commands
  293. */
  294. #define NuFileSystem 300
  295. #define UFS 301
  296. #define HostFileSystem 302
  297. #define LastFileSystemCommand 303
  298. /*
  299. * Container Commands
  300. */
  301. #define ContainerCommand 500
  302. #define ContainerCommand64 501
  303. /*
  304. * Cluster Commands
  305. */
  306. #define ClusterCommand 550
  307. /*
  308. * Scsi Port commands (scsi passthrough)
  309. */
  310. #define ScsiPortCommand 600
  311. #define ScsiPortCommand64 601
  312. /*
  313. * Misc house keeping and generic adapter initiated commands
  314. */
  315. #define AifRequest 700
  316. #define CheckRevision 701
  317. #define FsaHostShutdown 702
  318. #define RequestAdapterInfo 703
  319. #define IsAdapterPaused 704
  320. #define SendHostTime 705
  321. #define RequestSupplementAdapterInfo 706
  322. #define LastMiscCommand 707
  323. /*
  324. * Commands that will target the failover level on the FSA adapter
  325. */
  326. enum fib_xfer_state {
  327. HostOwned = (1<<0),
  328. AdapterOwned = (1<<1),
  329. FibInitialized = (1<<2),
  330. FibEmpty = (1<<3),
  331. AllocatedFromPool = (1<<4),
  332. SentFromHost = (1<<5),
  333. SentFromAdapter = (1<<6),
  334. ResponseExpected = (1<<7),
  335. NoResponseExpected = (1<<8),
  336. AdapterProcessed = (1<<9),
  337. HostProcessed = (1<<10),
  338. HighPriority = (1<<11),
  339. NormalPriority = (1<<12),
  340. Async = (1<<13),
  341. AsyncIo = (1<<13), // rpbfix: remove with new regime
  342. PageFileIo = (1<<14), // rpbfix: remove with new regime
  343. ShutdownRequest = (1<<15),
  344. LazyWrite = (1<<16), // rpbfix: remove with new regime
  345. AdapterMicroFib = (1<<17),
  346. BIOSFibPath = (1<<18),
  347. FastResponseCapable = (1<<19),
  348. ApiFib = (1<<20) // Its an API Fib.
  349. };
  350. /*
  351. * The following defines needs to be updated any time there is an
  352. * incompatible change made to the aac_init structure.
  353. */
  354. #define ADAPTER_INIT_STRUCT_REVISION 3
  355. #define ADAPTER_INIT_STRUCT_REVISION_4 4 // rocket science
  356. struct aac_init
  357. {
  358. __le32 InitStructRevision;
  359. __le32 MiniPortRevision;
  360. __le32 fsrev;
  361. __le32 CommHeaderAddress;
  362. __le32 FastIoCommAreaAddress;
  363. __le32 AdapterFibsPhysicalAddress;
  364. __le32 AdapterFibsVirtualAddress;
  365. __le32 AdapterFibsSize;
  366. __le32 AdapterFibAlign;
  367. __le32 printfbuf;
  368. __le32 printfbufsiz;
  369. __le32 HostPhysMemPages; /* number of 4k pages of host
  370. physical memory */
  371. __le32 HostElapsedSeconds; /* number of seconds since 1970. */
  372. /*
  373. * ADAPTER_INIT_STRUCT_REVISION_4 begins here
  374. */
  375. __le32 InitFlags; /* flags for supported features */
  376. #define INITFLAGS_NEW_COMM_SUPPORTED 0x00000001
  377. __le32 MaxIoCommands; /* max outstanding commands */
  378. __le32 MaxIoSize; /* largest I/O command */
  379. __le32 MaxFibSize; /* largest FIB to adapter */
  380. };
  381. enum aac_log_level {
  382. LOG_AAC_INIT = 10,
  383. LOG_AAC_INFORMATIONAL = 20,
  384. LOG_AAC_WARNING = 30,
  385. LOG_AAC_LOW_ERROR = 40,
  386. LOG_AAC_MEDIUM_ERROR = 50,
  387. LOG_AAC_HIGH_ERROR = 60,
  388. LOG_AAC_PANIC = 70,
  389. LOG_AAC_DEBUG = 80,
  390. LOG_AAC_WINDBG_PRINT = 90
  391. };
  392. #define FSAFS_NTC_GET_ADAPTER_FIB_CONTEXT 0x030b
  393. #define FSAFS_NTC_FIB_CONTEXT 0x030c
  394. struct aac_dev;
  395. struct adapter_ops
  396. {
  397. void (*adapter_interrupt)(struct aac_dev *dev);
  398. void (*adapter_notify)(struct aac_dev *dev, u32 event);
  399. int (*adapter_sync_cmd)(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *status, u32 *r1, u32 *r2, u32 *r3, u32 *r4);
  400. int (*adapter_check_health)(struct aac_dev *dev);
  401. };
  402. /*
  403. * Define which interrupt handler needs to be installed
  404. */
  405. struct aac_driver_ident
  406. {
  407. int (*init)(struct aac_dev *dev);
  408. char * name;
  409. char * vname;
  410. char * model;
  411. u16 channels;
  412. int quirks;
  413. };
  414. /*
  415. * Some adapter firmware needs communication memory
  416. * below 2gig. This tells the init function to set the
  417. * dma mask such that fib memory will be allocated where the
  418. * adapter firmware can get to it.
  419. */
  420. #define AAC_QUIRK_31BIT 0x0001
  421. /*
  422. * Some adapter firmware, when the raid card's cache is turned off, can not
  423. * split up scatter gathers in order to deal with the limits of the
  424. * underlying CHIM. This limit is 34 scatter gather elements.
  425. */
  426. #define AAC_QUIRK_34SG 0x0002
  427. /*
  428. * This adapter is a slave (no Firmware)
  429. */
  430. #define AAC_QUIRK_SLAVE 0x0004
  431. /*
  432. * This adapter is a master.
  433. */
  434. #define AAC_QUIRK_MASTER 0x0008
  435. /*
  436. * The adapter interface specs all queues to be located in the same
  437. * physically contigous block. The host structure that defines the
  438. * commuication queues will assume they are each a separate physically
  439. * contigous memory region that will support them all being one big
  440. * contigous block.
  441. * There is a command and response queue for each level and direction of
  442. * commuication. These regions are accessed by both the host and adapter.
  443. */
  444. struct aac_queue {
  445. u64 logical; /*address we give the adapter */
  446. struct aac_entry *base; /*system virtual address */
  447. struct aac_qhdr headers; /*producer,consumer q headers*/
  448. u32 entries; /*Number of queue entries */
  449. wait_queue_head_t qfull; /*Event to wait on if q full */
  450. wait_queue_head_t cmdready; /*Cmd ready from the adapter */
  451. /* This is only valid for adapter to host command queues. */
  452. spinlock_t *lock; /* Spinlock for this queue must take this lock before accessing the lock */
  453. spinlock_t lockdata; /* Actual lock (used only on one side of the lock) */
  454. unsigned long SavedIrql; /* Previous IRQL when the spin lock is taken */
  455. u32 padding; /* Padding - FIXME - can remove I believe */
  456. struct list_head cmdq; /* A queue of FIBs which need to be prcessed by the FS thread. This is */
  457. /* only valid for command queues which receive entries from the adapter. */
  458. struct list_head pendingq; /* A queue of outstanding fib's to the adapter. */
  459. u32 numpending; /* Number of entries on outstanding queue. */
  460. struct aac_dev * dev; /* Back pointer to adapter structure */
  461. };
  462. /*
  463. * Message queues. The order here is important, see also the
  464. * queue type ordering
  465. */
  466. struct aac_queue_block
  467. {
  468. struct aac_queue queue[8];
  469. };
  470. /*
  471. * SaP1 Message Unit Registers
  472. */
  473. struct sa_drawbridge_CSR {
  474. /* Offset | Name */
  475. __le32 reserved[10]; /* 00h-27h | Reserved */
  476. u8 LUT_Offset; /* 28h | Lookup Table Offset */
  477. u8 reserved1[3]; /* 29h-2bh | Reserved */
  478. __le32 LUT_Data; /* 2ch | Looup Table Data */
  479. __le32 reserved2[26]; /* 30h-97h | Reserved */
  480. __le16 PRICLEARIRQ; /* 98h | Primary Clear Irq */
  481. __le16 SECCLEARIRQ; /* 9ah | Secondary Clear Irq */
  482. __le16 PRISETIRQ; /* 9ch | Primary Set Irq */
  483. __le16 SECSETIRQ; /* 9eh | Secondary Set Irq */
  484. __le16 PRICLEARIRQMASK;/* a0h | Primary Clear Irq Mask */
  485. __le16 SECCLEARIRQMASK;/* a2h | Secondary Clear Irq Mask */
  486. __le16 PRISETIRQMASK; /* a4h | Primary Set Irq Mask */
  487. __le16 SECSETIRQMASK; /* a6h | Secondary Set Irq Mask */
  488. __le32 MAILBOX0; /* a8h | Scratchpad 0 */
  489. __le32 MAILBOX1; /* ach | Scratchpad 1 */
  490. __le32 MAILBOX2; /* b0h | Scratchpad 2 */
  491. __le32 MAILBOX3; /* b4h | Scratchpad 3 */
  492. __le32 MAILBOX4; /* b8h | Scratchpad 4 */
  493. __le32 MAILBOX5; /* bch | Scratchpad 5 */
  494. __le32 MAILBOX6; /* c0h | Scratchpad 6 */
  495. __le32 MAILBOX7; /* c4h | Scratchpad 7 */
  496. __le32 ROM_Setup_Data; /* c8h | Rom Setup and Data */
  497. __le32 ROM_Control_Addr;/* cch | Rom Control and Address */
  498. __le32 reserved3[12]; /* d0h-ffh | reserved */
  499. __le32 LUT[64]; /* 100h-1ffh | Lookup Table Entries */
  500. };
  501. #define Mailbox0 SaDbCSR.MAILBOX0
  502. #define Mailbox1 SaDbCSR.MAILBOX1
  503. #define Mailbox2 SaDbCSR.MAILBOX2
  504. #define Mailbox3 SaDbCSR.MAILBOX3
  505. #define Mailbox4 SaDbCSR.MAILBOX4
  506. #define Mailbox5 SaDbCSR.MAILBOX5
  507. #define Mailbox6 SaDbCSR.MAILBOX6
  508. #define Mailbox7 SaDbCSR.MAILBOX7
  509. #define DoorbellReg_p SaDbCSR.PRISETIRQ
  510. #define DoorbellReg_s SaDbCSR.SECSETIRQ
  511. #define DoorbellClrReg_p SaDbCSR.PRICLEARIRQ
  512. #define DOORBELL_0 0x0001
  513. #define DOORBELL_1 0x0002
  514. #define DOORBELL_2 0x0004
  515. #define DOORBELL_3 0x0008
  516. #define DOORBELL_4 0x0010
  517. #define DOORBELL_5 0x0020
  518. #define DOORBELL_6 0x0040
  519. #define PrintfReady DOORBELL_5
  520. #define PrintfDone DOORBELL_5
  521. struct sa_registers {
  522. struct sa_drawbridge_CSR SaDbCSR; /* 98h - c4h */
  523. };
  524. #define Sa_MINIPORT_REVISION 1
  525. #define sa_readw(AEP, CSR) readl(&((AEP)->regs.sa->CSR))
  526. #define sa_readl(AEP, CSR) readl(&((AEP)->regs.sa->CSR))
  527. #define sa_writew(AEP, CSR, value) writew(value, &((AEP)->regs.sa->CSR))
  528. #define sa_writel(AEP, CSR, value) writel(value, &((AEP)->regs.sa->CSR))
  529. /*
  530. * Rx Message Unit Registers
  531. */
  532. struct rx_mu_registers {
  533. /* Local | PCI*| Name */
  534. __le32 ARSR; /* 1300h | 00h | APIC Register Select Register */
  535. __le32 reserved0; /* 1304h | 04h | Reserved */
  536. __le32 AWR; /* 1308h | 08h | APIC Window Register */
  537. __le32 reserved1; /* 130Ch | 0Ch | Reserved */
  538. __le32 IMRx[2]; /* 1310h | 10h | Inbound Message Registers */
  539. __le32 OMRx[2]; /* 1318h | 18h | Outbound Message Registers */
  540. __le32 IDR; /* 1320h | 20h | Inbound Doorbell Register */
  541. __le32 IISR; /* 1324h | 24h | Inbound Interrupt
  542. Status Register */
  543. __le32 IIMR; /* 1328h | 28h | Inbound Interrupt
  544. Mask Register */
  545. __le32 ODR; /* 132Ch | 2Ch | Outbound Doorbell Register */
  546. __le32 OISR; /* 1330h | 30h | Outbound Interrupt
  547. Status Register */
  548. __le32 OIMR; /* 1334h | 34h | Outbound Interrupt
  549. Mask Register */
  550. /* * Must access through ATU Inbound
  551. Translation Window */
  552. };
  553. struct rx_inbound {
  554. __le32 Mailbox[8];
  555. };
  556. #define InboundMailbox0 IndexRegs.Mailbox[0]
  557. #define InboundMailbox1 IndexRegs.Mailbox[1]
  558. #define InboundMailbox2 IndexRegs.Mailbox[2]
  559. #define InboundMailbox3 IndexRegs.Mailbox[3]
  560. #define InboundMailbox4 IndexRegs.Mailbox[4]
  561. #define InboundMailbox5 IndexRegs.Mailbox[5]
  562. #define InboundMailbox6 IndexRegs.Mailbox[6]
  563. #define INBOUNDDOORBELL_0 0x00000001
  564. #define INBOUNDDOORBELL_1 0x00000002
  565. #define INBOUNDDOORBELL_2 0x00000004
  566. #define INBOUNDDOORBELL_3 0x00000008
  567. #define INBOUNDDOORBELL_4 0x00000010
  568. #define INBOUNDDOORBELL_5 0x00000020
  569. #define INBOUNDDOORBELL_6 0x00000040
  570. #define OUTBOUNDDOORBELL_0 0x00000001
  571. #define OUTBOUNDDOORBELL_1 0x00000002
  572. #define OUTBOUNDDOORBELL_2 0x00000004
  573. #define OUTBOUNDDOORBELL_3 0x00000008
  574. #define OUTBOUNDDOORBELL_4 0x00000010
  575. #define InboundDoorbellReg MUnit.IDR
  576. #define OutboundDoorbellReg MUnit.ODR
  577. struct rx_registers {
  578. struct rx_mu_registers MUnit; /* 1300h - 1334h */
  579. __le32 reserved1[6]; /* 1338h - 134ch */
  580. struct rx_inbound IndexRegs;
  581. };
  582. #define rx_readb(AEP, CSR) readb(&((AEP)->regs.rx->CSR))
  583. #define rx_readl(AEP, CSR) readl(&((AEP)->regs.rx->CSR))
  584. #define rx_writeb(AEP, CSR, value) writeb(value, &((AEP)->regs.rx->CSR))
  585. #define rx_writel(AEP, CSR, value) writel(value, &((AEP)->regs.rx->CSR))
  586. /*
  587. * Rkt Message Unit Registers (same as Rx, except a larger reserve region)
  588. */
  589. #define rkt_mu_registers rx_mu_registers
  590. #define rkt_inbound rx_inbound
  591. struct rkt_registers {
  592. struct rkt_mu_registers MUnit; /* 1300h - 1334h */
  593. __le32 reserved1[1010]; /* 1338h - 22fch */
  594. struct rkt_inbound IndexRegs; /* 2300h - */
  595. };
  596. #define rkt_readb(AEP, CSR) readb(&((AEP)->regs.rkt->CSR))
  597. #define rkt_readl(AEP, CSR) readl(&((AEP)->regs.rkt->CSR))
  598. #define rkt_writeb(AEP, CSR, value) writeb(value, &((AEP)->regs.rkt->CSR))
  599. #define rkt_writel(AEP, CSR, value) writel(value, &((AEP)->regs.rkt->CSR))
  600. struct fib;
  601. typedef void (*fib_callback)(void *ctxt, struct fib *fibctx);
  602. struct aac_fib_context {
  603. s16 type; // used for verification of structure
  604. s16 size;
  605. u32 unique; // unique value representing this context
  606. ulong jiffies; // used for cleanup - dmb changed to ulong
  607. struct list_head next; // used to link context's into a linked list
  608. struct semaphore wait_sem; // this is used to wait for the next fib to arrive.
  609. int wait; // Set to true when thread is in WaitForSingleObject
  610. unsigned long count; // total number of FIBs on FibList
  611. struct list_head fib_list; // this holds fibs and their attachd hw_fibs
  612. };
  613. struct sense_data {
  614. u8 error_code; /* 70h (current errors), 71h(deferred errors) */
  615. u8 valid:1; /* A valid bit of one indicates that the information */
  616. /* field contains valid information as defined in the
  617. * SCSI-2 Standard.
  618. */
  619. u8 segment_number; /* Only used for COPY, COMPARE, or COPY AND VERIFY Commands */
  620. u8 sense_key:4; /* Sense Key */
  621. u8 reserved:1;
  622. u8 ILI:1; /* Incorrect Length Indicator */
  623. u8 EOM:1; /* End Of Medium - reserved for random access devices */
  624. u8 filemark:1; /* Filemark - reserved for random access devices */
  625. u8 information[4]; /* for direct-access devices, contains the unsigned
  626. * logical block address or residue associated with
  627. * the sense key
  628. */
  629. u8 add_sense_len; /* number of additional sense bytes to follow this field */
  630. u8 cmnd_info[4]; /* not used */
  631. u8 ASC; /* Additional Sense Code */
  632. u8 ASCQ; /* Additional Sense Code Qualifier */
  633. u8 FRUC; /* Field Replaceable Unit Code - not used */
  634. u8 bit_ptr:3; /* indicates which byte of the CDB or parameter data
  635. * was in error
  636. */
  637. u8 BPV:1; /* bit pointer valid (BPV): 1- indicates that
  638. * the bit_ptr field has valid value
  639. */
  640. u8 reserved2:2;
  641. u8 CD:1; /* command data bit: 1- illegal parameter in CDB.
  642. * 0- illegal parameter in data.
  643. */
  644. u8 SKSV:1;
  645. u8 field_ptr[2]; /* byte of the CDB or parameter data in error */
  646. };
  647. struct fsa_dev_info {
  648. u64 last;
  649. u64 size;
  650. u32 type;
  651. u16 queue_depth;
  652. u8 valid;
  653. u8 ro;
  654. u8 locked;
  655. u8 deleted;
  656. char devname[8];
  657. struct sense_data sense_data;
  658. };
  659. struct fib {
  660. void *next; /* this is used by the allocator */
  661. s16 type;
  662. s16 size;
  663. /*
  664. * The Adapter that this I/O is destined for.
  665. */
  666. struct aac_dev *dev;
  667. /*
  668. * This is the event the sendfib routine will wait on if the
  669. * caller did not pass one and this is synch io.
  670. */
  671. struct semaphore event_wait;
  672. spinlock_t event_lock;
  673. u32 done; /* gets set to 1 when fib is complete */
  674. fib_callback callback;
  675. void *callback_data;
  676. u32 flags; // u32 dmb was ulong
  677. /*
  678. * The following is used to put this fib context onto the
  679. * Outstanding I/O queue.
  680. */
  681. struct list_head queue;
  682. /*
  683. * And for the internal issue/reply queues (we may be able
  684. * to merge these two)
  685. */
  686. struct list_head fiblink;
  687. void *data;
  688. struct hw_fib *hw_fib; /* Actual shared object */
  689. dma_addr_t hw_fib_pa; /* physical address of hw_fib*/
  690. };
  691. /*
  692. * Adapter Information Block
  693. *
  694. * This is returned by the RequestAdapterInfo block
  695. */
  696. struct aac_adapter_info
  697. {
  698. __le32 platform;
  699. __le32 cpu;
  700. __le32 subcpu;
  701. __le32 clock;
  702. __le32 execmem;
  703. __le32 buffermem;
  704. __le32 totalmem;
  705. __le32 kernelrev;
  706. __le32 kernelbuild;
  707. __le32 monitorrev;
  708. __le32 monitorbuild;
  709. __le32 hwrev;
  710. __le32 hwbuild;
  711. __le32 biosrev;
  712. __le32 biosbuild;
  713. __le32 cluster;
  714. __le32 clusterchannelmask;
  715. __le32 serial[2];
  716. __le32 battery;
  717. __le32 options;
  718. __le32 OEM;
  719. };
  720. struct aac_supplement_adapter_info
  721. {
  722. u8 AdapterTypeText[17+1];
  723. u8 Pad[2];
  724. __le32 FlashMemoryByteSize;
  725. __le32 FlashImageId;
  726. __le32 MaxNumberPorts;
  727. __le32 Version;
  728. __le32 FeatureBits;
  729. u8 SlotNumber;
  730. u8 ReservedPad0[0];
  731. u8 BuildDate[12];
  732. __le32 CurrentNumberPorts;
  733. __le32 ReservedGrowth[24];
  734. };
  735. #define AAC_FEATURE_FALCON 0x00000010
  736. #define AAC_SIS_VERSION_V3 3
  737. #define AAC_SIS_SLOT_UNKNOWN 0xFF
  738. #define GetBusInfo 0x00000009
  739. struct aac_bus_info {
  740. __le32 Command; /* VM_Ioctl */
  741. __le32 ObjType; /* FT_DRIVE */
  742. __le32 MethodId; /* 1 = SCSI Layer */
  743. __le32 ObjectId; /* Handle */
  744. __le32 CtlCmd; /* GetBusInfo */
  745. };
  746. struct aac_bus_info_response {
  747. __le32 Status; /* ST_OK */
  748. __le32 ObjType;
  749. __le32 MethodId; /* unused */
  750. __le32 ObjectId; /* unused */
  751. __le32 CtlCmd; /* unused */
  752. __le32 ProbeComplete;
  753. __le32 BusCount;
  754. __le32 TargetsPerBus;
  755. u8 InitiatorBusId[10];
  756. u8 BusValid[10];
  757. };
  758. /*
  759. * Battery platforms
  760. */
  761. #define AAC_BAT_REQ_PRESENT (1)
  762. #define AAC_BAT_REQ_NOTPRESENT (2)
  763. #define AAC_BAT_OPT_PRESENT (3)
  764. #define AAC_BAT_OPT_NOTPRESENT (4)
  765. #define AAC_BAT_NOT_SUPPORTED (5)
  766. /*
  767. * cpu types
  768. */
  769. #define AAC_CPU_SIMULATOR (1)
  770. #define AAC_CPU_I960 (2)
  771. #define AAC_CPU_STRONGARM (3)
  772. /*
  773. * Supported Options
  774. */
  775. #define AAC_OPT_SNAPSHOT cpu_to_le32(1)
  776. #define AAC_OPT_CLUSTERS cpu_to_le32(1<<1)
  777. #define AAC_OPT_WRITE_CACHE cpu_to_le32(1<<2)
  778. #define AAC_OPT_64BIT_DATA cpu_to_le32(1<<3)
  779. #define AAC_OPT_HOST_TIME_FIB cpu_to_le32(1<<4)
  780. #define AAC_OPT_RAID50 cpu_to_le32(1<<5)
  781. #define AAC_OPT_4GB_WINDOW cpu_to_le32(1<<6)
  782. #define AAC_OPT_SCSI_UPGRADEABLE cpu_to_le32(1<<7)
  783. #define AAC_OPT_SOFT_ERR_REPORT cpu_to_le32(1<<8)
  784. #define AAC_OPT_SUPPORTED_RECONDITION cpu_to_le32(1<<9)
  785. #define AAC_OPT_SGMAP_HOST64 cpu_to_le32(1<<10)
  786. #define AAC_OPT_ALARM cpu_to_le32(1<<11)
  787. #define AAC_OPT_NONDASD cpu_to_le32(1<<12)
  788. #define AAC_OPT_SCSI_MANAGED cpu_to_le32(1<<13)
  789. #define AAC_OPT_RAID_SCSI_MODE cpu_to_le32(1<<14)
  790. #define AAC_OPT_SUPPLEMENT_ADAPTER_INFO cpu_to_le32(1<<16)
  791. #define AAC_OPT_NEW_COMM cpu_to_le32(1<<17)
  792. #define AAC_OPT_NEW_COMM_64 cpu_to_le32(1<<18)
  793. struct aac_dev
  794. {
  795. struct list_head entry;
  796. const char *name;
  797. int id;
  798. u16 irq_mask;
  799. /*
  800. * negotiated FIB settings
  801. */
  802. unsigned max_fib_size;
  803. unsigned sg_tablesize;
  804. /*
  805. * Map for 128 fib objects (64k)
  806. */
  807. dma_addr_t hw_fib_pa;
  808. struct hw_fib *hw_fib_va;
  809. struct hw_fib *aif_base_va;
  810. /*
  811. * Fib Headers
  812. */
  813. struct fib *fibs;
  814. struct fib *free_fib;
  815. struct fib *timeout_fib;
  816. spinlock_t fib_lock;
  817. struct aac_queue_block *queues;
  818. /*
  819. * The user API will use an IOCTL to register itself to receive
  820. * FIBs from the adapter. The following list is used to keep
  821. * track of all the threads that have requested these FIBs. The
  822. * mutex is used to synchronize access to all data associated
  823. * with the adapter fibs.
  824. */
  825. struct list_head fib_list;
  826. struct adapter_ops a_ops;
  827. unsigned long fsrev; /* Main driver's revision number */
  828. struct aac_init *init; /* Holds initialization info to communicate with adapter */
  829. dma_addr_t init_pa; /* Holds physical address of the init struct */
  830. struct pci_dev *pdev; /* Our PCI interface */
  831. void * printfbuf; /* pointer to buffer used for printf's from the adapter */
  832. void * comm_addr; /* Base address of Comm area */
  833. dma_addr_t comm_phys; /* Physical Address of Comm area */
  834. size_t comm_size;
  835. struct Scsi_Host *scsi_host_ptr;
  836. int maximum_num_containers;
  837. int maximum_num_physicals;
  838. int maximum_num_channels;
  839. struct fsa_dev_info *fsa_dev;
  840. pid_t thread_pid;
  841. int cardtype;
  842. /*
  843. * The following is the device specific extension.
  844. */
  845. union
  846. {
  847. struct sa_registers __iomem *sa;
  848. struct rx_registers __iomem *rx;
  849. struct rkt_registers __iomem *rkt;
  850. } regs;
  851. u32 OIMR; /* Mask Register Cache */
  852. /*
  853. * AIF thread states
  854. */
  855. u32 aif_thread;
  856. struct completion aif_completion;
  857. struct aac_adapter_info adapter_info;
  858. struct aac_supplement_adapter_info supplement_adapter_info;
  859. /* These are in adapter info but they are in the io flow so
  860. * lets break them out so we don't have to do an AND to check them
  861. */
  862. u8 nondasd_support;
  863. u8 dac_support;
  864. u8 raid_scsi_mode;
  865. u8 printf_enabled;
  866. };
  867. #define aac_adapter_interrupt(dev) \
  868. (dev)->a_ops.adapter_interrupt(dev)
  869. #define aac_adapter_notify(dev, event) \
  870. (dev)->a_ops.adapter_notify(dev, event)
  871. #define aac_adapter_sync_cmd(dev, command, p1, p2, p3, p4, p5, p6, status, r1, r2, r3, r4) \
  872. (dev)->a_ops.adapter_sync_cmd(dev, command, p1, p2, p3, p4, p5, p6, status, r1, r2, r3, r4)
  873. #define aac_adapter_check_health(dev) \
  874. (dev)->a_ops.adapter_check_health(dev)
  875. #define FIB_CONTEXT_FLAG_TIMED_OUT (0x00000001)
  876. /*
  877. * Define the command values
  878. */
  879. #define Null 0
  880. #define GetAttributes 1
  881. #define SetAttributes 2
  882. #define Lookup 3
  883. #define ReadLink 4
  884. #define Read 5
  885. #define Write 6
  886. #define Create 7
  887. #define MakeDirectory 8
  888. #define SymbolicLink 9
  889. #define MakeNode 10
  890. #define Removex 11
  891. #define RemoveDirectoryx 12
  892. #define Rename 13
  893. #define Link 14
  894. #define ReadDirectory 15
  895. #define ReadDirectoryPlus 16
  896. #define FileSystemStatus 17
  897. #define FileSystemInfo 18
  898. #define PathConfigure 19
  899. #define Commit 20
  900. #define Mount 21
  901. #define UnMount 22
  902. #define Newfs 23
  903. #define FsCheck 24
  904. #define FsSync 25
  905. #define SimReadWrite 26
  906. #define SetFileSystemStatus 27
  907. #define BlockRead 28
  908. #define BlockWrite 29
  909. #define NvramIoctl 30
  910. #define FsSyncWait 31
  911. #define ClearArchiveBit 32
  912. #define SetAcl 33
  913. #define GetAcl 34
  914. #define AssignAcl 35
  915. #define FaultInsertion 36 /* Fault Insertion Command */
  916. #define CrazyCache 37 /* Crazycache */
  917. #define MAX_FSACOMMAND_NUM 38
  918. /*
  919. * Define the status returns. These are very unixlike although
  920. * most are not in fact used
  921. */
  922. #define ST_OK 0
  923. #define ST_PERM 1
  924. #define ST_NOENT 2
  925. #define ST_IO 5
  926. #define ST_NXIO 6
  927. #define ST_E2BIG 7
  928. #define ST_ACCES 13
  929. #define ST_EXIST 17
  930. #define ST_XDEV 18
  931. #define ST_NODEV 19
  932. #define ST_NOTDIR 20
  933. #define ST_ISDIR 21
  934. #define ST_INVAL 22
  935. #define ST_FBIG 27
  936. #define ST_NOSPC 28
  937. #define ST_ROFS 30
  938. #define ST_MLINK 31
  939. #define ST_WOULDBLOCK 35
  940. #define ST_NAMETOOLONG 63
  941. #define ST_NOTEMPTY 66
  942. #define ST_DQUOT 69
  943. #define ST_STALE 70
  944. #define ST_REMOTE 71
  945. #define ST_BADHANDLE 10001
  946. #define ST_NOT_SYNC 10002
  947. #define ST_BAD_COOKIE 10003
  948. #define ST_NOTSUPP 10004
  949. #define ST_TOOSMALL 10005
  950. #define ST_SERVERFAULT 10006
  951. #define ST_BADTYPE 10007
  952. #define ST_JUKEBOX 10008
  953. #define ST_NOTMOUNTED 10009
  954. #define ST_MAINTMODE 10010
  955. #define ST_STALEACL 10011
  956. /*
  957. * On writes how does the client want the data written.
  958. */
  959. #define CACHE_CSTABLE 1
  960. #define CACHE_UNSTABLE 2
  961. /*
  962. * Lets the client know at which level the data was commited on
  963. * a write request
  964. */
  965. #define CMFILE_SYNCH_NVRAM 1
  966. #define CMDATA_SYNCH_NVRAM 2
  967. #define CMFILE_SYNCH 3
  968. #define CMDATA_SYNCH 4
  969. #define CMUNSTABLE 5
  970. struct aac_read
  971. {
  972. __le32 command;
  973. __le32 cid;
  974. __le32 block;
  975. __le32 count;
  976. struct sgmap sg; // Must be last in struct because it is variable
  977. };
  978. struct aac_read64
  979. {
  980. __le32 command;
  981. __le16 cid;
  982. __le16 sector_count;
  983. __le32 block;
  984. __le16 pad;
  985. __le16 flags;
  986. struct sgmap64 sg; // Must be last in struct because it is variable
  987. };
  988. struct aac_read_reply
  989. {
  990. __le32 status;
  991. __le32 count;
  992. };
  993. struct aac_write
  994. {
  995. __le32 command;
  996. __le32 cid;
  997. __le32 block;
  998. __le32 count;
  999. __le32 stable; // Not used
  1000. struct sgmap sg; // Must be last in struct because it is variable
  1001. };
  1002. struct aac_write64
  1003. {
  1004. __le32 command;
  1005. __le16 cid;
  1006. __le16 sector_count;
  1007. __le32 block;
  1008. __le16 pad;
  1009. __le16 flags;
  1010. struct sgmap64 sg; // Must be last in struct because it is variable
  1011. };
  1012. struct aac_write_reply
  1013. {
  1014. __le32 status;
  1015. __le32 count;
  1016. __le32 committed;
  1017. };
  1018. #define CT_FLUSH_CACHE 129
  1019. struct aac_synchronize {
  1020. __le32 command; /* VM_ContainerConfig */
  1021. __le32 type; /* CT_FLUSH_CACHE */
  1022. __le32 cid;
  1023. __le32 parm1;
  1024. __le32 parm2;
  1025. __le32 parm3;
  1026. __le32 parm4;
  1027. __le32 count; /* sizeof(((struct aac_synchronize_reply *)NULL)->data) */
  1028. };
  1029. struct aac_synchronize_reply {
  1030. __le32 dummy0;
  1031. __le32 dummy1;
  1032. __le32 status; /* CT_OK */
  1033. __le32 parm1;
  1034. __le32 parm2;
  1035. __le32 parm3;
  1036. __le32 parm4;
  1037. __le32 parm5;
  1038. u8 data[16];
  1039. };
  1040. struct aac_srb
  1041. {
  1042. __le32 function;
  1043. __le32 channel;
  1044. __le32 id;
  1045. __le32 lun;
  1046. __le32 timeout;
  1047. __le32 flags;
  1048. __le32 count; // Data xfer size
  1049. __le32 retry_limit;
  1050. __le32 cdb_size;
  1051. u8 cdb[16];
  1052. struct sgmap sg;
  1053. };
  1054. /*
  1055. * This and assocated data structs are used by the
  1056. * ioctl caller and are in cpu order.
  1057. */
  1058. struct user_aac_srb
  1059. {
  1060. u32 function;
  1061. u32 channel;
  1062. u32 id;
  1063. u32 lun;
  1064. u32 timeout;
  1065. u32 flags;
  1066. u32 count; // Data xfer size
  1067. u32 retry_limit;
  1068. u32 cdb_size;
  1069. u8 cdb[16];
  1070. struct user_sgmap sg;
  1071. };
  1072. #define AAC_SENSE_BUFFERSIZE 30
  1073. struct aac_srb_reply
  1074. {
  1075. __le32 status;
  1076. __le32 srb_status;
  1077. __le32 scsi_status;
  1078. __le32 data_xfer_length;
  1079. __le32 sense_data_size;
  1080. u8 sense_data[AAC_SENSE_BUFFERSIZE]; // Can this be SCSI_SENSE_BUFFERSIZE
  1081. };
  1082. /*
  1083. * SRB Flags
  1084. */
  1085. #define SRB_NoDataXfer 0x0000
  1086. #define SRB_DisableDisconnect 0x0004
  1087. #define SRB_DisableSynchTransfer 0x0008
  1088. #define SRB_BypassFrozenQueue 0x0010
  1089. #define SRB_DisableAutosense 0x0020
  1090. #define SRB_DataIn 0x0040
  1091. #define SRB_DataOut 0x0080
  1092. /*
  1093. * SRB Functions - set in aac_srb->function
  1094. */
  1095. #define SRBF_ExecuteScsi 0x0000
  1096. #define SRBF_ClaimDevice 0x0001
  1097. #define SRBF_IO_Control 0x0002
  1098. #define SRBF_ReceiveEvent 0x0003
  1099. #define SRBF_ReleaseQueue 0x0004
  1100. #define SRBF_AttachDevice 0x0005
  1101. #define SRBF_ReleaseDevice 0x0006
  1102. #define SRBF_Shutdown 0x0007
  1103. #define SRBF_Flush 0x0008
  1104. #define SRBF_AbortCommand 0x0010
  1105. #define SRBF_ReleaseRecovery 0x0011
  1106. #define SRBF_ResetBus 0x0012
  1107. #define SRBF_ResetDevice 0x0013
  1108. #define SRBF_TerminateIO 0x0014
  1109. #define SRBF_FlushQueue 0x0015
  1110. #define SRBF_RemoveDevice 0x0016
  1111. #define SRBF_DomainValidation 0x0017
  1112. /*
  1113. * SRB SCSI Status - set in aac_srb->scsi_status
  1114. */
  1115. #define SRB_STATUS_PENDING 0x00
  1116. #define SRB_STATUS_SUCCESS 0x01
  1117. #define SRB_STATUS_ABORTED 0x02
  1118. #define SRB_STATUS_ABORT_FAILED 0x03
  1119. #define SRB_STATUS_ERROR 0x04
  1120. #define SRB_STATUS_BUSY 0x05
  1121. #define SRB_STATUS_INVALID_REQUEST 0x06
  1122. #define SRB_STATUS_INVALID_PATH_ID 0x07
  1123. #define SRB_STATUS_NO_DEVICE 0x08
  1124. #define SRB_STATUS_TIMEOUT 0x09
  1125. #define SRB_STATUS_SELECTION_TIMEOUT 0x0A
  1126. #define SRB_STATUS_COMMAND_TIMEOUT 0x0B
  1127. #define SRB_STATUS_MESSAGE_REJECTED 0x0D
  1128. #define SRB_STATUS_BUS_RESET 0x0E
  1129. #define SRB_STATUS_PARITY_ERROR 0x0F
  1130. #define SRB_STATUS_REQUEST_SENSE_FAILED 0x10
  1131. #define SRB_STATUS_NO_HBA 0x11
  1132. #define SRB_STATUS_DATA_OVERRUN 0x12
  1133. #define SRB_STATUS_UNEXPECTED_BUS_FREE 0x13
  1134. #define SRB_STATUS_PHASE_SEQUENCE_FAILURE 0x14
  1135. #define SRB_STATUS_BAD_SRB_BLOCK_LENGTH 0x15
  1136. #define SRB_STATUS_REQUEST_FLUSHED 0x16
  1137. #define SRB_STATUS_DELAYED_RETRY 0x17
  1138. #define SRB_STATUS_INVALID_LUN 0x20
  1139. #define SRB_STATUS_INVALID_TARGET_ID 0x21
  1140. #define SRB_STATUS_BAD_FUNCTION 0x22
  1141. #define SRB_STATUS_ERROR_RECOVERY 0x23
  1142. #define SRB_STATUS_NOT_STARTED 0x24
  1143. #define SRB_STATUS_NOT_IN_USE 0x30
  1144. #define SRB_STATUS_FORCE_ABORT 0x31
  1145. #define SRB_STATUS_DOMAIN_VALIDATION_FAIL 0x32
  1146. /*
  1147. * Object-Server / Volume-Manager Dispatch Classes
  1148. */
  1149. #define VM_Null 0
  1150. #define VM_NameServe 1
  1151. #define VM_ContainerConfig 2
  1152. #define VM_Ioctl 3
  1153. #define VM_FilesystemIoctl 4
  1154. #define VM_CloseAll 5
  1155. #define VM_CtBlockRead 6
  1156. #define VM_CtBlockWrite 7
  1157. #define VM_SliceBlockRead 8 /* raw access to configured "storage objects" */
  1158. #define VM_SliceBlockWrite 9
  1159. #define VM_DriveBlockRead 10 /* raw access to physical devices */
  1160. #define VM_DriveBlockWrite 11
  1161. #define VM_EnclosureMgt 12 /* enclosure management */
  1162. #define VM_Unused 13 /* used to be diskset management */
  1163. #define VM_CtBlockVerify 14
  1164. #define VM_CtPerf 15 /* performance test */
  1165. #define VM_CtBlockRead64 16
  1166. #define VM_CtBlockWrite64 17
  1167. #define VM_CtBlockVerify64 18
  1168. #define VM_CtHostRead64 19
  1169. #define VM_CtHostWrite64 20
  1170. #define MAX_VMCOMMAND_NUM 21 /* used for sizing stats array - leave last */
  1171. /*
  1172. * Descriptive information (eg, vital stats)
  1173. * that a content manager might report. The
  1174. * FileArray filesystem component is one example
  1175. * of a content manager. Raw mode might be
  1176. * another.
  1177. */
  1178. struct aac_fsinfo {
  1179. __le32 fsTotalSize; /* Consumed by fs, incl. metadata */
  1180. __le32 fsBlockSize;
  1181. __le32 fsFragSize;
  1182. __le32 fsMaxExtendSize;
  1183. __le32 fsSpaceUnits;
  1184. __le32 fsMaxNumFiles;
  1185. __le32 fsNumFreeFiles;
  1186. __le32 fsInodeDensity;
  1187. }; /* valid iff ObjType == FT_FILESYS && !(ContentState & FSCS_NOTCLEAN) */
  1188. union aac_contentinfo {
  1189. struct aac_fsinfo filesys; /* valid iff ObjType == FT_FILESYS && !(ContentState & FSCS_NOTCLEAN) */
  1190. };
  1191. /*
  1192. * Query for Container Configuration Status
  1193. */
  1194. #define CT_GET_CONFIG_STATUS 147
  1195. struct aac_get_config_status {
  1196. __le32 command; /* VM_ContainerConfig */
  1197. __le32 type; /* CT_GET_CONFIG_STATUS */
  1198. __le32 parm1;
  1199. __le32 parm2;
  1200. __le32 parm3;
  1201. __le32 parm4;
  1202. __le32 parm5;
  1203. __le32 count; /* sizeof(((struct aac_get_config_status_resp *)NULL)->data) */
  1204. };
  1205. #define CFACT_CONTINUE 0
  1206. #define CFACT_PAUSE 1
  1207. #define CFACT_ABORT 2
  1208. struct aac_get_config_status_resp {
  1209. __le32 response; /* ST_OK */
  1210. __le32 dummy0;
  1211. __le32 status; /* CT_OK */
  1212. __le32 parm1;
  1213. __le32 parm2;
  1214. __le32 parm3;
  1215. __le32 parm4;
  1216. __le32 parm5;
  1217. struct {
  1218. __le32 action; /* CFACT_CONTINUE, CFACT_PAUSE or CFACT_ABORT */
  1219. __le16 flags;
  1220. __le16 count;
  1221. } data;
  1222. };
  1223. /*
  1224. * Accept the configuration as-is
  1225. */
  1226. #define CT_COMMIT_CONFIG 152
  1227. struct aac_commit_config {
  1228. __le32 command; /* VM_ContainerConfig */
  1229. __le32 type; /* CT_COMMIT_CONFIG */
  1230. };
  1231. /*
  1232. * Query for Container Configuration Status
  1233. */
  1234. #define CT_GET_CONTAINER_COUNT 4
  1235. struct aac_get_container_count {
  1236. __le32 command; /* VM_ContainerConfig */
  1237. __le32 type; /* CT_GET_CONTAINER_COUNT */
  1238. };
  1239. struct aac_get_container_count_resp {
  1240. __le32 response; /* ST_OK */
  1241. __le32 dummy0;
  1242. __le32 MaxContainers;
  1243. __le32 ContainerSwitchEntries;
  1244. __le32 MaxPartitions;
  1245. };
  1246. /*
  1247. * Query for "mountable" objects, ie, objects that are typically
  1248. * associated with a drive letter on the client (host) side.
  1249. */
  1250. struct aac_mntent {
  1251. __le32 oid;
  1252. u8 name[16]; /* if applicable */
  1253. struct creation_info create_info; /* if applicable */
  1254. __le32 capacity;
  1255. __le32 vol; /* substrate structure */
  1256. __le32 obj; /* FT_FILESYS,
  1257. FT_DATABASE, etc. */
  1258. __le32 state; /* unready for mounting,
  1259. readonly, etc. */
  1260. union aac_contentinfo fileinfo; /* Info specific to content
  1261. manager (eg, filesystem) */
  1262. __le32 altoid; /* != oid <==> snapshot or
  1263. broken mirror exists */
  1264. };
  1265. #define FSCS_NOTCLEAN 0x0001 /* fsck is neccessary before mounting */
  1266. #define FSCS_READONLY 0x0002 /* possible result of broken mirror */
  1267. #define FSCS_HIDDEN 0x0004 /* should be ignored - set during a clear */
  1268. struct aac_query_mount {
  1269. __le32 command;
  1270. __le32 type;
  1271. __le32 count;
  1272. };
  1273. struct aac_mount {
  1274. __le32 status;
  1275. __le32 type; /* should be same as that requested */
  1276. __le32 count;
  1277. struct aac_mntent mnt[1];
  1278. };
  1279. #define CT_READ_NAME 130
  1280. struct aac_get_name {
  1281. __le32 command; /* VM_ContainerConfig */
  1282. __le32 type; /* CT_READ_NAME */
  1283. __le32 cid;
  1284. __le32 parm1;
  1285. __le32 parm2;
  1286. __le32 parm3;
  1287. __le32 parm4;
  1288. __le32 count; /* sizeof(((struct aac_get_name_resp *)NULL)->data) */
  1289. };
  1290. #define CT_OK 218
  1291. struct aac_get_name_resp {
  1292. __le32 dummy0;
  1293. __le32 dummy1;
  1294. __le32 status; /* CT_OK */
  1295. __le32 parm1;
  1296. __le32 parm2;
  1297. __le32 parm3;
  1298. __le32 parm4;
  1299. __le32 parm5;
  1300. u8 data[16];
  1301. };
  1302. /*
  1303. * The following command is sent to shut down each container.
  1304. */
  1305. struct aac_close {
  1306. __le32 command;
  1307. __le32 cid;
  1308. };
  1309. struct aac_query_disk
  1310. {
  1311. s32 cnum;
  1312. s32 bus;
  1313. s32 id;
  1314. s32 lun;
  1315. u32 valid;
  1316. u32 locked;
  1317. u32 deleted;
  1318. s32 instance;
  1319. s8 name[10];
  1320. u32 unmapped;
  1321. };
  1322. struct aac_delete_disk {
  1323. u32 disknum;
  1324. u32 cnum;
  1325. };
  1326. struct fib_ioctl
  1327. {
  1328. u32 fibctx;
  1329. s32 wait;
  1330. char __user *fib;
  1331. };
  1332. struct revision
  1333. {
  1334. u32 compat;
  1335. u32 version;
  1336. u32 build;
  1337. };
  1338. /*
  1339. * Ugly - non Linux like ioctl coding for back compat.
  1340. */
  1341. #define CTL_CODE(function, method) ( \
  1342. (4<< 16) | ((function) << 2) | (method) \
  1343. )
  1344. /*
  1345. * Define the method codes for how buffers are passed for I/O and FS
  1346. * controls
  1347. */
  1348. #define METHOD_BUFFERED 0
  1349. #define METHOD_NEITHER 3
  1350. /*
  1351. * Filesystem ioctls
  1352. */
  1353. #define FSACTL_SENDFIB CTL_CODE(2050, METHOD_BUFFERED)
  1354. #define FSACTL_SEND_RAW_SRB CTL_CODE(2067, METHOD_BUFFERED)
  1355. #define FSACTL_DELETE_DISK 0x163
  1356. #define FSACTL_QUERY_DISK 0x173
  1357. #define FSACTL_OPEN_GET_ADAPTER_FIB CTL_CODE(2100, METHOD_BUFFERED)
  1358. #define FSACTL_GET_NEXT_ADAPTER_FIB CTL_CODE(2101, METHOD_BUFFERED)
  1359. #define FSACTL_CLOSE_GET_ADAPTER_FIB CTL_CODE(2102, METHOD_BUFFERED)
  1360. #define FSACTL_MINIPORT_REV_CHECK CTL_CODE(2107, METHOD_BUFFERED)
  1361. #define FSACTL_GET_PCI_INFO CTL_CODE(2119, METHOD_BUFFERED)
  1362. #define FSACTL_FORCE_DELETE_DISK CTL_CODE(2120, METHOD_NEITHER)
  1363. #define FSACTL_GET_CONTAINERS 2131
  1364. #define FSACTL_SEND_LARGE_FIB CTL_CODE(2138, METHOD_BUFFERED)
  1365. struct aac_common
  1366. {
  1367. /*
  1368. * If this value is set to 1 then interrupt moderation will occur
  1369. * in the base commuication support.
  1370. */
  1371. u32 irq_mod;
  1372. u32 peak_fibs;
  1373. u32 zero_fibs;
  1374. u32 fib_timeouts;
  1375. /*
  1376. * Statistical counters in debug mode
  1377. */
  1378. #ifdef DBG
  1379. u32 FibsSent;
  1380. u32 FibRecved;
  1381. u32 NoResponseSent;
  1382. u32 NoResponseRecved;
  1383. u32 AsyncSent;
  1384. u32 AsyncRecved;
  1385. u32 NormalSent;
  1386. u32 NormalRecved;
  1387. #endif
  1388. };
  1389. extern struct aac_common aac_config;
  1390. /*
  1391. * The following macro is used when sending and receiving FIBs. It is
  1392. * only used for debugging.
  1393. */
  1394. #ifdef DBG
  1395. #define FIB_COUNTER_INCREMENT(counter) (counter)++
  1396. #else
  1397. #define FIB_COUNTER_INCREMENT(counter)
  1398. #endif
  1399. /*
  1400. * Adapter direct commands
  1401. * Monitor/Kernel API
  1402. */
  1403. #define BREAKPOINT_REQUEST 0x00000004
  1404. #define INIT_STRUCT_BASE_ADDRESS 0x00000005
  1405. #define READ_PERMANENT_PARAMETERS 0x0000000a
  1406. #define WRITE_PERMANENT_PARAMETERS 0x0000000b
  1407. #define HOST_CRASHING 0x0000000d
  1408. #define SEND_SYNCHRONOUS_FIB 0x0000000c
  1409. #define COMMAND_POST_RESULTS 0x00000014
  1410. #define GET_ADAPTER_PROPERTIES 0x00000019
  1411. #define GET_DRIVER_BUFFER_PROPERTIES 0x00000023
  1412. #define RCV_TEMP_READINGS 0x00000025
  1413. #define GET_COMM_PREFERRED_SETTINGS 0x00000026
  1414. #define IOP_RESET 0x00001000
  1415. #define RE_INIT_ADAPTER 0x000000ee
  1416. /*
  1417. * Adapter Status Register
  1418. *
  1419. * Phase Staus mailbox is 32bits:
  1420. * <31:16> = Phase Status
  1421. * <15:0> = Phase
  1422. *
  1423. * The adapter reports is present state through the phase. Only
  1424. * a single phase should be ever be set. Each phase can have multiple
  1425. * phase status bits to provide more detailed information about the
  1426. * state of the board. Care should be taken to ensure that any phase
  1427. * status bits that are set when changing the phase are also valid
  1428. * for the new phase or be cleared out. Adapter software (monitor,
  1429. * iflash, kernel) is responsible for properly maintining the phase
  1430. * status mailbox when it is running.
  1431. *
  1432. * MONKER_API Phases
  1433. *
  1434. * Phases are bit oriented. It is NOT valid to have multiple bits set
  1435. */
  1436. #define SELF_TEST_FAILED 0x00000004
  1437. #define MONITOR_PANIC 0x00000020
  1438. #define KERNEL_UP_AND_RUNNING 0x00000080
  1439. #define KERNEL_PANIC 0x00000100
  1440. /*
  1441. * Doorbell bit defines
  1442. */
  1443. #define DoorBellSyncCmdAvailable (1<<0) /* Host -> Adapter */
  1444. #define DoorBellPrintfDone (1<<5) /* Host -> Adapter */
  1445. #define DoorBellAdapterNormCmdReady (1<<1) /* Adapter -> Host */
  1446. #define DoorBellAdapterNormRespReady (1<<2) /* Adapter -> Host */
  1447. #define DoorBellAdapterNormCmdNotFull (1<<3) /* Adapter -> Host */
  1448. #define DoorBellAdapterNormRespNotFull (1<<4) /* Adapter -> Host */
  1449. #define DoorBellPrintfReady (1<<5) /* Adapter -> Host */
  1450. /*
  1451. * For FIB communication, we need all of the following things
  1452. * to send back to the user.
  1453. */
  1454. #define AifCmdEventNotify 1 /* Notify of event */
  1455. #define AifEnConfigChange 3 /* Adapter configuration change */
  1456. #define AifEnContainerChange 4 /* Container configuration change */
  1457. #define AifEnDeviceFailure 5 /* SCSI device failed */
  1458. #define AifEnAddContainer 15 /* A new array was created */
  1459. #define AifEnDeleteContainer 16 /* A container was deleted */
  1460. #define AifEnExpEvent 23 /* Firmware Event Log */
  1461. #define AifExeFirmwarePanic 3 /* Firmware Event Panic */
  1462. #define AifHighPriority 3 /* Highest Priority Event */
  1463. #define AifCmdJobProgress 2 /* Progress report */
  1464. #define AifJobCtrZero 101 /* Array Zero progress */
  1465. #define AifJobStsSuccess 1 /* Job completes */
  1466. #define AifCmdAPIReport 3 /* Report from other user of API */
  1467. #define AifCmdDriverNotify 4 /* Notify host driver of event */
  1468. #define AifDenMorphComplete 200 /* A morph operation completed */
  1469. #define AifDenVolumeExtendComplete 201 /* A volume extend completed */
  1470. #define AifReqJobList 100 /* Gets back complete job list */
  1471. #define AifReqJobsForCtr 101 /* Gets back jobs for specific container */
  1472. #define AifReqJobsForScsi 102 /* Gets back jobs for specific SCSI device */
  1473. #define AifReqJobReport 103 /* Gets back a specific job report or list of them */
  1474. #define AifReqTerminateJob 104 /* Terminates job */
  1475. #define AifReqSuspendJob 105 /* Suspends a job */
  1476. #define AifReqResumeJob 106 /* Resumes a job */
  1477. #define AifReqSendAPIReport 107 /* API generic report requests */
  1478. #define AifReqAPIJobStart 108 /* Start a job from the API */
  1479. #define AifReqAPIJobUpdate 109 /* Update a job report from the API */
  1480. #define AifReqAPIJobFinish 110 /* Finish a job from the API */
  1481. /*
  1482. * Adapter Initiated FIB command structures. Start with the adapter
  1483. * initiated FIBs that really come from the adapter, and get responded
  1484. * to by the host.
  1485. */
  1486. struct aac_aifcmd {
  1487. __le32 command; /* Tell host what type of notify this is */
  1488. __le32 seqnum; /* To allow ordering of reports (if necessary) */
  1489. u8 data[1]; /* Undefined length (from kernel viewpoint) */
  1490. };
  1491. /**
  1492. * Convert capacity to cylinders
  1493. * accounting for the fact capacity could be a 64 bit value
  1494. *
  1495. */
  1496. static inline u32 cap_to_cyls(sector_t capacity, u32 divisor)
  1497. {
  1498. sector_div(capacity, divisor);
  1499. return (u32)capacity;
  1500. }
  1501. struct scsi_cmnd;
  1502. const char *aac_driverinfo(struct Scsi_Host *);
  1503. struct fib *fib_alloc(struct aac_dev *dev);
  1504. int fib_setup(struct aac_dev *dev);
  1505. void fib_map_free(struct aac_dev *dev);
  1506. void fib_free(struct fib * context);
  1507. void fib_init(struct fib * context);
  1508. void aac_printf(struct aac_dev *dev, u32 val);
  1509. int fib_send(u16 command, struct fib * context, unsigned long size, int priority, int wait, int reply, fib_callback callback, void *ctxt);
  1510. int aac_consumer_get(struct aac_dev * dev, struct aac_queue * q, struct aac_entry **entry);
  1511. void aac_consumer_free(struct aac_dev * dev, struct aac_queue * q, u32 qnum);
  1512. int fib_complete(struct fib * context);
  1513. #define fib_data(fibctx) ((void *)(fibctx)->hw_fib->data)
  1514. struct aac_dev *aac_init_adapter(struct aac_dev *dev);
  1515. int aac_get_config_status(struct aac_dev *dev);
  1516. int aac_get_containers(struct aac_dev *dev);
  1517. int aac_scsi_cmd(struct scsi_cmnd *cmd);
  1518. int aac_dev_ioctl(struct aac_dev *dev, int cmd, void __user *arg);
  1519. int aac_do_ioctl(struct aac_dev * dev, int cmd, void __user *arg);
  1520. int aac_rx_init(struct aac_dev *dev);
  1521. int aac_rkt_init(struct aac_dev *dev);
  1522. int aac_sa_init(struct aac_dev *dev);
  1523. unsigned int aac_response_normal(struct aac_queue * q);
  1524. unsigned int aac_command_normal(struct aac_queue * q);
  1525. int aac_command_thread(struct aac_dev * dev);
  1526. int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context *fibctx);
  1527. int fib_adapter_complete(struct fib * fibptr, unsigned short size);
  1528. struct aac_driver_ident* aac_get_driver_ident(int devtype);
  1529. int aac_get_adapter_info(struct aac_dev* dev);
  1530. int aac_send_shutdown(struct aac_dev *dev);
  1531. extern int numacb;
  1532. extern int acbsize;