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 #if defined(ENTER_TRACE)
42 #define ENTER(x) do { printk("qla2100 : Entering %s()\n", x); } while (0)
43 #define LEAVE(x) do { printk("qla2100 : Leaving %s()\n", x); } while (0)
44 #define ENTER_INTR(x) do { printk("qla2100 : Entering %s()\n", x); } while (0)
45 #define LEAVE_INTR(x) do { printk("qla2100 : Leaving %s()\n", x); } while (0)
47 #define ENTER(x) do {} while (0)
48 #define LEAVE(x) do {} while (0)
49 #define ENTER_INTR(x) do {} while (0)
50 #define LEAVE_INTR(x) do {} while (0)
54 #define DEBUG(x) do {x;} while (0);
56 #define DEBUG(x) do {} while (0);
59 #if defined(QL_DEBUG_LEVEL_1)
60 #define DEBUG1(x) do {x;} while (0);
62 #define DEBUG1(x) do {} while (0);
65 #if defined(QL_DEBUG_LEVEL_2)
66 #define DEBUG2(x) do {x;} while (0);
67 #define DEBUG2_3(x) do {x;} while (0);
68 #define DEBUG2_3_11(x) do {x;} while (0);
69 #define DEBUG2_9_10(x) do {x;} while (0);
70 #define DEBUG2_11(x) do {x;} while (0);
71 #define DEBUG2_13(x) do {x;} while (0);
73 #define DEBUG2(x) do {} while (0);
76 #if defined(QL_DEBUG_LEVEL_3)
77 #define DEBUG3(x) do {x;} while (0);
78 #define DEBUG2_3(x) do {x;} while (0);
79 #define DEBUG2_3_11(x) do {x;} while (0);
80 #define DEBUG3_11(x) do {x;} while (0);
82 #define DEBUG3(x) do {} while (0);
83 #if !defined(QL_DEBUG_LEVEL_2)
84 #define DEBUG2_3(x) do {} while (0);
88 #if defined(QL_DEBUG_LEVEL_4)
89 #define DEBUG4(x) do {x;} while (0);
91 #define DEBUG4(x) do {} while (0);
94 #if defined(QL_DEBUG_LEVEL_5)
95 #define DEBUG5(x) do {x;} while (0);
97 #define DEBUG5(x) do {} while (0);
100 #if defined(QL_DEBUG_LEVEL_7)
101 #define DEBUG7(x) do {x;} while (0);
103 #define DEBUG7(x) do {} while (0);
106 #if defined(QL_DEBUG_LEVEL_9)
107 #define DEBUG9(x) do {x;} while (0);
108 #define DEBUG9_10(x) do {x;} while (0);
109 #define DEBUG2_9_10(x) do {x;} while (0);
111 #define DEBUG9(x) do {} while (0);
114 #if defined(QL_DEBUG_LEVEL_10)
115 #define DEBUG10(x) do {x;} while (0);
116 #define DEBUG2_9_10(x) do {x;} while (0);
117 #define DEBUG9_10(x) do {x;} while (0);
119 #define DEBUG10(x) do {} while (0);
120 #if !defined(DEBUG2_9_10)
121 #define DEBUG2_9_10(x) do {} while (0);
123 #if !defined(DEBUG9_10)
124 #define DEBUG9_10(x) do {} while (0);
128 #if defined(QL_DEBUG_LEVEL_11)
129 #define DEBUG11(x) do{x;} while(0);
130 #if !defined(DEBUG2_11)
131 #define DEBUG2_11(x) do{x;} while(0);
133 #if !defined(DEBUG2_3_11)
134 #define DEBUG2_3_11(x) do{x;} while(0);
136 #if !defined(DEBUG3_11)
137 #define DEBUG3_11(x) do{x;} while(0);
140 #define DEBUG11(x) do{} while(0);
141 #if !defined(QL_DEBUG_LEVEL_2)
142 #define DEBUG2_11(x) do{} while(0);
143 #if !defined(QL_DEBUG_LEVEL_3)
144 #define DEBUG2_3_11(x) do{} while(0);
147 #if !defined(QL_DEBUG_LEVEL_3)
148 #define DEBUG3_11(x) do{} while(0);
152 #if defined(QL_DEBUG_LEVEL_12)
153 #define DEBUG12(x) do {x;} while (0);
155 #define DEBUG12(x) do {} while (0);
158 #if defined(QL_DEBUG_LEVEL_13)
159 #define DEBUG13(x) do {x;} while (0)
160 #if !defined(DEBUG2_13)
161 #define DEBUG2_13(x) do {x;} while(0)
164 #define DEBUG13(x) do {} while (0)
165 #if !defined(QL_DEBUG_LEVEL_2)
166 #define DEBUG2_13(x) do {} while(0)
170 #if defined(QL_DEBUG_LEVEL_14)
171 #define DEBUG14(x) do {x;} while (0)
173 #define DEBUG14(x) do {} while (0)
177 * Firmware Dump structure definition
179 #define FW_DUMP_SIZE_128K 0xBC000
180 #define FW_DUMP_SIZE_512K 0x2FC000
181 #define FW_DUMP_SIZE_1M 0x5FC000
183 struct qla2300_fw_dump
{
185 uint16_t pbiu_reg
[8];
186 uint16_t risc_host_reg
[8];
187 uint16_t mailbox_reg
[32];
188 uint16_t resp_dma_reg
[32];
189 uint16_t dma_reg
[48];
190 uint16_t risc_hdw_reg
[16];
191 uint16_t risc_gp0_reg
[16];
192 uint16_t risc_gp1_reg
[16];
193 uint16_t risc_gp2_reg
[16];
194 uint16_t risc_gp3_reg
[16];
195 uint16_t risc_gp4_reg
[16];
196 uint16_t risc_gp5_reg
[16];
197 uint16_t risc_gp6_reg
[16];
198 uint16_t risc_gp7_reg
[16];
199 uint16_t frame_buf_hdw_reg
[64];
200 uint16_t fpm_b0_reg
[64];
201 uint16_t fpm_b1_reg
[64];
202 uint16_t risc_ram
[0xf800];
203 uint16_t stack_ram
[0x1000];
204 uint16_t data_ram
[1];
207 struct qla2100_fw_dump
{
209 uint16_t pbiu_reg
[8];
210 uint16_t mailbox_reg
[32];
211 uint16_t dma_reg
[48];
212 uint16_t risc_hdw_reg
[16];
213 uint16_t risc_gp0_reg
[16];
214 uint16_t risc_gp1_reg
[16];
215 uint16_t risc_gp2_reg
[16];
216 uint16_t risc_gp3_reg
[16];
217 uint16_t risc_gp4_reg
[16];
218 uint16_t risc_gp5_reg
[16];
219 uint16_t risc_gp6_reg
[16];
220 uint16_t risc_gp7_reg
[16];
221 uint16_t frame_buf_hdw_reg
[16];
222 uint16_t fpm_b0_reg
[64];
223 uint16_t fpm_b1_reg
[64];
224 uint16_t risc_ram
[0xf000];
227 #define FW_DUMP_SIZE_24XX 0x2B0000
229 struct qla24xx_fw_dump
{
230 uint32_t host_status
;
231 uint32_t host_reg
[32];
232 uint32_t shadow_reg
[7];
233 uint16_t mailbox_reg
[32];
234 uint32_t xseq_gp_reg
[128];
235 uint32_t xseq_0_reg
[16];
236 uint32_t xseq_1_reg
[16];
237 uint32_t rseq_gp_reg
[128];
238 uint32_t rseq_0_reg
[16];
239 uint32_t rseq_1_reg
[16];
240 uint32_t rseq_2_reg
[16];
241 uint32_t cmd_dma_reg
[16];
242 uint32_t req0_dma_reg
[15];
243 uint32_t resp0_dma_reg
[15];
244 uint32_t req1_dma_reg
[15];
245 uint32_t xmt0_dma_reg
[32];
246 uint32_t xmt1_dma_reg
[32];
247 uint32_t xmt2_dma_reg
[32];
248 uint32_t xmt3_dma_reg
[32];
249 uint32_t xmt4_dma_reg
[32];
250 uint32_t xmt_data_dma_reg
[16];
251 uint32_t rcvt0_data_dma_reg
[32];
252 uint32_t rcvt1_data_dma_reg
[32];
253 uint32_t risc_gp_reg
[128];
254 uint32_t lmc_reg
[112];
255 uint32_t fpm_hdw_reg
[192];
256 uint32_t fb_hdw_reg
[176];
257 uint32_t code_ram
[0x2000];