blob: 77e67e1429ee646cf1df84be8ac481e5bbca7885 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Andrew Vasquezfa90c542005-10-27 11:10:08 -07002 * QLogic Fibre Channel HBA Driver
3 * Copyright (c) 2003-2005 QLogic Corporation
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
Andrew Vasquezfa90c542005-10-27 11:10:08 -07005 * See LICENSE.qla2xxx for copyright and licensing details.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 */
7#include "qla_def.h"
8
9#include <linux/moduleparam.h>
10#include <linux/vmalloc.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#include <linux/delay.h>
Christoph Hellwig39a11242006-02-14 18:46:22 +010012#include <linux/kthread.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
14#include <scsi/scsi_tcq.h>
15#include <scsi/scsicam.h>
16#include <scsi/scsi_transport.h>
17#include <scsi/scsi_transport_fc.h>
18
19/*
20 * Driver version
21 */
22char qla2x00_version_str[40];
23
24/*
25 * SRB allocation cache
26 */
Andrew Vasquez 354d6b22005-04-23 02:47:27 -040027static kmem_cache_t *srb_cachep;
Linus Torvalds1da177e2005-04-16 15:20:36 -070028
29/*
30 * Ioctl related information.
31 */
Andrew Vasquez 354d6b22005-04-23 02:47:27 -040032static int num_hosts;
Linus Torvalds1da177e2005-04-16 15:20:36 -070033
34int ql2xlogintimeout = 20;
35module_param(ql2xlogintimeout, int, S_IRUGO|S_IRUSR);
36MODULE_PARM_DESC(ql2xlogintimeout,
37 "Login timeout value in seconds.");
38
8482e1182005-04-17 15:04:54 -050039int qlport_down_retry = 30;
Linus Torvalds1da177e2005-04-16 15:20:36 -070040module_param(qlport_down_retry, int, S_IRUGO|S_IRUSR);
41MODULE_PARM_DESC(qlport_down_retry,
42 "Maximum number of command retries to a port that returns"
43 "a PORT-DOWN status.");
44
Linus Torvalds1da177e2005-04-16 15:20:36 -070045int ql2xplogiabsentdevice;
46module_param(ql2xplogiabsentdevice, int, S_IRUGO|S_IWUSR);
47MODULE_PARM_DESC(ql2xplogiabsentdevice,
48 "Option to enable PLOGI to devices that are not present after "
49 "a Fabric scan. This is needed for several broken switches."
50 "Default is 0 - no PLOGI. 1 - perfom PLOGI.");
51
Linus Torvalds1da177e2005-04-16 15:20:36 -070052int ql2xloginretrycount = 0;
53module_param(ql2xloginretrycount, int, S_IRUGO|S_IRUSR);
54MODULE_PARM_DESC(ql2xloginretrycount,
55 "Specify an alternate value for the NVRAM login retry count.");
56
Andrew Vasquez331e3472005-11-09 15:49:19 -080057#if defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE)
58int ql2xfwloadflash;
59module_param(ql2xfwloadflash, int, S_IRUGO|S_IRUSR);
60MODULE_PARM_DESC(ql2xfwloadflash,
61 "Load ISP24xx firmware image from FLASH (onboard memory).");
62#endif
63
Linus Torvalds1da177e2005-04-16 15:20:36 -070064static void qla2x00_free_device(scsi_qla_host_t *);
65
66static void qla2x00_config_dma_addressing(scsi_qla_host_t *ha);
67
Andrew Vasquezcca53352005-08-26 19:08:30 -070068int ql2xfdmienable;
69module_param(ql2xfdmienable, int, S_IRUGO|S_IRUSR);
70MODULE_PARM_DESC(ql2xfdmienable,
71 "Enables FDMI registratons "
72 "Default is 0 - no FDMI. 1 - perfom FDMI.");
73
andrew.vasquez@qlogic.com79f89a42006-01-13 17:05:58 -080074int ql2xprocessrscn;
75module_param(ql2xprocessrscn, int, S_IRUGO|S_IRUSR);
76MODULE_PARM_DESC(ql2xprocessrscn,
77 "Option to enable port RSCN handling via a series of less"
78 "fabric intrusive ADISCs and PLOGIs.");
79
Linus Torvalds1da177e2005-04-16 15:20:36 -070080/*
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -070081 * SCSI host template entry points
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 */
83static int qla2xxx_slave_configure(struct scsi_device * device);
f4f051e2005-04-17 15:02:26 -050084static int qla2xxx_slave_alloc(struct scsi_device *);
85static void qla2xxx_slave_destroy(struct scsi_device *);
Linus Torvalds1da177e2005-04-16 15:20:36 -070086static int qla2x00_queuecommand(struct scsi_cmnd *cmd,
87 void (*fn)(struct scsi_cmnd *));
Andrew Vasquezfca29702005-07-06 10:31:47 -070088static int qla24xx_queuecommand(struct scsi_cmnd *cmd,
89 void (*fn)(struct scsi_cmnd *));
Linus Torvalds1da177e2005-04-16 15:20:36 -070090static int qla2xxx_eh_abort(struct scsi_cmnd *);
91static int qla2xxx_eh_device_reset(struct scsi_cmnd *);
92static int qla2xxx_eh_bus_reset(struct scsi_cmnd *);
93static int qla2xxx_eh_host_reset(struct scsi_cmnd *);
94static int qla2x00_loop_reset(scsi_qla_host_t *ha);
95static int qla2x00_device_reset(scsi_qla_host_t *, fc_port_t *);
96
Andrew Vasquezce7e4af2005-08-26 19:09:30 -070097static int qla2x00_change_queue_depth(struct scsi_device *, int);
98static int qla2x00_change_queue_type(struct scsi_device *, int);
99
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100static struct scsi_host_template qla2x00_driver_template = {
101 .module = THIS_MODULE,
102 .name = "qla2xxx",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103 .queuecommand = qla2x00_queuecommand,
104
105 .eh_abort_handler = qla2xxx_eh_abort,
106 .eh_device_reset_handler = qla2xxx_eh_device_reset,
107 .eh_bus_reset_handler = qla2xxx_eh_bus_reset,
108 .eh_host_reset_handler = qla2xxx_eh_host_reset,
109
110 .slave_configure = qla2xxx_slave_configure,
111
f4f051e2005-04-17 15:02:26 -0500112 .slave_alloc = qla2xxx_slave_alloc,
113 .slave_destroy = qla2xxx_slave_destroy,
Andrew Vasquezce7e4af2005-08-26 19:09:30 -0700114 .change_queue_depth = qla2x00_change_queue_depth,
115 .change_queue_type = qla2x00_change_queue_type,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116 .this_id = -1,
117 .cmd_per_lun = 3,
118 .use_clustering = ENABLE_CLUSTERING,
119 .sg_tablesize = SG_ALL,
120
121 /*
122 * The RISC allows for each command to transfer (2^32-1) bytes of data,
123 * which equates to 0x800000 sectors.
124 */
125 .max_sectors = 0xFFFF,
Andrew Vasquezafb046e2005-08-26 19:09:40 -0700126 .shost_attrs = qla2x00_host_attrs,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127};
128
Andrew Vasquezfca29702005-07-06 10:31:47 -0700129static struct scsi_host_template qla24xx_driver_template = {
130 .module = THIS_MODULE,
131 .name = "qla2xxx",
132 .queuecommand = qla24xx_queuecommand,
133
134 .eh_abort_handler = qla2xxx_eh_abort,
135 .eh_device_reset_handler = qla2xxx_eh_device_reset,
136 .eh_bus_reset_handler = qla2xxx_eh_bus_reset,
137 .eh_host_reset_handler = qla2xxx_eh_host_reset,
138
139 .slave_configure = qla2xxx_slave_configure,
140
141 .slave_alloc = qla2xxx_slave_alloc,
142 .slave_destroy = qla2xxx_slave_destroy,
Andrew Vasquezce7e4af2005-08-26 19:09:30 -0700143 .change_queue_depth = qla2x00_change_queue_depth,
144 .change_queue_type = qla2x00_change_queue_type,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700145 .this_id = -1,
146 .cmd_per_lun = 3,
147 .use_clustering = ENABLE_CLUSTERING,
148 .sg_tablesize = SG_ALL,
149
150 .max_sectors = 0xFFFF,
Andrew Vasquezafb046e2005-08-26 19:09:40 -0700151 .shost_attrs = qla2x00_host_attrs,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700152};
153
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154static struct scsi_transport_template *qla2xxx_transport_template = NULL;
155
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156/* TODO Convert to inlines
157 *
158 * Timer routines
159 */
160#define WATCH_INTERVAL 1 /* number of seconds */
161
162static void qla2x00_timer(scsi_qla_host_t *);
163
164static __inline__ void qla2x00_start_timer(scsi_qla_host_t *,
165 void *, unsigned long);
166static __inline__ void qla2x00_restart_timer(scsi_qla_host_t *, unsigned long);
167static __inline__ void qla2x00_stop_timer(scsi_qla_host_t *);
168
169static inline void
170qla2x00_start_timer(scsi_qla_host_t *ha, void *func, unsigned long interval)
171{
172 init_timer(&ha->timer);
173 ha->timer.expires = jiffies + interval * HZ;
174 ha->timer.data = (unsigned long)ha;
175 ha->timer.function = (void (*)(unsigned long))func;
176 add_timer(&ha->timer);
177 ha->timer_active = 1;
178}
179
180static inline void
181qla2x00_restart_timer(scsi_qla_host_t *ha, unsigned long interval)
182{
183 mod_timer(&ha->timer, jiffies + interval * HZ);
184}
185
186static __inline__ void
187qla2x00_stop_timer(scsi_qla_host_t *ha)
188{
189 del_timer_sync(&ha->timer);
190 ha->timer_active = 0;
191}
192
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193static int qla2x00_do_dpc(void *data);
194
195static void qla2x00_rst_aen(scsi_qla_host_t *);
196
197static uint8_t qla2x00_mem_alloc(scsi_qla_host_t *);
198static void qla2x00_mem_free(scsi_qla_host_t *ha);
199static int qla2x00_allocate_sp_pool( scsi_qla_host_t *ha);
200static void qla2x00_free_sp_pool(scsi_qla_host_t *ha);
f4f051e2005-04-17 15:02:26 -0500201static void qla2x00_sp_free_dma(scsi_qla_host_t *, srb_t *);
202void qla2x00_sp_compl(scsi_qla_host_t *ha, srb_t *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204/* -------------------------------------------------------------------------- */
205
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206static char *
Andrew Vasquezabbd8872005-07-06 10:30:05 -0700207qla2x00_pci_info_str(struct scsi_qla_host *ha, char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208{
209 static char *pci_bus_modes[] = {
210 "33", "66", "100", "133",
211 };
212 uint16_t pci_bus;
213
214 strcpy(str, "PCI");
215 pci_bus = (ha->pci_attr & (BIT_9 | BIT_10)) >> 9;
216 if (pci_bus) {
217 strcat(str, "-X (");
218 strcat(str, pci_bus_modes[pci_bus]);
219 } else {
220 pci_bus = (ha->pci_attr & BIT_8) >> 8;
221 strcat(str, " (");
222 strcat(str, pci_bus_modes[pci_bus]);
223 }
224 strcat(str, " MHz)");
225
226 return (str);
227}
228
Andrew Vasquezfca29702005-07-06 10:31:47 -0700229static char *
230qla24xx_pci_info_str(struct scsi_qla_host *ha, char *str)
231{
232 static char *pci_bus_modes[] = { "33", "66", "100", "133", };
233 uint32_t pci_bus;
234 int pcie_reg;
235
236 pcie_reg = pci_find_capability(ha->pdev, PCI_CAP_ID_EXP);
237 if (pcie_reg) {
238 char lwstr[6];
239 uint16_t pcie_lstat, lspeed, lwidth;
240
241 pcie_reg += 0x12;
242 pci_read_config_word(ha->pdev, pcie_reg, &pcie_lstat);
243 lspeed = pcie_lstat & (BIT_0 | BIT_1 | BIT_2 | BIT_3);
244 lwidth = (pcie_lstat &
245 (BIT_4 | BIT_5 | BIT_6 | BIT_7 | BIT_8 | BIT_9)) >> 4;
246
247 strcpy(str, "PCIe (");
248 if (lspeed == 1)
249 strcat(str, "2.5Gb/s ");
250 else
251 strcat(str, "<unknown> ");
252 snprintf(lwstr, sizeof(lwstr), "x%d)", lwidth);
253 strcat(str, lwstr);
254
255 return str;
256 }
257
258 strcpy(str, "PCI");
259 pci_bus = (ha->pci_attr & CSRX_PCIX_BUS_MODE_MASK) >> 8;
260 if (pci_bus == 0 || pci_bus == 8) {
261 strcat(str, " (");
262 strcat(str, pci_bus_modes[pci_bus >> 3]);
263 } else {
264 strcat(str, "-X ");
265 if (pci_bus & BIT_2)
266 strcat(str, "Mode 2");
267 else
268 strcat(str, "Mode 1");
269 strcat(str, " (");
270 strcat(str, pci_bus_modes[pci_bus & ~BIT_2]);
271 }
272 strcat(str, " MHz)");
273
274 return str;
275}
276
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277char *
Andrew Vasquezabbd8872005-07-06 10:30:05 -0700278qla2x00_fw_version_str(struct scsi_qla_host *ha, char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279{
280 char un_str[10];
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700281
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 sprintf(str, "%d.%02d.%02d ", ha->fw_major_version,
283 ha->fw_minor_version,
284 ha->fw_subminor_version);
285
286 if (ha->fw_attributes & BIT_9) {
287 strcat(str, "FLX");
288 return (str);
289 }
290
291 switch (ha->fw_attributes & 0xFF) {
292 case 0x7:
293 strcat(str, "EF");
294 break;
295 case 0x17:
296 strcat(str, "TP");
297 break;
298 case 0x37:
299 strcat(str, "IP");
300 break;
301 case 0x77:
302 strcat(str, "VI");
303 break;
304 default:
305 sprintf(un_str, "(%x)", ha->fw_attributes);
306 strcat(str, un_str);
307 break;
308 }
309 if (ha->fw_attributes & 0x100)
310 strcat(str, "X");
311
312 return (str);
313}
314
Andrew Vasquezfca29702005-07-06 10:31:47 -0700315char *
316qla24xx_fw_version_str(struct scsi_qla_host *ha, char *str)
317{
Andrew Vasquezf0883ac2005-07-08 17:58:43 -0700318 sprintf(str, "%d.%02d.%02d ", ha->fw_major_version,
319 ha->fw_minor_version,
320 ha->fw_subminor_version);
321
Andrew Vasquezfca29702005-07-06 10:31:47 -0700322 if (ha->fw_attributes & BIT_0)
323 strcat(str, "[Class 2] ");
324 if (ha->fw_attributes & BIT_1)
325 strcat(str, "[IP] ");
326 if (ha->fw_attributes & BIT_2)
327 strcat(str, "[Multi-ID] ");
328 if (ha->fw_attributes & BIT_13)
329 strcat(str, "[Experimental]");
330 return str;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700331}
332
333static inline srb_t *
334qla2x00_get_new_sp(scsi_qla_host_t *ha, fc_port_t *fcport,
335 struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *))
336{
337 srb_t *sp;
338
339 sp = mempool_alloc(ha->srb_mempool, GFP_ATOMIC);
340 if (!sp)
341 return sp;
342
Andrew Vasquezfca29702005-07-06 10:31:47 -0700343 sp->ha = ha;
344 sp->fcport = fcport;
345 sp->cmd = cmd;
346 sp->flags = 0;
347 CMD_SP(cmd) = (void *)sp;
348 cmd->scsi_done = done;
349
350 return sp;
351}
352
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353static int
f4f051e2005-04-17 15:02:26 -0500354qla2x00_queuecommand(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355{
f4f051e2005-04-17 15:02:26 -0500356 scsi_qla_host_t *ha = to_qla_host(cmd->device->host);
bdf79622005-04-17 15:06:53 -0500357 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400358 struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device));
f4f051e2005-04-17 15:02:26 -0500359 srb_t *sp;
360 int rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400362 rval = fc_remote_port_chkready(rport);
363 if (rval) {
364 cmd->result = rval;
f4f051e2005-04-17 15:02:26 -0500365 goto qc_fail_command;
366 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367
andrew.vasquez@qlogic.com387f96b2006-02-07 08:45:45 -0800368 /* Close window on fcport/rport state-transitioning. */
369 if (!*(fc_port_t **)rport->dd_data) {
370 cmd->result = DID_IMM_RETRY << 16;
371 goto qc_fail_command;
372 }
373
f4f051e2005-04-17 15:02:26 -0500374 if (atomic_read(&fcport->state) != FCS_ONLINE) {
375 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD ||
376 atomic_read(&ha->loop_state) == LOOP_DEAD) {
377 cmd->result = DID_NO_CONNECT << 16;
378 goto qc_fail_command;
379 }
380 goto qc_host_busy;
381 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382
383 spin_unlock_irq(ha->host->host_lock);
384
Andrew Vasquezfca29702005-07-06 10:31:47 -0700385 sp = qla2x00_get_new_sp(ha, fcport, cmd, done);
386 if (!sp)
f4f051e2005-04-17 15:02:26 -0500387 goto qc_host_busy_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388
f4f051e2005-04-17 15:02:26 -0500389 rval = qla2x00_start_scsi(sp);
390 if (rval != QLA_SUCCESS)
391 goto qc_host_busy_free_sp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 spin_lock_irq(ha->host->host_lock);
394
f4f051e2005-04-17 15:02:26 -0500395 return 0;
396
397qc_host_busy_free_sp:
398 qla2x00_sp_free_dma(ha, sp);
f4f051e2005-04-17 15:02:26 -0500399 mempool_free(sp, ha->srb_mempool);
400
401qc_host_busy_lock:
402 spin_lock_irq(ha->host->host_lock);
403
404qc_host_busy:
405 return SCSI_MLQUEUE_HOST_BUSY;
406
407qc_fail_command:
408 done(cmd);
409
410 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411}
412
Andrew Vasquezfca29702005-07-06 10:31:47 -0700413
414static int
415qla24xx_queuecommand(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *))
416{
417 scsi_qla_host_t *ha = to_qla_host(cmd->device->host);
418 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400419 struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device));
Andrew Vasquezfca29702005-07-06 10:31:47 -0700420 srb_t *sp;
421 int rval;
422
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400423 rval = fc_remote_port_chkready(rport);
424 if (rval) {
425 cmd->result = rval;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700426 goto qc24_fail_command;
427 }
428
andrew.vasquez@qlogic.com387f96b2006-02-07 08:45:45 -0800429 /* Close window on fcport/rport state-transitioning. */
430 if (!*(fc_port_t **)rport->dd_data) {
431 cmd->result = DID_IMM_RETRY << 16;
432 goto qc24_fail_command;
433 }
434
Andrew Vasquezfca29702005-07-06 10:31:47 -0700435 if (atomic_read(&fcport->state) != FCS_ONLINE) {
436 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD ||
437 atomic_read(&ha->loop_state) == LOOP_DEAD) {
438 cmd->result = DID_NO_CONNECT << 16;
439 goto qc24_fail_command;
440 }
441 goto qc24_host_busy;
442 }
443
444 spin_unlock_irq(ha->host->host_lock);
445
446 sp = qla2x00_get_new_sp(ha, fcport, cmd, done);
447 if (!sp)
448 goto qc24_host_busy_lock;
449
450 rval = qla24xx_start_scsi(sp);
451 if (rval != QLA_SUCCESS)
452 goto qc24_host_busy_free_sp;
453
454 spin_lock_irq(ha->host->host_lock);
455
456 return 0;
457
458qc24_host_busy_free_sp:
459 qla2x00_sp_free_dma(ha, sp);
460 mempool_free(sp, ha->srb_mempool);
461
462qc24_host_busy_lock:
463 spin_lock_irq(ha->host->host_lock);
464
465qc24_host_busy:
466 return SCSI_MLQUEUE_HOST_BUSY;
467
468qc24_fail_command:
469 done(cmd);
470
471 return 0;
472}
473
474
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475/*
476 * qla2x00_eh_wait_on_command
477 * Waits for the command to be returned by the Firmware for some
478 * max time.
479 *
480 * Input:
481 * ha = actual ha whose done queue will contain the command
482 * returned by firmware.
483 * cmd = Scsi Command to wait on.
484 * flag = Abort/Reset(Bus or Device Reset)
485 *
486 * Return:
487 * Not Found : 0
488 * Found : 1
489 */
490static int
491qla2x00_eh_wait_on_command(scsi_qla_host_t *ha, struct scsi_cmnd *cmd)
492{
Andrew Vasquezfe74c712005-08-26 19:10:10 -0700493#define ABORT_POLLING_PERIOD 1000
494#define ABORT_WAIT_ITER ((10 * 1000) / (ABORT_POLLING_PERIOD))
f4f051e2005-04-17 15:02:26 -0500495 unsigned long wait_iter = ABORT_WAIT_ITER;
496 int ret = QLA_SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497
f4f051e2005-04-17 15:02:26 -0500498 while (CMD_SP(cmd)) {
Andrew Vasquezfe74c712005-08-26 19:10:10 -0700499 msleep(ABORT_POLLING_PERIOD);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500
f4f051e2005-04-17 15:02:26 -0500501 if (--wait_iter)
502 break;
503 }
504 if (CMD_SP(cmd))
505 ret = QLA_FUNCTION_FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506
f4f051e2005-04-17 15:02:26 -0500507 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508}
509
510/*
511 * qla2x00_wait_for_hba_online
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700512 * Wait till the HBA is online after going through
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 * <= MAX_RETRIES_OF_ISP_ABORT or
514 * finally HBA is disabled ie marked offline
515 *
516 * Input:
517 * ha - pointer to host adapter structure
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700518 *
519 * Note:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520 * Does context switching-Release SPIN_LOCK
521 * (if any) before calling this routine.
522 *
523 * Return:
524 * Success (Adapter is online) : 0
525 * Failed (Adapter is offline/disabled) : 1
526 */
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -0800527int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528qla2x00_wait_for_hba_online(scsi_qla_host_t *ha)
529{
Andrew Vasquezfca29702005-07-06 10:31:47 -0700530 int return_status;
531 unsigned long wait_online;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700533 wait_online = jiffies + (MAX_LOOP_TIMEOUT * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534 while (((test_bit(ISP_ABORT_NEEDED, &ha->dpc_flags)) ||
535 test_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags) ||
536 test_bit(ISP_ABORT_RETRY, &ha->dpc_flags) ||
537 ha->dpc_active) && time_before(jiffies, wait_online)) {
538
539 msleep(1000);
540 }
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700541 if (ha->flags.online)
542 return_status = QLA_SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543 else
544 return_status = QLA_FUNCTION_FAILED;
545
546 DEBUG2(printk("%s return_status=%d\n",__func__,return_status));
547
548 return (return_status);
549}
550
551/*
552 * qla2x00_wait_for_loop_ready
553 * Wait for MAX_LOOP_TIMEOUT(5 min) value for loop
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700554 * to be in LOOP_READY state.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555 * Input:
556 * ha - pointer to host adapter structure
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700557 *
558 * Note:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559 * Does context switching-Release SPIN_LOCK
560 * (if any) before calling this routine.
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700561 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 *
563 * Return:
564 * Success (LOOP_READY) : 0
565 * Failed (LOOP_NOT_READY) : 1
566 */
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700567static inline int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568qla2x00_wait_for_loop_ready(scsi_qla_host_t *ha)
569{
570 int return_status = QLA_SUCCESS;
571 unsigned long loop_timeout ;
572
573 /* wait for 5 min at the max for loop to be ready */
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700574 loop_timeout = jiffies + (MAX_LOOP_TIMEOUT * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575
576 while ((!atomic_read(&ha->loop_down_timer) &&
577 atomic_read(&ha->loop_state) == LOOP_DOWN) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 atomic_read(&ha->loop_state) != LOOP_READY) {
Ravi Anand57680082006-05-17 15:08:44 -0700579 if (atomic_read(&ha->loop_state) == LOOP_DEAD) {
580 return_status = QLA_FUNCTION_FAILED;
581 break;
582 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 msleep(1000);
584 if (time_after_eq(jiffies, loop_timeout)) {
585 return_status = QLA_FUNCTION_FAILED;
586 break;
587 }
588 }
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700589 return (return_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590}
591
592/**************************************************************************
593* qla2xxx_eh_abort
594*
595* Description:
596* The abort function will abort the specified command.
597*
598* Input:
599* cmd = Linux SCSI command packet to be aborted.
600*
601* Returns:
602* Either SUCCESS or FAILED.
603*
604* Note:
605**************************************************************************/
606int
607qla2xxx_eh_abort(struct scsi_cmnd *cmd)
608{
f4f051e2005-04-17 15:02:26 -0500609 scsi_qla_host_t *ha = to_qla_host(cmd->device->host);
610 srb_t *sp;
611 int ret, i;
612 unsigned int id, lun;
613 unsigned long serial;
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700614 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615
f4f051e2005-04-17 15:02:26 -0500616 if (!CMD_SP(cmd))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 return FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618
f4f051e2005-04-17 15:02:26 -0500619 ret = FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620
f4f051e2005-04-17 15:02:26 -0500621 id = cmd->device->id;
622 lun = cmd->device->lun;
623 serial = cmd->serial_number;
624
625 /* Check active list for command command. */
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700626 spin_lock_irqsave(&ha->hardware_lock, flags);
f4f051e2005-04-17 15:02:26 -0500627 for (i = 1; i < MAX_OUTSTANDING_COMMANDS; i++) {
628 sp = ha->outstanding_cmds[i];
629
630 if (sp == NULL)
631 continue;
632
633 if (sp->cmd != cmd)
634 continue;
635
Andrew Vasquez75bc4192006-05-17 15:09:22 -0700636 DEBUG2(printk("%s(%ld): aborting sp %p from RISC. pid=%ld.\n",
637 __func__, ha->host_no, sp, serial));
f4f051e2005-04-17 15:02:26 -0500638 DEBUG3(qla2x00_print_scsi_cmd(cmd);)
639
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700640 spin_unlock_irqrestore(&ha->hardware_lock, flags);
Andrew Vasquezabbd8872005-07-06 10:30:05 -0700641 if (ha->isp_ops.abort_command(ha, sp)) {
f4f051e2005-04-17 15:02:26 -0500642 DEBUG2(printk("%s(%ld): abort_command "
643 "mbx failed.\n", __func__, ha->host_no));
644 } else {
645 DEBUG3(printk("%s(%ld): abort_command "
646 "mbx success.\n", __func__, ha->host_no));
647 ret = SUCCESS;
648 }
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700649 spin_lock_irqsave(&ha->hardware_lock, flags);
f4f051e2005-04-17 15:02:26 -0500650
651 break;
652 }
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700653 spin_unlock_irqrestore(&ha->hardware_lock, flags);
f4f051e2005-04-17 15:02:26 -0500654
655 /* Wait for the command to be returned. */
656 if (ret == SUCCESS) {
f4f051e2005-04-17 15:02:26 -0500657 if (qla2x00_eh_wait_on_command(ha, cmd) != QLA_SUCCESS) {
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700658 qla_printk(KERN_ERR, ha,
f4f051e2005-04-17 15:02:26 -0500659 "scsi(%ld:%d:%d): Abort handler timed out -- %lx "
660 "%x.\n", ha->host_no, id, lun, serial, ret);
661 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700664 qla_printk(KERN_INFO, ha,
f4f051e2005-04-17 15:02:26 -0500665 "scsi(%ld:%d:%d): Abort command issued -- %lx %x.\n", ha->host_no,
666 id, lun, serial, ret);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667
f4f051e2005-04-17 15:02:26 -0500668 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669}
670
671/**************************************************************************
672* qla2x00_eh_wait_for_pending_target_commands
673*
674* Description:
675* Waits for all the commands to come back from the specified target.
676*
677* Input:
678* ha - pointer to scsi_qla_host structure.
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700679* t - target
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680* Returns:
681* Either SUCCESS or FAILED.
682*
683* Note:
684**************************************************************************/
685static int
686qla2x00_eh_wait_for_pending_target_commands(scsi_qla_host_t *ha, unsigned int t)
687{
688 int cnt;
689 int status;
690 srb_t *sp;
691 struct scsi_cmnd *cmd;
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700692 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693
694 status = 0;
695
696 /*
697 * Waiting for all commands for the designated target in the active
698 * array
699 */
700 for (cnt = 1; cnt < MAX_OUTSTANDING_COMMANDS; cnt++) {
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700701 spin_lock_irqsave(&ha->hardware_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 sp = ha->outstanding_cmds[cnt];
703 if (sp) {
704 cmd = sp->cmd;
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700705 spin_unlock_irqrestore(&ha->hardware_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706 if (cmd->device->id == t) {
707 if (!qla2x00_eh_wait_on_command(ha, cmd)) {
708 status = 1;
709 break;
710 }
711 }
f4f051e2005-04-17 15:02:26 -0500712 } else {
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700713 spin_unlock_irqrestore(&ha->hardware_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 }
715 }
716 return (status);
717}
718
719
720/**************************************************************************
721* qla2xxx_eh_device_reset
722*
723* Description:
724* The device reset function will reset the target and abort any
725* executing commands.
726*
727* NOTE: The use of SP is undefined within this context. Do *NOT*
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700728* attempt to use this value, even if you determine it is
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729* non-null.
730*
731* Input:
732* cmd = Linux SCSI command packet of the command that cause the
733* bus device reset.
734*
735* Returns:
736* SUCCESS/FAILURE (defined as macro in scsi.h).
737*
738**************************************************************************/
739int
740qla2xxx_eh_device_reset(struct scsi_cmnd *cmd)
741{
f4f051e2005-04-17 15:02:26 -0500742 scsi_qla_host_t *ha = to_qla_host(cmd->device->host);
bdf79622005-04-17 15:06:53 -0500743 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
f4f051e2005-04-17 15:02:26 -0500744 srb_t *sp;
745 int ret;
746 unsigned int id, lun;
747 unsigned long serial;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748
f4f051e2005-04-17 15:02:26 -0500749 ret = FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750
f4f051e2005-04-17 15:02:26 -0500751 id = cmd->device->id;
752 lun = cmd->device->lun;
753 serial = cmd->serial_number;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754
f4f051e2005-04-17 15:02:26 -0500755 sp = (srb_t *) CMD_SP(cmd);
bdf79622005-04-17 15:06:53 -0500756 if (!sp || !fcport)
f4f051e2005-04-17 15:02:26 -0500757 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758
759 qla_printk(KERN_INFO, ha,
f4f051e2005-04-17 15:02:26 -0500760 "scsi(%ld:%d:%d): DEVICE RESET ISSUED.\n", ha->host_no, id, lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761
Jeff Garzik 94d0e7b82005-05-28 07:55:48 -0400762 if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763 goto eh_dev_reset_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764
765 if (qla2x00_wait_for_loop_ready(ha) == QLA_SUCCESS) {
f4f051e2005-04-17 15:02:26 -0500766 if (qla2x00_device_reset(ha, fcport) == 0)
767 ret = SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768
769#if defined(LOGOUT_AFTER_DEVICE_RESET)
f4f051e2005-04-17 15:02:26 -0500770 if (ret == SUCCESS) {
771 if (fcport->flags & FC_FABRIC_DEVICE) {
Andrew Vasquezabbd8872005-07-06 10:30:05 -0700772 ha->isp_ops.fabric_logout(ha, fcport->loop_id);
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -0800773 qla2x00_mark_device_lost(ha, fcport, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774 }
775 }
776#endif
777 } else {
778 DEBUG2(printk(KERN_INFO
779 "%s failed: loop not ready\n",__func__);)
780 }
781
f4f051e2005-04-17 15:02:26 -0500782 if (ret == FAILED) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783 DEBUG3(printk("%s(%ld): device reset failed\n",
784 __func__, ha->host_no));
785 qla_printk(KERN_INFO, ha, "%s: device reset failed\n",
786 __func__);
787
788 goto eh_dev_reset_done;
789 }
790
Andrew Vasquez9a41a622005-09-20 13:25:53 -0700791 /* Flush outstanding commands. */
792 if (qla2x00_eh_wait_for_pending_target_commands(ha, id))
793 ret = FAILED;
794 if (ret == FAILED) {
795 DEBUG3(printk("%s(%ld): failed while waiting for commands\n",
796 __func__, ha->host_no));
797 qla_printk(KERN_INFO, ha,
798 "%s: failed while waiting for commands\n", __func__);
799 } else
800 qla_printk(KERN_INFO, ha,
801 "scsi(%ld:%d:%d): DEVICE RESET SUCCEEDED.\n", ha->host_no,
802 id, lun);
James Bottomley28f22b02005-10-28 17:22:18 -0500803 eh_dev_reset_done:
f4f051e2005-04-17 15:02:26 -0500804 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805}
806
807/**************************************************************************
808* qla2x00_eh_wait_for_pending_commands
809*
810* Description:
811* Waits for all the commands to come back from the specified host.
812*
813* Input:
814* ha - pointer to scsi_qla_host structure.
815*
816* Returns:
817* 1 : SUCCESS
818* 0 : FAILED
819*
820* Note:
821**************************************************************************/
822static int
823qla2x00_eh_wait_for_pending_commands(scsi_qla_host_t *ha)
824{
825 int cnt;
826 int status;
827 srb_t *sp;
828 struct scsi_cmnd *cmd;
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700829 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830
831 status = 1;
832
833 /*
834 * Waiting for all commands for the designated target in the active
835 * array
836 */
837 for (cnt = 1; cnt < MAX_OUTSTANDING_COMMANDS; cnt++) {
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700838 spin_lock_irqsave(&ha->hardware_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839 sp = ha->outstanding_cmds[cnt];
840 if (sp) {
841 cmd = sp->cmd;
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700842 spin_unlock_irqrestore(&ha->hardware_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 status = qla2x00_eh_wait_on_command(ha, cmd);
844 if (status == 0)
845 break;
846 }
847 else {
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700848 spin_unlock_irqrestore(&ha->hardware_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849 }
850 }
851 return (status);
852}
853
854
855/**************************************************************************
856* qla2xxx_eh_bus_reset
857*
858* Description:
859* The bus reset function will reset the bus and abort any executing
860* commands.
861*
862* Input:
863* cmd = Linux SCSI command packet of the command that cause the
864* bus reset.
865*
866* Returns:
867* SUCCESS/FAILURE (defined as macro in scsi.h).
868*
869**************************************************************************/
870int
871qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd)
872{
f4f051e2005-04-17 15:02:26 -0500873 scsi_qla_host_t *ha = to_qla_host(cmd->device->host);
bdf79622005-04-17 15:06:53 -0500874 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 srb_t *sp;
f4f051e2005-04-17 15:02:26 -0500876 int ret;
877 unsigned int id, lun;
878 unsigned long serial;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879
f4f051e2005-04-17 15:02:26 -0500880 ret = FAILED;
881
882 id = cmd->device->id;
883 lun = cmd->device->lun;
884 serial = cmd->serial_number;
885
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 sp = (srb_t *) CMD_SP(cmd);
bdf79622005-04-17 15:06:53 -0500887 if (!sp || !fcport)
f4f051e2005-04-17 15:02:26 -0500888 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889
890 qla_printk(KERN_INFO, ha,
f4f051e2005-04-17 15:02:26 -0500891 "scsi(%ld:%d:%d): LOOP RESET ISSUED.\n", ha->host_no, id, lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893 if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS) {
894 DEBUG2(printk("%s failed:board disabled\n",__func__));
f4f051e2005-04-17 15:02:26 -0500895 goto eh_bus_reset_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896 }
897
898 if (qla2x00_wait_for_loop_ready(ha) == QLA_SUCCESS) {
f4f051e2005-04-17 15:02:26 -0500899 if (qla2x00_loop_reset(ha) == QLA_SUCCESS)
900 ret = SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 }
f4f051e2005-04-17 15:02:26 -0500902 if (ret == FAILED)
903 goto eh_bus_reset_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904
Andrew Vasquez9a41a622005-09-20 13:25:53 -0700905 /* Flush outstanding commands. */
906 if (!qla2x00_eh_wait_for_pending_commands(ha))
907 ret = FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908
f4f051e2005-04-17 15:02:26 -0500909eh_bus_reset_done:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910 qla_printk(KERN_INFO, ha, "%s: reset %s\n", __func__,
f4f051e2005-04-17 15:02:26 -0500911 (ret == FAILED) ? "failed" : "succeded");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912
f4f051e2005-04-17 15:02:26 -0500913 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914}
915
916/**************************************************************************
917* qla2xxx_eh_host_reset
918*
919* Description:
920* The reset function will reset the Adapter.
921*
922* Input:
923* cmd = Linux SCSI command packet of the command that cause the
924* adapter reset.
925*
926* Returns:
927* Either SUCCESS or FAILED.
928*
929* Note:
930**************************************************************************/
931int
932qla2xxx_eh_host_reset(struct scsi_cmnd *cmd)
933{
f4f051e2005-04-17 15:02:26 -0500934 scsi_qla_host_t *ha = to_qla_host(cmd->device->host);
bdf79622005-04-17 15:06:53 -0500935 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
f4f051e2005-04-17 15:02:26 -0500936 srb_t *sp;
937 int ret;
938 unsigned int id, lun;
939 unsigned long serial;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940
f4f051e2005-04-17 15:02:26 -0500941 ret = FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942
f4f051e2005-04-17 15:02:26 -0500943 id = cmd->device->id;
944 lun = cmd->device->lun;
945 serial = cmd->serial_number;
946
947 sp = (srb_t *) CMD_SP(cmd);
bdf79622005-04-17 15:06:53 -0500948 if (!sp || !fcport)
f4f051e2005-04-17 15:02:26 -0500949 return ret;
950
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951 qla_printk(KERN_INFO, ha,
f4f051e2005-04-17 15:02:26 -0500952 "scsi(%ld:%d:%d): ADAPTER RESET ISSUED.\n", ha->host_no, id, lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954 if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS)
f4f051e2005-04-17 15:02:26 -0500955 goto eh_host_reset_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956
957 /*
958 * Fixme-may be dpc thread is active and processing
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700959 * loop_resync,so wait a while for it to
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960 * be completed and then issue big hammer.Otherwise
961 * it may cause I/O failure as big hammer marks the
962 * devices as lost kicking of the port_down_timer
963 * while dpc is stuck for the mailbox to complete.
964 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965 qla2x00_wait_for_loop_ready(ha);
966 set_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags);
967 if (qla2x00_abort_isp(ha)) {
968 clear_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags);
969 /* failed. schedule dpc to try */
970 set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags);
971
972 if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS)
f4f051e2005-04-17 15:02:26 -0500973 goto eh_host_reset_lock;
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700974 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975 clear_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags);
976
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977 /* Waiting for our command in done_queue to be returned to OS.*/
f4f051e2005-04-17 15:02:26 -0500978 if (qla2x00_eh_wait_for_pending_commands(ha))
979 ret = SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
f4f051e2005-04-17 15:02:26 -0500981eh_host_reset_lock:
f4f051e2005-04-17 15:02:26 -0500982 qla_printk(KERN_INFO, ha, "%s: reset %s\n", __func__,
983 (ret == FAILED) ? "failed" : "succeded");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984
f4f051e2005-04-17 15:02:26 -0500985 return ret;
986}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
988/*
989* qla2x00_loop_reset
990* Issue loop reset.
991*
992* Input:
993* ha = adapter block pointer.
994*
995* Returns:
996* 0 = success
997*/
998static int
999qla2x00_loop_reset(scsi_qla_host_t *ha)
1000{
1001 int status = QLA_SUCCESS;
bdf79622005-04-17 15:06:53 -05001002 struct fc_port *fcport;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003
1004 if (ha->flags.enable_lip_reset) {
1005 status = qla2x00_lip_reset(ha);
1006 }
1007
1008 if (status == QLA_SUCCESS && ha->flags.enable_target_reset) {
bdf79622005-04-17 15:06:53 -05001009 list_for_each_entry(fcport, &ha->fcports, list) {
1010 if (fcport->port_type != FCT_TARGET)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011 continue;
1012
Andrew Vasquezc00c72a2005-08-26 19:08:50 -07001013 status = qla2x00_device_reset(ha, fcport);
bdf79622005-04-17 15:06:53 -05001014 if (status != QLA_SUCCESS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016 }
1017 }
1018
1019 if (status == QLA_SUCCESS &&
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07001020 ((!ha->flags.enable_target_reset &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021 !ha->flags.enable_lip_reset) ||
1022 ha->flags.enable_lip_full_login)) {
1023
1024 status = qla2x00_full_login_lip(ha);
1025 }
1026
1027 /* Issue marker command only when we are going to start the I/O */
1028 ha->marker_needed = 1;
1029
1030 if (status) {
1031 /* Empty */
1032 DEBUG2_3(printk("%s(%ld): **** FAILED ****\n",
1033 __func__,
1034 ha->host_no);)
1035 } else {
1036 /* Empty */
1037 DEBUG3(printk("%s(%ld): exiting normally.\n",
1038 __func__,
1039 ha->host_no);)
1040 }
1041
1042 return(status);
1043}
1044
1045/*
1046 * qla2x00_device_reset
1047 * Issue bus device reset message to the target.
1048 *
1049 * Input:
1050 * ha = adapter block pointer.
1051 * t = SCSI ID.
1052 * TARGET_QUEUE_LOCK must be released.
1053 * ADAPTER_STATE_LOCK must be released.
1054 *
1055 * Context:
1056 * Kernel context.
1057 */
1058static int
1059qla2x00_device_reset(scsi_qla_host_t *ha, fc_port_t *reset_fcport)
1060{
1061 /* Abort Target command will clear Reservation */
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001062 return ha->isp_ops.abort_target(reset_fcport);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063}
1064
f4f051e2005-04-17 15:02:26 -05001065static int
1066qla2xxx_slave_alloc(struct scsi_device *sdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067{
bdf79622005-04-17 15:06:53 -05001068 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001070 if (!rport || fc_remote_port_chkready(rport))
f4f051e2005-04-17 15:02:26 -05001071 return -ENXIO;
1072
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001073 sdev->hostdata = *(fc_port_t **)rport->dd_data;
f4f051e2005-04-17 15:02:26 -05001074
1075 return 0;
1076}
1077
1078static int
1079qla2xxx_slave_configure(struct scsi_device *sdev)
1080{
8482e1182005-04-17 15:04:54 -05001081 scsi_qla_host_t *ha = to_qla_host(sdev->host);
1082 struct fc_rport *rport = starget_to_rport(sdev->sdev_target);
1083
f4f051e2005-04-17 15:02:26 -05001084 if (sdev->tagged_supported)
1085 scsi_activate_tcq(sdev, 32);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 else
f4f051e2005-04-17 15:02:26 -05001087 scsi_deactivate_tcq(sdev, 32);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088
8482e1182005-04-17 15:04:54 -05001089 rport->dev_loss_tmo = ha->port_down_retry_count + 5;
1090
f4f051e2005-04-17 15:02:26 -05001091 return 0;
1092}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093
f4f051e2005-04-17 15:02:26 -05001094static void
1095qla2xxx_slave_destroy(struct scsi_device *sdev)
1096{
1097 sdev->hostdata = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098}
1099
Andrew Vasquezce7e4af2005-08-26 19:09:30 -07001100static int
1101qla2x00_change_queue_depth(struct scsi_device *sdev, int qdepth)
1102{
1103 scsi_adjust_queue_depth(sdev, scsi_get_tag_type(sdev), qdepth);
1104 return sdev->queue_depth;
1105}
1106
1107static int
1108qla2x00_change_queue_type(struct scsi_device *sdev, int tag_type)
1109{
1110 if (sdev->tagged_supported) {
1111 scsi_set_tag_type(sdev, tag_type);
1112 if (tag_type)
1113 scsi_activate_tcq(sdev, sdev->queue_depth);
1114 else
1115 scsi_deactivate_tcq(sdev, sdev->queue_depth);
1116 } else
1117 tag_type = 0;
1118
1119 return tag_type;
1120}
1121
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122/**
1123 * qla2x00_config_dma_addressing() - Configure OS DMA addressing method.
1124 * @ha: HA context
1125 *
1126 * At exit, the @ha's flags.enable_64bit_addressing set to indicated
1127 * supported addressing method.
1128 */
1129static void
1130qla2x00_config_dma_addressing(scsi_qla_host_t *ha)
1131{
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001132 /* Assume a 32bit DMA mask. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133 ha->flags.enable_64bit_addressing = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001135 if (!dma_set_mask(&ha->pdev->dev, DMA_64BIT_MASK)) {
1136 /* Any upper-dword bits set? */
1137 if (MSD(dma_get_required_mask(&ha->pdev->dev)) &&
1138 !pci_set_consistent_dma_mask(ha->pdev, DMA_64BIT_MASK)) {
1139 /* Ok, a 64bit DMA mask is applicable. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140 ha->flags.enable_64bit_addressing = 1;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001141 ha->isp_ops.calc_req_entries = qla2x00_calc_iocbs_64;
1142 ha->isp_ops.build_iocbs = qla2x00_build_scsi_iocbs_64;
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001143 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 }
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001146
1147 dma_set_mask(&ha->pdev->dev, DMA_32BIT_MASK);
1148 pci_set_consistent_dma_mask(ha->pdev, DMA_32BIT_MASK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149}
1150
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001151static inline void
1152qla2x00_set_isp_flags(scsi_qla_host_t *ha)
1153{
1154 ha->device_type = DT_EXTENDED_IDS;
1155 switch (ha->pdev->device) {
1156 case PCI_DEVICE_ID_QLOGIC_ISP2100:
1157 ha->device_type |= DT_ISP2100;
1158 ha->device_type &= ~DT_EXTENDED_IDS;
1159 break;
1160 case PCI_DEVICE_ID_QLOGIC_ISP2200:
1161 ha->device_type |= DT_ISP2200;
1162 ha->device_type &= ~DT_EXTENDED_IDS;
1163 break;
1164 case PCI_DEVICE_ID_QLOGIC_ISP2300:
1165 ha->device_type |= DT_ISP2300;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001166 ha->device_type |= DT_ZIO_SUPPORTED;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001167 break;
1168 case PCI_DEVICE_ID_QLOGIC_ISP2312:
1169 ha->device_type |= DT_ISP2312;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001170 ha->device_type |= DT_ZIO_SUPPORTED;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001171 break;
1172 case PCI_DEVICE_ID_QLOGIC_ISP2322:
1173 ha->device_type |= DT_ISP2322;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001174 ha->device_type |= DT_ZIO_SUPPORTED;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001175 if (ha->pdev->subsystem_vendor == 0x1028 &&
1176 ha->pdev->subsystem_device == 0x0170)
1177 ha->device_type |= DT_OEM_001;
1178 break;
1179 case PCI_DEVICE_ID_QLOGIC_ISP6312:
1180 ha->device_type |= DT_ISP6312;
1181 break;
1182 case PCI_DEVICE_ID_QLOGIC_ISP6322:
1183 ha->device_type |= DT_ISP6322;
1184 break;
1185 case PCI_DEVICE_ID_QLOGIC_ISP2422:
1186 ha->device_type |= DT_ISP2422;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001187 ha->device_type |= DT_ZIO_SUPPORTED;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001188 break;
1189 case PCI_DEVICE_ID_QLOGIC_ISP2432:
1190 ha->device_type |= DT_ISP2432;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001191 ha->device_type |= DT_ZIO_SUPPORTED;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001192 break;
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08001193 case PCI_DEVICE_ID_QLOGIC_ISP5422:
1194 ha->device_type |= DT_ISP5422;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001195 break;
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08001196 case PCI_DEVICE_ID_QLOGIC_ISP5432:
1197 ha->device_type |= DT_ISP5432;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001198 break;
1199 }
1200}
1201
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202static int
1203qla2x00_iospace_config(scsi_qla_host_t *ha)
1204{
1205 unsigned long pio, pio_len, pio_flags;
1206 unsigned long mmio, mmio_len, mmio_flags;
1207
1208 /* We only need PIO for Flash operations on ISP2312 v2 chips. */
1209 pio = pci_resource_start(ha->pdev, 0);
1210 pio_len = pci_resource_len(ha->pdev, 0);
1211 pio_flags = pci_resource_flags(ha->pdev, 0);
1212 if (pio_flags & IORESOURCE_IO) {
1213 if (pio_len < MIN_IOBASE_LEN) {
1214 qla_printk(KERN_WARNING, ha,
1215 "Invalid PCI I/O region size (%s)...\n",
1216 pci_name(ha->pdev));
1217 pio = 0;
1218 }
1219 } else {
1220 qla_printk(KERN_WARNING, ha,
1221 "region #0 not a PIO resource (%s)...\n",
1222 pci_name(ha->pdev));
1223 pio = 0;
1224 }
1225
1226 /* Use MMIO operations for all accesses. */
1227 mmio = pci_resource_start(ha->pdev, 1);
1228 mmio_len = pci_resource_len(ha->pdev, 1);
1229 mmio_flags = pci_resource_flags(ha->pdev, 1);
1230
1231 if (!(mmio_flags & IORESOURCE_MEM)) {
1232 qla_printk(KERN_ERR, ha,
1233 "region #0 not an MMIO resource (%s), aborting\n",
1234 pci_name(ha->pdev));
1235 goto iospace_error_exit;
1236 }
1237 if (mmio_len < MIN_IOBASE_LEN) {
1238 qla_printk(KERN_ERR, ha,
1239 "Invalid PCI mem region size (%s), aborting\n",
1240 pci_name(ha->pdev));
1241 goto iospace_error_exit;
1242 }
1243
1244 if (pci_request_regions(ha->pdev, ha->brd_info->drv_name)) {
1245 qla_printk(KERN_WARNING, ha,
1246 "Failed to reserve PIO/MMIO regions (%s)\n",
1247 pci_name(ha->pdev));
1248
1249 goto iospace_error_exit;
1250 }
1251
1252 ha->pio_address = pio;
1253 ha->pio_length = pio_len;
1254 ha->iobase = ioremap(mmio, MIN_IOBASE_LEN);
1255 if (!ha->iobase) {
1256 qla_printk(KERN_ERR, ha,
1257 "cannot remap MMIO (%s), aborting\n", pci_name(ha->pdev));
1258
1259 goto iospace_error_exit;
1260 }
1261
1262 return (0);
1263
1264iospace_error_exit:
1265 return (-ENOMEM);
1266}
1267
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001268static void
1269qla2x00_enable_intrs(scsi_qla_host_t *ha)
1270{
1271 unsigned long flags = 0;
Andrew Vasquez3d716442005-07-06 10:30:26 -07001272 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001273
1274 spin_lock_irqsave(&ha->hardware_lock, flags);
1275 ha->interrupts_on = 1;
1276 /* enable risc and host interrupts */
1277 WRT_REG_WORD(&reg->ictrl, ICR_EN_INT | ICR_EN_RISC);
1278 RD_REG_WORD(&reg->ictrl);
1279 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1280
1281}
1282
1283static void
1284qla2x00_disable_intrs(scsi_qla_host_t *ha)
1285{
1286 unsigned long flags = 0;
Andrew Vasquez3d716442005-07-06 10:30:26 -07001287 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001288
1289 spin_lock_irqsave(&ha->hardware_lock, flags);
1290 ha->interrupts_on = 0;
1291 /* disable risc and host interrupts */
1292 WRT_REG_WORD(&reg->ictrl, 0);
1293 RD_REG_WORD(&reg->ictrl);
1294 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1295}
1296
Andrew Vasquezfca29702005-07-06 10:31:47 -07001297static void
1298qla24xx_enable_intrs(scsi_qla_host_t *ha)
1299{
1300 unsigned long flags = 0;
1301 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1302
1303 spin_lock_irqsave(&ha->hardware_lock, flags);
1304 ha->interrupts_on = 1;
1305 WRT_REG_DWORD(&reg->ictrl, ICRX_EN_RISC_INT);
1306 RD_REG_DWORD(&reg->ictrl);
1307 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1308}
1309
1310static void
1311qla24xx_disable_intrs(scsi_qla_host_t *ha)
1312{
1313 unsigned long flags = 0;
1314 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1315
1316 spin_lock_irqsave(&ha->hardware_lock, flags);
1317 ha->interrupts_on = 0;
1318 WRT_REG_DWORD(&reg->ictrl, 0);
1319 RD_REG_DWORD(&reg->ictrl);
1320 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1321}
1322
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323/*
1324 * PCI driver interface
1325 */
1326int qla2x00_probe_one(struct pci_dev *pdev, struct qla_board_info *brd_info)
1327{
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001328 int ret = -ENODEV;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001329 device_reg_t __iomem *reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330 struct Scsi_Host *host;
1331 scsi_qla_host_t *ha;
1332 unsigned long flags = 0;
1333 unsigned long wait_switch = 0;
1334 char pci_info[20];
1335 char fw_str[30];
8482e1182005-04-17 15:04:54 -05001336 fc_port_t *fcport;
Andrew Vasquez54333832005-11-09 15:49:04 -08001337 struct scsi_host_template *sht;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338
1339 if (pci_enable_device(pdev))
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001340 goto probe_out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341
Andrew Vasquez54333832005-11-09 15:49:04 -08001342 sht = &qla2x00_driver_template;
1343 if (pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2422 ||
1344 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2432)
1345 sht = &qla24xx_driver_template;
1346 host = scsi_host_alloc(sht, sizeof(scsi_qla_host_t));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347 if (host == NULL) {
1348 printk(KERN_WARNING
1349 "qla2xxx: Couldn't allocate host from scsi layer!\n");
1350 goto probe_disable_device;
1351 }
1352
1353 /* Clear our data area */
1354 ha = (scsi_qla_host_t *)host->hostdata;
1355 memset(ha, 0, sizeof(scsi_qla_host_t));
1356
1357 ha->pdev = pdev;
1358 ha->host = host;
1359 ha->host_no = host->host_no;
1360 ha->brd_info = brd_info;
1361 sprintf(ha->host_str, "%s_%ld", ha->brd_info->drv_name, ha->host_no);
1362
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001363 /* Set ISP-type information. */
1364 qla2x00_set_isp_flags(ha);
1365
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366 /* Configure PCI I/O space */
1367 ret = qla2x00_iospace_config(ha);
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001368 if (ret)
1369 goto probe_failed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371 qla_printk(KERN_INFO, ha,
Andrew Vasquez54333832005-11-09 15:49:04 -08001372 "Found an ISP%04X, irq %d, iobase 0x%p\n", pdev->device, pdev->irq,
1373 ha->iobase);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374
1375 spin_lock_init(&ha->hardware_lock);
1376
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377 ha->prev_topology = 0;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001378 ha->init_cb_size = sizeof(init_cb_t);
Andrew Vasquezcca53352005-08-26 19:08:30 -07001379 ha->mgmt_svr_loop_id = MANAGEMENT_SERVER;
andrew.vasquez@qlogic.com04414012006-01-31 16:04:51 -08001380 ha->link_data_rate = LDR_UNKNOWN;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08001381 ha->optrom_size = OPTROM_SIZE_2300;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001383 /* Assign ISP specific operations. */
1384 ha->isp_ops.pci_config = qla2100_pci_config;
1385 ha->isp_ops.reset_chip = qla2x00_reset_chip;
1386 ha->isp_ops.chip_diag = qla2x00_chip_diag;
1387 ha->isp_ops.config_rings = qla2x00_config_rings;
1388 ha->isp_ops.reset_adapter = qla2x00_reset_adapter;
1389 ha->isp_ops.nvram_config = qla2x00_nvram_config;
1390 ha->isp_ops.update_fw_options = qla2x00_update_fw_options;
Andrew Vasquez0107109e2005-07-06 10:31:37 -07001391 ha->isp_ops.load_risc = qla2x00_load_risc;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001392 ha->isp_ops.pci_info_str = qla2x00_pci_info_str;
1393 ha->isp_ops.fw_version_str = qla2x00_fw_version_str;
1394 ha->isp_ops.intr_handler = qla2100_intr_handler;
1395 ha->isp_ops.enable_intrs = qla2x00_enable_intrs;
1396 ha->isp_ops.disable_intrs = qla2x00_disable_intrs;
1397 ha->isp_ops.abort_command = qla2x00_abort_command;
1398 ha->isp_ops.abort_target = qla2x00_abort_target;
1399 ha->isp_ops.fabric_login = qla2x00_login_fabric;
1400 ha->isp_ops.fabric_logout = qla2x00_fabric_logout;
1401 ha->isp_ops.calc_req_entries = qla2x00_calc_iocbs_32;
1402 ha->isp_ops.build_iocbs = qla2x00_build_scsi_iocbs_32;
1403 ha->isp_ops.prep_ms_iocb = qla2x00_prep_ms_iocb;
Andrew Vasquezcca53352005-08-26 19:08:30 -07001404 ha->isp_ops.prep_ms_fdmi_iocb = qla2x00_prep_ms_fdmi_iocb;
Andrew Vasquez459c5372005-07-06 10:31:07 -07001405 ha->isp_ops.read_nvram = qla2x00_read_nvram_data;
1406 ha->isp_ops.write_nvram = qla2x00_write_nvram_data;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001407 ha->isp_ops.fw_dump = qla2100_fw_dump;
1408 ha->isp_ops.ascii_fw_dump = qla2100_ascii_fw_dump;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08001409 ha->isp_ops.read_optrom = qla2x00_read_optrom_data;
1410 ha->isp_ops.write_optrom = qla2x00_write_optrom_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411 if (IS_QLA2100(ha)) {
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04001412 host->max_id = MAX_TARGETS_2100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413 ha->mbx_count = MAILBOX_REGISTER_COUNT_2100;
1414 ha->request_q_length = REQUEST_ENTRY_CNT_2100;
1415 ha->response_q_length = RESPONSE_ENTRY_CNT_2100;
1416 ha->last_loop_id = SNS_LAST_LOOP_ID_2100;
1417 host->sg_tablesize = 32;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001418 ha->gid_list_info_size = 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419 } else if (IS_QLA2200(ha)) {
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04001420 host->max_id = MAX_TARGETS_2200;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421 ha->mbx_count = MAILBOX_REGISTER_COUNT;
1422 ha->request_q_length = REQUEST_ENTRY_CNT_2200;
1423 ha->response_q_length = RESPONSE_ENTRY_CNT_2100;
1424 ha->last_loop_id = SNS_LAST_LOOP_ID_2100;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001425 ha->gid_list_info_size = 4;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001426 } else if (IS_QLA23XX(ha)) {
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04001427 host->max_id = MAX_TARGETS_2200;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 ha->mbx_count = MAILBOX_REGISTER_COUNT;
1429 ha->request_q_length = REQUEST_ENTRY_CNT_2200;
1430 ha->response_q_length = RESPONSE_ENTRY_CNT_2300;
1431 ha->last_loop_id = SNS_LAST_LOOP_ID_2300;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001432 ha->isp_ops.pci_config = qla2300_pci_config;
1433 ha->isp_ops.intr_handler = qla2300_intr_handler;
1434 ha->isp_ops.fw_dump = qla2300_fw_dump;
1435 ha->isp_ops.ascii_fw_dump = qla2300_ascii_fw_dump;
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08001436 ha->isp_ops.beacon_on = qla2x00_beacon_on;
1437 ha->isp_ops.beacon_off = qla2x00_beacon_off;
1438 ha->isp_ops.beacon_blink = qla2x00_beacon_blink;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001439 ha->gid_list_info_size = 6;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08001440 if (IS_QLA2322(ha) || IS_QLA6322(ha))
1441 ha->optrom_size = OPTROM_SIZE_2322;
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08001442 } else if (IS_QLA24XX(ha) || IS_QLA54XX(ha)) {
Andrew Vasquezfca29702005-07-06 10:31:47 -07001443 host->max_id = MAX_TARGETS_2200;
1444 ha->mbx_count = MAILBOX_REGISTER_COUNT;
1445 ha->request_q_length = REQUEST_ENTRY_CNT_24XX;
1446 ha->response_q_length = RESPONSE_ENTRY_CNT_2300;
1447 ha->last_loop_id = SNS_LAST_LOOP_ID_2300;
1448 ha->init_cb_size = sizeof(struct init_cb_24xx);
Andrew Vasquezcca53352005-08-26 19:08:30 -07001449 ha->mgmt_svr_loop_id = 10;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001450 ha->isp_ops.pci_config = qla24xx_pci_config;
1451 ha->isp_ops.reset_chip = qla24xx_reset_chip;
1452 ha->isp_ops.chip_diag = qla24xx_chip_diag;
1453 ha->isp_ops.config_rings = qla24xx_config_rings;
1454 ha->isp_ops.reset_adapter = qla24xx_reset_adapter;
1455 ha->isp_ops.nvram_config = qla24xx_nvram_config;
1456 ha->isp_ops.update_fw_options = qla24xx_update_fw_options;
Andrew Vasquez54333832005-11-09 15:49:04 -08001457 ha->isp_ops.load_risc = qla24xx_load_risc;
Andrew Vasquez331e3472005-11-09 15:49:19 -08001458#if defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE)
1459 if (ql2xfwloadflash)
1460 ha->isp_ops.load_risc = qla24xx_load_risc_flash;
Andrew Vasquez54333832005-11-09 15:49:04 -08001461#endif
Andrew Vasquezfca29702005-07-06 10:31:47 -07001462 ha->isp_ops.pci_info_str = qla24xx_pci_info_str;
1463 ha->isp_ops.fw_version_str = qla24xx_fw_version_str;
1464 ha->isp_ops.intr_handler = qla24xx_intr_handler;
1465 ha->isp_ops.enable_intrs = qla24xx_enable_intrs;
1466 ha->isp_ops.disable_intrs = qla24xx_disable_intrs;
1467 ha->isp_ops.abort_command = qla24xx_abort_command;
1468 ha->isp_ops.abort_target = qla24xx_abort_target;
1469 ha->isp_ops.fabric_login = qla24xx_login_fabric;
1470 ha->isp_ops.fabric_logout = qla24xx_fabric_logout;
1471 ha->isp_ops.prep_ms_iocb = qla24xx_prep_ms_iocb;
Andrew Vasquezcca53352005-08-26 19:08:30 -07001472 ha->isp_ops.prep_ms_fdmi_iocb = qla24xx_prep_ms_fdmi_iocb;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001473 ha->isp_ops.read_nvram = qla24xx_read_nvram_data;
1474 ha->isp_ops.write_nvram = qla24xx_write_nvram_data;
1475 ha->isp_ops.fw_dump = qla24xx_fw_dump;
1476 ha->isp_ops.ascii_fw_dump = qla24xx_ascii_fw_dump;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08001477 ha->isp_ops.read_optrom = qla24xx_read_optrom_data;
1478 ha->isp_ops.write_optrom = qla24xx_write_optrom_data;
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08001479 ha->isp_ops.beacon_on = qla24xx_beacon_on;
1480 ha->isp_ops.beacon_off = qla24xx_beacon_off;
1481 ha->isp_ops.beacon_blink = qla24xx_beacon_blink;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001482 ha->gid_list_info_size = 8;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08001483 ha->optrom_size = OPTROM_SIZE_24XX;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484 }
1485 host->can_queue = ha->request_q_length + 128;
1486
1487 /* load the F/W, read paramaters, and init the H/W */
1488 ha->instance = num_hosts;
1489
1490 init_MUTEX(&ha->mbx_cmd_sem);
1491 init_MUTEX_LOCKED(&ha->mbx_intr_sem);
1492
1493 INIT_LIST_HEAD(&ha->list);
1494 INIT_LIST_HEAD(&ha->fcports);
1495 INIT_LIST_HEAD(&ha->rscn_fcports);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496
1497 /*
1498 * These locks are used to prevent more than one CPU
1499 * from modifying the queue at the same time. The
1500 * higher level "host_lock" will reduce most
1501 * contention for these locks.
1502 */
1503 spin_lock_init(&ha->mbx_reg_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 qla2x00_config_dma_addressing(ha);
1506 if (qla2x00_mem_alloc(ha)) {
1507 qla_printk(KERN_WARNING, ha,
1508 "[ERROR] Failed to allocate memory for adapter\n");
1509
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001510 ret = -ENOMEM;
1511 goto probe_failed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512 }
1513
1514 if (qla2x00_initialize_adapter(ha) &&
1515 !(ha->device_flags & DFLG_NO_CABLE)) {
1516
1517 qla_printk(KERN_WARNING, ha,
1518 "Failed to initialize adapter\n");
1519
1520 DEBUG2(printk("scsi(%ld): Failed to initialize adapter - "
1521 "Adapter flags %x.\n",
1522 ha->host_no, ha->device_flags));
1523
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001524 ret = -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525 goto probe_failed;
1526 }
1527
1528 /*
1529 * Startup the kernel thread for this host adapter
1530 */
Christoph Hellwig39a11242006-02-14 18:46:22 +01001531 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha,
1532 "%s_dpc", ha->host_str);
1533 if (IS_ERR(ha->dpc_thread)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534 qla_printk(KERN_WARNING, ha,
1535 "Unable to start DPC thread!\n");
Christoph Hellwig39a11242006-02-14 18:46:22 +01001536 ret = PTR_ERR(ha->dpc_thread);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537 goto probe_failed;
1538 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001540 host->this_id = 255;
1541 host->cmd_per_lun = 3;
1542 host->unique_id = ha->instance;
1543 host->max_cmd_len = MAX_CMDSZ;
Andrew Vasquez75bc4192006-05-17 15:09:22 -07001544 host->max_channel = MAX_BUSES - 1;
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001545 host->max_lun = MAX_LUNS;
1546 host->transportt = qla2xxx_transport_template;
1547
Andrew Vasquezfca29702005-07-06 10:31:47 -07001548 ret = request_irq(pdev->irq, ha->isp_ops.intr_handler,
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001549 SA_INTERRUPT|SA_SHIRQ, ha->brd_info->drv_name, ha);
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001550 if (ret) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551 qla_printk(KERN_WARNING, ha,
1552 "Failed to reserve interrupt %d already in use.\n",
Andrew Vasquezfca29702005-07-06 10:31:47 -07001553 pdev->irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554 goto probe_failed;
1555 }
Andrew Vasquezfca29702005-07-06 10:31:47 -07001556 host->irq = pdev->irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557
1558 /* Initialized the timer */
1559 qla2x00_start_timer(ha, qla2x00_timer, WATCH_INTERVAL);
1560
1561 DEBUG2(printk("DEBUG: detect hba %ld at address = %p\n",
1562 ha->host_no, ha));
1563
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001564 ha->isp_ops.disable_intrs(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566 spin_lock_irqsave(&ha->hardware_lock, flags);
Andrew Vasquezfca29702005-07-06 10:31:47 -07001567 reg = ha->iobase;
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08001568 if (IS_QLA24XX(ha) || IS_QLA54XX(ha)) {
Andrew Vasquezfca29702005-07-06 10:31:47 -07001569 WRT_REG_DWORD(&reg->isp24.hccr, HCCRX_CLR_HOST_INT);
1570 WRT_REG_DWORD(&reg->isp24.hccr, HCCRX_CLR_RISC_INT);
1571 } else {
1572 WRT_REG_WORD(&reg->isp.semaphore, 0);
1573 WRT_REG_WORD(&reg->isp.hccr, HCCR_CLR_RISC_INT);
1574 WRT_REG_WORD(&reg->isp.hccr, HCCR_CLR_HOST_INT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575
Andrew Vasquezfca29702005-07-06 10:31:47 -07001576 /* Enable proper parity */
1577 if (!IS_QLA2100(ha) && !IS_QLA2200(ha)) {
1578 if (IS_QLA2300(ha))
1579 /* SRAM parity */
1580 WRT_REG_WORD(&reg->isp.hccr,
1581 (HCCR_ENABLE_PARITY + 0x1));
1582 else
1583 /* SRAM, Instruction RAM and GP RAM parity */
1584 WRT_REG_WORD(&reg->isp.hccr,
1585 (HCCR_ENABLE_PARITY + 0x7));
1586 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587 }
1588 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1589
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001590 ha->isp_ops.enable_intrs(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591
1592 /* v2.19.5b6 */
1593 /*
1594 * Wait around max loop_reset_delay secs for the devices to come
1595 * on-line. We don't want Linux scanning before we are ready.
1596 *
1597 */
1598 for (wait_switch = jiffies + (ha->loop_reset_delay * HZ);
1599 time_before(jiffies,wait_switch) &&
1600 !(ha->device_flags & (DFLG_NO_CABLE | DFLG_FABRIC_DEVICES))
1601 && (ha->device_flags & SWITCH_FOUND) ;) {
1602
1603 qla2x00_check_fabric_devices(ha);
1604
1605 msleep(10);
1606 }
1607
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001608 pci_set_drvdata(pdev, ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609 ha->flags.init_done = 1;
1610 num_hosts++;
1611
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001612 ret = scsi_add_host(host, &pdev->dev);
1613 if (ret)
1614 goto probe_failed;
1615
1616 qla2x00_alloc_sysfs_attr(ha);
1617
1618 qla2x00_init_host_attr(ha);
1619
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620 qla_printk(KERN_INFO, ha, "\n"
1621 " QLogic Fibre Channel HBA Driver: %s\n"
1622 " QLogic %s - %s\n"
Andrew Vasquez54333832005-11-09 15:49:04 -08001623 " ISP%04X: %s @ %s hdma%c, host#=%ld, fw=%s\n",
1624 qla2x00_version_str, ha->model_number,
1625 ha->model_desc ? ha->model_desc: "", pdev->device,
1626 ha->isp_ops.pci_info_str(ha, pci_info), pci_name(pdev),
1627 ha->flags.enable_64bit_addressing ? '+': '-', ha->host_no,
1628 ha->isp_ops.fw_version_str(ha, fw_str));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629
8482e1182005-04-17 15:04:54 -05001630 /* Go with fc_rport registration. */
1631 list_for_each_entry(fcport, &ha->fcports, list)
1632 qla2x00_reg_remote_port(ha, fcport);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633
1634 return 0;
1635
1636probe_failed:
1637 qla2x00_free_device(ha);
1638
1639 scsi_host_put(host);
1640
1641probe_disable_device:
1642 pci_disable_device(pdev);
1643
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001644probe_out:
1645 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646}
1647EXPORT_SYMBOL_GPL(qla2x00_probe_one);
1648
1649void qla2x00_remove_one(struct pci_dev *pdev)
1650{
1651 scsi_qla_host_t *ha;
1652
1653 ha = pci_get_drvdata(pdev);
1654
8482e1182005-04-17 15:04:54 -05001655 qla2x00_free_sysfs_attr(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656
bdf79622005-04-17 15:06:53 -05001657 fc_remove_host(ha->host);
1658
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659 scsi_remove_host(ha->host);
1660
1661 qla2x00_free_device(ha);
1662
1663 scsi_host_put(ha->host);
1664
1665 pci_set_drvdata(pdev, NULL);
1666}
1667EXPORT_SYMBOL_GPL(qla2x00_remove_one);
1668
1669static void
1670qla2x00_free_device(scsi_qla_host_t *ha)
1671{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 /* Abort any outstanding IO descriptors. */
1673 if (!IS_QLA2100(ha) && !IS_QLA2200(ha))
1674 qla2x00_cancel_io_descriptors(ha);
1675
Linus Torvalds1da177e2005-04-16 15:20:36 -07001676 /* Disable timer */
1677 if (ha->timer_active)
1678 qla2x00_stop_timer(ha);
1679
1680 /* Kill the kernel thread for this host */
Christoph Hellwig39a11242006-02-14 18:46:22 +01001681 if (ha->dpc_thread) {
1682 struct task_struct *t = ha->dpc_thread;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683
Christoph Hellwig39a11242006-02-14 18:46:22 +01001684 /*
1685 * qla2xxx_wake_dpc checks for ->dpc_thread
1686 * so we need to zero it out.
1687 */
1688 ha->dpc_thread = NULL;
1689 kthread_stop(t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690 }
1691
Andrew Vasquezf6ef3b12005-08-26 19:10:20 -07001692 /* Stop currently executing firmware. */
1693 qla2x00_stop_firmware(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694
Andrew Vasquezf6ef3b12005-08-26 19:10:20 -07001695 /* turn-off interrupts on the card */
1696 if (ha->interrupts_on)
1697 ha->isp_ops.disable_intrs(ha);
1698
1699 qla2x00_mem_free(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700
1701 ha->flags.online = 0;
1702
1703 /* Detach interrupts */
1704 if (ha->pdev->irq)
1705 free_irq(ha->pdev->irq, ha);
1706
1707 /* release io space registers */
1708 if (ha->iobase)
1709 iounmap(ha->iobase);
1710 pci_release_regions(ha->pdev);
1711
1712 pci_disable_device(ha->pdev);
1713}
1714
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001715static inline void
1716qla2x00_schedule_rport_del(struct scsi_qla_host *ha, fc_port_t *fcport,
1717 int defer)
1718{
1719 unsigned long flags;
1720 struct fc_rport *rport;
1721
1722 if (!fcport->rport)
1723 return;
1724
1725 rport = fcport->rport;
1726 if (defer) {
1727 spin_lock_irqsave(&fcport->rport_lock, flags);
1728 fcport->drport = rport;
1729 fcport->rport = NULL;
andrew.vasquez@qlogic.com387f96b2006-02-07 08:45:45 -08001730 *(fc_port_t **)rport->dd_data = NULL;
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001731 spin_unlock_irqrestore(&fcport->rport_lock, flags);
1732 set_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags);
1733 } else {
1734 spin_lock_irqsave(&fcport->rport_lock, flags);
1735 fcport->rport = NULL;
andrew.vasquez@qlogic.com387f96b2006-02-07 08:45:45 -08001736 *(fc_port_t **)rport->dd_data = NULL;
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001737 spin_unlock_irqrestore(&fcport->rport_lock, flags);
1738 fc_remote_port_delete(rport);
1739 }
1740}
1741
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743 * qla2x00_mark_device_lost Updates fcport state when device goes offline.
1744 *
1745 * Input: ha = adapter block pointer. fcport = port structure pointer.
1746 *
1747 * Return: None.
1748 *
1749 * Context:
1750 */
1751void qla2x00_mark_device_lost(scsi_qla_host_t *ha, fc_port_t *fcport,
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001752 int do_login, int defer)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753{
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001754 if (atomic_read(&fcport->state) == FCS_ONLINE)
1755 qla2x00_schedule_rport_del(ha, fcport, defer);
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001756
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07001757 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758 * We may need to retry the login, so don't change the state of the
1759 * port but do the retries.
1760 */
1761 if (atomic_read(&fcport->state) != FCS_DEVICE_DEAD)
1762 atomic_set(&fcport->state, FCS_DEVICE_LOST);
1763
1764 if (!do_login)
1765 return;
1766
1767 if (fcport->login_retry == 0) {
1768 fcport->login_retry = ha->login_retry_count;
1769 set_bit(RELOGIN_NEEDED, &ha->dpc_flags);
1770
1771 DEBUG(printk("scsi(%ld): Port login retry: "
1772 "%02x%02x%02x%02x%02x%02x%02x%02x, "
1773 "id = 0x%04x retry cnt=%d\n",
1774 ha->host_no,
1775 fcport->port_name[0],
1776 fcport->port_name[1],
1777 fcport->port_name[2],
1778 fcport->port_name[3],
1779 fcport->port_name[4],
1780 fcport->port_name[5],
1781 fcport->port_name[6],
1782 fcport->port_name[7],
1783 fcport->loop_id,
1784 fcport->login_retry));
1785 }
1786}
1787
1788/*
1789 * qla2x00_mark_all_devices_lost
1790 * Updates fcport state when device goes offline.
1791 *
1792 * Input:
1793 * ha = adapter block pointer.
1794 * fcport = port structure pointer.
1795 *
1796 * Return:
1797 * None.
1798 *
1799 * Context:
1800 */
1801void
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001802qla2x00_mark_all_devices_lost(scsi_qla_host_t *ha, int defer)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803{
1804 fc_port_t *fcport;
1805
1806 list_for_each_entry(fcport, &ha->fcports, list) {
1807 if (fcport->port_type != FCT_TARGET)
1808 continue;
1809
1810 /*
1811 * No point in marking the device as lost, if the device is
1812 * already DEAD.
1813 */
1814 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD)
1815 continue;
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001816 if (atomic_read(&fcport->state) == FCS_ONLINE)
1817 qla2x00_schedule_rport_del(ha, fcport, defer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818 atomic_set(&fcport->state, FCS_DEVICE_LOST);
1819 }
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001820
Christoph Hellwig39a11242006-02-14 18:46:22 +01001821 if (defer)
1822 qla2xxx_wake_dpc(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823}
1824
1825/*
1826* qla2x00_mem_alloc
1827* Allocates adapter memory.
1828*
1829* Returns:
1830* 0 = success.
1831* 1 = failure.
1832*/
1833static uint8_t
1834qla2x00_mem_alloc(scsi_qla_host_t *ha)
1835{
1836 char name[16];
1837 uint8_t status = 1;
1838 int retry= 10;
1839
1840 do {
1841 /*
1842 * This will loop only once if everything goes well, else some
1843 * number of retries will be performed to get around a kernel
1844 * bug where available mem is not allocated until after a
1845 * little delay and a retry.
1846 */
1847 ha->request_ring = dma_alloc_coherent(&ha->pdev->dev,
1848 (ha->request_q_length + 1) * sizeof(request_t),
1849 &ha->request_dma, GFP_KERNEL);
1850 if (ha->request_ring == NULL) {
1851 qla_printk(KERN_WARNING, ha,
1852 "Memory Allocation failed - request_ring\n");
1853
1854 qla2x00_mem_free(ha);
1855 msleep(100);
1856
1857 continue;
1858 }
1859
1860 ha->response_ring = dma_alloc_coherent(&ha->pdev->dev,
1861 (ha->response_q_length + 1) * sizeof(response_t),
1862 &ha->response_dma, GFP_KERNEL);
1863 if (ha->response_ring == NULL) {
1864 qla_printk(KERN_WARNING, ha,
1865 "Memory Allocation failed - response_ring\n");
1866
1867 qla2x00_mem_free(ha);
1868 msleep(100);
1869
1870 continue;
1871 }
1872
1873 ha->gid_list = dma_alloc_coherent(&ha->pdev->dev, GID_LIST_SIZE,
1874 &ha->gid_list_dma, GFP_KERNEL);
1875 if (ha->gid_list == NULL) {
1876 qla_printk(KERN_WARNING, ha,
1877 "Memory Allocation failed - gid_list\n");
1878
1879 qla2x00_mem_free(ha);
1880 msleep(100);
1881
1882 continue;
1883 }
1884
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 snprintf(name, sizeof(name), "qla2xxx_%ld", ha->host_no);
1886 ha->s_dma_pool = dma_pool_create(name, &ha->pdev->dev,
1887 DMA_POOL_SIZE, 8, 0);
1888 if (ha->s_dma_pool == NULL) {
1889 qla_printk(KERN_WARNING, ha,
1890 "Memory Allocation failed - s_dma_pool\n");
1891
1892 qla2x00_mem_free(ha);
1893 msleep(100);
1894
1895 continue;
1896 }
1897
1898 /* get consistent memory allocated for init control block */
1899 ha->init_cb = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL,
1900 &ha->init_cb_dma);
1901 if (ha->init_cb == NULL) {
1902 qla_printk(KERN_WARNING, ha,
1903 "Memory Allocation failed - init_cb\n");
1904
1905 qla2x00_mem_free(ha);
1906 msleep(100);
1907
1908 continue;
1909 }
Andrew Vasquezfca29702005-07-06 10:31:47 -07001910 memset(ha->init_cb, 0, ha->init_cb_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911
1912 /* Get consistent memory allocated for Get Port Database cmd */
1913 ha->iodesc_pd = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL,
1914 &ha->iodesc_pd_dma);
1915 if (ha->iodesc_pd == NULL) {
1916 /* error */
1917 qla_printk(KERN_WARNING, ha,
1918 "Memory Allocation failed - iodesc_pd\n");
1919
1920 qla2x00_mem_free(ha);
1921 msleep(100);
1922
1923 continue;
1924 }
1925 memset(ha->iodesc_pd, 0, PORT_DATABASE_SIZE);
1926
1927 /* Allocate ioctl related memory. */
1928 if (qla2x00_alloc_ioctl_mem(ha)) {
1929 qla_printk(KERN_WARNING, ha,
1930 "Memory Allocation failed - ioctl_mem\n");
1931
1932 qla2x00_mem_free(ha);
1933 msleep(100);
1934
1935 continue;
1936 }
1937
1938 if (qla2x00_allocate_sp_pool(ha)) {
1939 qla_printk(KERN_WARNING, ha,
1940 "Memory Allocation failed - "
1941 "qla2x00_allocate_sp_pool()\n");
1942
1943 qla2x00_mem_free(ha);
1944 msleep(100);
1945
1946 continue;
1947 }
1948
1949 /* Allocate memory for SNS commands */
1950 if (IS_QLA2100(ha) || IS_QLA2200(ha)) {
1951 /* Get consistent memory allocated for SNS commands */
1952 ha->sns_cmd = dma_alloc_coherent(&ha->pdev->dev,
1953 sizeof(struct sns_cmd_pkt), &ha->sns_cmd_dma,
1954 GFP_KERNEL);
1955 if (ha->sns_cmd == NULL) {
1956 /* error */
1957 qla_printk(KERN_WARNING, ha,
1958 "Memory Allocation failed - sns_cmd\n");
1959
1960 qla2x00_mem_free(ha);
1961 msleep(100);
1962
1963 continue;
1964 }
1965 memset(ha->sns_cmd, 0, sizeof(struct sns_cmd_pkt));
1966 } else {
1967 /* Get consistent memory allocated for MS IOCB */
1968 ha->ms_iocb = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL,
1969 &ha->ms_iocb_dma);
1970 if (ha->ms_iocb == NULL) {
1971 /* error */
1972 qla_printk(KERN_WARNING, ha,
1973 "Memory Allocation failed - ms_iocb\n");
1974
1975 qla2x00_mem_free(ha);
1976 msleep(100);
1977
1978 continue;
1979 }
1980 memset(ha->ms_iocb, 0, sizeof(ms_iocb_entry_t));
1981
1982 /*
1983 * Get consistent memory allocated for CT SNS
1984 * commands
1985 */
1986 ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev,
1987 sizeof(struct ct_sns_pkt), &ha->ct_sns_dma,
1988 GFP_KERNEL);
1989 if (ha->ct_sns == NULL) {
1990 /* error */
1991 qla_printk(KERN_WARNING, ha,
1992 "Memory Allocation failed - ct_sns\n");
1993
1994 qla2x00_mem_free(ha);
1995 msleep(100);
1996
1997 continue;
1998 }
1999 memset(ha->ct_sns, 0, sizeof(struct ct_sns_pkt));
2000 }
2001
2002 /* Done all allocations without any error. */
2003 status = 0;
2004
2005 } while (retry-- && status != 0);
2006
2007 if (status) {
2008 printk(KERN_WARNING
2009 "%s(): **** FAILED ****\n", __func__);
2010 }
2011
2012 return(status);
2013}
2014
2015/*
2016* qla2x00_mem_free
2017* Frees all adapter allocated memory.
2018*
2019* Input:
2020* ha = adapter block pointer.
2021*/
2022static void
2023qla2x00_mem_free(scsi_qla_host_t *ha)
2024{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 struct list_head *fcpl, *fcptemp;
2026 fc_port_t *fcport;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027
2028 if (ha == NULL) {
2029 /* error */
2030 DEBUG2(printk("%s(): ERROR invalid ha pointer.\n", __func__));
2031 return;
2032 }
2033
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 /* free ioctl memory */
2035 qla2x00_free_ioctl_mem(ha);
2036
2037 /* free sp pool */
2038 qla2x00_free_sp_pool(ha);
2039
2040 if (ha->sns_cmd)
2041 dma_free_coherent(&ha->pdev->dev, sizeof(struct sns_cmd_pkt),
2042 ha->sns_cmd, ha->sns_cmd_dma);
2043
2044 if (ha->ct_sns)
2045 dma_free_coherent(&ha->pdev->dev, sizeof(struct ct_sns_pkt),
2046 ha->ct_sns, ha->ct_sns_dma);
2047
2048 if (ha->ms_iocb)
2049 dma_pool_free(ha->s_dma_pool, ha->ms_iocb, ha->ms_iocb_dma);
2050
2051 if (ha->iodesc_pd)
2052 dma_pool_free(ha->s_dma_pool, ha->iodesc_pd, ha->iodesc_pd_dma);
2053
2054 if (ha->init_cb)
2055 dma_pool_free(ha->s_dma_pool, ha->init_cb, ha->init_cb_dma);
2056
2057 if (ha->s_dma_pool)
2058 dma_pool_destroy(ha->s_dma_pool);
2059
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 if (ha->gid_list)
2061 dma_free_coherent(&ha->pdev->dev, GID_LIST_SIZE, ha->gid_list,
2062 ha->gid_list_dma);
2063
2064 if (ha->response_ring)
2065 dma_free_coherent(&ha->pdev->dev,
2066 (ha->response_q_length + 1) * sizeof(response_t),
2067 ha->response_ring, ha->response_dma);
2068
2069 if (ha->request_ring)
2070 dma_free_coherent(&ha->pdev->dev,
2071 (ha->request_q_length + 1) * sizeof(request_t),
2072 ha->request_ring, ha->request_dma);
2073
2074 ha->sns_cmd = NULL;
2075 ha->sns_cmd_dma = 0;
2076 ha->ct_sns = NULL;
2077 ha->ct_sns_dma = 0;
2078 ha->ms_iocb = NULL;
2079 ha->ms_iocb_dma = 0;
2080 ha->iodesc_pd = NULL;
2081 ha->iodesc_pd_dma = 0;
2082 ha->init_cb = NULL;
2083 ha->init_cb_dma = 0;
2084
2085 ha->s_dma_pool = NULL;
2086
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087 ha->gid_list = NULL;
2088 ha->gid_list_dma = 0;
2089
2090 ha->response_ring = NULL;
2091 ha->response_dma = 0;
2092 ha->request_ring = NULL;
2093 ha->request_dma = 0;
2094
2095 list_for_each_safe(fcpl, fcptemp, &ha->fcports) {
2096 fcport = list_entry(fcpl, fc_port_t, list);
2097
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098 /* fc ports */
2099 list_del_init(&fcport->list);
2100 kfree(fcport);
2101 }
2102 INIT_LIST_HEAD(&ha->fcports);
2103
2104 if (ha->fw_dump)
2105 free_pages((unsigned long)ha->fw_dump, ha->fw_dump_order);
2106
Andrew Vasquezfca29702005-07-06 10:31:47 -07002107 vfree(ha->fw_dump24);
2108
2109 vfree(ha->fw_dump_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110
2111 ha->fw_dump = NULL;
Andrew Vasquezfca29702005-07-06 10:31:47 -07002112 ha->fw_dump24 = NULL;
2113 ha->fw_dumped = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 ha->fw_dump_reading = 0;
2115 ha->fw_dump_buffer = NULL;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08002116
2117 vfree(ha->optrom_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118}
2119
2120/*
2121 * qla2x00_allocate_sp_pool
2122 * This routine is called during initialization to allocate
2123 * memory for local srb_t.
2124 *
2125 * Input:
2126 * ha = adapter block pointer.
2127 *
2128 * Context:
2129 * Kernel context.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130 */
2131static int
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002132qla2x00_allocate_sp_pool(scsi_qla_host_t *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133{
2134 int rval;
2135
2136 rval = QLA_SUCCESS;
Matthew Dobson93d23412006-03-26 01:37:50 -08002137 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138 if (ha->srb_mempool == NULL) {
2139 qla_printk(KERN_INFO, ha, "Unable to allocate SRB mempool.\n");
2140 rval = QLA_FUNCTION_FAILED;
2141 }
2142 return (rval);
2143}
2144
2145/*
2146 * This routine frees all adapter allocated memory.
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002147 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 */
2149static void
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002150qla2x00_free_sp_pool( scsi_qla_host_t *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151{
2152 if (ha->srb_mempool) {
2153 mempool_destroy(ha->srb_mempool);
2154 ha->srb_mempool = NULL;
2155 }
2156}
2157
2158/**************************************************************************
2159* qla2x00_do_dpc
2160* This kernel thread is a task that is schedule by the interrupt handler
2161* to perform the background processing for interrupts.
2162*
2163* Notes:
2164* This task always run in the context of a kernel thread. It
2165* is kick-off by the driver's detect code and starts up
2166* up one per adapter. It immediately goes to sleep and waits for
2167* some fibre event. When either the interrupt handler or
2168* the timer routine detects a event it will one of the task
2169* bits then wake us up.
2170**************************************************************************/
2171static int
2172qla2x00_do_dpc(void *data)
2173{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174 scsi_qla_host_t *ha;
2175 fc_port_t *fcport;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176 uint8_t status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 uint16_t next_loopid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178
2179 ha = (scsi_qla_host_t *)data;
2180
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181 set_user_nice(current, -20);
2182
Christoph Hellwig39a11242006-02-14 18:46:22 +01002183 while (!kthread_should_stop()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184 DEBUG3(printk("qla2x00: DPC handler sleeping\n"));
2185
Christoph Hellwig39a11242006-02-14 18:46:22 +01002186 set_current_state(TASK_INTERRUPTIBLE);
2187 schedule();
2188 __set_current_state(TASK_RUNNING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189
2190 DEBUG3(printk("qla2x00: DPC handler waking up\n"));
2191
2192 /* Initialization not yet finished. Don't do anything yet. */
Christoph Hellwig39a11242006-02-14 18:46:22 +01002193 if (!ha->flags.init_done)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194 continue;
2195
2196 DEBUG3(printk("scsi(%ld): DPC handler\n", ha->host_no));
2197
2198 ha->dpc_active = 1;
2199
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200 if (ha->flags.mbox_busy) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201 ha->dpc_active = 0;
2202 continue;
2203 }
2204
2205 if (test_and_clear_bit(ISP_ABORT_NEEDED, &ha->dpc_flags)) {
2206
2207 DEBUG(printk("scsi(%ld): dpc: sched "
2208 "qla2x00_abort_isp ha = %p\n",
2209 ha->host_no, ha));
2210 if (!(test_and_set_bit(ABORT_ISP_ACTIVE,
2211 &ha->dpc_flags))) {
2212
2213 if (qla2x00_abort_isp(ha)) {
2214 /* failed. retry later */
2215 set_bit(ISP_ABORT_NEEDED,
2216 &ha->dpc_flags);
2217 }
2218 clear_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags);
2219 }
2220 DEBUG(printk("scsi(%ld): dpc: qla2x00_abort_isp end\n",
2221 ha->host_no));
2222 }
2223
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002224 if (test_and_clear_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags))
2225 qla2x00_update_fcports(ha);
2226
Andrew Vasquez91ca7b02005-10-27 16:03:37 -07002227 if (test_and_clear_bit(LOOP_RESET_NEEDED, &ha->dpc_flags)) {
2228 DEBUG(printk("scsi(%ld): dpc: sched loop_reset()\n",
2229 ha->host_no));
2230 qla2x00_loop_reset(ha);
2231 }
2232
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233 if (test_and_clear_bit(RESET_MARKER_NEEDED, &ha->dpc_flags) &&
2234 (!(test_and_set_bit(RESET_ACTIVE, &ha->dpc_flags)))) {
2235
2236 DEBUG(printk("scsi(%ld): qla2x00_reset_marker()\n",
2237 ha->host_no));
2238
2239 qla2x00_rst_aen(ha);
2240 clear_bit(RESET_ACTIVE, &ha->dpc_flags);
2241 }
2242
2243 /* Retry each device up to login retry count */
2244 if ((test_and_clear_bit(RELOGIN_NEEDED, &ha->dpc_flags)) &&
2245 !test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) &&
2246 atomic_read(&ha->loop_state) != LOOP_DOWN) {
2247
2248 DEBUG(printk("scsi(%ld): qla2x00_port_login()\n",
2249 ha->host_no));
2250
2251 next_loopid = 0;
2252 list_for_each_entry(fcport, &ha->fcports, list) {
2253 if (fcport->port_type != FCT_TARGET)
2254 continue;
2255
2256 /*
2257 * If the port is not ONLINE then try to login
2258 * to it if we haven't run out of retries.
2259 */
2260 if (atomic_read(&fcport->state) != FCS_ONLINE &&
2261 fcport->login_retry) {
2262
2263 fcport->login_retry--;
2264 if (fcport->flags & FCF_FABRIC_DEVICE) {
2265 if (fcport->flags &
2266 FCF_TAPE_PRESENT)
Andrew Vasquezabbd8872005-07-06 10:30:05 -07002267 ha->isp_ops.fabric_logout(
Andrew Vasquez1c7c6352005-07-06 10:30:57 -07002268 ha, fcport->loop_id,
2269 fcport->d_id.b.domain,
2270 fcport->d_id.b.area,
2271 fcport->d_id.b.al_pa);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272 status = qla2x00_fabric_login(
2273 ha, fcport, &next_loopid);
2274 } else
2275 status =
2276 qla2x00_local_device_login(
andrew.vasquez@qlogic.com9a52a572006-03-09 14:27:44 -08002277 ha, fcport);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278
2279 if (status == QLA_SUCCESS) {
2280 fcport->old_loop_id = fcport->loop_id;
2281
2282 DEBUG(printk("scsi(%ld): port login OK: logged in ID 0x%x\n",
2283 ha->host_no, fcport->loop_id));
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002284
andrew.vasquez@qlogic.com052c40c2006-01-20 14:53:19 -08002285 qla2x00_update_fcport(ha,
2286 fcport);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287 } else if (status == 1) {
2288 set_bit(RELOGIN_NEEDED, &ha->dpc_flags);
2289 /* retry the login again */
2290 DEBUG(printk("scsi(%ld): Retrying %d login again loop_id 0x%x\n",
2291 ha->host_no,
2292 fcport->login_retry, fcport->loop_id));
2293 } else {
2294 fcport->login_retry = 0;
2295 }
2296 }
2297 if (test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags))
2298 break;
2299 }
2300 DEBUG(printk("scsi(%ld): qla2x00_port_login - end\n",
2301 ha->host_no));
2302 }
2303
2304 if ((test_bit(LOGIN_RETRY_NEEDED, &ha->dpc_flags)) &&
2305 atomic_read(&ha->loop_state) != LOOP_DOWN) {
2306
2307 clear_bit(LOGIN_RETRY_NEEDED, &ha->dpc_flags);
2308 DEBUG(printk("scsi(%ld): qla2x00_login_retry()\n",
2309 ha->host_no));
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002310
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311 set_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags);
2312
2313 DEBUG(printk("scsi(%ld): qla2x00_login_retry - end\n",
2314 ha->host_no));
2315 }
2316
2317 if (test_and_clear_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags)) {
2318
2319 DEBUG(printk("scsi(%ld): qla2x00_loop_resync()\n",
2320 ha->host_no));
2321
2322 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE,
2323 &ha->dpc_flags))) {
2324
2325 qla2x00_loop_resync(ha);
2326
2327 clear_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags);
2328 }
2329
2330 DEBUG(printk("scsi(%ld): qla2x00_loop_resync - end\n",
2331 ha->host_no));
2332 }
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334 if (test_and_clear_bit(FCPORT_RESCAN_NEEDED, &ha->dpc_flags)) {
2335
2336 DEBUG(printk("scsi(%ld): Rescan flagged fcports...\n",
2337 ha->host_no));
2338
2339 qla2x00_rescan_fcports(ha);
2340
2341 DEBUG(printk("scsi(%ld): Rescan flagged fcports..."
2342 "end.\n",
2343 ha->host_no));
2344 }
2345
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346 if (!ha->interrupts_on)
Andrew Vasquezabbd8872005-07-06 10:30:05 -07002347 ha->isp_ops.enable_intrs(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08002349 if (test_and_clear_bit(BEACON_BLINK_NEEDED, &ha->dpc_flags))
2350 ha->isp_ops.beacon_blink(ha);
2351
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 ha->dpc_active = 0;
2353 } /* End of while(1) */
2354
2355 DEBUG(printk("scsi(%ld): DPC handler exiting\n", ha->host_no));
2356
2357 /*
2358 * Make sure that nobody tries to wake us up again.
2359 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360 ha->dpc_active = 0;
2361
Christoph Hellwig39a11242006-02-14 18:46:22 +01002362 return 0;
2363}
2364
2365void
2366qla2xxx_wake_dpc(scsi_qla_host_t *ha)
2367{
2368 if (ha->dpc_thread)
2369 wake_up_process(ha->dpc_thread);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370}
2371
2372/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373* qla2x00_rst_aen
2374* Processes asynchronous reset.
2375*
2376* Input:
2377* ha = adapter block pointer.
2378*/
2379static void
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002380qla2x00_rst_aen(scsi_qla_host_t *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381{
2382 if (ha->flags.online && !ha->flags.reset_active &&
2383 !atomic_read(&ha->loop_down_timer) &&
2384 !(test_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags))) {
2385 do {
2386 clear_bit(RESET_MARKER_NEEDED, &ha->dpc_flags);
2387
2388 /*
2389 * Issue marker command only when we are going to start
2390 * the I/O.
2391 */
2392 ha->marker_needed = 1;
2393 } while (!atomic_read(&ha->loop_down_timer) &&
2394 (test_bit(RESET_MARKER_NEEDED, &ha->dpc_flags)));
2395 }
2396}
2397
f4f051e2005-04-17 15:02:26 -05002398static void
2399qla2x00_sp_free_dma(scsi_qla_host_t *ha, srb_t *sp)
2400{
2401 struct scsi_cmnd *cmd = sp->cmd;
2402
2403 if (sp->flags & SRB_DMA_VALID) {
2404 if (cmd->use_sg) {
2405 dma_unmap_sg(&ha->pdev->dev, cmd->request_buffer,
2406 cmd->use_sg, cmd->sc_data_direction);
2407 } else if (cmd->request_bufflen) {
2408 dma_unmap_single(&ha->pdev->dev, sp->dma_handle,
2409 cmd->request_bufflen, cmd->sc_data_direction);
2410 }
2411 sp->flags &= ~SRB_DMA_VALID;
2412 }
Andrew Vasquezfca29702005-07-06 10:31:47 -07002413 CMD_SP(cmd) = NULL;
f4f051e2005-04-17 15:02:26 -05002414}
2415
2416void
2417qla2x00_sp_compl(scsi_qla_host_t *ha, srb_t *sp)
2418{
2419 struct scsi_cmnd *cmd = sp->cmd;
2420
2421 qla2x00_sp_free_dma(ha, sp);
2422
f4f051e2005-04-17 15:02:26 -05002423 mempool_free(sp, ha->srb_mempool);
2424
2425 cmd->scsi_done(cmd);
2426}
bdf79622005-04-17 15:06:53 -05002427
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428/**************************************************************************
2429* qla2x00_timer
2430*
2431* Description:
2432* One second timer
2433*
2434* Context: Interrupt
2435***************************************************************************/
2436static void
2437qla2x00_timer(scsi_qla_host_t *ha)
2438{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439 unsigned long cpu_flags = 0;
2440 fc_port_t *fcport;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441 int start_dpc = 0;
2442 int index;
2443 srb_t *sp;
f4f051e2005-04-17 15:02:26 -05002444 int t;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445
2446 /*
2447 * Ports - Port down timer.
2448 *
2449 * Whenever, a port is in the LOST state we start decrementing its port
2450 * down timer every second until it reaches zero. Once it reaches zero
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002451 * the port it marked DEAD.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452 */
2453 t = 0;
2454 list_for_each_entry(fcport, &ha->fcports, list) {
2455 if (fcport->port_type != FCT_TARGET)
2456 continue;
2457
2458 if (atomic_read(&fcport->state) == FCS_DEVICE_LOST) {
2459
2460 if (atomic_read(&fcport->port_down_timer) == 0)
2461 continue;
2462
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002463 if (atomic_dec_and_test(&fcport->port_down_timer) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464 atomic_set(&fcport->state, FCS_DEVICE_DEAD);
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002465
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466 DEBUG(printk("scsi(%ld): fcport-%d - port retry count: "
Andrew Vasquezfca29702005-07-06 10:31:47 -07002467 "%d remaining\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468 ha->host_no,
2469 t, atomic_read(&fcport->port_down_timer)));
2470 }
2471 t++;
2472 } /* End of for fcport */
2473
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474
2475 /* Loop down handler. */
2476 if (atomic_read(&ha->loop_down_timer) > 0 &&
2477 !(test_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags)) && ha->flags.online) {
2478
2479 if (atomic_read(&ha->loop_down_timer) ==
2480 ha->loop_down_abort_time) {
2481
2482 DEBUG(printk("scsi(%ld): Loop Down - aborting the "
2483 "queues before time expire\n",
2484 ha->host_no));
2485
2486 if (!IS_QLA2100(ha) && ha->link_down_timeout)
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002487 atomic_set(&ha->loop_state, LOOP_DEAD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488
2489 /* Schedule an ISP abort to return any tape commands. */
2490 spin_lock_irqsave(&ha->hardware_lock, cpu_flags);
2491 for (index = 1; index < MAX_OUTSTANDING_COMMANDS;
2492 index++) {
bdf79622005-04-17 15:06:53 -05002493 fc_port_t *sfcp;
2494
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495 sp = ha->outstanding_cmds[index];
2496 if (!sp)
2497 continue;
bdf79622005-04-17 15:06:53 -05002498 sfcp = sp->fcport;
2499 if (!(sfcp->flags & FCF_TAPE_PRESENT))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500 continue;
2501
2502 set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags);
2503 break;
2504 }
2505 spin_unlock_irqrestore(&ha->hardware_lock, cpu_flags);
2506
2507 set_bit(ABORT_QUEUES_NEEDED, &ha->dpc_flags);
2508 start_dpc++;
2509 }
2510
2511 /* if the loop has been down for 4 minutes, reinit adapter */
2512 if (atomic_dec_and_test(&ha->loop_down_timer) != 0) {
2513 DEBUG(printk("scsi(%ld): Loop down exceed 4 mins - "
2514 "restarting queues.\n",
2515 ha->host_no));
2516
2517 set_bit(RESTART_QUEUES_NEEDED, &ha->dpc_flags);
2518 start_dpc++;
2519
2520 if (!(ha->device_flags & DFLG_NO_CABLE)) {
2521 DEBUG(printk("scsi(%ld): Loop down - "
2522 "aborting ISP.\n",
2523 ha->host_no));
2524 qla_printk(KERN_WARNING, ha,
2525 "Loop down - aborting ISP.\n");
2526
2527 set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags);
2528 }
2529 }
Andrew Vasquezfca29702005-07-06 10:31:47 -07002530 DEBUG3(printk("scsi(%ld): Loop Down - seconds remaining %d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531 ha->host_no,
2532 atomic_read(&ha->loop_down_timer)));
2533 }
2534
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08002535 /* Check if beacon LED needs to be blinked */
2536 if (ha->beacon_blink_led == 1) {
2537 set_bit(BEACON_BLINK_NEEDED, &ha->dpc_flags);
2538 start_dpc++;
2539 }
2540
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541 /* Schedule the DPC routine if needed */
2542 if ((test_bit(ISP_ABORT_NEEDED, &ha->dpc_flags) ||
2543 test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) ||
Andrew Vasquez91ca7b02005-10-27 16:03:37 -07002544 test_bit(LOOP_RESET_NEEDED, &ha->dpc_flags) ||
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002545 test_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546 start_dpc ||
2547 test_bit(LOGIN_RETRY_NEEDED, &ha->dpc_flags) ||
f4f051e2005-04-17 15:02:26 -05002548 test_bit(RESET_MARKER_NEEDED, &ha->dpc_flags) ||
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08002549 test_bit(BEACON_BLINK_NEEDED, &ha->dpc_flags) ||
Christoph Hellwig39a11242006-02-14 18:46:22 +01002550 test_bit(RELOGIN_NEEDED, &ha->dpc_flags)))
2551 qla2xxx_wake_dpc(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552
2553 qla2x00_restart_timer(ha, WATCH_INTERVAL);
2554}
2555
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556/* XXX(hch): crude hack to emulate a down_timeout() */
2557int
2558qla2x00_down_timeout(struct semaphore *sema, unsigned long timeout)
2559{
Andrew Vasquezfe74c712005-08-26 19:10:10 -07002560 const unsigned int step = 100; /* msecs */
2561 unsigned int iterations = jiffies_to_msecs(timeout)/100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562
2563 do {
2564 if (!down_trylock(sema))
2565 return 0;
Andrew Vasquezfe74c712005-08-26 19:10:10 -07002566 if (msleep_interruptible(step))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567 break;
Andrew Vasquezfe74c712005-08-26 19:10:10 -07002568 } while (--iterations >= 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569
2570 return -ETIMEDOUT;
2571}
2572
Andrew Vasquez54333832005-11-09 15:49:04 -08002573#if defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE)
2574
2575#define qla2x00_release_firmware() do { } while (0)
Andrew Vasquez331e3472005-11-09 15:49:19 -08002576#define qla2x00_pci_module_init() (0)
2577#define qla2x00_pci_module_exit() do { } while (0)
Andrew Vasquezfca29702005-07-06 10:31:47 -07002578
Andrew Vasquez54333832005-11-09 15:49:04 -08002579#else /* !defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE) */
2580
2581/* Firmware interface routines. */
2582
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08002583#define FW_BLOBS 5
Andrew Vasquez54333832005-11-09 15:49:04 -08002584#define FW_ISP21XX 0
2585#define FW_ISP22XX 1
2586#define FW_ISP2300 2
2587#define FW_ISP2322 3
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08002588#define FW_ISP24XX 4
Andrew Vasquez54333832005-11-09 15:49:04 -08002589
2590static DECLARE_MUTEX(qla_fw_lock);
2591
2592static struct fw_blob qla_fw_blobs[FW_BLOBS] = {
2593 { .name = "ql2100_fw.bin", .segs = { 0x1000, 0 }, },
2594 { .name = "ql2200_fw.bin", .segs = { 0x1000, 0 }, },
2595 { .name = "ql2300_fw.bin", .segs = { 0x800, 0 }, },
2596 { .name = "ql2322_fw.bin", .segs = { 0x800, 0x1c000, 0x1e000, 0 }, },
Andrew Vasquez54333832005-11-09 15:49:04 -08002597 { .name = "ql2400_fw.bin", },
2598};
2599
2600struct fw_blob *
2601qla2x00_request_firmware(scsi_qla_host_t *ha)
2602{
2603 struct fw_blob *blob;
2604
2605 blob = NULL;
2606 if (IS_QLA2100(ha)) {
2607 blob = &qla_fw_blobs[FW_ISP21XX];
2608 } else if (IS_QLA2200(ha)) {
2609 blob = &qla_fw_blobs[FW_ISP22XX];
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08002610 } else if (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA6312(ha)) {
Andrew Vasquez54333832005-11-09 15:49:04 -08002611 blob = &qla_fw_blobs[FW_ISP2300];
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08002612 } else if (IS_QLA2322(ha) || IS_QLA6322(ha)) {
Andrew Vasquez54333832005-11-09 15:49:04 -08002613 blob = &qla_fw_blobs[FW_ISP2322];
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08002614 } else if (IS_QLA24XX(ha) || IS_QLA54XX(ha)) {
Andrew Vasquez54333832005-11-09 15:49:04 -08002615 blob = &qla_fw_blobs[FW_ISP24XX];
2616 }
2617
2618 down(&qla_fw_lock);
2619 if (blob->fw)
2620 goto out;
2621
2622 if (request_firmware(&blob->fw, blob->name, &ha->pdev->dev)) {
2623 DEBUG2(printk("scsi(%ld): Failed to load firmware image "
2624 "(%s).\n", ha->host_no, blob->name));
2625 blob->fw = NULL;
2626 blob = NULL;
2627 goto out;
2628 }
2629
2630out:
2631 up(&qla_fw_lock);
2632 return blob;
2633}
2634
2635static void
2636qla2x00_release_firmware(void)
2637{
2638 int idx;
2639
2640 down(&qla_fw_lock);
2641 for (idx = 0; idx < FW_BLOBS; idx++)
2642 if (qla_fw_blobs[idx].fw)
2643 release_firmware(qla_fw_blobs[idx].fw);
2644 up(&qla_fw_lock);
2645}
2646
2647static struct qla_board_info qla_board_tbl = {
2648 .drv_name = "qla2xxx",
2649};
2650
2651static struct pci_device_id qla2xxx_pci_tbl[] = {
2652 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100,
2653 PCI_ANY_ID, PCI_ANY_ID, },
2654 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2200,
2655 PCI_ANY_ID, PCI_ANY_ID, },
2656 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2300,
2657 PCI_ANY_ID, PCI_ANY_ID, },
2658 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2312,
2659 PCI_ANY_ID, PCI_ANY_ID, },
2660 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2322,
2661 PCI_ANY_ID, PCI_ANY_ID, },
2662 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6312,
2663 PCI_ANY_ID, PCI_ANY_ID, },
2664 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6322,
2665 PCI_ANY_ID, PCI_ANY_ID, },
2666 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2422,
2667 PCI_ANY_ID, PCI_ANY_ID, },
2668 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2432,
2669 PCI_ANY_ID, PCI_ANY_ID, },
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08002670 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5422,
2671 PCI_ANY_ID, PCI_ANY_ID, },
2672 { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5432,
2673 PCI_ANY_ID, PCI_ANY_ID, },
Andrew Vasquez54333832005-11-09 15:49:04 -08002674 { 0 },
2675};
2676MODULE_DEVICE_TABLE(pci, qla2xxx_pci_tbl);
2677
2678static int __devinit
2679qla2xxx_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
2680{
2681 return qla2x00_probe_one(pdev, &qla_board_tbl);
2682}
2683
2684static void __devexit
2685qla2xxx_remove_one(struct pci_dev *pdev)
2686{
2687 qla2x00_remove_one(pdev);
2688}
2689
Andrew Vasquezfca29702005-07-06 10:31:47 -07002690static struct pci_driver qla2xxx_pci_driver = {
2691 .name = "qla2xxx",
James Bottomley0a21ef12005-12-01 12:51:50 -06002692 .driver = {
2693 .owner = THIS_MODULE,
2694 },
Andrew Vasquezfca29702005-07-06 10:31:47 -07002695 .id_table = qla2xxx_pci_tbl,
2696 .probe = qla2xxx_probe_one,
2697 .remove = __devexit_p(qla2xxx_remove_one),
2698};
2699
Andrew Vasquez331e3472005-11-09 15:49:19 -08002700static inline int
2701qla2x00_pci_module_init(void)
2702{
2703 return pci_module_init(&qla2xxx_pci_driver);
2704}
2705
2706static inline void
2707qla2x00_pci_module_exit(void)
2708{
2709 pci_unregister_driver(&qla2xxx_pci_driver);
2710}
2711
2712#endif
2713
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714/**
2715 * qla2x00_module_init - Module initialization.
2716 **/
2717static int __init
2718qla2x00_module_init(void)
2719{
Andrew Vasquezfca29702005-07-06 10:31:47 -07002720 int ret = 0;
2721
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722 /* Allocate cache for SRBs. */
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04002723 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002724 SLAB_HWCACHE_ALIGN, NULL, NULL);
2725 if (srb_cachep == NULL) {
2726 printk(KERN_ERR
2727 "qla2xxx: Unable to allocate SRB cache...Failing load!\n");
2728 return -ENOMEM;
2729 }
2730
2731 /* Derive version string. */
2732 strcpy(qla2x00_version_str, QLA2XXX_VERSION);
Andrew Vasquez54333832005-11-09 15:49:04 -08002733#if defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE)
2734 strcat(qla2x00_version_str, "-fw");
2735#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736#if DEBUG_QLA2100
2737 strcat(qla2x00_version_str, "-debug");
2738#endif
Andrew Vasquez1c97a122005-04-21 16:13:36 -04002739 qla2xxx_transport_template =
2740 fc_attach_transport(&qla2xxx_transport_functions);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741 if (!qla2xxx_transport_template)
2742 return -ENODEV;
2743
2744 printk(KERN_INFO "QLogic Fibre Channel HBA Driver\n");
Andrew Vasquez331e3472005-11-09 15:49:19 -08002745 ret = qla2x00_pci_module_init();
Andrew Vasquezfca29702005-07-06 10:31:47 -07002746 if (ret) {
2747 kmem_cache_destroy(srb_cachep);
2748 fc_release_transport(qla2xxx_transport_template);
2749 }
2750 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751}
2752
2753/**
2754 * qla2x00_module_exit - Module cleanup.
2755 **/
2756static void __exit
2757qla2x00_module_exit(void)
2758{
Andrew Vasquez331e3472005-11-09 15:49:19 -08002759 qla2x00_pci_module_exit();
Andrew Vasquez54333832005-11-09 15:49:04 -08002760 qla2x00_release_firmware();
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04002761 kmem_cache_destroy(srb_cachep);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762 fc_release_transport(qla2xxx_transport_template);
2763}
2764
2765module_init(qla2x00_module_init);
2766module_exit(qla2x00_module_exit);
2767
2768MODULE_AUTHOR("QLogic Corporation");
2769MODULE_DESCRIPTION("QLogic Fibre Channel HBA Driver");
2770MODULE_LICENSE("GPL");
2771MODULE_VERSION(QLA2XXX_VERSION);