2 * QLogic Fibre Channel HBA Driver
3 * Copyright (c) 2003-2005 QLogic Corporation
5 * See LICENSE.qla2xxx for copyright and licensing details.
8 * Driver debug definitions.
10 /* #define QL_DEBUG_LEVEL_1 */ /* Output register accesses to COM1 */
11 /* #define QL_DEBUG_LEVEL_2 */ /* Output error msgs to COM1 */
12 /* #define QL_DEBUG_LEVEL_3 */ /* Output function trace msgs to COM1 */
13 /* #define QL_DEBUG_LEVEL_4 */ /* Output NVRAM trace msgs to COM1 */
14 /* #define QL_DEBUG_LEVEL_5 */ /* Output ring trace msgs to COM1 */
15 /* #define QL_DEBUG_LEVEL_6 */ /* Output WATCHDOG timer trace to COM1 */
16 /* #define QL_DEBUG_LEVEL_7 */ /* Output RISC load trace msgs to COM1 */
17 /* #define QL_DEBUG_LEVEL_8 */ /* Output ring saturation msgs to COM1 */
18 /* #define QL_DEBUG_LEVEL_9 */ /* Output IOCTL trace msgs */
19 /* #define QL_DEBUG_LEVEL_10 */ /* Output IOCTL error msgs */
20 /* #define QL_DEBUG_LEVEL_11 */ /* Output Mbx Cmd trace msgs */
21 /* #define QL_DEBUG_LEVEL_12 */ /* Output IP trace msgs */
22 /* #define QL_DEBUG_LEVEL_13 */ /* Output fdmi function trace msgs */
23 /* #define QL_DEBUG_LEVEL_14 */ /* Output RSCN trace msgs */
25 * Local Macro Definitions.
27 #if defined(QL_DEBUG_LEVEL_1) || defined(QL_DEBUG_LEVEL_2) || \
28 defined(QL_DEBUG_LEVEL_3) || defined(QL_DEBUG_LEVEL_4) || \
29 defined(QL_DEBUG_LEVEL_5) || defined(QL_DEBUG_LEVEL_6) || \
30 defined(QL_DEBUG_LEVEL_7) || defined(QL_DEBUG_LEVEL_8) || \
31 defined(QL_DEBUG_LEVEL_9) || defined(QL_DEBUG_LEVEL_10) || \
32 defined(QL_DEBUG_LEVEL_11) || defined(QL_DEBUG_LEVEL_12) || \
33 defined(QL_DEBUG_LEVEL_13) || defined(QL_DEBUG_LEVEL_14)
34 #define QL_DEBUG_ROUTINES
38 * Macros use for debugging the driver.
41 #define DEBUG(x) do { if (ql2xextended_error_logging) { x; } } while (0)
43 #if defined(QL_DEBUG_LEVEL_1)
44 #define DEBUG1(x) do {x;} while (0)
46 #define DEBUG1(x) do {} while (0)
49 #define DEBUG2(x) do { if (ql2xextended_error_logging) { x; } } while (0)
50 #define DEBUG2_3(x) do { if (ql2xextended_error_logging) { x; } } while (0)
51 #define DEBUG2_3_11(x) do { if (ql2xextended_error_logging) { x; } } while (0)
52 #define DEBUG2_9_10(x) do { if (ql2xextended_error_logging) { x; } } while (0)
53 #define DEBUG2_11(x) do { if (ql2xextended_error_logging) { x; } } while (0)
54 #define DEBUG2_13(x) do { if (ql2xextended_error_logging) { x; } } while (0)
56 #if defined(QL_DEBUG_LEVEL_3)
57 #define DEBUG3(x) do {x;} while (0)
58 #define DEBUG3_11(x) do {x;} while (0)
60 #define DEBUG3(x) do {} while (0)
63 #if defined(QL_DEBUG_LEVEL_4)
64 #define DEBUG4(x) do {x;} while (0)
66 #define DEBUG4(x) do {} while (0)
69 #if defined(QL_DEBUG_LEVEL_5)
70 #define DEBUG5(x) do {x;} while (0)
72 #define DEBUG5(x) do {} while (0)
75 #if defined(QL_DEBUG_LEVEL_7)
76 #define DEBUG7(x) do {x;} while (0)
78 #define DEBUG7(x) do {} while (0)
81 #if defined(QL_DEBUG_LEVEL_9)
82 #define DEBUG9(x) do {x;} while (0)
83 #define DEBUG9_10(x) do {x;} while (0)
85 #define DEBUG9(x) do {} while (0)
88 #if defined(QL_DEBUG_LEVEL_10)
89 #define DEBUG10(x) do {x;} while (0)
90 #define DEBUG9_10(x) do {x;} while (0)
92 #define DEBUG10(x) do {} while (0)
93 #if !defined(DEBUG9_10)
94 #define DEBUG9_10(x) do {} while (0)
98 #if defined(QL_DEBUG_LEVEL_11)
99 #define DEBUG11(x) do{x;} while(0)
100 #if !defined(DEBUG3_11)
101 #define DEBUG3_11(x) do{x;} while(0)
104 #define DEBUG11(x) do{} while(0)
105 #if !defined(QL_DEBUG_LEVEL_3)
106 #define DEBUG3_11(x) do{} while(0)
110 #if defined(QL_DEBUG_LEVEL_12)
111 #define DEBUG12(x) do {x;} while (0)
113 #define DEBUG12(x) do {} while (0)
116 #if defined(QL_DEBUG_LEVEL_13)
117 #define DEBUG13(x) do {x;} while (0)
119 #define DEBUG13(x) do {} while (0)
122 #if defined(QL_DEBUG_LEVEL_14)
123 #define DEBUG14(x) do {x;} while (0)
125 #define DEBUG14(x) do {} while (0)
129 * Firmware Dump structure definition
132 struct qla2300_fw_dump
{
134 uint16_t pbiu_reg
[8];
135 uint16_t risc_host_reg
[8];
136 uint16_t mailbox_reg
[32];
137 uint16_t resp_dma_reg
[32];
138 uint16_t dma_reg
[48];
139 uint16_t risc_hdw_reg
[16];
140 uint16_t risc_gp0_reg
[16];
141 uint16_t risc_gp1_reg
[16];
142 uint16_t risc_gp2_reg
[16];
143 uint16_t risc_gp3_reg
[16];
144 uint16_t risc_gp4_reg
[16];
145 uint16_t risc_gp5_reg
[16];
146 uint16_t risc_gp6_reg
[16];
147 uint16_t risc_gp7_reg
[16];
148 uint16_t frame_buf_hdw_reg
[64];
149 uint16_t fpm_b0_reg
[64];
150 uint16_t fpm_b1_reg
[64];
151 uint16_t risc_ram
[0xf800];
152 uint16_t stack_ram
[0x1000];
153 uint16_t data_ram
[1];
156 struct qla2100_fw_dump
{
158 uint16_t pbiu_reg
[8];
159 uint16_t mailbox_reg
[32];
160 uint16_t dma_reg
[48];
161 uint16_t risc_hdw_reg
[16];
162 uint16_t risc_gp0_reg
[16];
163 uint16_t risc_gp1_reg
[16];
164 uint16_t risc_gp2_reg
[16];
165 uint16_t risc_gp3_reg
[16];
166 uint16_t risc_gp4_reg
[16];
167 uint16_t risc_gp5_reg
[16];
168 uint16_t risc_gp6_reg
[16];
169 uint16_t risc_gp7_reg
[16];
170 uint16_t frame_buf_hdw_reg
[16];
171 uint16_t fpm_b0_reg
[64];
172 uint16_t fpm_b1_reg
[64];
173 uint16_t risc_ram
[0xf000];
176 struct qla24xx_fw_dump
{
177 uint32_t host_status
;
178 uint32_t host_reg
[32];
179 uint32_t shadow_reg
[7];
180 uint16_t mailbox_reg
[32];
181 uint32_t xseq_gp_reg
[128];
182 uint32_t xseq_0_reg
[16];
183 uint32_t xseq_1_reg
[16];
184 uint32_t rseq_gp_reg
[128];
185 uint32_t rseq_0_reg
[16];
186 uint32_t rseq_1_reg
[16];
187 uint32_t rseq_2_reg
[16];
188 uint32_t cmd_dma_reg
[16];
189 uint32_t req0_dma_reg
[15];
190 uint32_t resp0_dma_reg
[15];
191 uint32_t req1_dma_reg
[15];
192 uint32_t xmt0_dma_reg
[32];
193 uint32_t xmt1_dma_reg
[32];
194 uint32_t xmt2_dma_reg
[32];
195 uint32_t xmt3_dma_reg
[32];
196 uint32_t xmt4_dma_reg
[32];
197 uint32_t xmt_data_dma_reg
[16];
198 uint32_t rcvt0_data_dma_reg
[32];
199 uint32_t rcvt1_data_dma_reg
[32];
200 uint32_t risc_gp_reg
[128];
201 uint32_t lmc_reg
[112];
202 uint32_t fpm_hdw_reg
[192];
203 uint32_t fb_hdw_reg
[176];
204 uint32_t code_ram
[0x2000];
208 #define EFT_NUM_BUFFERS 4
209 #define EFT_BYTES_PER_BUFFER 0x4000
210 #define EFT_SIZE ((EFT_BYTES_PER_BUFFER) * (EFT_NUM_BUFFERS))
212 struct qla2xxx_fw_dump
{
213 uint8_t signature
[4];
216 uint32_t fw_major_version
;
217 uint32_t fw_minor_version
;
218 uint32_t fw_subminor_version
;
219 uint32_t fw_attributes
;
223 uint32_t subsystem_vendor
;
224 uint32_t subsystem_device
;
235 uint32_t header_size
;
238 struct qla2100_fw_dump isp21
;
239 struct qla2300_fw_dump isp23
;
240 struct qla24xx_fw_dump isp24
;