ql4_fw.h 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147
  1. /*
  2. * QLogic iSCSI HBA Driver
  3. * Copyright (c) 2003-2010 QLogic Corporation
  4. *
  5. * See LICENSE.qla4xxx for copyright and licensing details.
  6. */
  7. #ifndef _QLA4X_FW_H
  8. #define _QLA4X_FW_H
  9. #define MAX_PRST_DEV_DB_ENTRIES 64
  10. #define MIN_DISC_DEV_DB_ENTRY MAX_PRST_DEV_DB_ENTRIES
  11. #define MAX_DEV_DB_ENTRIES 512
  12. /*************************************************************************
  13. *
  14. * ISP 4010 I/O Register Set Structure and Definitions
  15. *
  16. *************************************************************************/
  17. struct port_ctrl_stat_regs {
  18. __le32 ext_hw_conf; /* 0x50 R/W */
  19. __le32 rsrvd0; /* 0x54 */
  20. __le32 port_ctrl; /* 0x58 */
  21. __le32 port_status; /* 0x5c */
  22. __le32 rsrvd1[32]; /* 0x60-0xdf */
  23. __le32 gp_out; /* 0xe0 */
  24. __le32 gp_in; /* 0xe4 */
  25. __le32 rsrvd2[5]; /* 0xe8-0xfb */
  26. __le32 port_err_status; /* 0xfc */
  27. };
  28. struct host_mem_cfg_regs {
  29. __le32 rsrvd0[12]; /* 0x50-0x79 */
  30. __le32 req_q_out; /* 0x80 */
  31. __le32 rsrvd1[31]; /* 0x84-0xFF */
  32. };
  33. /*
  34. * ISP 82xx I/O Register Set structure definitions.
  35. */
  36. struct device_reg_82xx {
  37. __le32 req_q_out; /* 0x0000 (R): Request Queue out-Pointer. */
  38. __le32 reserve1[63]; /* Request Queue out-Pointer. (64 * 4) */
  39. __le32 rsp_q_in; /* 0x0100 (R/W): Response Queue In-Pointer. */
  40. __le32 reserve2[63]; /* Response Queue In-Pointer. */
  41. __le32 rsp_q_out; /* 0x0200 (R/W): Response Queue Out-Pointer. */
  42. __le32 reserve3[63]; /* Response Queue Out-Pointer. */
  43. __le32 mailbox_in[8]; /* 0x0300 (R/W): Mail box In registers */
  44. __le32 reserve4[24];
  45. __le32 hint; /* 0x0380 (R/W): Host interrupt register */
  46. #define HINT_MBX_INT_PENDING BIT_0
  47. __le32 reserve5[31];
  48. __le32 mailbox_out[8]; /* 0x0400 (R): Mail box Out registers */
  49. __le32 reserve6[56];
  50. __le32 host_status; /* Offset 0x500 (R): host status */
  51. #define HSRX_RISC_MB_INT BIT_0 /* RISC to Host Mailbox interrupt */
  52. #define HSRX_RISC_IOCB_INT BIT_1 /* RISC to Host IOCB interrupt */
  53. __le32 host_int; /* Offset 0x0504 (R/W): Interrupt status. */
  54. #define ISRX_82XX_RISC_INT BIT_0 /* RISC interrupt. */
  55. };
  56. /* remote register set (access via PCI memory read/write) */
  57. struct isp_reg {
  58. #define MBOX_REG_COUNT 8
  59. __le32 mailbox[MBOX_REG_COUNT];
  60. __le32 flash_address; /* 0x20 */
  61. __le32 flash_data;
  62. __le32 ctrl_status;
  63. union {
  64. struct {
  65. __le32 nvram;
  66. __le32 reserved1[2]; /* 0x30 */
  67. } __attribute__ ((packed)) isp4010;
  68. struct {
  69. __le32 intr_mask;
  70. __le32 nvram; /* 0x30 */
  71. __le32 semaphore;
  72. } __attribute__ ((packed)) isp4022;
  73. } u1;
  74. __le32 req_q_in; /* SCSI Request Queue Producer Index */
  75. __le32 rsp_q_out; /* SCSI Completion Queue Consumer Index */
  76. __le32 reserved2[4]; /* 0x40 */
  77. union {
  78. struct {
  79. __le32 ext_hw_conf; /* 0x50 */
  80. __le32 flow_ctrl;
  81. __le32 port_ctrl;
  82. __le32 port_status;
  83. __le32 reserved3[8]; /* 0x60 */
  84. __le32 req_q_out; /* 0x80 */
  85. __le32 reserved4[23]; /* 0x84 */
  86. __le32 gp_out; /* 0xe0 */
  87. __le32 gp_in;
  88. __le32 reserved5[5];
  89. __le32 port_err_status; /* 0xfc */
  90. } __attribute__ ((packed)) isp4010;
  91. struct {
  92. union {
  93. struct port_ctrl_stat_regs p0;
  94. struct host_mem_cfg_regs p1;
  95. };
  96. } __attribute__ ((packed)) isp4022;
  97. } u2;
  98. }; /* 256 x100 */
  99. /* Semaphore Defines for 4010 */
  100. #define QL4010_DRVR_SEM_BITS 0x00000030
  101. #define QL4010_GPIO_SEM_BITS 0x000000c0
  102. #define QL4010_SDRAM_SEM_BITS 0x00000300
  103. #define QL4010_PHY_SEM_BITS 0x00000c00
  104. #define QL4010_NVRAM_SEM_BITS 0x00003000
  105. #define QL4010_FLASH_SEM_BITS 0x0000c000
  106. #define QL4010_DRVR_SEM_MASK 0x00300000
  107. #define QL4010_GPIO_SEM_MASK 0x00c00000
  108. #define QL4010_SDRAM_SEM_MASK 0x03000000
  109. #define QL4010_PHY_SEM_MASK 0x0c000000
  110. #define QL4010_NVRAM_SEM_MASK 0x30000000
  111. #define QL4010_FLASH_SEM_MASK 0xc0000000
  112. /* Semaphore Defines for 4022 */
  113. #define QL4022_RESOURCE_MASK_BASE_CODE 0x7
  114. #define QL4022_RESOURCE_BITS_BASE_CODE 0x4
  115. #define QL4022_DRVR_SEM_MASK (QL4022_RESOURCE_MASK_BASE_CODE << (1+16))
  116. #define QL4022_DDR_RAM_SEM_MASK (QL4022_RESOURCE_MASK_BASE_CODE << (4+16))
  117. #define QL4022_PHY_GIO_SEM_MASK (QL4022_RESOURCE_MASK_BASE_CODE << (7+16))
  118. #define QL4022_NVRAM_SEM_MASK (QL4022_RESOURCE_MASK_BASE_CODE << (10+16))
  119. #define QL4022_FLASH_SEM_MASK (QL4022_RESOURCE_MASK_BASE_CODE << (13+16))
  120. /* nvram address for 4032 */
  121. #define NVRAM_PORT0_BOOT_MODE 0x03b1
  122. #define NVRAM_PORT0_BOOT_PRI_TGT 0x03b2
  123. #define NVRAM_PORT0_BOOT_SEC_TGT 0x03bb
  124. #define NVRAM_PORT1_BOOT_MODE 0x07b1
  125. #define NVRAM_PORT1_BOOT_PRI_TGT 0x07b2
  126. #define NVRAM_PORT1_BOOT_SEC_TGT 0x07bb
  127. /* Page # defines for 4022 */
  128. #define PORT_CTRL_STAT_PAGE 0 /* 4022 */
  129. #define HOST_MEM_CFG_PAGE 1 /* 4022 */
  130. #define LOCAL_RAM_CFG_PAGE 2 /* 4022 */
  131. #define PROT_STAT_PAGE 3 /* 4022 */
  132. /* Register Mask - sets corresponding mask bits in the upper word */
  133. static inline uint32_t set_rmask(uint32_t val)
  134. {
  135. return (val & 0xffff) | (val << 16);
  136. }
  137. static inline uint32_t clr_rmask(uint32_t val)
  138. {
  139. return 0 | (val << 16);
  140. }
  141. /* ctrl_status definitions */
  142. #define CSR_SCSI_PAGE_SELECT 0x00000003
  143. #define CSR_SCSI_INTR_ENABLE 0x00000004 /* 4010 */
  144. #define CSR_SCSI_RESET_INTR 0x00000008
  145. #define CSR_SCSI_COMPLETION_INTR 0x00000010
  146. #define CSR_SCSI_PROCESSOR_INTR 0x00000020
  147. #define CSR_INTR_RISC 0x00000040
  148. #define CSR_BOOT_ENABLE 0x00000080
  149. #define CSR_NET_PAGE_SELECT 0x00000300 /* 4010 */
  150. #define CSR_FUNC_NUM 0x00000700 /* 4022 */
  151. #define CSR_NET_RESET_INTR 0x00000800 /* 4010 */
  152. #define CSR_FORCE_SOFT_RESET 0x00002000 /* 4022 */
  153. #define CSR_FATAL_ERROR 0x00004000
  154. #define CSR_SOFT_RESET 0x00008000
  155. #define ISP_CONTROL_FN_MASK CSR_FUNC_NUM
  156. #define ISP_CONTROL_FN0_SCSI 0x0500
  157. #define ISP_CONTROL_FN1_SCSI 0x0700
  158. #define INTR_PENDING (CSR_SCSI_COMPLETION_INTR |\
  159. CSR_SCSI_PROCESSOR_INTR |\
  160. CSR_SCSI_RESET_INTR)
  161. /* ISP InterruptMask definitions */
  162. #define IMR_SCSI_INTR_ENABLE 0x00000004 /* 4022 */
  163. /* ISP 4022 nvram definitions */
  164. #define NVR_WRITE_ENABLE 0x00000010 /* 4022 */
  165. /* ISP port_status definitions */
  166. /* ISP Semaphore definitions */
  167. /* ISP General Purpose Output definitions */
  168. #define GPOR_TOPCAT_RESET 0x00000004
  169. /* shadow registers (DMA'd from HA to system memory. read only) */
  170. struct shadow_regs {
  171. /* SCSI Request Queue Consumer Index */
  172. __le32 req_q_out; /* 0 x0 R */
  173. /* SCSI Completion Queue Producer Index */
  174. __le32 rsp_q_in; /* 4 x4 R */
  175. }; /* 8 x8 */
  176. /* External hardware configuration register */
  177. union external_hw_config_reg {
  178. struct {
  179. /* FIXME: Do we even need this? All values are
  180. * referred to by 16 bit quantities. Platform and
  181. * endianess issues. */
  182. __le32 bReserved0:1;
  183. __le32 bSDRAMProtectionMethod:2;
  184. __le32 bSDRAMBanks:1;
  185. __le32 bSDRAMChipWidth:1;
  186. __le32 bSDRAMChipSize:2;
  187. __le32 bParityDisable:1;
  188. __le32 bExternalMemoryType:1;
  189. __le32 bFlashBIOSWriteEnable:1;
  190. __le32 bFlashUpperBankSelect:1;
  191. __le32 bWriteBurst:2;
  192. __le32 bReserved1:3;
  193. __le32 bMask:16;
  194. };
  195. uint32_t Asuint32_t;
  196. };
  197. /* 82XX Support start */
  198. /* 82xx Default FLT Addresses */
  199. #define FA_FLASH_LAYOUT_ADDR_82 0xFC400
  200. #define FA_FLASH_DESCR_ADDR_82 0xFC000
  201. #define FA_BOOT_LOAD_ADDR_82 0x04000
  202. #define FA_BOOT_CODE_ADDR_82 0x20000
  203. #define FA_RISC_CODE_ADDR_82 0x40000
  204. #define FA_GOLD_RISC_CODE_ADDR_82 0x80000
  205. /* Flash Description Table */
  206. struct qla_fdt_layout {
  207. uint8_t sig[4];
  208. uint16_t version;
  209. uint16_t len;
  210. uint16_t checksum;
  211. uint8_t unused1[2];
  212. uint8_t model[16];
  213. uint16_t man_id;
  214. uint16_t id;
  215. uint8_t flags;
  216. uint8_t erase_cmd;
  217. uint8_t alt_erase_cmd;
  218. uint8_t wrt_enable_cmd;
  219. uint8_t wrt_enable_bits;
  220. uint8_t wrt_sts_reg_cmd;
  221. uint8_t unprotect_sec_cmd;
  222. uint8_t read_man_id_cmd;
  223. uint32_t block_size;
  224. uint32_t alt_block_size;
  225. uint32_t flash_size;
  226. uint32_t wrt_enable_data;
  227. uint8_t read_id_addr_len;
  228. uint8_t wrt_disable_bits;
  229. uint8_t read_dev_id_len;
  230. uint8_t chip_erase_cmd;
  231. uint16_t read_timeout;
  232. uint8_t protect_sec_cmd;
  233. uint8_t unused2[65];
  234. };
  235. /* Flash Layout Table */
  236. struct qla_flt_location {
  237. uint8_t sig[4];
  238. uint16_t start_lo;
  239. uint16_t start_hi;
  240. uint8_t version;
  241. uint8_t unused[5];
  242. uint16_t checksum;
  243. };
  244. struct qla_flt_header {
  245. uint16_t version;
  246. uint16_t length;
  247. uint16_t checksum;
  248. uint16_t unused;
  249. };
  250. /* 82xx FLT Regions */
  251. #define FLT_REG_FDT 0x1a
  252. #define FLT_REG_FLT 0x1c
  253. #define FLT_REG_BOOTLOAD_82 0x72
  254. #define FLT_REG_FW_82 0x74
  255. #define FLT_REG_GOLD_FW_82 0x75
  256. #define FLT_REG_BOOT_CODE_82 0x78
  257. #define FLT_REG_ISCSI_PARAM 0x65
  258. struct qla_flt_region {
  259. uint32_t code;
  260. uint32_t size;
  261. uint32_t start;
  262. uint32_t end;
  263. };
  264. /*************************************************************************
  265. *
  266. * Mailbox Commands Structures and Definitions
  267. *
  268. *************************************************************************/
  269. /* Mailbox command definitions */
  270. #define MBOX_CMD_ABOUT_FW 0x0009
  271. #define MBOX_CMD_PING 0x000B
  272. #define MBOX_CMD_ENABLE_INTRS 0x0010
  273. #define INTR_DISABLE 0
  274. #define INTR_ENABLE 1
  275. #define MBOX_CMD_STOP_FW 0x0014
  276. #define MBOX_CMD_ABORT_TASK 0x0015
  277. #define MBOX_CMD_LUN_RESET 0x0016
  278. #define MBOX_CMD_TARGET_WARM_RESET 0x0017
  279. #define MBOX_CMD_GET_MANAGEMENT_DATA 0x001E
  280. #define MBOX_CMD_GET_FW_STATUS 0x001F
  281. #define MBOX_CMD_SET_ISNS_SERVICE 0x0021
  282. #define ISNS_DISABLE 0
  283. #define ISNS_ENABLE 1
  284. #define MBOX_CMD_COPY_FLASH 0x0024
  285. #define MBOX_CMD_WRITE_FLASH 0x0025
  286. #define MBOX_CMD_READ_FLASH 0x0026
  287. #define MBOX_CMD_CLEAR_DATABASE_ENTRY 0x0031
  288. #define MBOX_CMD_CONN_OPEN 0x0074
  289. #define MBOX_CMD_CONN_CLOSE_SESS_LOGOUT 0x0056
  290. #define LOGOUT_OPTION_CLOSE_SESSION 0x0002
  291. #define LOGOUT_OPTION_RELOGIN 0x0004
  292. #define LOGOUT_OPTION_FREE_DDB 0x0008
  293. #define MBOX_CMD_EXECUTE_IOCB_A64 0x005A
  294. #define MBOX_CMD_INITIALIZE_FIRMWARE 0x0060
  295. #define MBOX_CMD_GET_INIT_FW_CTRL_BLOCK 0x0061
  296. #define MBOX_CMD_REQUEST_DATABASE_ENTRY 0x0062
  297. #define MBOX_CMD_SET_DATABASE_ENTRY 0x0063
  298. #define MBOX_CMD_GET_DATABASE_ENTRY 0x0064
  299. #define DDB_DS_UNASSIGNED 0x00
  300. #define DDB_DS_NO_CONNECTION_ACTIVE 0x01
  301. #define DDB_DS_DISCOVERY 0x02
  302. #define DDB_DS_SESSION_ACTIVE 0x04
  303. #define DDB_DS_SESSION_FAILED 0x06
  304. #define DDB_DS_LOGIN_IN_PROCESS 0x07
  305. #define MBOX_CMD_GET_FW_STATE 0x0069
  306. #define MBOX_CMD_GET_INIT_FW_CTRL_BLOCK_DEFAULTS 0x006A
  307. #define MBOX_CMD_GET_SYS_INFO 0x0078
  308. #define MBOX_CMD_RESTORE_FACTORY_DEFAULTS 0x0087
  309. #define MBOX_CMD_SET_ACB 0x0088
  310. #define MBOX_CMD_GET_ACB 0x0089
  311. #define MBOX_CMD_DISABLE_ACB 0x008A
  312. #define MBOX_CMD_GET_IPV6_NEIGHBOR_CACHE 0x008B
  313. #define MBOX_CMD_GET_IPV6_DEST_CACHE 0x008C
  314. #define MBOX_CMD_GET_IPV6_DEF_ROUTER_LIST 0x008D
  315. #define MBOX_CMD_GET_IPV6_LCL_PREFIX_LIST 0x008E
  316. #define MBOX_CMD_SET_IPV6_NEIGHBOR_CACHE 0x0090
  317. #define MBOX_CMD_GET_IP_ADDR_STATE 0x0091
  318. #define MBOX_CMD_SEND_IPV6_ROUTER_SOL 0x0092
  319. #define MBOX_CMD_GET_DB_ENTRY_CURRENT_IP_ADDR 0x0093
  320. /* Mailbox 1 */
  321. #define FW_STATE_READY 0x0000
  322. #define FW_STATE_CONFIG_WAIT 0x0001
  323. #define FW_STATE_WAIT_AUTOCONNECT 0x0002
  324. #define FW_STATE_ERROR 0x0004
  325. #define FW_STATE_CONFIGURING_IP 0x0008
  326. /* Mailbox 3 */
  327. #define FW_ADDSTATE_OPTICAL_MEDIA 0x0001
  328. #define FW_ADDSTATE_DHCPv4_ENABLED 0x0002
  329. #define FW_ADDSTATE_DHCPv4_LEASE_ACQUIRED 0x0004
  330. #define FW_ADDSTATE_DHCPv4_LEASE_EXPIRED 0x0008
  331. #define FW_ADDSTATE_LINK_UP 0x0010
  332. #define FW_ADDSTATE_ISNS_SVC_ENABLED 0x0020
  333. #define MBOX_CMD_GET_DATABASE_ENTRY_DEFAULTS 0x006B
  334. #define IPV6_DEFAULT_DDB_ENTRY 0x0001
  335. #define MBOX_CMD_CONN_OPEN_SESS_LOGIN 0x0074
  336. #define MBOX_CMD_GET_CRASH_RECORD 0x0076 /* 4010 only */
  337. #define MBOX_CMD_GET_CONN_EVENT_LOG 0x0077
  338. /* Mailbox status definitions */
  339. #define MBOX_COMPLETION_STATUS 4
  340. #define MBOX_STS_BUSY 0x0007
  341. #define MBOX_STS_INTERMEDIATE_COMPLETION 0x1000
  342. #define MBOX_STS_COMMAND_COMPLETE 0x4000
  343. #define MBOX_STS_COMMAND_ERROR 0x4005
  344. #define MBOX_ASYNC_EVENT_STATUS 8
  345. #define MBOX_ASTS_SYSTEM_ERROR 0x8002
  346. #define MBOX_ASTS_REQUEST_TRANSFER_ERROR 0x8003
  347. #define MBOX_ASTS_RESPONSE_TRANSFER_ERROR 0x8004
  348. #define MBOX_ASTS_PROTOCOL_STATISTIC_ALARM 0x8005
  349. #define MBOX_ASTS_SCSI_COMMAND_PDU_REJECTED 0x8006
  350. #define MBOX_ASTS_LINK_UP 0x8010
  351. #define MBOX_ASTS_LINK_DOWN 0x8011
  352. #define MBOX_ASTS_DATABASE_CHANGED 0x8014
  353. #define MBOX_ASTS_UNSOLICITED_PDU_RECEIVED 0x8015
  354. #define MBOX_ASTS_SELF_TEST_FAILED 0x8016
  355. #define MBOX_ASTS_LOGIN_FAILED 0x8017
  356. #define MBOX_ASTS_DNS 0x8018
  357. #define MBOX_ASTS_HEARTBEAT 0x8019
  358. #define MBOX_ASTS_NVRAM_INVALID 0x801A
  359. #define MBOX_ASTS_MAC_ADDRESS_CHANGED 0x801B
  360. #define MBOX_ASTS_IP_ADDRESS_CHANGED 0x801C
  361. #define MBOX_ASTS_DHCP_LEASE_EXPIRED 0x801D
  362. #define MBOX_ASTS_DHCP_LEASE_ACQUIRED 0x801F
  363. #define MBOX_ASTS_ISNS_UNSOLICITED_PDU_RECEIVED 0x8021
  364. #define MBOX_ASTS_DUPLICATE_IP 0x8025
  365. #define MBOX_ASTS_ARP_COMPLETE 0x8026
  366. #define MBOX_ASTS_SUBNET_STATE_CHANGE 0x8027
  367. #define MBOX_ASTS_RESPONSE_QUEUE_FULL 0x8028
  368. #define MBOX_ASTS_IP_ADDR_STATE_CHANGED 0x8029
  369. #define MBOX_ASTS_IPV6_PREFIX_EXPIRED 0x802B
  370. #define MBOX_ASTS_IPV6_ND_PREFIX_IGNORED 0x802C
  371. #define MBOX_ASTS_IPV6_LCL_PREFIX_IGNORED 0x802D
  372. #define MBOX_ASTS_ICMPV6_ERROR_MSG_RCVD 0x802E
  373. #define MBOX_ASTS_TXSCVR_INSERTED 0x8130
  374. #define MBOX_ASTS_TXSCVR_REMOVED 0x8131
  375. #define ISNS_EVENT_DATA_RECEIVED 0x0000
  376. #define ISNS_EVENT_CONNECTION_OPENED 0x0001
  377. #define ISNS_EVENT_CONNECTION_FAILED 0x0002
  378. #define MBOX_ASTS_IPSEC_SYSTEM_FATAL_ERROR 0x8022
  379. #define MBOX_ASTS_SUBNET_STATE_CHANGE 0x8027
  380. /* ACB State Defines */
  381. #define ACB_STATE_UNCONFIGURED 0x00
  382. #define ACB_STATE_INVALID 0x01
  383. #define ACB_STATE_ACQUIRING 0x02
  384. #define ACB_STATE_TENTATIVE 0x03
  385. #define ACB_STATE_DEPRICATED 0x04
  386. #define ACB_STATE_VALID 0x05
  387. #define ACB_STATE_DISABLING 0x06
  388. /* FLASH offsets */
  389. #define FLASH_SEGMENT_IFCB 0x04000000
  390. #define FLASH_OPT_RMW_HOLD 0
  391. #define FLASH_OPT_RMW_INIT 1
  392. #define FLASH_OPT_COMMIT 2
  393. #define FLASH_OPT_RMW_COMMIT 3
  394. /*************************************************************************/
  395. /* Host Adapter Initialization Control Block (from host) */
  396. struct addr_ctrl_blk {
  397. uint8_t version; /* 00 */
  398. #define IFCB_VER_MIN 0x01
  399. #define IFCB_VER_MAX 0x02
  400. uint8_t control; /* 01 */
  401. uint16_t fw_options; /* 02-03 */
  402. #define FWOPT_HEARTBEAT_ENABLE 0x1000
  403. #define FWOPT_SESSION_MODE 0x0040
  404. #define FWOPT_INITIATOR_MODE 0x0020
  405. #define FWOPT_TARGET_MODE 0x0010
  406. #define FWOPT_ENABLE_CRBDB 0x8000
  407. uint16_t exec_throttle; /* 04-05 */
  408. uint8_t zio_count; /* 06 */
  409. uint8_t res0; /* 07 */
  410. uint16_t eth_mtu_size; /* 08-09 */
  411. uint16_t add_fw_options; /* 0A-0B */
  412. #define ADFWOPT_SERIALIZE_TASK_MGMT 0x0400
  413. #define ADFWOPT_AUTOCONN_DISABLE 0x0002
  414. uint8_t hb_interval; /* 0C */
  415. uint8_t inst_num; /* 0D */
  416. uint16_t res1; /* 0E-0F */
  417. uint16_t rqq_consumer_idx; /* 10-11 */
  418. uint16_t compq_producer_idx; /* 12-13 */
  419. uint16_t rqq_len; /* 14-15 */
  420. uint16_t compq_len; /* 16-17 */
  421. uint32_t rqq_addr_lo; /* 18-1B */
  422. uint32_t rqq_addr_hi; /* 1C-1F */
  423. uint32_t compq_addr_lo; /* 20-23 */
  424. uint32_t compq_addr_hi; /* 24-27 */
  425. uint32_t shdwreg_addr_lo; /* 28-2B */
  426. uint32_t shdwreg_addr_hi; /* 2C-2F */
  427. uint16_t iscsi_opts; /* 30-31 */
  428. uint16_t ipv4_tcp_opts; /* 32-33 */
  429. #define TCPOPT_DHCP_ENABLE 0x0200
  430. uint16_t ipv4_ip_opts; /* 34-35 */
  431. #define IPOPT_IPV4_PROTOCOL_ENABLE 0x8000
  432. #define IPOPT_VLAN_TAGGING_ENABLE 0x2000
  433. uint16_t iscsi_max_pdu_size; /* 36-37 */
  434. uint8_t ipv4_tos; /* 38 */
  435. uint8_t ipv4_ttl; /* 39 */
  436. uint8_t acb_version; /* 3A */
  437. #define ACB_NOT_SUPPORTED 0x00
  438. #define ACB_SUPPORTED 0x02 /* Capable of ACB Version 2
  439. Features */
  440. uint8_t res2; /* 3B */
  441. uint16_t def_timeout; /* 3C-3D */
  442. uint16_t iscsi_fburst_len; /* 3E-3F */
  443. uint16_t iscsi_def_time2wait; /* 40-41 */
  444. uint16_t iscsi_def_time2retain; /* 42-43 */
  445. uint16_t iscsi_max_outstnd_r2t; /* 44-45 */
  446. uint16_t conn_ka_timeout; /* 46-47 */
  447. uint16_t ipv4_port; /* 48-49 */
  448. uint16_t iscsi_max_burst_len; /* 4A-4B */
  449. uint32_t res5; /* 4C-4F */
  450. uint8_t ipv4_addr[4]; /* 50-53 */
  451. uint16_t ipv4_vlan_tag; /* 54-55 */
  452. uint8_t ipv4_addr_state; /* 56 */
  453. uint8_t ipv4_cacheid; /* 57 */
  454. uint8_t res6[8]; /* 58-5F */
  455. uint8_t ipv4_subnet[4]; /* 60-63 */
  456. uint8_t res7[12]; /* 64-6F */
  457. uint8_t ipv4_gw_addr[4]; /* 70-73 */
  458. uint8_t res8[0xc]; /* 74-7F */
  459. uint8_t pri_dns_srvr_ip[4];/* 80-83 */
  460. uint8_t sec_dns_srvr_ip[4];/* 84-87 */
  461. uint16_t min_eph_port; /* 88-89 */
  462. uint16_t max_eph_port; /* 8A-8B */
  463. uint8_t res9[4]; /* 8C-8F */
  464. uint8_t iscsi_alias[32];/* 90-AF */
  465. uint8_t res9_1[0x16]; /* B0-C5 */
  466. uint16_t tgt_portal_grp;/* C6-C7 */
  467. uint8_t abort_timer; /* C8 */
  468. uint8_t ipv4_tcp_wsf; /* C9 */
  469. uint8_t res10[6]; /* CA-CF */
  470. uint8_t ipv4_sec_ip_addr[4]; /* D0-D3 */
  471. uint8_t ipv4_dhcp_vid_len; /* D4 */
  472. uint8_t ipv4_dhcp_vid[11]; /* D5-DF */
  473. uint8_t res11[20]; /* E0-F3 */
  474. uint8_t ipv4_dhcp_alt_cid_len; /* F4 */
  475. uint8_t ipv4_dhcp_alt_cid[11]; /* F5-FF */
  476. uint8_t iscsi_name[224]; /* 100-1DF */
  477. uint8_t res12[32]; /* 1E0-1FF */
  478. uint32_t cookie; /* 200-203 */
  479. uint16_t ipv6_port; /* 204-205 */
  480. uint16_t ipv6_opts; /* 206-207 */
  481. #define IPV6_OPT_IPV6_PROTOCOL_ENABLE 0x8000
  482. #define IPV6_OPT_VLAN_TAGGING_ENABLE 0x2000
  483. uint16_t ipv6_addtl_opts; /* 208-209 */
  484. #define IPV6_ADDOPT_NEIGHBOR_DISCOVERY_ADDR_ENABLE 0x0002 /* Pri ACB
  485. Only */
  486. #define IPV6_ADDOPT_AUTOCONFIG_LINK_LOCAL_ADDR 0x0001
  487. uint16_t ipv6_tcp_opts; /* 20A-20B */
  488. uint8_t ipv6_tcp_wsf; /* 20C */
  489. uint16_t ipv6_flow_lbl; /* 20D-20F */
  490. uint8_t ipv6_dflt_rtr_addr[16]; /* 210-21F */
  491. uint16_t ipv6_vlan_tag; /* 220-221 */
  492. uint8_t ipv6_lnk_lcl_addr_state;/* 222 */
  493. uint8_t ipv6_addr0_state; /* 223 */
  494. uint8_t ipv6_addr1_state; /* 224 */
  495. #define IP_ADDRSTATE_UNCONFIGURED 0
  496. #define IP_ADDRSTATE_INVALID 1
  497. #define IP_ADDRSTATE_ACQUIRING 2
  498. #define IP_ADDRSTATE_TENTATIVE 3
  499. #define IP_ADDRSTATE_DEPRICATED 4
  500. #define IP_ADDRSTATE_PREFERRED 5
  501. #define IP_ADDRSTATE_DISABLING 6
  502. uint8_t ipv6_dflt_rtr_state; /* 225 */
  503. #define IPV6_RTRSTATE_UNKNOWN 0
  504. #define IPV6_RTRSTATE_MANUAL 1
  505. #define IPV6_RTRSTATE_ADVERTISED 3
  506. #define IPV6_RTRSTATE_STALE 4
  507. uint8_t ipv6_traffic_class; /* 226 */
  508. uint8_t ipv6_hop_limit; /* 227 */
  509. uint8_t ipv6_if_id[8]; /* 228-22F */
  510. uint8_t ipv6_addr0[16]; /* 230-23F */
  511. uint8_t ipv6_addr1[16]; /* 240-24F */
  512. uint32_t ipv6_nd_reach_time; /* 250-253 */
  513. uint32_t ipv6_nd_rexmit_timer; /* 254-257 */
  514. uint32_t ipv6_nd_stale_timeout; /* 258-25B */
  515. uint8_t ipv6_dup_addr_detect_count; /* 25C */
  516. uint8_t ipv6_cache_id; /* 25D */
  517. uint8_t res13[18]; /* 25E-26F */
  518. uint32_t ipv6_gw_advrt_mtu; /* 270-273 */
  519. uint8_t res14[140]; /* 274-2FF */
  520. };
  521. struct init_fw_ctrl_blk {
  522. struct addr_ctrl_blk pri;
  523. /* struct addr_ctrl_blk sec;*/
  524. };
  525. struct addr_ctrl_blk_def {
  526. uint8_t reserved1[1]; /* 00 */
  527. uint8_t control; /* 01 */
  528. uint8_t reserved2[11]; /* 02-0C */
  529. uint8_t inst_num; /* 0D */
  530. uint8_t reserved3[34]; /* 0E-2F */
  531. uint16_t iscsi_opts; /* 30-31 */
  532. uint16_t ipv4_tcp_opts; /* 32-33 */
  533. uint16_t ipv4_ip_opts; /* 34-35 */
  534. uint16_t iscsi_max_pdu_size; /* 36-37 */
  535. uint8_t ipv4_tos; /* 38 */
  536. uint8_t ipv4_ttl; /* 39 */
  537. uint8_t reserved4[2]; /* 3A-3B */
  538. uint16_t def_timeout; /* 3C-3D */
  539. uint16_t iscsi_fburst_len; /* 3E-3F */
  540. uint8_t reserved5[4]; /* 40-43 */
  541. uint16_t iscsi_max_outstnd_r2t; /* 44-45 */
  542. uint8_t reserved6[2]; /* 46-47 */
  543. uint16_t ipv4_port; /* 48-49 */
  544. uint16_t iscsi_max_burst_len; /* 4A-4B */
  545. uint8_t reserved7[4]; /* 4C-4F */
  546. uint8_t ipv4_addr[4]; /* 50-53 */
  547. uint16_t ipv4_vlan_tag; /* 54-55 */
  548. uint8_t ipv4_addr_state; /* 56 */
  549. uint8_t ipv4_cacheid; /* 57 */
  550. uint8_t reserved8[8]; /* 58-5F */
  551. uint8_t ipv4_subnet[4]; /* 60-63 */
  552. uint8_t reserved9[12]; /* 64-6F */
  553. uint8_t ipv4_gw_addr[4]; /* 70-73 */
  554. uint8_t reserved10[84]; /* 74-C7 */
  555. uint8_t abort_timer; /* C8 */
  556. uint8_t ipv4_tcp_wsf; /* C9 */
  557. uint8_t reserved11[10]; /* CA-D3 */
  558. uint8_t ipv4_dhcp_vid_len; /* D4 */
  559. uint8_t ipv4_dhcp_vid[11]; /* D5-DF */
  560. uint8_t reserved12[20]; /* E0-F3 */
  561. uint8_t ipv4_dhcp_alt_cid_len; /* F4 */
  562. uint8_t ipv4_dhcp_alt_cid[11]; /* F5-FF */
  563. uint8_t iscsi_name[224]; /* 100-1DF */
  564. uint8_t reserved13[32]; /* 1E0-1FF */
  565. uint32_t cookie; /* 200-203 */
  566. uint16_t ipv6_port; /* 204-205 */
  567. uint16_t ipv6_opts; /* 206-207 */
  568. uint16_t ipv6_addtl_opts; /* 208-209 */
  569. uint16_t ipv6_tcp_opts; /* 20A-20B */
  570. uint8_t ipv6_tcp_wsf; /* 20C */
  571. uint16_t ipv6_flow_lbl; /* 20D-20F */
  572. uint8_t ipv6_dflt_rtr_addr[16]; /* 210-21F */
  573. uint16_t ipv6_vlan_tag; /* 220-221 */
  574. uint8_t ipv6_lnk_lcl_addr_state; /* 222 */
  575. uint8_t ipv6_addr0_state; /* 223 */
  576. uint8_t ipv6_addr1_state; /* 224 */
  577. uint8_t ipv6_dflt_rtr_state; /* 225 */
  578. uint8_t ipv6_traffic_class; /* 226 */
  579. uint8_t ipv6_hop_limit; /* 227 */
  580. uint8_t ipv6_if_id[8]; /* 228-22F */
  581. uint8_t ipv6_addr0[16]; /* 230-23F */
  582. uint8_t ipv6_addr1[16]; /* 240-24F */
  583. uint32_t ipv6_nd_reach_time; /* 250-253 */
  584. uint32_t ipv6_nd_rexmit_timer; /* 254-257 */
  585. uint32_t ipv6_nd_stale_timeout; /* 258-25B */
  586. uint8_t ipv6_dup_addr_detect_count; /* 25C */
  587. uint8_t ipv6_cache_id; /* 25D */
  588. uint8_t reserved14[18]; /* 25E-26F */
  589. uint32_t ipv6_gw_advrt_mtu; /* 270-273 */
  590. uint8_t reserved15[140]; /* 274-2FF */
  591. };
  592. /*************************************************************************/
  593. #define MAX_CHAP_ENTRIES_40XX 128
  594. #define MAX_CHAP_ENTRIES_82XX 1024
  595. struct ql4_chap_table {
  596. uint16_t link;
  597. uint8_t flags;
  598. uint8_t secret_len;
  599. #define MIN_CHAP_SECRET_LEN 12
  600. #define MAX_CHAP_SECRET_LEN 100
  601. uint8_t secret[MAX_CHAP_SECRET_LEN];
  602. #define MAX_CHAP_NAME_LEN 256
  603. uint8_t name[MAX_CHAP_NAME_LEN];
  604. uint16_t reserved;
  605. #define CHAP_VALID_COOKIE 0x4092
  606. #define CHAP_INVALID_COOKIE 0xFFEE
  607. uint16_t cookie;
  608. };
  609. struct dev_db_entry {
  610. uint16_t options; /* 00-01 */
  611. #define DDB_OPT_DISC_SESSION 0x10
  612. #define DDB_OPT_TARGET 0x02 /* device is a target */
  613. #define DDB_OPT_IPV6_DEVICE 0x100
  614. #define DDB_OPT_AUTO_SENDTGTS_DISABLE 0x40
  615. #define DDB_OPT_IPV6_NULL_LINK_LOCAL 0x800 /* post connection */
  616. #define DDB_OPT_IPV6_FW_DEFINED_LINK_LOCAL 0x800 /* pre connection */
  617. uint16_t exec_throttle; /* 02-03 */
  618. uint16_t exec_count; /* 04-05 */
  619. uint16_t res0; /* 06-07 */
  620. uint16_t iscsi_options; /* 08-09 */
  621. uint16_t tcp_options; /* 0A-0B */
  622. uint16_t ip_options; /* 0C-0D */
  623. uint16_t iscsi_max_rcv_data_seg_len; /* 0E-0F */
  624. #define BYTE_UNITS 512
  625. uint32_t res1; /* 10-13 */
  626. uint16_t iscsi_max_snd_data_seg_len; /* 14-15 */
  627. uint16_t iscsi_first_burst_len; /* 16-17 */
  628. uint16_t iscsi_def_time2wait; /* 18-19 */
  629. uint16_t iscsi_def_time2retain; /* 1A-1B */
  630. uint16_t iscsi_max_outsnd_r2t; /* 1C-1D */
  631. uint16_t ka_timeout; /* 1E-1F */
  632. uint8_t isid[6]; /* 20-25 big-endian, must be converted
  633. * to little-endian */
  634. uint16_t tsid; /* 26-27 */
  635. uint16_t port; /* 28-29 */
  636. uint16_t iscsi_max_burst_len; /* 2A-2B */
  637. uint16_t def_timeout; /* 2C-2D */
  638. uint16_t res2; /* 2E-2F */
  639. uint8_t ip_addr[0x10]; /* 30-3F */
  640. uint8_t iscsi_alias[0x20]; /* 40-5F */
  641. uint8_t tgt_addr[0x20]; /* 60-7F */
  642. uint16_t mss; /* 80-81 */
  643. uint16_t res3; /* 82-83 */
  644. uint16_t lcl_port; /* 84-85 */
  645. uint8_t ipv4_tos; /* 86 */
  646. uint16_t ipv6_flow_lbl; /* 87-89 */
  647. uint8_t res4[0x36]; /* 8A-BF */
  648. uint8_t iscsi_name[0xE0]; /* C0-19F : xxzzy Make this a
  649. * pointer to a string so we
  650. * don't have to reserve soooo
  651. * much RAM */
  652. uint8_t link_local_ipv6_addr[0x10]; /* 1A0-1AF */
  653. uint8_t res5[0x10]; /* 1B0-1BF */
  654. uint16_t ddb_link; /* 1C0-1C1 */
  655. uint16_t chap_tbl_idx; /* 1C2-1C3 */
  656. uint16_t tgt_portal_grp; /* 1C4-1C5 */
  657. uint8_t tcp_xmt_wsf; /* 1C6 */
  658. uint8_t tcp_rcv_wsf; /* 1C7 */
  659. uint32_t stat_sn; /* 1C8-1CB */
  660. uint32_t exp_stat_sn; /* 1CC-1CF */
  661. uint8_t res6[0x2b]; /* 1D0-1FB */
  662. #define DDB_VALID_COOKIE 0x9034
  663. uint16_t cookie; /* 1FC-1FD */
  664. uint16_t len; /* 1FE-1FF */
  665. };
  666. /*************************************************************************/
  667. /* Flash definitions */
  668. #define FLASH_OFFSET_SYS_INFO 0x02000000
  669. #define FLASH_DEFAULTBLOCKSIZE 0x20000
  670. #define FLASH_EOF_OFFSET (FLASH_DEFAULTBLOCKSIZE-8) /* 4 bytes
  671. * for EOF
  672. * signature */
  673. #define FLASH_RAW_ACCESS_ADDR 0x8e000000
  674. #define BOOT_PARAM_OFFSET_PORT0 0x3b0
  675. #define BOOT_PARAM_OFFSET_PORT1 0x7b0
  676. #define FLASH_OFFSET_DB_INFO 0x05000000
  677. #define FLASH_OFFSET_DB_END (FLASH_OFFSET_DB_INFO + 0x7fff)
  678. struct sys_info_phys_addr {
  679. uint8_t address[6]; /* 00-05 */
  680. uint8_t filler[2]; /* 06-07 */
  681. };
  682. struct flash_sys_info {
  683. uint32_t cookie; /* 00-03 */
  684. uint32_t physAddrCount; /* 04-07 */
  685. struct sys_info_phys_addr physAddr[4]; /* 08-27 */
  686. uint8_t vendorId[128]; /* 28-A7 */
  687. uint8_t productId[128]; /* A8-127 */
  688. uint32_t serialNumber; /* 128-12B */
  689. /* PCI Configuration values */
  690. uint32_t pciDeviceVendor; /* 12C-12F */
  691. uint32_t pciDeviceId; /* 130-133 */
  692. uint32_t pciSubsysVendor; /* 134-137 */
  693. uint32_t pciSubsysId; /* 138-13B */
  694. /* This validates version 1. */
  695. uint32_t crumbs; /* 13C-13F */
  696. uint32_t enterpriseNumber; /* 140-143 */
  697. uint32_t mtu; /* 144-147 */
  698. uint32_t reserved0; /* 148-14b */
  699. uint32_t crumbs2; /* 14c-14f */
  700. uint8_t acSerialNumber[16]; /* 150-15f */
  701. uint32_t crumbs3; /* 160-16f */
  702. /* Leave this last in the struct so it is declared invalid if
  703. * any new items are added.
  704. */
  705. uint32_t reserved1[39]; /* 170-1ff */
  706. }; /* 200 */
  707. struct mbx_sys_info {
  708. uint8_t board_id_str[16]; /* 0-f Keep board ID string first */
  709. /* in this structure for GUI. */
  710. uint16_t board_id; /* 10-11 board ID code */
  711. uint16_t phys_port_cnt; /* 12-13 number of physical network ports */
  712. uint16_t port_num; /* 14-15 network port for this PCI function */
  713. /* (port 0 is first port) */
  714. uint8_t mac_addr[6]; /* 16-1b MAC address for this PCI function */
  715. uint32_t iscsi_pci_func_cnt; /* 1c-1f number of iSCSI PCI functions */
  716. uint32_t pci_func; /* 20-23 this PCI function */
  717. unsigned char serial_number[16]; /* 24-33 serial number string */
  718. uint8_t reserved[12]; /* 34-3f */
  719. };
  720. struct about_fw_info {
  721. uint16_t fw_major; /* 00 - 01 */
  722. uint16_t fw_minor; /* 02 - 03 */
  723. uint16_t fw_patch; /* 04 - 05 */
  724. uint16_t fw_build; /* 06 - 07 */
  725. uint8_t fw_build_date[16]; /* 08 - 17 ASCII String */
  726. uint8_t fw_build_time[16]; /* 18 - 27 ASCII String */
  727. uint8_t fw_build_user[16]; /* 28 - 37 ASCII String */
  728. uint16_t fw_load_source; /* 38 - 39 */
  729. /* 1 = Flash Primary,
  730. 2 = Flash Secondary,
  731. 3 = Host Download
  732. */
  733. uint8_t reserved1[6]; /* 3A - 3F */
  734. uint16_t iscsi_major; /* 40 - 41 */
  735. uint16_t iscsi_minor; /* 42 - 43 */
  736. uint16_t bootload_major; /* 44 - 45 */
  737. uint16_t bootload_minor; /* 46 - 47 */
  738. uint16_t bootload_patch; /* 48 - 49 */
  739. uint16_t bootload_build; /* 4A - 4B */
  740. uint8_t reserved2[180]; /* 4C - FF */
  741. };
  742. struct crash_record {
  743. uint16_t fw_major_version; /* 00 - 01 */
  744. uint16_t fw_minor_version; /* 02 - 03 */
  745. uint16_t fw_patch_version; /* 04 - 05 */
  746. uint16_t fw_build_version; /* 06 - 07 */
  747. uint8_t build_date[16]; /* 08 - 17 */
  748. uint8_t build_time[16]; /* 18 - 27 */
  749. uint8_t build_user[16]; /* 28 - 37 */
  750. uint8_t card_serial_num[16]; /* 38 - 47 */
  751. uint32_t time_of_crash_in_secs; /* 48 - 4B */
  752. uint32_t time_of_crash_in_ms; /* 4C - 4F */
  753. uint16_t out_RISC_sd_num_frames; /* 50 - 51 */
  754. uint16_t OAP_sd_num_words; /* 52 - 53 */
  755. uint16_t IAP_sd_num_frames; /* 54 - 55 */
  756. uint16_t in_RISC_sd_num_words; /* 56 - 57 */
  757. uint8_t reserved1[28]; /* 58 - 7F */
  758. uint8_t out_RISC_reg_dump[256]; /* 80 -17F */
  759. uint8_t in_RISC_reg_dump[256]; /*180 -27F */
  760. uint8_t in_out_RISC_stack_dump[0]; /*280 - ??? */
  761. };
  762. struct conn_event_log_entry {
  763. #define MAX_CONN_EVENT_LOG_ENTRIES 100
  764. uint32_t timestamp_sec; /* 00 - 03 seconds since boot */
  765. uint32_t timestamp_ms; /* 04 - 07 milliseconds since boot */
  766. uint16_t device_index; /* 08 - 09 */
  767. uint16_t fw_conn_state; /* 0A - 0B */
  768. uint8_t event_type; /* 0C - 0C */
  769. uint8_t error_code; /* 0D - 0D */
  770. uint16_t error_code_detail; /* 0E - 0F */
  771. uint8_t num_consecutive_events; /* 10 - 10 */
  772. uint8_t rsvd[3]; /* 11 - 13 */
  773. };
  774. /*************************************************************************
  775. *
  776. * IOCB Commands Structures and Definitions
  777. *
  778. *************************************************************************/
  779. #define IOCB_MAX_CDB_LEN 16 /* Bytes in a CBD */
  780. #define IOCB_MAX_SENSEDATA_LEN 32 /* Bytes of sense data */
  781. #define IOCB_MAX_EXT_SENSEDATA_LEN 60 /* Bytes of extended sense data */
  782. /* IOCB header structure */
  783. struct qla4_header {
  784. uint8_t entryType;
  785. #define ET_STATUS 0x03
  786. #define ET_MARKER 0x04
  787. #define ET_CONT_T1 0x0A
  788. #define ET_STATUS_CONTINUATION 0x10
  789. #define ET_CMND_T3 0x19
  790. #define ET_PASSTHRU0 0x3A
  791. #define ET_PASSTHRU_STATUS 0x3C
  792. uint8_t entryStatus;
  793. uint8_t systemDefined;
  794. #define SD_ISCSI_PDU 0x01
  795. uint8_t entryCount;
  796. /* SyetemDefined definition */
  797. };
  798. /* Generic queue entry structure*/
  799. struct queue_entry {
  800. uint8_t data[60];
  801. uint32_t signature;
  802. };
  803. /* 64 bit addressing segment counts*/
  804. #define COMMAND_SEG_A64 1
  805. #define CONTINUE_SEG_A64 5
  806. /* 64 bit addressing segment definition*/
  807. struct data_seg_a64 {
  808. struct {
  809. uint32_t addrLow;
  810. uint32_t addrHigh;
  811. } base;
  812. uint32_t count;
  813. };
  814. /* Command Type 3 entry structure*/
  815. struct command_t3_entry {
  816. struct qla4_header hdr; /* 00-03 */
  817. uint32_t handle; /* 04-07 */
  818. uint16_t target; /* 08-09 */
  819. uint16_t connection_id; /* 0A-0B */
  820. uint8_t control_flags; /* 0C */
  821. /* data direction (bits 5-6) */
  822. #define CF_WRITE 0x20
  823. #define CF_READ 0x40
  824. #define CF_NO_DATA 0x00
  825. /* task attributes (bits 2-0) */
  826. #define CF_HEAD_TAG 0x03
  827. #define CF_ORDERED_TAG 0x02
  828. #define CF_SIMPLE_TAG 0x01
  829. /* STATE FLAGS FIELD IS A PLACE HOLDER. THE FW WILL SET BITS
  830. * IN THIS FIELD AS THE COMMAND IS PROCESSED. WHEN THE IOCB IS
  831. * CHANGED TO AN IOSB THIS FIELD WILL HAVE THE STATE FLAGS SET
  832. * PROPERLY.
  833. */
  834. uint8_t state_flags; /* 0D */
  835. uint8_t cmdRefNum; /* 0E */
  836. uint8_t reserved1; /* 0F */
  837. uint8_t cdb[IOCB_MAX_CDB_LEN]; /* 10-1F */
  838. struct scsi_lun lun; /* FCP LUN (BE). */
  839. uint32_t cmdSeqNum; /* 28-2B */
  840. uint16_t timeout; /* 2C-2D */
  841. uint16_t dataSegCnt; /* 2E-2F */
  842. uint32_t ttlByteCnt; /* 30-33 */
  843. struct data_seg_a64 dataseg[COMMAND_SEG_A64]; /* 34-3F */
  844. };
  845. /* Continuation Type 1 entry structure*/
  846. struct continuation_t1_entry {
  847. struct qla4_header hdr;
  848. struct data_seg_a64 dataseg[CONTINUE_SEG_A64];
  849. };
  850. /* Parameterize for 64 or 32 bits */
  851. #define COMMAND_SEG COMMAND_SEG_A64
  852. #define CONTINUE_SEG CONTINUE_SEG_A64
  853. #define ET_COMMAND ET_CMND_T3
  854. #define ET_CONTINUE ET_CONT_T1
  855. /* Marker entry structure*/
  856. struct qla4_marker_entry {
  857. struct qla4_header hdr; /* 00-03 */
  858. uint32_t system_defined; /* 04-07 */
  859. uint16_t target; /* 08-09 */
  860. uint16_t modifier; /* 0A-0B */
  861. #define MM_LUN_RESET 0
  862. #define MM_TGT_WARM_RESET 1
  863. uint16_t flags; /* 0C-0D */
  864. uint16_t reserved1; /* 0E-0F */
  865. struct scsi_lun lun; /* FCP LUN (BE). */
  866. uint64_t reserved2; /* 18-1F */
  867. uint64_t reserved3; /* 20-27 */
  868. uint64_t reserved4; /* 28-2F */
  869. uint64_t reserved5; /* 30-37 */
  870. uint64_t reserved6; /* 38-3F */
  871. };
  872. /* Status entry structure*/
  873. struct status_entry {
  874. struct qla4_header hdr; /* 00-03 */
  875. uint32_t handle; /* 04-07 */
  876. uint8_t scsiStatus; /* 08 */
  877. #define SCSI_CHECK_CONDITION 0x02
  878. uint8_t iscsiFlags; /* 09 */
  879. #define ISCSI_FLAG_RESIDUAL_UNDER 0x02
  880. #define ISCSI_FLAG_RESIDUAL_OVER 0x04
  881. uint8_t iscsiResponse; /* 0A */
  882. uint8_t completionStatus; /* 0B */
  883. #define SCS_COMPLETE 0x00
  884. #define SCS_INCOMPLETE 0x01
  885. #define SCS_RESET_OCCURRED 0x04
  886. #define SCS_ABORTED 0x05
  887. #define SCS_TIMEOUT 0x06
  888. #define SCS_DATA_OVERRUN 0x07
  889. #define SCS_DATA_UNDERRUN 0x15
  890. #define SCS_QUEUE_FULL 0x1C
  891. #define SCS_DEVICE_UNAVAILABLE 0x28
  892. #define SCS_DEVICE_LOGGED_OUT 0x29
  893. uint8_t reserved1; /* 0C */
  894. /* state_flags MUST be at the same location as state_flags in
  895. * the Command_T3/4_Entry */
  896. uint8_t state_flags; /* 0D */
  897. uint16_t senseDataByteCnt; /* 0E-0F */
  898. uint32_t residualByteCnt; /* 10-13 */
  899. uint32_t bidiResidualByteCnt; /* 14-17 */
  900. uint32_t expSeqNum; /* 18-1B */
  901. uint32_t maxCmdSeqNum; /* 1C-1F */
  902. uint8_t senseData[IOCB_MAX_SENSEDATA_LEN]; /* 20-3F */
  903. };
  904. /* Status Continuation entry */
  905. struct status_cont_entry {
  906. struct qla4_header hdr; /* 00-03 */
  907. uint8_t ext_sense_data[IOCB_MAX_EXT_SENSEDATA_LEN]; /* 04-63 */
  908. };
  909. struct passthru0 {
  910. struct qla4_header hdr; /* 00-03 */
  911. uint32_t handle; /* 04-07 */
  912. uint16_t target; /* 08-09 */
  913. uint16_t connection_id; /* 0A-0B */
  914. #define ISNS_DEFAULT_SERVER_CONN_ID ((uint16_t)0x8000)
  915. uint16_t control_flags; /* 0C-0D */
  916. #define PT_FLAG_ETHERNET_FRAME 0x8000
  917. #define PT_FLAG_ISNS_PDU 0x8000
  918. #define PT_FLAG_SEND_BUFFER 0x0200
  919. #define PT_FLAG_WAIT_4_RESPONSE 0x0100
  920. #define PT_FLAG_ISCSI_PDU 0x1000
  921. uint16_t timeout; /* 0E-0F */
  922. #define PT_DEFAULT_TIMEOUT 30 /* seconds */
  923. struct data_seg_a64 out_dsd; /* 10-1B */
  924. uint32_t res1; /* 1C-1F */
  925. struct data_seg_a64 in_dsd; /* 20-2B */
  926. uint8_t res2[20]; /* 2C-3F */
  927. };
  928. struct passthru_status {
  929. struct qla4_header hdr; /* 00-03 */
  930. uint32_t handle; /* 04-07 */
  931. uint16_t target; /* 08-09 */
  932. uint16_t connectionID; /* 0A-0B */
  933. uint8_t completionStatus; /* 0C */
  934. #define PASSTHRU_STATUS_COMPLETE 0x01
  935. uint8_t residualFlags; /* 0D */
  936. uint16_t timeout; /* 0E-0F */
  937. uint16_t portNumber; /* 10-11 */
  938. uint8_t res1[10]; /* 12-1B */
  939. uint32_t outResidual; /* 1C-1F */
  940. uint8_t res2[12]; /* 20-2B */
  941. uint32_t inResidual; /* 2C-2F */
  942. uint8_t res4[16]; /* 30-3F */
  943. };
  944. /*
  945. * ISP queue - response queue entry definition.
  946. */
  947. struct response {
  948. uint8_t data[60];
  949. uint32_t signature;
  950. #define RESPONSE_PROCESSED 0xDEADDEAD /* Signature */
  951. };
  952. struct ql_iscsi_stats {
  953. uint8_t reserved1[656]; /* 0000-028F */
  954. uint32_t tx_cmd_pdu; /* 0290-0293 */
  955. uint32_t tx_resp_pdu; /* 0294-0297 */
  956. uint32_t rx_cmd_pdu; /* 0298-029B */
  957. uint32_t rx_resp_pdu; /* 029C-029F */
  958. uint64_t tx_data_octets; /* 02A0-02A7 */
  959. uint64_t rx_data_octets; /* 02A8-02AF */
  960. uint32_t hdr_digest_err; /* 02B0–02B3 */
  961. uint32_t data_digest_err; /* 02B4–02B7 */
  962. uint32_t conn_timeout_err; /* 02B8–02BB */
  963. uint32_t framing_err; /* 02BC–02BF */
  964. uint32_t tx_nopout_pdus; /* 02C0–02C3 */
  965. uint32_t tx_scsi_cmd_pdus; /* 02C4–02C7 */
  966. uint32_t tx_tmf_cmd_pdus; /* 02C8–02CB */
  967. uint32_t tx_login_cmd_pdus; /* 02CC–02CF */
  968. uint32_t tx_text_cmd_pdus; /* 02D0–02D3 */
  969. uint32_t tx_scsi_write_pdus; /* 02D4–02D7 */
  970. uint32_t tx_logout_cmd_pdus; /* 02D8–02DB */
  971. uint32_t tx_snack_req_pdus; /* 02DC–02DF */
  972. uint32_t rx_nopin_pdus; /* 02E0–02E3 */
  973. uint32_t rx_scsi_resp_pdus; /* 02E4–02E7 */
  974. uint32_t rx_tmf_resp_pdus; /* 02E8–02EB */
  975. uint32_t rx_login_resp_pdus; /* 02EC–02EF */
  976. uint32_t rx_text_resp_pdus; /* 02F0–02F3 */
  977. uint32_t rx_scsi_read_pdus; /* 02F4–02F7 */
  978. uint32_t rx_logout_resp_pdus; /* 02F8–02FB */
  979. uint32_t rx_r2t_pdus; /* 02FC–02FF */
  980. uint32_t rx_async_pdus; /* 0300–0303 */
  981. uint32_t rx_reject_pdus; /* 0304–0307 */
  982. uint8_t reserved2[264]; /* 0x0308 - 0x040F */
  983. };
  984. #endif /* _QLA4X_FW_H */