blob: 817f62fbdd837828b22a2a9c33e9598caef3d41a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Andrew Vasquezfa90c542005-10-27 11:10:08 -07002 * QLogic Fibre Channel HBA Driver
Andrew Vasquez01e58d82008-04-03 13:13:13 -07003 * Copyright (c) 2003-2008 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>
Daniel Walkere1e82b62008-05-12 22:21:10 -070013#include <linux/mutex.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
15#include <scsi/scsi_tcq.h>
16#include <scsi/scsicam.h>
17#include <scsi/scsi_transport.h>
18#include <scsi/scsi_transport_fc.h>
19
20/*
21 * Driver version
22 */
23char qla2x00_version_str[40];
24
25/*
26 * SRB allocation cache
27 */
Christoph Lametere18b8902006-12-06 20:33:20 -080028static struct kmem_cache *srb_cachep;
Linus Torvalds1da177e2005-04-16 15:20:36 -070029
Seokmann Ju2c3dfe32007-07-05 13:16:51 -070030int num_hosts;
Linus Torvalds1da177e2005-04-16 15:20:36 -070031int ql2xlogintimeout = 20;
32module_param(ql2xlogintimeout, int, S_IRUGO|S_IRUSR);
33MODULE_PARM_DESC(ql2xlogintimeout,
34 "Login timeout value in seconds.");
35
Andrew Vasqueza7b61842007-05-07 07:42:59 -070036int qlport_down_retry;
Linus Torvalds1da177e2005-04-16 15:20:36 -070037module_param(qlport_down_retry, int, S_IRUGO|S_IRUSR);
38MODULE_PARM_DESC(qlport_down_retry,
Jesper Juhl900d9f92006-06-30 02:33:07 -070039 "Maximum number of command retries to a port that returns "
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 "a PORT-DOWN status.");
41
Linus Torvalds1da177e2005-04-16 15:20:36 -070042int ql2xplogiabsentdevice;
43module_param(ql2xplogiabsentdevice, int, S_IRUGO|S_IWUSR);
44MODULE_PARM_DESC(ql2xplogiabsentdevice,
45 "Option to enable PLOGI to devices that are not present after "
Jesper Juhl900d9f92006-06-30 02:33:07 -070046 "a Fabric scan. This is needed for several broken switches. "
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 "Default is 0 - no PLOGI. 1 - perfom PLOGI.");
48
Linus Torvalds1da177e2005-04-16 15:20:36 -070049int ql2xloginretrycount = 0;
50module_param(ql2xloginretrycount, int, S_IRUGO|S_IRUSR);
51MODULE_PARM_DESC(ql2xloginretrycount,
52 "Specify an alternate value for the NVRAM login retry count.");
53
Andrew Vasqueza7a167b2006-06-23 16:10:29 -070054int ql2xallocfwdump = 1;
55module_param(ql2xallocfwdump, int, S_IRUGO|S_IRUSR);
56MODULE_PARM_DESC(ql2xallocfwdump,
57 "Option to enable allocation of memory for a firmware dump "
58 "during HBA initialization. Memory allocation requirements "
59 "vary by ISP type. Default is 1 - allocate memory.");
60
Andrew Vasquez11010fe2006-10-06 09:54:59 -070061int ql2xextended_error_logging;
Andrew Vasquez27d94032007-03-12 10:41:30 -070062module_param(ql2xextended_error_logging, int, S_IRUGO|S_IWUSR);
Andrew Vasquez11010fe2006-10-06 09:54:59 -070063MODULE_PARM_DESC(ql2xextended_error_logging,
Andrew Vasquez01819442006-06-23 16:11:10 -070064 "Option to enable extended error logging, "
65 "Default is 0 - no logging. 1 - log errors.");
66
Linus Torvalds1da177e2005-04-16 15:20:36 -070067static void qla2x00_free_device(scsi_qla_host_t *);
68
69static void qla2x00_config_dma_addressing(scsi_qla_host_t *ha);
70
Andrew Vasquez7e47e5c2008-04-24 15:21:26 -070071int ql2xfdmienable=1;
Andrew Vasquezcca53352005-08-26 19:08:30 -070072module_param(ql2xfdmienable, int, S_IRUGO|S_IRUSR);
73MODULE_PARM_DESC(ql2xfdmienable,
74 "Enables FDMI registratons "
75 "Default is 0 - no FDMI. 1 - perfom FDMI.");
76
Andrew Vasquezdf7baa52006-10-13 09:33:39 -070077#define MAX_Q_DEPTH 32
78static int ql2xmaxqdepth = MAX_Q_DEPTH;
79module_param(ql2xmaxqdepth, int, S_IRUGO|S_IWUSR);
80MODULE_PARM_DESC(ql2xmaxqdepth,
81 "Maximum queue depth to report for target devices.");
82
83int ql2xqfullrampup = 120;
84module_param(ql2xqfullrampup, int, S_IRUGO|S_IWUSR);
85MODULE_PARM_DESC(ql2xqfullrampup,
86 "Number of seconds to wait to begin to ramp-up the queue "
87 "depth for a device after a queue-full condition has been "
88 "detected. Default is 120 seconds.");
89
Linus Torvalds1da177e2005-04-16 15:20:36 -070090/*
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -070091 * SCSI host template entry points
Linus Torvalds1da177e2005-04-16 15:20:36 -070092 */
93static int qla2xxx_slave_configure(struct scsi_device * device);
f4f051e2005-04-17 15:02:26 -050094static int qla2xxx_slave_alloc(struct scsi_device *);
Andrew Vasquez1e99e332006-11-22 08:24:48 -080095static int qla2xxx_scan_finished(struct Scsi_Host *, unsigned long time);
96static void qla2xxx_scan_start(struct Scsi_Host *);
f4f051e2005-04-17 15:02:26 -050097static void qla2xxx_slave_destroy(struct scsi_device *);
Linus Torvalds1da177e2005-04-16 15:20:36 -070098static int qla2x00_queuecommand(struct scsi_cmnd *cmd,
99 void (*fn)(struct scsi_cmnd *));
Andrew Vasquezfca29702005-07-06 10:31:47 -0700100static int qla24xx_queuecommand(struct scsi_cmnd *cmd,
101 void (*fn)(struct scsi_cmnd *));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102static int qla2xxx_eh_abort(struct scsi_cmnd *);
103static int qla2xxx_eh_device_reset(struct scsi_cmnd *);
Andrew Vasquez523ec772008-04-03 13:13:24 -0700104static int qla2xxx_eh_target_reset(struct scsi_cmnd *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105static int qla2xxx_eh_bus_reset(struct scsi_cmnd *);
106static int qla2xxx_eh_host_reset(struct scsi_cmnd *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107
Andrew Vasquezce7e4af2005-08-26 19:09:30 -0700108static int qla2x00_change_queue_depth(struct scsi_device *, int);
109static int qla2x00_change_queue_type(struct scsi_device *, int);
110
Adrian Bunka824ebb2008-01-17 09:02:15 -0800111static struct scsi_host_template qla2x00_driver_template = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 .module = THIS_MODULE,
Andrew Vasquezcb630672006-05-17 15:09:45 -0700113 .name = QLA2XXX_DRIVER_NAME,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 .queuecommand = qla2x00_queuecommand,
115
116 .eh_abort_handler = qla2xxx_eh_abort,
117 .eh_device_reset_handler = qla2xxx_eh_device_reset,
Andrew Vasquez523ec772008-04-03 13:13:24 -0700118 .eh_target_reset_handler = qla2xxx_eh_target_reset,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 .eh_bus_reset_handler = qla2xxx_eh_bus_reset,
120 .eh_host_reset_handler = qla2xxx_eh_host_reset,
121
122 .slave_configure = qla2xxx_slave_configure,
123
f4f051e2005-04-17 15:02:26 -0500124 .slave_alloc = qla2xxx_slave_alloc,
125 .slave_destroy = qla2xxx_slave_destroy,
Andrew Vasquez1e99e332006-11-22 08:24:48 -0800126 .scan_finished = qla2xxx_scan_finished,
127 .scan_start = qla2xxx_scan_start,
Andrew Vasquezce7e4af2005-08-26 19:09:30 -0700128 .change_queue_depth = qla2x00_change_queue_depth,
129 .change_queue_type = qla2x00_change_queue_type,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 .this_id = -1,
131 .cmd_per_lun = 3,
132 .use_clustering = ENABLE_CLUSTERING,
133 .sg_tablesize = SG_ALL,
134
135 /*
136 * The RISC allows for each command to transfer (2^32-1) bytes of data,
137 * which equates to 0x800000 sectors.
138 */
139 .max_sectors = 0xFFFF,
Andrew Vasquezafb046e2005-08-26 19:09:40 -0700140 .shost_attrs = qla2x00_host_attrs,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141};
142
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700143struct scsi_host_template qla24xx_driver_template = {
Andrew Vasquezfca29702005-07-06 10:31:47 -0700144 .module = THIS_MODULE,
Andrew Vasquezcb630672006-05-17 15:09:45 -0700145 .name = QLA2XXX_DRIVER_NAME,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700146 .queuecommand = qla24xx_queuecommand,
147
148 .eh_abort_handler = qla2xxx_eh_abort,
149 .eh_device_reset_handler = qla2xxx_eh_device_reset,
Andrew Vasquez523ec772008-04-03 13:13:24 -0700150 .eh_target_reset_handler = qla2xxx_eh_target_reset,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700151 .eh_bus_reset_handler = qla2xxx_eh_bus_reset,
152 .eh_host_reset_handler = qla2xxx_eh_host_reset,
153
154 .slave_configure = qla2xxx_slave_configure,
155
156 .slave_alloc = qla2xxx_slave_alloc,
157 .slave_destroy = qla2xxx_slave_destroy,
Andrew Vasquezed677082007-03-12 10:41:27 -0700158 .scan_finished = qla2xxx_scan_finished,
159 .scan_start = qla2xxx_scan_start,
Andrew Vasquezce7e4af2005-08-26 19:09:30 -0700160 .change_queue_depth = qla2x00_change_queue_depth,
161 .change_queue_type = qla2x00_change_queue_type,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700162 .this_id = -1,
163 .cmd_per_lun = 3,
164 .use_clustering = ENABLE_CLUSTERING,
165 .sg_tablesize = SG_ALL,
166
167 .max_sectors = 0xFFFF,
Andrew Vasquezafb046e2005-08-26 19:09:40 -0700168 .shost_attrs = qla2x00_host_attrs,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700169};
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171static struct scsi_transport_template *qla2xxx_transport_template = NULL;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700172struct scsi_transport_template *qla2xxx_transport_vport_template = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174/* TODO Convert to inlines
175 *
176 * Timer routines
177 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700179__inline__ void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180qla2x00_start_timer(scsi_qla_host_t *ha, void *func, unsigned long interval)
181{
182 init_timer(&ha->timer);
183 ha->timer.expires = jiffies + interval * HZ;
184 ha->timer.data = (unsigned long)ha;
185 ha->timer.function = (void (*)(unsigned long))func;
186 add_timer(&ha->timer);
187 ha->timer_active = 1;
188}
189
190static inline void
191qla2x00_restart_timer(scsi_qla_host_t *ha, unsigned long interval)
192{
193 mod_timer(&ha->timer, jiffies + interval * HZ);
194}
195
Adrian Bunka824ebb2008-01-17 09:02:15 -0800196static __inline__ void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197qla2x00_stop_timer(scsi_qla_host_t *ha)
198{
199 del_timer_sync(&ha->timer);
200 ha->timer_active = 0;
201}
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203static int qla2x00_do_dpc(void *data);
204
205static void qla2x00_rst_aen(scsi_qla_host_t *);
206
Andrew Vasqueze8711082008-01-31 12:33:48 -0800207static int qla2x00_mem_alloc(scsi_qla_host_t *);
Adrian Bunka824ebb2008-01-17 09:02:15 -0800208static void qla2x00_mem_free(scsi_qla_host_t *ha);
f4f051e2005-04-17 15:02:26 -0500209static void qla2x00_sp_free_dma(scsi_qla_host_t *, srb_t *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211/* -------------------------------------------------------------------------- */
212
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213static char *
Andrew Vasquezabbd8872005-07-06 10:30:05 -0700214qla2x00_pci_info_str(struct scsi_qla_host *ha, char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215{
216 static char *pci_bus_modes[] = {
217 "33", "66", "100", "133",
218 };
219 uint16_t pci_bus;
220
221 strcpy(str, "PCI");
222 pci_bus = (ha->pci_attr & (BIT_9 | BIT_10)) >> 9;
223 if (pci_bus) {
224 strcat(str, "-X (");
225 strcat(str, pci_bus_modes[pci_bus]);
226 } else {
227 pci_bus = (ha->pci_attr & BIT_8) >> 8;
228 strcat(str, " (");
229 strcat(str, pci_bus_modes[pci_bus]);
230 }
231 strcat(str, " MHz)");
232
233 return (str);
234}
235
Andrew Vasquezfca29702005-07-06 10:31:47 -0700236static char *
237qla24xx_pci_info_str(struct scsi_qla_host *ha, char *str)
238{
239 static char *pci_bus_modes[] = { "33", "66", "100", "133", };
240 uint32_t pci_bus;
241 int pcie_reg;
242
243 pcie_reg = pci_find_capability(ha->pdev, PCI_CAP_ID_EXP);
244 if (pcie_reg) {
245 char lwstr[6];
246 uint16_t pcie_lstat, lspeed, lwidth;
247
248 pcie_reg += 0x12;
249 pci_read_config_word(ha->pdev, pcie_reg, &pcie_lstat);
250 lspeed = pcie_lstat & (BIT_0 | BIT_1 | BIT_2 | BIT_3);
251 lwidth = (pcie_lstat &
252 (BIT_4 | BIT_5 | BIT_6 | BIT_7 | BIT_8 | BIT_9)) >> 4;
253
254 strcpy(str, "PCIe (");
255 if (lspeed == 1)
Andrew Vasquezc87a0d82008-04-03 13:13:21 -0700256 strcat(str, "2.5GT/s ");
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -0700257 else if (lspeed == 2)
Andrew Vasquezc87a0d82008-04-03 13:13:21 -0700258 strcat(str, "5.0GT/s ");
Andrew Vasquezfca29702005-07-06 10:31:47 -0700259 else
260 strcat(str, "<unknown> ");
261 snprintf(lwstr, sizeof(lwstr), "x%d)", lwidth);
262 strcat(str, lwstr);
263
264 return str;
265 }
266
267 strcpy(str, "PCI");
268 pci_bus = (ha->pci_attr & CSRX_PCIX_BUS_MODE_MASK) >> 8;
269 if (pci_bus == 0 || pci_bus == 8) {
270 strcat(str, " (");
271 strcat(str, pci_bus_modes[pci_bus >> 3]);
272 } else {
273 strcat(str, "-X ");
274 if (pci_bus & BIT_2)
275 strcat(str, "Mode 2");
276 else
277 strcat(str, "Mode 1");
278 strcat(str, " (");
279 strcat(str, pci_bus_modes[pci_bus & ~BIT_2]);
280 }
281 strcat(str, " MHz)");
282
283 return str;
284}
285
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800286static char *
Andrew Vasquezabbd8872005-07-06 10:30:05 -0700287qla2x00_fw_version_str(struct scsi_qla_host *ha, char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288{
289 char un_str[10];
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700290
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 sprintf(str, "%d.%02d.%02d ", ha->fw_major_version,
292 ha->fw_minor_version,
293 ha->fw_subminor_version);
294
295 if (ha->fw_attributes & BIT_9) {
296 strcat(str, "FLX");
297 return (str);
298 }
299
300 switch (ha->fw_attributes & 0xFF) {
301 case 0x7:
302 strcat(str, "EF");
303 break;
304 case 0x17:
305 strcat(str, "TP");
306 break;
307 case 0x37:
308 strcat(str, "IP");
309 break;
310 case 0x77:
311 strcat(str, "VI");
312 break;
313 default:
314 sprintf(un_str, "(%x)", ha->fw_attributes);
315 strcat(str, un_str);
316 break;
317 }
318 if (ha->fw_attributes & 0x100)
319 strcat(str, "X");
320
321 return (str);
322}
323
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800324static char *
Andrew Vasquezfca29702005-07-06 10:31:47 -0700325qla24xx_fw_version_str(struct scsi_qla_host *ha, char *str)
326{
Andrew Vasquezf0883ac2005-07-08 17:58:43 -0700327 sprintf(str, "%d.%02d.%02d ", ha->fw_major_version,
328 ha->fw_minor_version,
329 ha->fw_subminor_version);
330
Andrew Vasquezfca29702005-07-06 10:31:47 -0700331 if (ha->fw_attributes & BIT_0)
332 strcat(str, "[Class 2] ");
333 if (ha->fw_attributes & BIT_1)
334 strcat(str, "[IP] ");
335 if (ha->fw_attributes & BIT_2)
336 strcat(str, "[Multi-ID] ");
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -0700337 if (ha->fw_attributes & BIT_3)
338 strcat(str, "[SB-2] ");
339 if (ha->fw_attributes & BIT_4)
340 strcat(str, "[T10 CRC] ");
341 if (ha->fw_attributes & BIT_5)
342 strcat(str, "[VI] ");
Harihara Kadayam4d4df192008-04-03 13:13:26 -0700343 if (ha->fw_attributes & BIT_10)
344 strcat(str, "[84XX] ");
Andrew Vasquezfca29702005-07-06 10:31:47 -0700345 if (ha->fw_attributes & BIT_13)
346 strcat(str, "[Experimental]");
347 return str;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700348}
349
350static inline srb_t *
351qla2x00_get_new_sp(scsi_qla_host_t *ha, fc_port_t *fcport,
352 struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *))
353{
354 srb_t *sp;
355
356 sp = mempool_alloc(ha->srb_mempool, GFP_ATOMIC);
357 if (!sp)
358 return sp;
359
Andrew Vasquezfca29702005-07-06 10:31:47 -0700360 sp->ha = ha;
361 sp->fcport = fcport;
362 sp->cmd = cmd;
363 sp->flags = 0;
364 CMD_SP(cmd) = (void *)sp;
365 cmd->scsi_done = done;
366
367 return sp;
368}
369
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370static int
f4f051e2005-04-17 15:02:26 -0500371qla2x00_queuecommand(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372{
Andrew Vasquezf363b942007-09-20 14:07:45 -0700373 scsi_qla_host_t *ha = shost_priv(cmd->device->host);
bdf79622005-04-17 15:06:53 -0500374 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400375 struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device));
f4f051e2005-04-17 15:02:26 -0500376 srb_t *sp;
377 int rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378
Seokmann Ju14e660e2007-09-20 14:07:36 -0700379 if (unlikely(pci_channel_offline(ha->pdev))) {
380 cmd->result = DID_REQUEUE << 16;
381 goto qc_fail_command;
382 }
383
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400384 rval = fc_remote_port_chkready(rport);
385 if (rval) {
386 cmd->result = rval;
f4f051e2005-04-17 15:02:26 -0500387 goto qc_fail_command;
388 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
andrew.vasquez@qlogic.com387f96b2006-02-07 08:45:45 -0800390 /* Close window on fcport/rport state-transitioning. */
391 if (!*(fc_port_t **)rport->dd_data) {
392 cmd->result = DID_IMM_RETRY << 16;
393 goto qc_fail_command;
394 }
395
f4f051e2005-04-17 15:02:26 -0500396 if (atomic_read(&fcport->state) != FCS_ONLINE) {
397 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD ||
398 atomic_read(&ha->loop_state) == LOOP_DEAD) {
399 cmd->result = DID_NO_CONNECT << 16;
400 goto qc_fail_command;
401 }
402 goto qc_host_busy;
403 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404
405 spin_unlock_irq(ha->host->host_lock);
406
Andrew Vasquezfca29702005-07-06 10:31:47 -0700407 sp = qla2x00_get_new_sp(ha, fcport, cmd, done);
408 if (!sp)
f4f051e2005-04-17 15:02:26 -0500409 goto qc_host_busy_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410
f4f051e2005-04-17 15:02:26 -0500411 rval = qla2x00_start_scsi(sp);
412 if (rval != QLA_SUCCESS)
413 goto qc_host_busy_free_sp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 spin_lock_irq(ha->host->host_lock);
416
f4f051e2005-04-17 15:02:26 -0500417 return 0;
418
419qc_host_busy_free_sp:
420 qla2x00_sp_free_dma(ha, sp);
f4f051e2005-04-17 15:02:26 -0500421 mempool_free(sp, ha->srb_mempool);
422
423qc_host_busy_lock:
424 spin_lock_irq(ha->host->host_lock);
425
426qc_host_busy:
427 return SCSI_MLQUEUE_HOST_BUSY;
428
429qc_fail_command:
430 done(cmd);
431
432 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433}
434
Andrew Vasquezfca29702005-07-06 10:31:47 -0700435
436static int
437qla24xx_queuecommand(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *))
438{
Andrew Vasquezf363b942007-09-20 14:07:45 -0700439 scsi_qla_host_t *ha = shost_priv(cmd->device->host);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700440 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400441 struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device));
Andrew Vasquezfca29702005-07-06 10:31:47 -0700442 srb_t *sp;
443 int rval;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700444 scsi_qla_host_t *pha = to_qla_parent(ha);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700445
Seokmann Ju14e660e2007-09-20 14:07:36 -0700446 if (unlikely(pci_channel_offline(ha->pdev))) {
447 cmd->result = DID_REQUEUE << 16;
448 goto qc24_fail_command;
449 }
450
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400451 rval = fc_remote_port_chkready(rport);
452 if (rval) {
453 cmd->result = rval;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700454 goto qc24_fail_command;
455 }
456
andrew.vasquez@qlogic.com387f96b2006-02-07 08:45:45 -0800457 /* Close window on fcport/rport state-transitioning. */
458 if (!*(fc_port_t **)rport->dd_data) {
459 cmd->result = DID_IMM_RETRY << 16;
460 goto qc24_fail_command;
461 }
462
Andrew Vasquezfca29702005-07-06 10:31:47 -0700463 if (atomic_read(&fcport->state) != FCS_ONLINE) {
464 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD ||
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700465 atomic_read(&pha->loop_state) == LOOP_DEAD) {
Andrew Vasquezfca29702005-07-06 10:31:47 -0700466 cmd->result = DID_NO_CONNECT << 16;
467 goto qc24_fail_command;
468 }
469 goto qc24_host_busy;
470 }
471
472 spin_unlock_irq(ha->host->host_lock);
473
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700474 sp = qla2x00_get_new_sp(pha, fcport, cmd, done);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700475 if (!sp)
476 goto qc24_host_busy_lock;
477
478 rval = qla24xx_start_scsi(sp);
479 if (rval != QLA_SUCCESS)
480 goto qc24_host_busy_free_sp;
481
482 spin_lock_irq(ha->host->host_lock);
483
484 return 0;
485
486qc24_host_busy_free_sp:
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700487 qla2x00_sp_free_dma(pha, sp);
488 mempool_free(sp, pha->srb_mempool);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700489
490qc24_host_busy_lock:
491 spin_lock_irq(ha->host->host_lock);
492
493qc24_host_busy:
494 return SCSI_MLQUEUE_HOST_BUSY;
495
496qc24_fail_command:
497 done(cmd);
498
499 return 0;
500}
501
502
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503/*
504 * qla2x00_eh_wait_on_command
505 * Waits for the command to be returned by the Firmware for some
506 * max time.
507 *
508 * Input:
509 * ha = actual ha whose done queue will contain the command
510 * returned by firmware.
511 * cmd = Scsi Command to wait on.
512 * flag = Abort/Reset(Bus or Device Reset)
513 *
514 * Return:
515 * Not Found : 0
516 * Found : 1
517 */
518static int
519qla2x00_eh_wait_on_command(scsi_qla_host_t *ha, struct scsi_cmnd *cmd)
520{
Andrew Vasquezfe74c712005-08-26 19:10:10 -0700521#define ABORT_POLLING_PERIOD 1000
522#define ABORT_WAIT_ITER ((10 * 1000) / (ABORT_POLLING_PERIOD))
f4f051e2005-04-17 15:02:26 -0500523 unsigned long wait_iter = ABORT_WAIT_ITER;
524 int ret = QLA_SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525
f4f051e2005-04-17 15:02:26 -0500526 while (CMD_SP(cmd)) {
Andrew Vasquezfe74c712005-08-26 19:10:10 -0700527 msleep(ABORT_POLLING_PERIOD);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528
f4f051e2005-04-17 15:02:26 -0500529 if (--wait_iter)
530 break;
531 }
532 if (CMD_SP(cmd))
533 ret = QLA_FUNCTION_FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534
f4f051e2005-04-17 15:02:26 -0500535 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536}
537
538/*
539 * qla2x00_wait_for_hba_online
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700540 * Wait till the HBA is online after going through
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 * <= MAX_RETRIES_OF_ISP_ABORT or
542 * finally HBA is disabled ie marked offline
543 *
544 * Input:
545 * ha - pointer to host adapter structure
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700546 *
547 * Note:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548 * Does context switching-Release SPIN_LOCK
549 * (if any) before calling this routine.
550 *
551 * Return:
552 * Success (Adapter is online) : 0
553 * Failed (Adapter is offline/disabled) : 1
554 */
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -0800555int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556qla2x00_wait_for_hba_online(scsi_qla_host_t *ha)
557{
Andrew Vasquezfca29702005-07-06 10:31:47 -0700558 int return_status;
559 unsigned long wait_online;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700560 scsi_qla_host_t *pha = to_qla_parent(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700562 wait_online = jiffies + (MAX_LOOP_TIMEOUT * HZ);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700563 while (((test_bit(ISP_ABORT_NEEDED, &pha->dpc_flags)) ||
564 test_bit(ABORT_ISP_ACTIVE, &pha->dpc_flags) ||
565 test_bit(ISP_ABORT_RETRY, &pha->dpc_flags) ||
566 pha->dpc_active) && time_before(jiffies, wait_online)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567
568 msleep(1000);
569 }
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700570 if (pha->flags.online)
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700571 return_status = QLA_SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 else
573 return_status = QLA_FUNCTION_FAILED;
574
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 return (return_status);
576}
577
578/*
579 * qla2x00_wait_for_loop_ready
580 * Wait for MAX_LOOP_TIMEOUT(5 min) value for loop
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700581 * to be in LOOP_READY state.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 * Input:
583 * ha - pointer to host adapter structure
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700584 *
585 * Note:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 * Does context switching-Release SPIN_LOCK
587 * (if any) before calling this routine.
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700588 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 *
590 * Return:
591 * Success (LOOP_READY) : 0
592 * Failed (LOOP_NOT_READY) : 1
593 */
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700594static inline int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595qla2x00_wait_for_loop_ready(scsi_qla_host_t *ha)
596{
597 int return_status = QLA_SUCCESS;
598 unsigned long loop_timeout ;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700599 scsi_qla_host_t *pha = to_qla_parent(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600
601 /* wait for 5 min at the max for loop to be ready */
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700602 loop_timeout = jiffies + (MAX_LOOP_TIMEOUT * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700604 while ((!atomic_read(&pha->loop_down_timer) &&
605 atomic_read(&pha->loop_state) == LOOP_DOWN) ||
606 atomic_read(&pha->loop_state) != LOOP_READY) {
607 if (atomic_read(&pha->loop_state) == LOOP_DEAD) {
Ravi Anand57680082006-05-17 15:08:44 -0700608 return_status = QLA_FUNCTION_FAILED;
609 break;
610 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 msleep(1000);
612 if (time_after_eq(jiffies, loop_timeout)) {
613 return_status = QLA_FUNCTION_FAILED;
614 break;
615 }
616 }
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700617 return (return_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618}
619
Andrew Vasquez07db5182006-10-02 12:00:49 -0700620static void
621qla2x00_block_error_handler(struct scsi_cmnd *cmnd)
622{
623 struct Scsi_Host *shost = cmnd->device->host;
624 struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
625 unsigned long flags;
626
627 spin_lock_irqsave(shost->host_lock, flags);
628 while (rport->port_state == FC_PORTSTATE_BLOCKED) {
629 spin_unlock_irqrestore(shost->host_lock, flags);
630 msleep(1000);
631 spin_lock_irqsave(shost->host_lock, flags);
632 }
633 spin_unlock_irqrestore(shost->host_lock, flags);
634 return;
635}
636
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637/**************************************************************************
638* qla2xxx_eh_abort
639*
640* Description:
641* The abort function will abort the specified command.
642*
643* Input:
644* cmd = Linux SCSI command packet to be aborted.
645*
646* Returns:
647* Either SUCCESS or FAILED.
648*
649* Note:
Michael Reed2ea00202006-04-27 16:25:30 -0700650* Only return FAILED if command not returned by firmware.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651**************************************************************************/
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800652static int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653qla2xxx_eh_abort(struct scsi_cmnd *cmd)
654{
Andrew Vasquezf363b942007-09-20 14:07:45 -0700655 scsi_qla_host_t *ha = shost_priv(cmd->device->host);
f4f051e2005-04-17 15:02:26 -0500656 srb_t *sp;
657 int ret, i;
658 unsigned int id, lun;
659 unsigned long serial;
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700660 unsigned long flags;
Michael Reed2ea00202006-04-27 16:25:30 -0700661 int wait = 0;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700662 scsi_qla_host_t *pha = to_qla_parent(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663
Andrew Vasquez07db5182006-10-02 12:00:49 -0700664 qla2x00_block_error_handler(cmd);
665
f4f051e2005-04-17 15:02:26 -0500666 if (!CMD_SP(cmd))
Michael Reed2ea00202006-04-27 16:25:30 -0700667 return SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668
Michael Reed2ea00202006-04-27 16:25:30 -0700669 ret = SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670
f4f051e2005-04-17 15:02:26 -0500671 id = cmd->device->id;
672 lun = cmd->device->lun;
673 serial = cmd->serial_number;
674
675 /* Check active list for command command. */
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700676 spin_lock_irqsave(&pha->hardware_lock, flags);
f4f051e2005-04-17 15:02:26 -0500677 for (i = 1; i < MAX_OUTSTANDING_COMMANDS; i++) {
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700678 sp = pha->outstanding_cmds[i];
f4f051e2005-04-17 15:02:26 -0500679
680 if (sp == NULL)
681 continue;
682
683 if (sp->cmd != cmd)
684 continue;
685
Andrew Vasquez75bc4192006-05-17 15:09:22 -0700686 DEBUG2(printk("%s(%ld): aborting sp %p from RISC. pid=%ld.\n",
687 __func__, ha->host_no, sp, serial));
f4f051e2005-04-17 15:02:26 -0500688
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700689 spin_unlock_irqrestore(&pha->hardware_lock, flags);
Andrew Vasquezfd34f552007-07-19 15:06:00 -0700690 if (ha->isp_ops->abort_command(ha, sp)) {
f4f051e2005-04-17 15:02:26 -0500691 DEBUG2(printk("%s(%ld): abort_command "
692 "mbx failed.\n", __func__, ha->host_no));
693 } else {
694 DEBUG3(printk("%s(%ld): abort_command "
695 "mbx success.\n", __func__, ha->host_no));
Michael Reed2ea00202006-04-27 16:25:30 -0700696 wait = 1;
f4f051e2005-04-17 15:02:26 -0500697 }
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700698 spin_lock_irqsave(&pha->hardware_lock, flags);
f4f051e2005-04-17 15:02:26 -0500699
700 break;
701 }
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700702 spin_unlock_irqrestore(&pha->hardware_lock, flags);
f4f051e2005-04-17 15:02:26 -0500703
704 /* Wait for the command to be returned. */
Michael Reed2ea00202006-04-27 16:25:30 -0700705 if (wait) {
f4f051e2005-04-17 15:02:26 -0500706 if (qla2x00_eh_wait_on_command(ha, cmd) != QLA_SUCCESS) {
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700707 qla_printk(KERN_ERR, ha,
f4f051e2005-04-17 15:02:26 -0500708 "scsi(%ld:%d:%d): Abort handler timed out -- %lx "
709 "%x.\n", ha->host_no, id, lun, serial, ret);
Michael Reed2ea00202006-04-27 16:25:30 -0700710 ret = FAILED;
f4f051e2005-04-17 15:02:26 -0500711 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700714 qla_printk(KERN_INFO, ha,
Michael Reed2ea00202006-04-27 16:25:30 -0700715 "scsi(%ld:%d:%d): Abort command issued -- %d %lx %x.\n",
716 ha->host_no, id, lun, wait, serial, ret);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717
f4f051e2005-04-17 15:02:26 -0500718 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719}
720
Andrew Vasquez523ec772008-04-03 13:13:24 -0700721enum nexus_wait_type {
722 WAIT_HOST = 0,
723 WAIT_TARGET,
724 WAIT_LUN,
725};
726
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727static int
Andrew Vasquez523ec772008-04-03 13:13:24 -0700728qla2x00_eh_wait_for_pending_commands(scsi_qla_host_t *ha, unsigned int t,
729 unsigned int l, enum nexus_wait_type type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730{
Andrew Vasquez523ec772008-04-03 13:13:24 -0700731 int cnt, match, status;
732 srb_t *sp;
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700733 unsigned long flags;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700734 scsi_qla_host_t *pha = to_qla_parent(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735
Andrew Vasquez523ec772008-04-03 13:13:24 -0700736 status = QLA_SUCCESS;
737 spin_lock_irqsave(&pha->hardware_lock, flags);
738 for (cnt = 1; status == QLA_SUCCESS && cnt < MAX_OUTSTANDING_COMMANDS;
739 cnt++) {
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700740 sp = pha->outstanding_cmds[cnt];
Andrew Vasquez523ec772008-04-03 13:13:24 -0700741 if (!sp)
742 continue;
743 if (ha->vp_idx != sp->ha->vp_idx)
744 continue;
745 match = 0;
746 switch (type) {
747 case WAIT_HOST:
748 match = 1;
749 break;
750 case WAIT_TARGET:
751 match = sp->cmd->device->id == t;
752 break;
753 case WAIT_LUN:
754 match = (sp->cmd->device->id == t &&
755 sp->cmd->device->lun == l);
756 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 }
Andrew Vasquez523ec772008-04-03 13:13:24 -0700758 if (!match)
759 continue;
760
761 spin_unlock_irqrestore(&pha->hardware_lock, flags);
762 status = qla2x00_eh_wait_on_command(ha, sp->cmd);
763 spin_lock_irqsave(&pha->hardware_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764 }
Andrew Vasquez523ec772008-04-03 13:13:24 -0700765 spin_unlock_irqrestore(&pha->hardware_lock, flags);
766
767 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768}
769
Andrew Vasquez523ec772008-04-03 13:13:24 -0700770static char *reset_errors[] = {
771 "HBA not online",
772 "HBA not ready",
773 "Task management failed",
774 "Waiting for command completions",
775};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776
Andrew Vasquez523ec772008-04-03 13:13:24 -0700777static int
778__qla2xxx_eh_generic_reset(char *name, enum nexus_wait_type type,
779 struct scsi_cmnd *cmd, int (*do_reset)(struct fc_port *, unsigned int))
780{
781 scsi_qla_host_t *ha = shost_priv(cmd->device->host);
782 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
783 int err;
784
785 qla2x00_block_error_handler(cmd);
786
787 if (!fcport)
788 return FAILED;
789
790 qla_printk(KERN_INFO, ha, "scsi(%ld:%d:%d): %s RESET ISSUED.\n",
791 ha->host_no, cmd->device->id, cmd->device->lun, name);
792
793 err = 0;
794 if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS)
795 goto eh_reset_failed;
796 err = 1;
797 if (qla2x00_wait_for_loop_ready(ha) != QLA_SUCCESS)
798 goto eh_reset_failed;
799 err = 2;
800 if (do_reset(fcport, cmd->device->lun) != QLA_SUCCESS)
801 goto eh_reset_failed;
802 err = 3;
803 if (qla2x00_eh_wait_for_pending_commands(ha, cmd->device->id,
804 cmd->device->lun, type) != QLA_SUCCESS)
805 goto eh_reset_failed;
806
807 qla_printk(KERN_INFO, ha, "scsi(%ld:%d:%d): %s RESET SUCCEEDED.\n",
808 ha->host_no, cmd->device->id, cmd->device->lun, name);
809
810 return SUCCESS;
811
812 eh_reset_failed:
813 qla_printk(KERN_INFO, ha, "scsi(%ld:%d:%d): %s RESET FAILED: %s.\n",
814 ha->host_no, cmd->device->id, cmd->device->lun, name,
815 reset_errors[err]);
816 return FAILED;
817}
818
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800819static int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820qla2xxx_eh_device_reset(struct scsi_cmnd *cmd)
821{
Andrew Vasquezf363b942007-09-20 14:07:45 -0700822 scsi_qla_host_t *ha = shost_priv(cmd->device->host);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823
Andrew Vasquez523ec772008-04-03 13:13:24 -0700824 return __qla2xxx_eh_generic_reset("DEVICE", WAIT_LUN, cmd,
825 ha->isp_ops->lun_reset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826}
827
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828static int
Andrew Vasquez523ec772008-04-03 13:13:24 -0700829qla2xxx_eh_target_reset(struct scsi_cmnd *cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830{
Andrew Vasquez523ec772008-04-03 13:13:24 -0700831 scsi_qla_host_t *ha = shost_priv(cmd->device->host);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832
Andrew Vasquez523ec772008-04-03 13:13:24 -0700833 return __qla2xxx_eh_generic_reset("TARGET", WAIT_TARGET, cmd,
834 ha->isp_ops->target_reset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835}
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837/**************************************************************************
838* qla2xxx_eh_bus_reset
839*
840* Description:
841* The bus reset function will reset the bus and abort any executing
842* commands.
843*
844* Input:
845* cmd = Linux SCSI command packet of the command that cause the
846* bus reset.
847*
848* Returns:
849* SUCCESS/FAILURE (defined as macro in scsi.h).
850*
851**************************************************************************/
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800852static int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd)
854{
Andrew Vasquezf363b942007-09-20 14:07:45 -0700855 scsi_qla_host_t *ha = shost_priv(cmd->device->host);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700856 scsi_qla_host_t *pha = to_qla_parent(ha);
bdf79622005-04-17 15:06:53 -0500857 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700858 int ret = FAILED;
f4f051e2005-04-17 15:02:26 -0500859 unsigned int id, lun;
860 unsigned long serial;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861
Andrew Vasquez07db5182006-10-02 12:00:49 -0700862 qla2x00_block_error_handler(cmd);
863
f4f051e2005-04-17 15:02:26 -0500864 id = cmd->device->id;
865 lun = cmd->device->lun;
866 serial = cmd->serial_number;
867
Vladislav Bolkhovitinb0328be2006-08-01 13:48:15 -0700868 if (!fcport)
f4f051e2005-04-17 15:02:26 -0500869 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870
871 qla_printk(KERN_INFO, ha,
f4f051e2005-04-17 15:02:26 -0500872 "scsi(%ld:%d:%d): LOOP RESET ISSUED.\n", ha->host_no, id, lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS) {
875 DEBUG2(printk("%s failed:board disabled\n",__func__));
f4f051e2005-04-17 15:02:26 -0500876 goto eh_bus_reset_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877 }
878
879 if (qla2x00_wait_for_loop_ready(ha) == QLA_SUCCESS) {
f4f051e2005-04-17 15:02:26 -0500880 if (qla2x00_loop_reset(ha) == QLA_SUCCESS)
881 ret = SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882 }
f4f051e2005-04-17 15:02:26 -0500883 if (ret == FAILED)
884 goto eh_bus_reset_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885
Andrew Vasquez9a41a622005-09-20 13:25:53 -0700886 /* Flush outstanding commands. */
Andrew Vasquez523ec772008-04-03 13:13:24 -0700887 if (qla2x00_eh_wait_for_pending_commands(pha, 0, 0, WAIT_HOST) !=
888 QLA_SUCCESS)
Andrew Vasquez9a41a622005-09-20 13:25:53 -0700889 ret = FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890
f4f051e2005-04-17 15:02:26 -0500891eh_bus_reset_done:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 qla_printk(KERN_INFO, ha, "%s: reset %s\n", __func__,
f4f051e2005-04-17 15:02:26 -0500893 (ret == FAILED) ? "failed" : "succeded");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
f4f051e2005-04-17 15:02:26 -0500895 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896}
897
898/**************************************************************************
899* qla2xxx_eh_host_reset
900*
901* Description:
902* The reset function will reset the Adapter.
903*
904* Input:
905* cmd = Linux SCSI command packet of the command that cause the
906* adapter reset.
907*
908* Returns:
909* Either SUCCESS or FAILED.
910*
911* Note:
912**************************************************************************/
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800913static int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914qla2xxx_eh_host_reset(struct scsi_cmnd *cmd)
915{
Andrew Vasquezf363b942007-09-20 14:07:45 -0700916 scsi_qla_host_t *ha = shost_priv(cmd->device->host);
bdf79622005-04-17 15:06:53 -0500917 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700918 int ret = FAILED;
f4f051e2005-04-17 15:02:26 -0500919 unsigned int id, lun;
920 unsigned long serial;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700921 scsi_qla_host_t *pha = to_qla_parent(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922
Andrew Vasquez07db5182006-10-02 12:00:49 -0700923 qla2x00_block_error_handler(cmd);
924
f4f051e2005-04-17 15:02:26 -0500925 id = cmd->device->id;
926 lun = cmd->device->lun;
927 serial = cmd->serial_number;
928
Vladislav Bolkhovitinb0328be2006-08-01 13:48:15 -0700929 if (!fcport)
f4f051e2005-04-17 15:02:26 -0500930 return ret;
931
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932 qla_printk(KERN_INFO, ha,
f4f051e2005-04-17 15:02:26 -0500933 "scsi(%ld:%d:%d): ADAPTER RESET ISSUED.\n", ha->host_no, id, lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935 if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS)
f4f051e2005-04-17 15:02:26 -0500936 goto eh_host_reset_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937
938 /*
939 * Fixme-may be dpc thread is active and processing
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700940 * loop_resync,so wait a while for it to
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941 * be completed and then issue big hammer.Otherwise
942 * it may cause I/O failure as big hammer marks the
943 * devices as lost kicking of the port_down_timer
944 * while dpc is stuck for the mailbox to complete.
945 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946 qla2x00_wait_for_loop_ready(ha);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700947 set_bit(ABORT_ISP_ACTIVE, &pha->dpc_flags);
948 if (qla2x00_abort_isp(pha)) {
949 clear_bit(ABORT_ISP_ACTIVE, &pha->dpc_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950 /* failed. schedule dpc to try */
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700951 set_bit(ISP_ABORT_NEEDED, &pha->dpc_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952
953 if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS)
f4f051e2005-04-17 15:02:26 -0500954 goto eh_host_reset_lock;
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700955 }
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700956 clear_bit(ABORT_ISP_ACTIVE, &pha->dpc_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958 /* Waiting for our command in done_queue to be returned to OS.*/
Andrew Vasquez523ec772008-04-03 13:13:24 -0700959 if (qla2x00_eh_wait_for_pending_commands(pha, 0, 0, WAIT_HOST) ==
960 QLA_SUCCESS)
f4f051e2005-04-17 15:02:26 -0500961 ret = SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700963 if (ha->parent)
964 qla2x00_vp_abort_isp(ha);
965
f4f051e2005-04-17 15:02:26 -0500966eh_host_reset_lock:
f4f051e2005-04-17 15:02:26 -0500967 qla_printk(KERN_INFO, ha, "%s: reset %s\n", __func__,
968 (ret == FAILED) ? "failed" : "succeded");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969
f4f051e2005-04-17 15:02:26 -0500970 return ret;
971}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972
973/*
974* qla2x00_loop_reset
975* Issue loop reset.
976*
977* Input:
978* ha = adapter block pointer.
979*
980* Returns:
981* 0 = success
982*/
Andrew Vasqueza4722cf2008-01-17 09:02:12 -0800983int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984qla2x00_loop_reset(scsi_qla_host_t *ha)
985{
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -0800986 int ret;
bdf79622005-04-17 15:06:53 -0500987 struct fc_port *fcport;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -0800989 if (ha->flags.enable_lip_full_login) {
990 ret = qla2x00_full_login_lip(ha);
991 if (ret != QLA_SUCCESS) {
992 DEBUG2_3(printk("%s(%ld): bus_reset failed: "
993 "full_login_lip=%d.\n", __func__, ha->host_no,
994 ret));
995 }
996 atomic_set(&ha->loop_state, LOOP_DOWN);
997 atomic_set(&ha->loop_down_timer, LOOP_DOWN_TIME);
998 qla2x00_mark_all_devices_lost(ha, 0);
999 qla2x00_wait_for_loop_ready(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000 }
1001
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -08001002 if (ha->flags.enable_lip_reset) {
1003 ret = qla2x00_lip_reset(ha);
1004 if (ret != QLA_SUCCESS) {
1005 DEBUG2_3(printk("%s(%ld): bus_reset failed: "
1006 "lip_reset=%d.\n", __func__, ha->host_no, ret));
1007 }
1008 qla2x00_wait_for_loop_ready(ha);
1009 }
1010
1011 if (ha->flags.enable_target_reset) {
bdf79622005-04-17 15:06:53 -05001012 list_for_each_entry(fcport, &ha->fcports, list) {
1013 if (fcport->port_type != FCT_TARGET)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014 continue;
1015
Andrew Vasquez523ec772008-04-03 13:13:24 -07001016 ret = ha->isp_ops->target_reset(fcport, 0);
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -08001017 if (ret != QLA_SUCCESS) {
1018 DEBUG2_3(printk("%s(%ld): bus_reset failed: "
1019 "target_reset=%d d_id=%x.\n", __func__,
1020 ha->host_no, ret, fcport->d_id.b24));
1021 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022 }
1023 }
1024
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025 /* Issue marker command only when we are going to start the I/O */
1026 ha->marker_needed = 1;
1027
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -08001028 return QLA_SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029}
1030
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001031void
1032qla2x00_abort_all_cmds(scsi_qla_host_t *ha, int res)
1033{
1034 int cnt;
1035 unsigned long flags;
1036 srb_t *sp;
1037
1038 spin_lock_irqsave(&ha->hardware_lock, flags);
1039 for (cnt = 1; cnt < MAX_OUTSTANDING_COMMANDS; cnt++) {
1040 sp = ha->outstanding_cmds[cnt];
1041 if (sp) {
1042 ha->outstanding_cmds[cnt] = NULL;
1043 sp->flags = 0;
1044 sp->cmd->result = res;
1045 sp->cmd->host_scribble = (unsigned char *)NULL;
1046 qla2x00_sp_compl(ha, sp);
1047 }
1048 }
1049 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1050}
1051
f4f051e2005-04-17 15:02:26 -05001052static int
1053qla2xxx_slave_alloc(struct scsi_device *sdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054{
bdf79622005-04-17 15:06:53 -05001055 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001057 if (!rport || fc_remote_port_chkready(rport))
f4f051e2005-04-17 15:02:26 -05001058 return -ENXIO;
1059
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001060 sdev->hostdata = *(fc_port_t **)rport->dd_data;
f4f051e2005-04-17 15:02:26 -05001061
1062 return 0;
1063}
1064
1065static int
1066qla2xxx_slave_configure(struct scsi_device *sdev)
1067{
Andrew Vasquezf363b942007-09-20 14:07:45 -07001068 scsi_qla_host_t *ha = shost_priv(sdev->host);
8482e1182005-04-17 15:04:54 -05001069 struct fc_rport *rport = starget_to_rport(sdev->sdev_target);
1070
f4f051e2005-04-17 15:02:26 -05001071 if (sdev->tagged_supported)
Andrew Vasquezdf7baa52006-10-13 09:33:39 -07001072 scsi_activate_tcq(sdev, ha->max_q_depth);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073 else
Andrew Vasquezdf7baa52006-10-13 09:33:39 -07001074 scsi_deactivate_tcq(sdev, ha->max_q_depth);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075
8482e1182005-04-17 15:04:54 -05001076 rport->dev_loss_tmo = ha->port_down_retry_count + 5;
1077
f4f051e2005-04-17 15:02:26 -05001078 return 0;
1079}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080
f4f051e2005-04-17 15:02:26 -05001081static void
1082qla2xxx_slave_destroy(struct scsi_device *sdev)
1083{
1084 sdev->hostdata = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085}
1086
Andrew Vasquezce7e4af2005-08-26 19:09:30 -07001087static int
1088qla2x00_change_queue_depth(struct scsi_device *sdev, int qdepth)
1089{
1090 scsi_adjust_queue_depth(sdev, scsi_get_tag_type(sdev), qdepth);
1091 return sdev->queue_depth;
1092}
1093
1094static int
1095qla2x00_change_queue_type(struct scsi_device *sdev, int tag_type)
1096{
1097 if (sdev->tagged_supported) {
1098 scsi_set_tag_type(sdev, tag_type);
1099 if (tag_type)
1100 scsi_activate_tcq(sdev, sdev->queue_depth);
1101 else
1102 scsi_deactivate_tcq(sdev, sdev->queue_depth);
1103 } else
1104 tag_type = 0;
1105
1106 return tag_type;
1107}
1108
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109/**
1110 * qla2x00_config_dma_addressing() - Configure OS DMA addressing method.
1111 * @ha: HA context
1112 *
1113 * At exit, the @ha's flags.enable_64bit_addressing set to indicated
1114 * supported addressing method.
1115 */
1116static void
1117qla2x00_config_dma_addressing(scsi_qla_host_t *ha)
1118{
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001119 /* Assume a 32bit DMA mask. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120 ha->flags.enable_64bit_addressing = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001122 if (!dma_set_mask(&ha->pdev->dev, DMA_64BIT_MASK)) {
1123 /* Any upper-dword bits set? */
1124 if (MSD(dma_get_required_mask(&ha->pdev->dev)) &&
1125 !pci_set_consistent_dma_mask(ha->pdev, DMA_64BIT_MASK)) {
1126 /* Ok, a 64bit DMA mask is applicable. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127 ha->flags.enable_64bit_addressing = 1;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001128 ha->isp_ops->calc_req_entries = qla2x00_calc_iocbs_64;
1129 ha->isp_ops->build_iocbs = qla2x00_build_scsi_iocbs_64;
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001130 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132 }
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001133
1134 dma_set_mask(&ha->pdev->dev, DMA_32BIT_MASK);
1135 pci_set_consistent_dma_mask(ha->pdev, DMA_32BIT_MASK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136}
1137
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001138static void
1139qla2x00_enable_intrs(scsi_qla_host_t *ha)
1140{
1141 unsigned long flags = 0;
1142 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1143
1144 spin_lock_irqsave(&ha->hardware_lock, flags);
1145 ha->interrupts_on = 1;
1146 /* enable risc and host interrupts */
1147 WRT_REG_WORD(&reg->ictrl, ICR_EN_INT | ICR_EN_RISC);
1148 RD_REG_WORD(&reg->ictrl);
1149 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1150
1151}
1152
1153static void
1154qla2x00_disable_intrs(scsi_qla_host_t *ha)
1155{
1156 unsigned long flags = 0;
1157 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1158
1159 spin_lock_irqsave(&ha->hardware_lock, flags);
1160 ha->interrupts_on = 0;
1161 /* disable risc and host interrupts */
1162 WRT_REG_WORD(&reg->ictrl, 0);
1163 RD_REG_WORD(&reg->ictrl);
1164 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1165}
1166
1167static void
1168qla24xx_enable_intrs(scsi_qla_host_t *ha)
1169{
1170 unsigned long flags = 0;
1171 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1172
1173 spin_lock_irqsave(&ha->hardware_lock, flags);
1174 ha->interrupts_on = 1;
1175 WRT_REG_DWORD(&reg->ictrl, ICRX_EN_RISC_INT);
1176 RD_REG_DWORD(&reg->ictrl);
1177 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1178}
1179
1180static void
1181qla24xx_disable_intrs(scsi_qla_host_t *ha)
1182{
1183 unsigned long flags = 0;
1184 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1185
1186 spin_lock_irqsave(&ha->hardware_lock, flags);
1187 ha->interrupts_on = 0;
1188 WRT_REG_DWORD(&reg->ictrl, 0);
1189 RD_REG_DWORD(&reg->ictrl);
1190 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1191}
1192
1193static struct isp_operations qla2100_isp_ops = {
1194 .pci_config = qla2100_pci_config,
1195 .reset_chip = qla2x00_reset_chip,
1196 .chip_diag = qla2x00_chip_diag,
1197 .config_rings = qla2x00_config_rings,
1198 .reset_adapter = qla2x00_reset_adapter,
1199 .nvram_config = qla2x00_nvram_config,
1200 .update_fw_options = qla2x00_update_fw_options,
1201 .load_risc = qla2x00_load_risc,
1202 .pci_info_str = qla2x00_pci_info_str,
1203 .fw_version_str = qla2x00_fw_version_str,
1204 .intr_handler = qla2100_intr_handler,
1205 .enable_intrs = qla2x00_enable_intrs,
1206 .disable_intrs = qla2x00_disable_intrs,
1207 .abort_command = qla2x00_abort_command,
Andrew Vasquez523ec772008-04-03 13:13:24 -07001208 .target_reset = qla2x00_abort_target,
1209 .lun_reset = qla2x00_lun_reset,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001210 .fabric_login = qla2x00_login_fabric,
1211 .fabric_logout = qla2x00_fabric_logout,
1212 .calc_req_entries = qla2x00_calc_iocbs_32,
1213 .build_iocbs = qla2x00_build_scsi_iocbs_32,
1214 .prep_ms_iocb = qla2x00_prep_ms_iocb,
1215 .prep_ms_fdmi_iocb = qla2x00_prep_ms_fdmi_iocb,
1216 .read_nvram = qla2x00_read_nvram_data,
1217 .write_nvram = qla2x00_write_nvram_data,
1218 .fw_dump = qla2100_fw_dump,
1219 .beacon_on = NULL,
1220 .beacon_off = NULL,
1221 .beacon_blink = NULL,
1222 .read_optrom = qla2x00_read_optrom_data,
1223 .write_optrom = qla2x00_write_optrom_data,
1224 .get_flash_version = qla2x00_get_flash_version,
1225};
1226
1227static struct isp_operations qla2300_isp_ops = {
1228 .pci_config = qla2300_pci_config,
1229 .reset_chip = qla2x00_reset_chip,
1230 .chip_diag = qla2x00_chip_diag,
1231 .config_rings = qla2x00_config_rings,
1232 .reset_adapter = qla2x00_reset_adapter,
1233 .nvram_config = qla2x00_nvram_config,
1234 .update_fw_options = qla2x00_update_fw_options,
1235 .load_risc = qla2x00_load_risc,
1236 .pci_info_str = qla2x00_pci_info_str,
1237 .fw_version_str = qla2x00_fw_version_str,
1238 .intr_handler = qla2300_intr_handler,
1239 .enable_intrs = qla2x00_enable_intrs,
1240 .disable_intrs = qla2x00_disable_intrs,
1241 .abort_command = qla2x00_abort_command,
Andrew Vasquez523ec772008-04-03 13:13:24 -07001242 .target_reset = qla2x00_abort_target,
1243 .lun_reset = qla2x00_lun_reset,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001244 .fabric_login = qla2x00_login_fabric,
1245 .fabric_logout = qla2x00_fabric_logout,
1246 .calc_req_entries = qla2x00_calc_iocbs_32,
1247 .build_iocbs = qla2x00_build_scsi_iocbs_32,
1248 .prep_ms_iocb = qla2x00_prep_ms_iocb,
1249 .prep_ms_fdmi_iocb = qla2x00_prep_ms_fdmi_iocb,
1250 .read_nvram = qla2x00_read_nvram_data,
1251 .write_nvram = qla2x00_write_nvram_data,
1252 .fw_dump = qla2300_fw_dump,
1253 .beacon_on = qla2x00_beacon_on,
1254 .beacon_off = qla2x00_beacon_off,
1255 .beacon_blink = qla2x00_beacon_blink,
1256 .read_optrom = qla2x00_read_optrom_data,
1257 .write_optrom = qla2x00_write_optrom_data,
1258 .get_flash_version = qla2x00_get_flash_version,
1259};
1260
1261static struct isp_operations qla24xx_isp_ops = {
1262 .pci_config = qla24xx_pci_config,
1263 .reset_chip = qla24xx_reset_chip,
1264 .chip_diag = qla24xx_chip_diag,
1265 .config_rings = qla24xx_config_rings,
1266 .reset_adapter = qla24xx_reset_adapter,
1267 .nvram_config = qla24xx_nvram_config,
1268 .update_fw_options = qla24xx_update_fw_options,
1269 .load_risc = qla24xx_load_risc,
1270 .pci_info_str = qla24xx_pci_info_str,
1271 .fw_version_str = qla24xx_fw_version_str,
1272 .intr_handler = qla24xx_intr_handler,
1273 .enable_intrs = qla24xx_enable_intrs,
1274 .disable_intrs = qla24xx_disable_intrs,
1275 .abort_command = qla24xx_abort_command,
Andrew Vasquez523ec772008-04-03 13:13:24 -07001276 .target_reset = qla24xx_abort_target,
1277 .lun_reset = qla24xx_lun_reset,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001278 .fabric_login = qla24xx_login_fabric,
1279 .fabric_logout = qla24xx_fabric_logout,
1280 .calc_req_entries = NULL,
1281 .build_iocbs = NULL,
1282 .prep_ms_iocb = qla24xx_prep_ms_iocb,
1283 .prep_ms_fdmi_iocb = qla24xx_prep_ms_fdmi_iocb,
1284 .read_nvram = qla24xx_read_nvram_data,
1285 .write_nvram = qla24xx_write_nvram_data,
1286 .fw_dump = qla24xx_fw_dump,
1287 .beacon_on = qla24xx_beacon_on,
1288 .beacon_off = qla24xx_beacon_off,
1289 .beacon_blink = qla24xx_beacon_blink,
1290 .read_optrom = qla24xx_read_optrom_data,
1291 .write_optrom = qla24xx_write_optrom_data,
1292 .get_flash_version = qla24xx_get_flash_version,
1293};
1294
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001295static struct isp_operations qla25xx_isp_ops = {
1296 .pci_config = qla25xx_pci_config,
1297 .reset_chip = qla24xx_reset_chip,
1298 .chip_diag = qla24xx_chip_diag,
1299 .config_rings = qla24xx_config_rings,
1300 .reset_adapter = qla24xx_reset_adapter,
1301 .nvram_config = qla24xx_nvram_config,
1302 .update_fw_options = qla24xx_update_fw_options,
1303 .load_risc = qla24xx_load_risc,
1304 .pci_info_str = qla24xx_pci_info_str,
1305 .fw_version_str = qla24xx_fw_version_str,
1306 .intr_handler = qla24xx_intr_handler,
1307 .enable_intrs = qla24xx_enable_intrs,
1308 .disable_intrs = qla24xx_disable_intrs,
1309 .abort_command = qla24xx_abort_command,
Andrew Vasquez523ec772008-04-03 13:13:24 -07001310 .target_reset = qla24xx_abort_target,
1311 .lun_reset = qla24xx_lun_reset,
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001312 .fabric_login = qla24xx_login_fabric,
1313 .fabric_logout = qla24xx_fabric_logout,
1314 .calc_req_entries = NULL,
1315 .build_iocbs = NULL,
1316 .prep_ms_iocb = qla24xx_prep_ms_iocb,
1317 .prep_ms_fdmi_iocb = qla24xx_prep_ms_fdmi_iocb,
1318 .read_nvram = qla25xx_read_nvram_data,
1319 .write_nvram = qla25xx_write_nvram_data,
1320 .fw_dump = qla25xx_fw_dump,
1321 .beacon_on = qla24xx_beacon_on,
1322 .beacon_off = qla24xx_beacon_off,
1323 .beacon_blink = qla24xx_beacon_blink,
Andrew Vasquez338c9162007-09-20 14:07:33 -07001324 .read_optrom = qla25xx_read_optrom_data,
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001325 .write_optrom = qla24xx_write_optrom_data,
1326 .get_flash_version = qla24xx_get_flash_version,
1327};
1328
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001329static inline void
1330qla2x00_set_isp_flags(scsi_qla_host_t *ha)
1331{
1332 ha->device_type = DT_EXTENDED_IDS;
1333 switch (ha->pdev->device) {
1334 case PCI_DEVICE_ID_QLOGIC_ISP2100:
1335 ha->device_type |= DT_ISP2100;
1336 ha->device_type &= ~DT_EXTENDED_IDS;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001337 ha->fw_srisc_address = RISC_START_ADDRESS_2100;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001338 break;
1339 case PCI_DEVICE_ID_QLOGIC_ISP2200:
1340 ha->device_type |= DT_ISP2200;
1341 ha->device_type &= ~DT_EXTENDED_IDS;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001342 ha->fw_srisc_address = RISC_START_ADDRESS_2100;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001343 break;
1344 case PCI_DEVICE_ID_QLOGIC_ISP2300:
1345 ha->device_type |= DT_ISP2300;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001346 ha->device_type |= DT_ZIO_SUPPORTED;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001347 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001348 break;
1349 case PCI_DEVICE_ID_QLOGIC_ISP2312:
1350 ha->device_type |= DT_ISP2312;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001351 ha->device_type |= DT_ZIO_SUPPORTED;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001352 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001353 break;
1354 case PCI_DEVICE_ID_QLOGIC_ISP2322:
1355 ha->device_type |= DT_ISP2322;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001356 ha->device_type |= DT_ZIO_SUPPORTED;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001357 if (ha->pdev->subsystem_vendor == 0x1028 &&
1358 ha->pdev->subsystem_device == 0x0170)
1359 ha->device_type |= DT_OEM_001;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001360 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001361 break;
1362 case PCI_DEVICE_ID_QLOGIC_ISP6312:
1363 ha->device_type |= DT_ISP6312;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001364 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001365 break;
1366 case PCI_DEVICE_ID_QLOGIC_ISP6322:
1367 ha->device_type |= DT_ISP6322;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001368 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001369 break;
1370 case PCI_DEVICE_ID_QLOGIC_ISP2422:
1371 ha->device_type |= DT_ISP2422;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001372 ha->device_type |= DT_ZIO_SUPPORTED;
Andrew Vasqueze4289242007-07-19 15:05:56 -07001373 ha->device_type |= DT_FWI2;
Andrew Vasquezc76f2c02007-07-19 15:05:57 -07001374 ha->device_type |= DT_IIDMA;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001375 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001376 break;
1377 case PCI_DEVICE_ID_QLOGIC_ISP2432:
1378 ha->device_type |= DT_ISP2432;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001379 ha->device_type |= DT_ZIO_SUPPORTED;
Andrew Vasqueze4289242007-07-19 15:05:56 -07001380 ha->device_type |= DT_FWI2;
Andrew Vasquezc76f2c02007-07-19 15:05:57 -07001381 ha->device_type |= DT_IIDMA;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001382 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001383 break;
Harihara Kadayam4d4df192008-04-03 13:13:26 -07001384 case PCI_DEVICE_ID_QLOGIC_ISP8432:
1385 ha->device_type |= DT_ISP8432;
1386 ha->device_type |= DT_ZIO_SUPPORTED;
1387 ha->device_type |= DT_FWI2;
1388 ha->device_type |= DT_IIDMA;
1389 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
1390 break;
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08001391 case PCI_DEVICE_ID_QLOGIC_ISP5422:
1392 ha->device_type |= DT_ISP5422;
Andrew Vasqueze4289242007-07-19 15:05:56 -07001393 ha->device_type |= DT_FWI2;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001394 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001395 break;
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08001396 case PCI_DEVICE_ID_QLOGIC_ISP5432:
1397 ha->device_type |= DT_ISP5432;
Andrew Vasqueze4289242007-07-19 15:05:56 -07001398 ha->device_type |= DT_FWI2;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001399 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001400 break;
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001401 case PCI_DEVICE_ID_QLOGIC_ISP2532:
1402 ha->device_type |= DT_ISP2532;
1403 ha->device_type |= DT_ZIO_SUPPORTED;
1404 ha->device_type |= DT_FWI2;
1405 ha->device_type |= DT_IIDMA;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001406 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
1407 break;
1408 }
1409}
1410
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411static int
1412qla2x00_iospace_config(scsi_qla_host_t *ha)
1413{
Andrew Vasquez37765412008-01-17 09:02:09 -08001414 resource_size_t pio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415
Andrew Vasquez285d0322007-10-19 15:59:17 -07001416 if (pci_request_selected_regions(ha->pdev, ha->bars,
1417 QLA2XXX_DRIVER_NAME)) {
1418 qla_printk(KERN_WARNING, ha,
1419 "Failed to reserve PIO/MMIO regions (%s)\n",
1420 pci_name(ha->pdev));
1421
1422 goto iospace_error_exit;
1423 }
1424 if (!(ha->bars & 1))
1425 goto skip_pio;
1426
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427 /* We only need PIO for Flash operations on ISP2312 v2 chips. */
1428 pio = pci_resource_start(ha->pdev, 0);
Andrew Vasquez37765412008-01-17 09:02:09 -08001429 if (pci_resource_flags(ha->pdev, 0) & IORESOURCE_IO) {
1430 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431 qla_printk(KERN_WARNING, ha,
1432 "Invalid PCI I/O region size (%s)...\n",
1433 pci_name(ha->pdev));
1434 pio = 0;
1435 }
1436 } else {
1437 qla_printk(KERN_WARNING, ha,
1438 "region #0 not a PIO resource (%s)...\n",
1439 pci_name(ha->pdev));
1440 pio = 0;
1441 }
Andrew Vasquez285d0322007-10-19 15:59:17 -07001442 ha->pio_address = pio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443
Andrew Vasquez285d0322007-10-19 15:59:17 -07001444skip_pio:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445 /* Use MMIO operations for all accesses. */
Andrew Vasquez37765412008-01-17 09:02:09 -08001446 if (!(pci_resource_flags(ha->pdev, 1) & IORESOURCE_MEM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447 qla_printk(KERN_ERR, ha,
Andrew Vasquez37765412008-01-17 09:02:09 -08001448 "region #1 not an MMIO resource (%s), aborting\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449 pci_name(ha->pdev));
1450 goto iospace_error_exit;
1451 }
Andrew Vasquez37765412008-01-17 09:02:09 -08001452 if (pci_resource_len(ha->pdev, 1) < MIN_IOBASE_LEN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453 qla_printk(KERN_ERR, ha,
1454 "Invalid PCI mem region size (%s), aborting\n",
1455 pci_name(ha->pdev));
1456 goto iospace_error_exit;
1457 }
1458
Andrew Vasquez37765412008-01-17 09:02:09 -08001459 ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460 if (!ha->iobase) {
1461 qla_printk(KERN_ERR, ha,
1462 "cannot remap MMIO (%s), aborting\n", pci_name(ha->pdev));
1463
1464 goto iospace_error_exit;
1465 }
1466
1467 return (0);
1468
1469iospace_error_exit:
1470 return (-ENOMEM);
1471}
1472
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001473static void
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001474qla2xxx_scan_start(struct Scsi_Host *shost)
1475{
Andrew Vasquezf363b942007-09-20 14:07:45 -07001476 scsi_qla_host_t *ha = shost_priv(shost);
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001477
1478 set_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags);
1479 set_bit(LOCAL_LOOP_UPDATE, &ha->dpc_flags);
1480 set_bit(RSCN_UPDATE, &ha->dpc_flags);
1481}
1482
1483static int
1484qla2xxx_scan_finished(struct Scsi_Host *shost, unsigned long time)
1485{
Andrew Vasquezf363b942007-09-20 14:07:45 -07001486 scsi_qla_host_t *ha = shost_priv(shost);
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001487
1488 if (!ha->host)
1489 return 1;
1490 if (time > ha->loop_reset_delay * HZ)
1491 return 1;
1492
1493 return atomic_read(&ha->loop_state) == LOOP_READY;
1494}
1495
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496/*
1497 * PCI driver interface
1498 */
Andrew Vasquez7ee61392006-06-23 16:11:22 -07001499static int __devinit
1500qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501{
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001502 int ret = -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503 struct Scsi_Host *host;
1504 scsi_qla_host_t *ha;
Andrew Vasquez29856e22007-08-12 18:22:52 -07001505 char pci_info[30];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506 char fw_str[30];
Andrew Vasquez54333832005-11-09 15:49:04 -08001507 struct scsi_host_template *sht;
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11001508 int bars, mem_only = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509
Andrew Vasquez285d0322007-10-19 15:59:17 -07001510 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO);
1511 sht = &qla2x00_driver_template;
1512 if (pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2422 ||
1513 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2432 ||
Harihara Kadayam4d4df192008-04-03 13:13:26 -07001514 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP8432 ||
Andrew Vasquez285d0322007-10-19 15:59:17 -07001515 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP5422 ||
1516 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP5432 ||
1517 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2532) {
1518 bars = pci_select_bars(pdev, IORESOURCE_MEM);
1519 sht = &qla24xx_driver_template;
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11001520 mem_only = 1;
Andrew Vasquez285d0322007-10-19 15:59:17 -07001521 }
1522
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11001523 if (mem_only) {
1524 if (pci_enable_device_mem(pdev))
1525 goto probe_out;
1526 } else {
1527 if (pci_enable_device(pdev))
1528 goto probe_out;
1529 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530
Seokmann Ju14e660e2007-09-20 14:07:36 -07001531 if (pci_find_aer_capability(pdev))
1532 if (pci_enable_pcie_error_reporting(pdev))
1533 goto probe_out;
1534
Andrew Vasquez54333832005-11-09 15:49:04 -08001535 host = scsi_host_alloc(sht, sizeof(scsi_qla_host_t));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536 if (host == NULL) {
1537 printk(KERN_WARNING
1538 "qla2xxx: Couldn't allocate host from scsi layer!\n");
1539 goto probe_disable_device;
1540 }
1541
1542 /* Clear our data area */
Andrew Vasquezf363b942007-09-20 14:07:45 -07001543 ha = shost_priv(host);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544 memset(ha, 0, sizeof(scsi_qla_host_t));
1545
1546 ha->pdev = pdev;
1547 ha->host = host;
1548 ha->host_no = host->host_no;
Andrew Vasquezcb630672006-05-17 15:09:45 -07001549 sprintf(ha->host_str, "%s_%ld", QLA2XXX_DRIVER_NAME, ha->host_no);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001550 ha->parent = NULL;
Andrew Vasquez285d0322007-10-19 15:59:17 -07001551 ha->bars = bars;
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11001552 ha->mem_only = mem_only;
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001553 spin_lock_init(&ha->hardware_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001555 /* Set ISP-type information. */
1556 qla2x00_set_isp_flags(ha);
1557
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558 /* Configure PCI I/O space */
1559 ret = qla2x00_iospace_config(ha);
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001560 if (ret)
1561 goto probe_failed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563 qla_printk(KERN_INFO, ha,
Andrew Vasquez54333832005-11-09 15:49:04 -08001564 "Found an ISP%04X, irq %d, iobase 0x%p\n", pdev->device, pdev->irq,
1565 ha->iobase);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567 ha->prev_topology = 0;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001568 ha->init_cb_size = sizeof(init_cb_t);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001569 ha->mgmt_svr_loop_id = MANAGEMENT_SERVER + ha->vp_idx;
Andrew Vasquezd8b45212006-10-02 12:00:43 -07001570 ha->link_data_rate = PORT_SPEED_UNKNOWN;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08001571 ha->optrom_size = OPTROM_SIZE_2300;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572
Andrew Vasquezdf7baa52006-10-13 09:33:39 -07001573 ha->max_q_depth = MAX_Q_DEPTH;
1574 if (ql2xmaxqdepth != 0 && ql2xmaxqdepth <= 0xffffU)
1575 ha->max_q_depth = ql2xmaxqdepth;
1576
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001577 /* Assign ISP specific operations. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578 if (IS_QLA2100(ha)) {
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04001579 host->max_id = MAX_TARGETS_2100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580 ha->mbx_count = MAILBOX_REGISTER_COUNT_2100;
1581 ha->request_q_length = REQUEST_ENTRY_CNT_2100;
1582 ha->response_q_length = RESPONSE_ENTRY_CNT_2100;
1583 ha->last_loop_id = SNS_LAST_LOOP_ID_2100;
1584 host->sg_tablesize = 32;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001585 ha->gid_list_info_size = 4;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001586 ha->isp_ops = &qla2100_isp_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587 } else if (IS_QLA2200(ha)) {
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04001588 host->max_id = MAX_TARGETS_2200;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589 ha->mbx_count = MAILBOX_REGISTER_COUNT;
1590 ha->request_q_length = REQUEST_ENTRY_CNT_2200;
1591 ha->response_q_length = RESPONSE_ENTRY_CNT_2100;
1592 ha->last_loop_id = SNS_LAST_LOOP_ID_2100;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001593 ha->gid_list_info_size = 4;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001594 ha->isp_ops = &qla2100_isp_ops;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001595 } else if (IS_QLA23XX(ha)) {
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04001596 host->max_id = MAX_TARGETS_2200;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597 ha->mbx_count = MAILBOX_REGISTER_COUNT;
1598 ha->request_q_length = REQUEST_ENTRY_CNT_2200;
1599 ha->response_q_length = RESPONSE_ENTRY_CNT_2300;
1600 ha->last_loop_id = SNS_LAST_LOOP_ID_2300;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001601 ha->gid_list_info_size = 6;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08001602 if (IS_QLA2322(ha) || IS_QLA6322(ha))
1603 ha->optrom_size = OPTROM_SIZE_2322;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001604 ha->isp_ops = &qla2300_isp_ops;
Harihara Kadayam4d4df192008-04-03 13:13:26 -07001605 } else if (IS_QLA24XX_TYPE(ha)) {
Andrew Vasquezfca29702005-07-06 10:31:47 -07001606 host->max_id = MAX_TARGETS_2200;
1607 ha->mbx_count = MAILBOX_REGISTER_COUNT;
1608 ha->request_q_length = REQUEST_ENTRY_CNT_24XX;
1609 ha->response_q_length = RESPONSE_ENTRY_CNT_2300;
1610 ha->last_loop_id = SNS_LAST_LOOP_ID_2300;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001611 ha->init_cb_size = sizeof(struct mid_init_cb_24xx);
1612 ha->mgmt_svr_loop_id = 10 + ha->vp_idx;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001613 ha->gid_list_info_size = 8;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08001614 ha->optrom_size = OPTROM_SIZE_24XX;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001615 ha->isp_ops = &qla24xx_isp_ops;
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001616 } else if (IS_QLA25XX(ha)) {
1617 host->max_id = MAX_TARGETS_2200;
1618 ha->mbx_count = MAILBOX_REGISTER_COUNT;
1619 ha->request_q_length = REQUEST_ENTRY_CNT_24XX;
1620 ha->response_q_length = RESPONSE_ENTRY_CNT_2300;
1621 ha->last_loop_id = SNS_LAST_LOOP_ID_2300;
1622 ha->init_cb_size = sizeof(struct mid_init_cb_24xx);
1623 ha->mgmt_svr_loop_id = 10 + ha->vp_idx;
1624 ha->gid_list_info_size = 8;
1625 ha->optrom_size = OPTROM_SIZE_25XX;
1626 ha->isp_ops = &qla25xx_isp_ops;
Andrew Vasquezcb8dacb2008-04-03 13:13:19 -07001627 ha->hw_event_start = PCI_FUNC(pdev->devfn) ?
1628 FA_HW_EVENT1_ADDR: FA_HW_EVENT0_ADDR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629 }
1630 host->can_queue = ha->request_q_length + 128;
1631
1632 /* load the F/W, read paramaters, and init the H/W */
1633 ha->instance = num_hosts;
1634
matthias@kaehlcke.net6c2f5272008-05-12 22:21:11 -07001635 mutex_init(&ha->vport_lock);
Marcus Barrow0b05a1f2008-01-17 09:02:13 -08001636 init_completion(&ha->mbx_cmd_comp);
1637 complete(&ha->mbx_cmd_comp);
1638 init_completion(&ha->mbx_intr_comp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639
1640 INIT_LIST_HEAD(&ha->list);
1641 INIT_LIST_HEAD(&ha->fcports);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001642 INIT_LIST_HEAD(&ha->vp_list);
Andrew Vasquez0971de72008-04-03 13:13:18 -07001643 INIT_LIST_HEAD(&ha->work_list);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001644
1645 set_bit(0, (unsigned long *) ha->vp_idx_map);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647 qla2x00_config_dma_addressing(ha);
1648 if (qla2x00_mem_alloc(ha)) {
1649 qla_printk(KERN_WARNING, ha,
1650 "[ERROR] Failed to allocate memory for adapter\n");
1651
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001652 ret = -ENOMEM;
1653 goto probe_failed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654 }
1655
Andrew Vasquez765140b2007-05-07 07:42:58 -07001656 if (qla2x00_initialize_adapter(ha)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657 qla_printk(KERN_WARNING, ha,
1658 "Failed to initialize adapter\n");
1659
1660 DEBUG2(printk("scsi(%ld): Failed to initialize adapter - "
1661 "Adapter flags %x.\n",
1662 ha->host_no, ha->device_flags));
1663
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001664 ret = -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665 goto probe_failed;
1666 }
1667
1668 /*
1669 * Startup the kernel thread for this host adapter
1670 */
Christoph Hellwig39a11242006-02-14 18:46:22 +01001671 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha,
1672 "%s_dpc", ha->host_str);
1673 if (IS_ERR(ha->dpc_thread)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674 qla_printk(KERN_WARNING, ha,
1675 "Unable to start DPC thread!\n");
Christoph Hellwig39a11242006-02-14 18:46:22 +01001676 ret = PTR_ERR(ha->dpc_thread);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677 goto probe_failed;
1678 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001680 host->this_id = 255;
1681 host->cmd_per_lun = 3;
1682 host->unique_id = ha->instance;
1683 host->max_cmd_len = MAX_CMDSZ;
Andrew Vasquez75bc4192006-05-17 15:09:22 -07001684 host->max_channel = MAX_BUSES - 1;
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001685 host->max_lun = MAX_LUNS;
1686 host->transportt = qla2xxx_transport_template;
1687
Andrew Vasqueza8488ab2007-01-29 10:22:19 -08001688 ret = qla2x00_request_irqs(ha);
1689 if (ret)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690 goto probe_failed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691
1692 /* Initialized the timer */
1693 qla2x00_start_timer(ha, qla2x00_timer, WATCH_INTERVAL);
1694
1695 DEBUG2(printk("DEBUG: detect hba %ld at address = %p\n",
1696 ha->host_no, ha));
1697
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001698 pci_set_drvdata(pdev, ha);
Andrew Vasquezd19044c2006-11-22 08:22:19 -08001699
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700 ha->flags.init_done = 1;
Andrew Vasquezd19044c2006-11-22 08:22:19 -08001701 ha->flags.online = 1;
1702
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703 num_hosts++;
1704
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001705 ret = scsi_add_host(host, &pdev->dev);
1706 if (ret)
1707 goto probe_failed;
1708
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001709 scsi_scan_host(host);
1710
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001711 qla2x00_alloc_sysfs_attr(ha);
1712
1713 qla2x00_init_host_attr(ha);
1714
Andrew Vasquezdf613b92008-01-17 09:02:17 -08001715 qla2x00_dfs_setup(ha);
1716
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717 qla_printk(KERN_INFO, ha, "\n"
1718 " QLogic Fibre Channel HBA Driver: %s\n"
1719 " QLogic %s - %s\n"
Andrew Vasquez54333832005-11-09 15:49:04 -08001720 " ISP%04X: %s @ %s hdma%c, host#=%ld, fw=%s\n",
1721 qla2x00_version_str, ha->model_number,
1722 ha->model_desc ? ha->model_desc: "", pdev->device,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001723 ha->isp_ops->pci_info_str(ha, pci_info), pci_name(pdev),
Andrew Vasquez54333832005-11-09 15:49:04 -08001724 ha->flags.enable_64bit_addressing ? '+': '-', ha->host_no,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001725 ha->isp_ops->fw_version_str(ha, fw_str));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727 return 0;
1728
1729probe_failed:
1730 qla2x00_free_device(ha);
1731
1732 scsi_host_put(host);
1733
1734probe_disable_device:
1735 pci_disable_device(pdev);
1736
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001737probe_out:
1738 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740
Adrian Bunk4c993f72008-01-14 00:55:16 -08001741static void
Andrew Vasquez7ee61392006-06-23 16:11:22 -07001742qla2x00_remove_one(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743{
1744 scsi_qla_host_t *ha;
1745
1746 ha = pci_get_drvdata(pdev);
1747
Andrew Vasquezdf613b92008-01-17 09:02:17 -08001748 qla2x00_dfs_remove(ha);
1749
Harihara Kadayam4d4df192008-04-03 13:13:26 -07001750 qla84xx_put_chip(ha);
1751
8482e1182005-04-17 15:04:54 -05001752 qla2x00_free_sysfs_attr(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753
bdf79622005-04-17 15:06:53 -05001754 fc_remove_host(ha->host);
1755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756 scsi_remove_host(ha->host);
1757
1758 qla2x00_free_device(ha);
1759
1760 scsi_host_put(ha->host);
1761
Bernhard Walle665db932007-03-28 00:49:49 +02001762 pci_disable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763 pci_set_drvdata(pdev, NULL);
1764}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765
1766static void
1767qla2x00_free_device(scsi_qla_host_t *ha)
1768{
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001769 qla2x00_abort_all_cmds(ha, DID_NO_CONNECT << 16);
1770
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771 /* Disable timer */
1772 if (ha->timer_active)
1773 qla2x00_stop_timer(ha);
1774
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001775 ha->flags.online = 0;
1776
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777 /* Kill the kernel thread for this host */
Christoph Hellwig39a11242006-02-14 18:46:22 +01001778 if (ha->dpc_thread) {
1779 struct task_struct *t = ha->dpc_thread;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780
Christoph Hellwig39a11242006-02-14 18:46:22 +01001781 /*
1782 * qla2xxx_wake_dpc checks for ->dpc_thread
1783 * so we need to zero it out.
1784 */
1785 ha->dpc_thread = NULL;
1786 kthread_stop(t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787 }
1788
Andrew Vasquezdf613b92008-01-17 09:02:17 -08001789 if (ha->flags.fce_enabled)
1790 qla2x00_disable_fce_trace(ha, NULL, NULL);
1791
Andrew Vasqueza7a167b2006-06-23 16:10:29 -07001792 if (ha->eft)
Andrew Vasquez00b6bd22008-01-17 09:02:16 -08001793 qla2x00_disable_eft_trace(ha);
Andrew Vasqueza7a167b2006-06-23 16:10:29 -07001794
Andrew Vasquezf6ef3b12005-08-26 19:10:20 -07001795 /* Stop currently executing firmware. */
Andrew Vasquez18c6c122006-10-13 09:33:38 -07001796 qla2x00_try_to_stop_firmware(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797
Andrew Vasquezf6ef3b12005-08-26 19:10:20 -07001798 /* turn-off interrupts on the card */
1799 if (ha->interrupts_on)
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001800 ha->isp_ops->disable_intrs(ha);
Andrew Vasquezf6ef3b12005-08-26 19:10:20 -07001801
1802 qla2x00_mem_free(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803
Andrew Vasqueza8488ab2007-01-29 10:22:19 -08001804 qla2x00_free_irqs(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805
1806 /* release io space registers */
1807 if (ha->iobase)
1808 iounmap(ha->iobase);
Andrew Vasquez285d0322007-10-19 15:59:17 -07001809 pci_release_selected_regions(ha->pdev, ha->bars);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810}
1811
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001812static inline void
1813qla2x00_schedule_rport_del(struct scsi_qla_host *ha, fc_port_t *fcport,
1814 int defer)
1815{
1816 unsigned long flags;
1817 struct fc_rport *rport;
1818
1819 if (!fcport->rport)
1820 return;
1821
1822 rport = fcport->rport;
1823 if (defer) {
1824 spin_lock_irqsave(&fcport->rport_lock, flags);
1825 fcport->drport = rport;
1826 fcport->rport = NULL;
andrew.vasquez@qlogic.com387f96b2006-02-07 08:45:45 -08001827 *(fc_port_t **)rport->dd_data = NULL;
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001828 spin_unlock_irqrestore(&fcport->rport_lock, flags);
1829 set_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags);
1830 } else {
1831 spin_lock_irqsave(&fcport->rport_lock, flags);
1832 fcport->rport = NULL;
andrew.vasquez@qlogic.com387f96b2006-02-07 08:45:45 -08001833 *(fc_port_t **)rport->dd_data = NULL;
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001834 spin_unlock_irqrestore(&fcport->rport_lock, flags);
1835 fc_remote_port_delete(rport);
1836 }
1837}
1838
Linus Torvalds1da177e2005-04-16 15:20:36 -07001839/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840 * qla2x00_mark_device_lost Updates fcport state when device goes offline.
1841 *
1842 * Input: ha = adapter block pointer. fcport = port structure pointer.
1843 *
1844 * Return: None.
1845 *
1846 * Context:
1847 */
1848void qla2x00_mark_device_lost(scsi_qla_host_t *ha, fc_port_t *fcport,
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001849 int do_login, int defer)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850{
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001851 if (atomic_read(&fcport->state) == FCS_ONLINE &&
1852 ha->vp_idx == fcport->vp_idx)
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001853 qla2x00_schedule_rport_del(ha, fcport, defer);
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001854
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07001855 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856 * We may need to retry the login, so don't change the state of the
1857 * port but do the retries.
1858 */
1859 if (atomic_read(&fcport->state) != FCS_DEVICE_DEAD)
1860 atomic_set(&fcport->state, FCS_DEVICE_LOST);
1861
1862 if (!do_login)
1863 return;
1864
1865 if (fcport->login_retry == 0) {
1866 fcport->login_retry = ha->login_retry_count;
1867 set_bit(RELOGIN_NEEDED, &ha->dpc_flags);
1868
1869 DEBUG(printk("scsi(%ld): Port login retry: "
1870 "%02x%02x%02x%02x%02x%02x%02x%02x, "
1871 "id = 0x%04x retry cnt=%d\n",
1872 ha->host_no,
1873 fcport->port_name[0],
1874 fcport->port_name[1],
1875 fcport->port_name[2],
1876 fcport->port_name[3],
1877 fcport->port_name[4],
1878 fcport->port_name[5],
1879 fcport->port_name[6],
1880 fcport->port_name[7],
1881 fcport->loop_id,
1882 fcport->login_retry));
1883 }
1884}
1885
1886/*
1887 * qla2x00_mark_all_devices_lost
1888 * Updates fcport state when device goes offline.
1889 *
1890 * Input:
1891 * ha = adapter block pointer.
1892 * fcport = port structure pointer.
1893 *
1894 * Return:
1895 * None.
1896 *
1897 * Context:
1898 */
1899void
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001900qla2x00_mark_all_devices_lost(scsi_qla_host_t *ha, int defer)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901{
1902 fc_port_t *fcport;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001903 scsi_qla_host_t *pha = to_qla_parent(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001905 list_for_each_entry(fcport, &pha->fcports, list) {
1906 if (ha->vp_idx != 0 && ha->vp_idx != fcport->vp_idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908 /*
1909 * No point in marking the device as lost, if the device is
1910 * already DEAD.
1911 */
1912 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD)
1913 continue;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001914 if (atomic_read(&fcport->state) == FCS_ONLINE) {
1915 if (defer)
1916 qla2x00_schedule_rport_del(ha, fcport, defer);
1917 else if (ha->vp_idx == fcport->vp_idx)
1918 qla2x00_schedule_rport_del(ha, fcport, defer);
1919 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920 atomic_set(&fcport->state, FCS_DEVICE_LOST);
1921 }
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08001922
Christoph Hellwig39a11242006-02-14 18:46:22 +01001923 if (defer)
1924 qla2xxx_wake_dpc(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925}
1926
1927/*
1928* qla2x00_mem_alloc
1929* Allocates adapter memory.
1930*
1931* Returns:
1932* 0 = success.
Andrew Vasqueze8711082008-01-31 12:33:48 -08001933* !0 = failure.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934*/
Andrew Vasqueze8711082008-01-31 12:33:48 -08001935static int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936qla2x00_mem_alloc(scsi_qla_host_t *ha)
1937{
1938 char name[16];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939
Andrew Vasqueze8711082008-01-31 12:33:48 -08001940 ha->request_ring = dma_alloc_coherent(&ha->pdev->dev,
1941 (ha->request_q_length + 1) * sizeof(request_t), &ha->request_dma,
1942 GFP_KERNEL);
1943 if (!ha->request_ring)
1944 goto fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945
Andrew Vasqueze8711082008-01-31 12:33:48 -08001946 ha->response_ring = dma_alloc_coherent(&ha->pdev->dev,
1947 (ha->response_q_length + 1) * sizeof(response_t),
1948 &ha->response_dma, GFP_KERNEL);
1949 if (!ha->response_ring)
1950 goto fail_free_request_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951
Andrew Vasqueze8711082008-01-31 12:33:48 -08001952 ha->gid_list = dma_alloc_coherent(&ha->pdev->dev, GID_LIST_SIZE,
1953 &ha->gid_list_dma, GFP_KERNEL);
1954 if (!ha->gid_list)
1955 goto fail_free_response_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956
Andrew Vasqueze8711082008-01-31 12:33:48 -08001957 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size,
1958 &ha->init_cb_dma, GFP_KERNEL);
1959 if (!ha->init_cb)
1960 goto fail_free_gid_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961
Andrew Vasqueze8711082008-01-31 12:33:48 -08001962 snprintf(name, sizeof(name), "%s_%ld", QLA2XXX_DRIVER_NAME,
1963 ha->host_no);
1964 ha->s_dma_pool = dma_pool_create(name, &ha->pdev->dev,
1965 DMA_POOL_SIZE, 8, 0);
1966 if (!ha->s_dma_pool)
1967 goto fail_free_init_cb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968
Andrew Vasqueze8711082008-01-31 12:33:48 -08001969 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep);
1970 if (!ha->srb_mempool)
1971 goto fail_free_s_dma_pool;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972
Andrew Vasqueze8711082008-01-31 12:33:48 -08001973 /* Get memory for cached NVRAM */
1974 ha->nvram = kzalloc(MAX_NVRAM_SIZE, GFP_KERNEL);
1975 if (!ha->nvram)
1976 goto fail_free_srb_mempool;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977
Andrew Vasqueze8711082008-01-31 12:33:48 -08001978 /* Allocate memory for SNS commands */
1979 if (IS_QLA2100(ha) || IS_QLA2200(ha)) {
1980 /* Get consistent memory allocated for SNS commands */
1981 ha->sns_cmd = dma_alloc_coherent(&ha->pdev->dev,
1982 sizeof(struct sns_cmd_pkt), &ha->sns_cmd_dma, GFP_KERNEL);
1983 if (!ha->sns_cmd)
1984 goto fail_free_nvram;
1985 } else {
1986 /* Get consistent memory allocated for MS IOCB */
1987 ha->ms_iocb = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL,
1988 &ha->ms_iocb_dma);
1989 if (!ha->ms_iocb)
1990 goto fail_free_nvram;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991
Andrew Vasqueze8711082008-01-31 12:33:48 -08001992 /* Get consistent memory allocated for CT SNS commands */
1993 ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev,
1994 sizeof(struct ct_sns_pkt), &ha->ct_sns_dma, GFP_KERNEL);
1995 if (!ha->ct_sns)
1996 goto fail_free_ms_iocb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997 }
1998
Andrew Vasqueze8711082008-01-31 12:33:48 -08001999 return 0;
2000
2001fail_free_ms_iocb:
2002 dma_pool_free(ha->s_dma_pool, ha->ms_iocb, ha->ms_iocb_dma);
2003 ha->ms_iocb = NULL;
2004 ha->ms_iocb_dma = 0;
2005fail_free_nvram:
2006 kfree(ha->nvram);
2007 ha->nvram = NULL;
2008fail_free_srb_mempool:
2009 mempool_destroy(ha->srb_mempool);
2010 ha->srb_mempool = NULL;
2011fail_free_s_dma_pool:
2012 dma_pool_destroy(ha->s_dma_pool);
2013 ha->s_dma_pool = NULL;
2014fail_free_init_cb:
2015 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size, ha->init_cb,
2016 ha->init_cb_dma);
2017 ha->init_cb = NULL;
2018 ha->init_cb_dma = 0;
2019fail_free_gid_list:
2020 dma_free_coherent(&ha->pdev->dev, GID_LIST_SIZE, ha->gid_list,
2021 ha->gid_list_dma);
2022 ha->gid_list = NULL;
2023 ha->gid_list_dma = 0;
2024fail_free_response_ring:
2025 dma_free_coherent(&ha->pdev->dev, (ha->response_q_length + 1) *
2026 sizeof(response_t), ha->response_ring, ha->response_dma);
2027 ha->response_ring = NULL;
2028 ha->response_dma = 0;
2029fail_free_request_ring:
2030 dma_free_coherent(&ha->pdev->dev, (ha->request_q_length + 1) *
2031 sizeof(request_t), ha->request_ring, ha->request_dma);
2032 ha->request_ring = NULL;
2033 ha->request_dma = 0;
2034fail:
2035 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036}
2037
2038/*
2039* qla2x00_mem_free
2040* Frees all adapter allocated memory.
2041*
2042* Input:
2043* ha = adapter block pointer.
2044*/
Adrian Bunka824ebb2008-01-17 09:02:15 -08002045static void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046qla2x00_mem_free(scsi_qla_host_t *ha)
2047{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048 struct list_head *fcpl, *fcptemp;
2049 fc_port_t *fcport;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050
Andrew Vasqueze8711082008-01-31 12:33:48 -08002051 if (ha->srb_mempool)
2052 mempool_destroy(ha->srb_mempool);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053
Andrew Vasquezdf613b92008-01-17 09:02:17 -08002054 if (ha->fce)
2055 dma_free_coherent(&ha->pdev->dev, FCE_SIZE, ha->fce,
2056 ha->fce_dma);
2057
Andrew Vasqueza7a167b2006-06-23 16:10:29 -07002058 if (ha->fw_dump) {
2059 if (ha->eft)
2060 dma_free_coherent(&ha->pdev->dev,
2061 ntohl(ha->fw_dump->eft_size), ha->eft, ha->eft_dma);
2062 vfree(ha->fw_dump);
2063 }
2064
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065 if (ha->sns_cmd)
2066 dma_free_coherent(&ha->pdev->dev, sizeof(struct sns_cmd_pkt),
2067 ha->sns_cmd, ha->sns_cmd_dma);
2068
2069 if (ha->ct_sns)
2070 dma_free_coherent(&ha->pdev->dev, sizeof(struct ct_sns_pkt),
2071 ha->ct_sns, ha->ct_sns_dma);
2072
Andrew Vasquez88729e52006-06-23 16:10:50 -07002073 if (ha->sfp_data)
2074 dma_pool_free(ha->s_dma_pool, ha->sfp_data, ha->sfp_data_dma);
2075
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076 if (ha->ms_iocb)
2077 dma_pool_free(ha->s_dma_pool, ha->ms_iocb, ha->ms_iocb_dma);
2078
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079 if (ha->s_dma_pool)
2080 dma_pool_destroy(ha->s_dma_pool);
2081
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002082 if (ha->init_cb)
2083 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size,
2084 ha->init_cb, ha->init_cb_dma);
2085
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086 if (ha->gid_list)
2087 dma_free_coherent(&ha->pdev->dev, GID_LIST_SIZE, ha->gid_list,
2088 ha->gid_list_dma);
2089
2090 if (ha->response_ring)
2091 dma_free_coherent(&ha->pdev->dev,
2092 (ha->response_q_length + 1) * sizeof(response_t),
2093 ha->response_ring, ha->response_dma);
2094
2095 if (ha->request_ring)
2096 dma_free_coherent(&ha->pdev->dev,
2097 (ha->request_q_length + 1) * sizeof(request_t),
2098 ha->request_ring, ha->request_dma);
2099
Andrew Vasqueze8711082008-01-31 12:33:48 -08002100 ha->srb_mempool = NULL;
Andrew Vasqueza7a167b2006-06-23 16:10:29 -07002101 ha->eft = NULL;
2102 ha->eft_dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103 ha->sns_cmd = NULL;
2104 ha->sns_cmd_dma = 0;
2105 ha->ct_sns = NULL;
2106 ha->ct_sns_dma = 0;
2107 ha->ms_iocb = NULL;
2108 ha->ms_iocb_dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109 ha->init_cb = NULL;
2110 ha->init_cb_dma = 0;
2111
2112 ha->s_dma_pool = NULL;
2113
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 ha->gid_list = NULL;
2115 ha->gid_list_dma = 0;
2116
2117 ha->response_ring = NULL;
2118 ha->response_dma = 0;
2119 ha->request_ring = NULL;
2120 ha->request_dma = 0;
2121
2122 list_for_each_safe(fcpl, fcptemp, &ha->fcports) {
2123 fcport = list_entry(fcpl, fc_port_t, list);
2124
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125 /* fc ports */
2126 list_del_init(&fcport->list);
2127 kfree(fcport);
2128 }
2129 INIT_LIST_HEAD(&ha->fcports);
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131 ha->fw_dump = NULL;
Andrew Vasquezfca29702005-07-06 10:31:47 -07002132 ha->fw_dumped = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 ha->fw_dump_reading = 0;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08002134
2135 vfree(ha->optrom_buffer);
Seokmann Ju53772a22007-07-30 11:01:07 -07002136 kfree(ha->nvram);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137}
2138
Adrian Bunk01ef66b2008-04-24 15:21:27 -07002139static struct qla_work_evt *
Andrew Vasquez0971de72008-04-03 13:13:18 -07002140qla2x00_alloc_work(struct scsi_qla_host *ha, enum qla_work_type type,
2141 int locked)
2142{
2143 struct qla_work_evt *e;
2144
2145 e = kzalloc(sizeof(struct qla_work_evt), locked ? GFP_ATOMIC:
2146 GFP_KERNEL);
2147 if (!e)
2148 return NULL;
2149
2150 INIT_LIST_HEAD(&e->list);
2151 e->type = type;
2152 e->flags = QLA_EVT_FLAG_FREE;
2153 return e;
2154}
2155
Adrian Bunk01ef66b2008-04-24 15:21:27 -07002156static int
Andrew Vasquez0971de72008-04-03 13:13:18 -07002157qla2x00_post_work(struct scsi_qla_host *ha, struct qla_work_evt *e, int locked)
2158{
2159 unsigned long flags;
2160
2161 if (!locked)
2162 spin_lock_irqsave(&ha->hardware_lock, flags);
2163 list_add_tail(&e->list, &ha->work_list);
2164 qla2xxx_wake_dpc(ha);
2165 if (!locked)
2166 spin_unlock_irqrestore(&ha->hardware_lock, flags);
2167 return QLA_SUCCESS;
2168}
2169
2170int
2171qla2x00_post_aen_work(struct scsi_qla_host *ha, enum fc_host_event_code code,
2172 u32 data)
2173{
2174 struct qla_work_evt *e;
2175
2176 e = qla2x00_alloc_work(ha, QLA_EVT_AEN, 1);
2177 if (!e)
2178 return QLA_FUNCTION_FAILED;
2179
2180 e->u.aen.code = code;
2181 e->u.aen.data = data;
2182 return qla2x00_post_work(ha, e, 1);
2183}
2184
Andrew Vasquezcb8dacb2008-04-03 13:13:19 -07002185int
2186qla2x00_post_hwe_work(struct scsi_qla_host *ha, uint16_t code, uint16_t d1,
2187 uint16_t d2, uint16_t d3)
2188{
2189 struct qla_work_evt *e;
2190
2191 e = qla2x00_alloc_work(ha, QLA_EVT_HWE_LOG, 1);
2192 if (!e)
2193 return QLA_FUNCTION_FAILED;
2194
2195 e->u.hwe.code = code;
2196 e->u.hwe.d1 = d1;
2197 e->u.hwe.d2 = d2;
2198 e->u.hwe.d3 = d3;
2199 return qla2x00_post_work(ha, e, 1);
2200}
2201
Andrew Vasquez0971de72008-04-03 13:13:18 -07002202static void
2203qla2x00_do_work(struct scsi_qla_host *ha)
2204{
2205 struct qla_work_evt *e;
2206
2207 spin_lock_irq(&ha->hardware_lock);
2208 while (!list_empty(&ha->work_list)) {
2209 e = list_entry(ha->work_list.next, struct qla_work_evt, list);
2210 list_del_init(&e->list);
2211 spin_unlock_irq(&ha->hardware_lock);
2212
2213 switch (e->type) {
2214 case QLA_EVT_AEN:
2215 fc_host_post_event(ha->host, fc_get_event_number(),
2216 e->u.aen.code, e->u.aen.data);
2217 break;
Andrew Vasquezcb8dacb2008-04-03 13:13:19 -07002218 case QLA_EVT_HWE_LOG:
2219 qla2xxx_hw_event_log(ha, e->u.hwe.code, e->u.hwe.d1,
2220 e->u.hwe.d2, e->u.hwe.d3);
2221 break;
Andrew Vasquez0971de72008-04-03 13:13:18 -07002222 }
2223 if (e->flags & QLA_EVT_FLAG_FREE)
2224 kfree(e);
2225 spin_lock_irq(&ha->hardware_lock);
2226 }
2227 spin_unlock_irq(&ha->hardware_lock);
2228}
2229
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230/**************************************************************************
2231* qla2x00_do_dpc
2232* This kernel thread is a task that is schedule by the interrupt handler
2233* to perform the background processing for interrupts.
2234*
2235* Notes:
2236* This task always run in the context of a kernel thread. It
2237* is kick-off by the driver's detect code and starts up
2238* up one per adapter. It immediately goes to sleep and waits for
2239* some fibre event. When either the interrupt handler or
2240* the timer routine detects a event it will one of the task
2241* bits then wake us up.
2242**************************************************************************/
2243static int
2244qla2x00_do_dpc(void *data)
2245{
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002246 int rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247 scsi_qla_host_t *ha;
2248 fc_port_t *fcport;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249 uint8_t status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250 uint16_t next_loopid;
Seokmann Ju99363ef2008-01-31 12:33:51 -08002251 struct scsi_qla_host *vha;
2252 int i;
2253
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254
2255 ha = (scsi_qla_host_t *)data;
2256
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257 set_user_nice(current, -20);
2258
Christoph Hellwig39a11242006-02-14 18:46:22 +01002259 while (!kthread_should_stop()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260 DEBUG3(printk("qla2x00: DPC handler sleeping\n"));
2261
Christoph Hellwig39a11242006-02-14 18:46:22 +01002262 set_current_state(TASK_INTERRUPTIBLE);
2263 schedule();
2264 __set_current_state(TASK_RUNNING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265
2266 DEBUG3(printk("qla2x00: DPC handler waking up\n"));
2267
2268 /* Initialization not yet finished. Don't do anything yet. */
Christoph Hellwig39a11242006-02-14 18:46:22 +01002269 if (!ha->flags.init_done)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270 continue;
2271
2272 DEBUG3(printk("scsi(%ld): DPC handler\n", ha->host_no));
2273
2274 ha->dpc_active = 1;
2275
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276 if (ha->flags.mbox_busy) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277 ha->dpc_active = 0;
2278 continue;
2279 }
2280
Andrew Vasquez0971de72008-04-03 13:13:18 -07002281 qla2x00_do_work(ha);
2282
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283 if (test_and_clear_bit(ISP_ABORT_NEEDED, &ha->dpc_flags)) {
2284
2285 DEBUG(printk("scsi(%ld): dpc: sched "
2286 "qla2x00_abort_isp ha = %p\n",
2287 ha->host_no, ha));
2288 if (!(test_and_set_bit(ABORT_ISP_ACTIVE,
2289 &ha->dpc_flags))) {
2290
2291 if (qla2x00_abort_isp(ha)) {
2292 /* failed. retry later */
2293 set_bit(ISP_ABORT_NEEDED,
2294 &ha->dpc_flags);
2295 }
2296 clear_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags);
2297 }
Seokmann Ju99363ef2008-01-31 12:33:51 -08002298
2299 for_each_mapped_vp_idx(ha, i) {
2300 list_for_each_entry(vha, &ha->vp_list,
2301 vp_list) {
2302 if (i == vha->vp_idx) {
2303 set_bit(ISP_ABORT_NEEDED,
2304 &vha->dpc_flags);
2305 break;
2306 }
2307 }
2308 }
2309
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310 DEBUG(printk("scsi(%ld): dpc: qla2x00_abort_isp end\n",
2311 ha->host_no));
2312 }
2313
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002314 if (test_and_clear_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags))
2315 qla2x00_update_fcports(ha);
2316
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317 if (test_and_clear_bit(RESET_MARKER_NEEDED, &ha->dpc_flags) &&
2318 (!(test_and_set_bit(RESET_ACTIVE, &ha->dpc_flags)))) {
2319
2320 DEBUG(printk("scsi(%ld): qla2x00_reset_marker()\n",
2321 ha->host_no));
2322
2323 qla2x00_rst_aen(ha);
2324 clear_bit(RESET_ACTIVE, &ha->dpc_flags);
2325 }
2326
2327 /* Retry each device up to login retry count */
2328 if ((test_and_clear_bit(RELOGIN_NEEDED, &ha->dpc_flags)) &&
2329 !test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) &&
2330 atomic_read(&ha->loop_state) != LOOP_DOWN) {
2331
2332 DEBUG(printk("scsi(%ld): qla2x00_port_login()\n",
2333 ha->host_no));
2334
2335 next_loopid = 0;
2336 list_for_each_entry(fcport, &ha->fcports, list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337 /*
2338 * If the port is not ONLINE then try to login
2339 * to it if we haven't run out of retries.
2340 */
2341 if (atomic_read(&fcport->state) != FCS_ONLINE &&
2342 fcport->login_retry) {
2343
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344 if (fcport->flags & FCF_FABRIC_DEVICE) {
2345 if (fcport->flags &
2346 FCF_TAPE_PRESENT)
Andrew Vasquezfd34f552007-07-19 15:06:00 -07002347 ha->isp_ops->fabric_logout(
Andrew Vasquez1c7c6352005-07-06 10:30:57 -07002348 ha, fcport->loop_id,
2349 fcport->d_id.b.domain,
2350 fcport->d_id.b.area,
2351 fcport->d_id.b.al_pa);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 status = qla2x00_fabric_login(
2353 ha, fcport, &next_loopid);
2354 } else
2355 status =
2356 qla2x00_local_device_login(
andrew.vasquez@qlogic.com9a52a572006-03-09 14:27:44 -08002357 ha, fcport);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358
Ravi Anand63a86512007-09-20 14:07:40 -07002359 fcport->login_retry--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360 if (status == QLA_SUCCESS) {
2361 fcport->old_loop_id = fcport->loop_id;
2362
2363 DEBUG(printk("scsi(%ld): port login OK: logged in ID 0x%x\n",
2364 ha->host_no, fcport->loop_id));
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002365
andrew.vasquez@qlogic.com052c40c2006-01-20 14:53:19 -08002366 qla2x00_update_fcport(ha,
2367 fcport);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368 } else if (status == 1) {
2369 set_bit(RELOGIN_NEEDED, &ha->dpc_flags);
2370 /* retry the login again */
2371 DEBUG(printk("scsi(%ld): Retrying %d login again loop_id 0x%x\n",
2372 ha->host_no,
2373 fcport->login_retry, fcport->loop_id));
2374 } else {
2375 fcport->login_retry = 0;
2376 }
Andrew Vasquez666301e2008-04-24 15:21:30 -07002377 if (fcport->login_retry == 0 && status != QLA_SUCCESS)
Ravi Anand63a86512007-09-20 14:07:40 -07002378 fcport->loop_id = FC_NO_LOOP_ID;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379 }
2380 if (test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags))
2381 break;
2382 }
2383 DEBUG(printk("scsi(%ld): qla2x00_port_login - end\n",
2384 ha->host_no));
2385 }
2386
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387 if (test_and_clear_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags)) {
2388
2389 DEBUG(printk("scsi(%ld): qla2x00_loop_resync()\n",
2390 ha->host_no));
2391
2392 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE,
2393 &ha->dpc_flags))) {
2394
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002395 rval = qla2x00_loop_resync(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396
2397 clear_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags);
2398 }
2399
2400 DEBUG(printk("scsi(%ld): qla2x00_loop_resync - end\n",
2401 ha->host_no));
2402 }
2403
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404 if (!ha->interrupts_on)
Andrew Vasquezfd34f552007-07-19 15:06:00 -07002405 ha->isp_ops->enable_intrs(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08002407 if (test_and_clear_bit(BEACON_BLINK_NEEDED, &ha->dpc_flags))
Andrew Vasquezfd34f552007-07-19 15:06:00 -07002408 ha->isp_ops->beacon_blink(ha);
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08002409
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002410 qla2x00_do_dpc_all_vps(ha);
2411
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412 ha->dpc_active = 0;
2413 } /* End of while(1) */
2414
2415 DEBUG(printk("scsi(%ld): DPC handler exiting\n", ha->host_no));
2416
2417 /*
2418 * Make sure that nobody tries to wake us up again.
2419 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420 ha->dpc_active = 0;
2421
Christoph Hellwig39a11242006-02-14 18:46:22 +01002422 return 0;
2423}
2424
2425void
2426qla2xxx_wake_dpc(scsi_qla_host_t *ha)
2427{
2428 if (ha->dpc_thread)
2429 wake_up_process(ha->dpc_thread);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430}
2431
2432/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433* qla2x00_rst_aen
2434* Processes asynchronous reset.
2435*
2436* Input:
2437* ha = adapter block pointer.
2438*/
2439static void
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002440qla2x00_rst_aen(scsi_qla_host_t *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441{
2442 if (ha->flags.online && !ha->flags.reset_active &&
2443 !atomic_read(&ha->loop_down_timer) &&
2444 !(test_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags))) {
2445 do {
2446 clear_bit(RESET_MARKER_NEEDED, &ha->dpc_flags);
2447
2448 /*
2449 * Issue marker command only when we are going to start
2450 * the I/O.
2451 */
2452 ha->marker_needed = 1;
2453 } while (!atomic_read(&ha->loop_down_timer) &&
2454 (test_bit(RESET_MARKER_NEEDED, &ha->dpc_flags)));
2455 }
2456}
2457
f4f051e2005-04-17 15:02:26 -05002458static void
2459qla2x00_sp_free_dma(scsi_qla_host_t *ha, srb_t *sp)
2460{
2461 struct scsi_cmnd *cmd = sp->cmd;
2462
2463 if (sp->flags & SRB_DMA_VALID) {
FUJITA Tomonori385d70b2007-05-26 01:55:38 +09002464 scsi_dma_unmap(cmd);
f4f051e2005-04-17 15:02:26 -05002465 sp->flags &= ~SRB_DMA_VALID;
2466 }
Andrew Vasquezfca29702005-07-06 10:31:47 -07002467 CMD_SP(cmd) = NULL;
f4f051e2005-04-17 15:02:26 -05002468}
2469
2470void
2471qla2x00_sp_compl(scsi_qla_host_t *ha, srb_t *sp)
2472{
2473 struct scsi_cmnd *cmd = sp->cmd;
2474
2475 qla2x00_sp_free_dma(ha, sp);
2476
f4f051e2005-04-17 15:02:26 -05002477 mempool_free(sp, ha->srb_mempool);
2478
2479 cmd->scsi_done(cmd);
2480}
bdf79622005-04-17 15:06:53 -05002481
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482/**************************************************************************
2483* qla2x00_timer
2484*
2485* Description:
2486* One second timer
2487*
2488* Context: Interrupt
2489***************************************************************************/
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002490void
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491qla2x00_timer(scsi_qla_host_t *ha)
2492{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493 unsigned long cpu_flags = 0;
2494 fc_port_t *fcport;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495 int start_dpc = 0;
2496 int index;
2497 srb_t *sp;
f4f051e2005-04-17 15:02:26 -05002498 int t;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002499 scsi_qla_host_t *pha = to_qla_parent(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500
2501 /*
2502 * Ports - Port down timer.
2503 *
2504 * Whenever, a port is in the LOST state we start decrementing its port
2505 * down timer every second until it reaches zero. Once it reaches zero
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002506 * the port it marked DEAD.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507 */
2508 t = 0;
2509 list_for_each_entry(fcport, &ha->fcports, list) {
2510 if (fcport->port_type != FCT_TARGET)
2511 continue;
2512
2513 if (atomic_read(&fcport->state) == FCS_DEVICE_LOST) {
2514
2515 if (atomic_read(&fcport->port_down_timer) == 0)
2516 continue;
2517
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002518 if (atomic_dec_and_test(&fcport->port_down_timer) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 atomic_set(&fcport->state, FCS_DEVICE_DEAD);
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002520
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 DEBUG(printk("scsi(%ld): fcport-%d - port retry count: "
Andrew Vasquezfca29702005-07-06 10:31:47 -07002522 "%d remaining\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523 ha->host_no,
2524 t, atomic_read(&fcport->port_down_timer)));
2525 }
2526 t++;
2527 } /* End of for fcport */
2528
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529
2530 /* Loop down handler. */
2531 if (atomic_read(&ha->loop_down_timer) > 0 &&
2532 !(test_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags)) && ha->flags.online) {
2533
2534 if (atomic_read(&ha->loop_down_timer) ==
2535 ha->loop_down_abort_time) {
2536
2537 DEBUG(printk("scsi(%ld): Loop Down - aborting the "
2538 "queues before time expire\n",
2539 ha->host_no));
2540
2541 if (!IS_QLA2100(ha) && ha->link_down_timeout)
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002542 atomic_set(&ha->loop_state, LOOP_DEAD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543
2544 /* Schedule an ISP abort to return any tape commands. */
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002545 /* NPIV - scan physical port only */
2546 if (!ha->parent) {
2547 spin_lock_irqsave(&ha->hardware_lock,
2548 cpu_flags);
2549 for (index = 1;
2550 index < MAX_OUTSTANDING_COMMANDS;
2551 index++) {
2552 fc_port_t *sfcp;
bdf79622005-04-17 15:06:53 -05002553
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002554 sp = ha->outstanding_cmds[index];
2555 if (!sp)
2556 continue;
2557 sfcp = sp->fcport;
2558 if (!(sfcp->flags & FCF_TAPE_PRESENT))
2559 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002561 set_bit(ISP_ABORT_NEEDED,
2562 &ha->dpc_flags);
2563 break;
2564 }
2565 spin_unlock_irqrestore(&ha->hardware_lock,
2566 cpu_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568 set_bit(ABORT_QUEUES_NEEDED, &ha->dpc_flags);
2569 start_dpc++;
2570 }
2571
2572 /* if the loop has been down for 4 minutes, reinit adapter */
2573 if (atomic_dec_and_test(&ha->loop_down_timer) != 0) {
2574 DEBUG(printk("scsi(%ld): Loop down exceed 4 mins - "
2575 "restarting queues.\n",
2576 ha->host_no));
2577
2578 set_bit(RESTART_QUEUES_NEEDED, &ha->dpc_flags);
2579 start_dpc++;
2580
Seokmann Ju463717e2008-04-03 13:13:29 -07002581 if (!(ha->device_flags & DFLG_NO_CABLE) &&
2582 !ha->parent) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583 DEBUG(printk("scsi(%ld): Loop down - "
2584 "aborting ISP.\n",
2585 ha->host_no));
2586 qla_printk(KERN_WARNING, ha,
2587 "Loop down - aborting ISP.\n");
2588
2589 set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags);
2590 }
2591 }
Andrew Vasquezfca29702005-07-06 10:31:47 -07002592 DEBUG3(printk("scsi(%ld): Loop Down - seconds remaining %d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593 ha->host_no,
2594 atomic_read(&ha->loop_down_timer)));
2595 }
2596
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08002597 /* Check if beacon LED needs to be blinked */
2598 if (ha->beacon_blink_led == 1) {
2599 set_bit(BEACON_BLINK_NEEDED, &ha->dpc_flags);
2600 start_dpc++;
2601 }
2602
Andrew Vasquez550bf572008-04-24 15:21:23 -07002603 /* Process any deferred work. */
2604 if (!list_empty(&ha->work_list))
2605 start_dpc++;
2606
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607 /* Schedule the DPC routine if needed */
2608 if ((test_bit(ISP_ABORT_NEEDED, &ha->dpc_flags) ||
2609 test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) ||
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002610 test_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611 start_dpc ||
f4f051e2005-04-17 15:02:26 -05002612 test_bit(RESET_MARKER_NEEDED, &ha->dpc_flags) ||
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08002613 test_bit(BEACON_BLINK_NEEDED, &ha->dpc_flags) ||
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002614 test_bit(VP_DPC_NEEDED, &ha->dpc_flags) ||
Christoph Hellwig39a11242006-02-14 18:46:22 +01002615 test_bit(RELOGIN_NEEDED, &ha->dpc_flags)))
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002616 qla2xxx_wake_dpc(pha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617
2618 qla2x00_restart_timer(ha, WATCH_INTERVAL);
2619}
2620
Andrew Vasquez54333832005-11-09 15:49:04 -08002621/* Firmware interface routines. */
2622
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002623#define FW_BLOBS 6
Andrew Vasquez54333832005-11-09 15:49:04 -08002624#define FW_ISP21XX 0
2625#define FW_ISP22XX 1
2626#define FW_ISP2300 2
2627#define FW_ISP2322 3
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08002628#define FW_ISP24XX 4
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002629#define FW_ISP25XX 5
Andrew Vasquez54333832005-11-09 15:49:04 -08002630
Andrew Vasquezbb8ee492006-10-02 12:00:48 -07002631#define FW_FILE_ISP21XX "ql2100_fw.bin"
2632#define FW_FILE_ISP22XX "ql2200_fw.bin"
2633#define FW_FILE_ISP2300 "ql2300_fw.bin"
2634#define FW_FILE_ISP2322 "ql2322_fw.bin"
2635#define FW_FILE_ISP24XX "ql2400_fw.bin"
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002636#define FW_FILE_ISP25XX "ql2500_fw.bin"
Andrew Vasquezbb8ee492006-10-02 12:00:48 -07002637
Daniel Walkere1e82b62008-05-12 22:21:10 -07002638static DEFINE_MUTEX(qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08002639
2640static struct fw_blob qla_fw_blobs[FW_BLOBS] = {
Andrew Vasquezbb8ee492006-10-02 12:00:48 -07002641 { .name = FW_FILE_ISP21XX, .segs = { 0x1000, 0 }, },
2642 { .name = FW_FILE_ISP22XX, .segs = { 0x1000, 0 }, },
2643 { .name = FW_FILE_ISP2300, .segs = { 0x800, 0 }, },
2644 { .name = FW_FILE_ISP2322, .segs = { 0x800, 0x1c000, 0x1e000, 0 }, },
2645 { .name = FW_FILE_ISP24XX, },
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002646 { .name = FW_FILE_ISP25XX, },
Andrew Vasquez54333832005-11-09 15:49:04 -08002647};
2648
2649struct fw_blob *
2650qla2x00_request_firmware(scsi_qla_host_t *ha)
2651{
2652 struct fw_blob *blob;
2653
2654 blob = NULL;
2655 if (IS_QLA2100(ha)) {
2656 blob = &qla_fw_blobs[FW_ISP21XX];
2657 } else if (IS_QLA2200(ha)) {
2658 blob = &qla_fw_blobs[FW_ISP22XX];
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08002659 } else if (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA6312(ha)) {
Andrew Vasquez54333832005-11-09 15:49:04 -08002660 blob = &qla_fw_blobs[FW_ISP2300];
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08002661 } else if (IS_QLA2322(ha) || IS_QLA6322(ha)) {
Andrew Vasquez54333832005-11-09 15:49:04 -08002662 blob = &qla_fw_blobs[FW_ISP2322];
Harihara Kadayam4d4df192008-04-03 13:13:26 -07002663 } else if (IS_QLA24XX_TYPE(ha)) {
Andrew Vasquez54333832005-11-09 15:49:04 -08002664 blob = &qla_fw_blobs[FW_ISP24XX];
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002665 } else if (IS_QLA25XX(ha)) {
2666 blob = &qla_fw_blobs[FW_ISP25XX];
Andrew Vasquez54333832005-11-09 15:49:04 -08002667 }
2668
Daniel Walkere1e82b62008-05-12 22:21:10 -07002669 mutex_lock(&qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08002670 if (blob->fw)
2671 goto out;
2672
2673 if (request_firmware(&blob->fw, blob->name, &ha->pdev->dev)) {
2674 DEBUG2(printk("scsi(%ld): Failed to load firmware image "
2675 "(%s).\n", ha->host_no, blob->name));
2676 blob->fw = NULL;
2677 blob = NULL;
2678 goto out;
2679 }
2680
2681out:
Daniel Walkere1e82b62008-05-12 22:21:10 -07002682 mutex_unlock(&qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08002683 return blob;
2684}
2685
2686static void
2687qla2x00_release_firmware(void)
2688{
2689 int idx;
2690
Daniel Walkere1e82b62008-05-12 22:21:10 -07002691 mutex_lock(&qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08002692 for (idx = 0; idx < FW_BLOBS; idx++)
2693 if (qla_fw_blobs[idx].fw)
2694 release_firmware(qla_fw_blobs[idx].fw);
Daniel Walkere1e82b62008-05-12 22:21:10 -07002695 mutex_unlock(&qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08002696}
2697
Seokmann Ju14e660e2007-09-20 14:07:36 -07002698static pci_ers_result_t
2699qla2xxx_pci_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
2700{
2701 switch (state) {
2702 case pci_channel_io_normal:
2703 return PCI_ERS_RESULT_CAN_RECOVER;
2704 case pci_channel_io_frozen:
2705 pci_disable_device(pdev);
2706 return PCI_ERS_RESULT_NEED_RESET;
2707 case pci_channel_io_perm_failure:
2708 qla2x00_remove_one(pdev);
2709 return PCI_ERS_RESULT_DISCONNECT;
2710 }
2711 return PCI_ERS_RESULT_NEED_RESET;
2712}
2713
2714static pci_ers_result_t
2715qla2xxx_pci_mmio_enabled(struct pci_dev *pdev)
2716{
2717 int risc_paused = 0;
2718 uint32_t stat;
2719 unsigned long flags;
2720 scsi_qla_host_t *ha = pci_get_drvdata(pdev);
2721 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
2722 struct device_reg_24xx __iomem *reg24 = &ha->iobase->isp24;
2723
2724 spin_lock_irqsave(&ha->hardware_lock, flags);
2725 if (IS_QLA2100(ha) || IS_QLA2200(ha)){
2726 stat = RD_REG_DWORD(&reg->hccr);
2727 if (stat & HCCR_RISC_PAUSE)
2728 risc_paused = 1;
2729 } else if (IS_QLA23XX(ha)) {
2730 stat = RD_REG_DWORD(&reg->u.isp2300.host_status);
2731 if (stat & HSR_RISC_PAUSED)
2732 risc_paused = 1;
2733 } else if (IS_FWI2_CAPABLE(ha)) {
2734 stat = RD_REG_DWORD(&reg24->host_status);
2735 if (stat & HSRX_RISC_PAUSED)
2736 risc_paused = 1;
2737 }
2738 spin_unlock_irqrestore(&ha->hardware_lock, flags);
2739
2740 if (risc_paused) {
2741 qla_printk(KERN_INFO, ha, "RISC paused -- mmio_enabled, "
2742 "Dumping firmware!\n");
2743 ha->isp_ops->fw_dump(ha, 0);
2744
2745 return PCI_ERS_RESULT_NEED_RESET;
2746 } else
2747 return PCI_ERS_RESULT_RECOVERED;
2748}
2749
2750static pci_ers_result_t
2751qla2xxx_pci_slot_reset(struct pci_dev *pdev)
2752{
2753 pci_ers_result_t ret = PCI_ERS_RESULT_DISCONNECT;
2754 scsi_qla_host_t *ha = pci_get_drvdata(pdev);
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11002755 int rc;
Seokmann Ju14e660e2007-09-20 14:07:36 -07002756
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11002757 if (ha->mem_only)
2758 rc = pci_enable_device_mem(pdev);
2759 else
2760 rc = pci_enable_device(pdev);
2761
2762 if (rc) {
Seokmann Ju14e660e2007-09-20 14:07:36 -07002763 qla_printk(KERN_WARNING, ha,
2764 "Can't re-enable PCI device after reset.\n");
2765
2766 return ret;
2767 }
2768 pci_set_master(pdev);
2769
2770 if (ha->isp_ops->pci_config(ha))
2771 return ret;
2772
2773 set_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags);
2774 if (qla2x00_abort_isp(ha)== QLA_SUCCESS)
2775 ret = PCI_ERS_RESULT_RECOVERED;
2776 clear_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags);
2777
2778 return ret;
2779}
2780
2781static void
2782qla2xxx_pci_resume(struct pci_dev *pdev)
2783{
2784 scsi_qla_host_t *ha = pci_get_drvdata(pdev);
2785 int ret;
2786
2787 ret = qla2x00_wait_for_hba_online(ha);
2788 if (ret != QLA_SUCCESS) {
2789 qla_printk(KERN_ERR, ha,
2790 "the device failed to resume I/O "
2791 "from slot/link_reset");
2792 }
2793 pci_cleanup_aer_uncorrect_error_status(pdev);
2794}
2795
2796static struct pci_error_handlers qla2xxx_err_handler = {
2797 .error_detected = qla2xxx_pci_error_detected,
2798 .mmio_enabled = qla2xxx_pci_mmio_enabled,
2799 .slot_reset = qla2xxx_pci_slot_reset,
2800 .resume = qla2xxx_pci_resume,
2801};
2802
Andrew Vasquez54333832005-11-09 15:49:04 -08002803static struct pci_device_id qla2xxx_pci_tbl[] = {
Andrew Vasquez47f5e062006-05-17 15:09:39 -07002804 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100) },
2805 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2200) },
2806 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2300) },
2807 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2312) },
2808 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2322) },
2809 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6312) },
2810 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6322) },
2811 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2422) },
2812 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2432) },
Harihara Kadayam4d4df192008-04-03 13:13:26 -07002813 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8432) },
Andrew Vasquez47f5e062006-05-17 15:09:39 -07002814 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5422) },
2815 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5432) },
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002816 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2532) },
Andrew Vasquez54333832005-11-09 15:49:04 -08002817 { 0 },
2818};
2819MODULE_DEVICE_TABLE(pci, qla2xxx_pci_tbl);
2820
Andrew Vasquezfca29702005-07-06 10:31:47 -07002821static struct pci_driver qla2xxx_pci_driver = {
Andrew Vasquezcb630672006-05-17 15:09:45 -07002822 .name = QLA2XXX_DRIVER_NAME,
James Bottomley0a21ef12005-12-01 12:51:50 -06002823 .driver = {
2824 .owner = THIS_MODULE,
2825 },
Andrew Vasquezfca29702005-07-06 10:31:47 -07002826 .id_table = qla2xxx_pci_tbl,
Andrew Vasquez7ee61392006-06-23 16:11:22 -07002827 .probe = qla2x00_probe_one,
Adrian Bunk4c993f72008-01-14 00:55:16 -08002828 .remove = qla2x00_remove_one,
Seokmann Ju14e660e2007-09-20 14:07:36 -07002829 .err_handler = &qla2xxx_err_handler,
Andrew Vasquezfca29702005-07-06 10:31:47 -07002830};
2831
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832/**
2833 * qla2x00_module_init - Module initialization.
2834 **/
2835static int __init
2836qla2x00_module_init(void)
2837{
Andrew Vasquezfca29702005-07-06 10:31:47 -07002838 int ret = 0;
2839
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840 /* Allocate cache for SRBs. */
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04002841 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0,
Paul Mundt20c2df82007-07-20 10:11:58 +09002842 SLAB_HWCACHE_ALIGN, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843 if (srb_cachep == NULL) {
2844 printk(KERN_ERR
2845 "qla2xxx: Unable to allocate SRB cache...Failing load!\n");
2846 return -ENOMEM;
2847 }
2848
2849 /* Derive version string. */
2850 strcpy(qla2x00_version_str, QLA2XXX_VERSION);
Andrew Vasquez11010fe2006-10-06 09:54:59 -07002851 if (ql2xextended_error_logging)
Andrew Vasquez01819442006-06-23 16:11:10 -07002852 strcat(qla2x00_version_str, "-debug");
2853
Andrew Vasquez1c97a122005-04-21 16:13:36 -04002854 qla2xxx_transport_template =
2855 fc_attach_transport(&qla2xxx_transport_functions);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002856 if (!qla2xxx_transport_template) {
2857 kmem_cache_destroy(srb_cachep);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858 return -ENODEV;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002859 }
2860 qla2xxx_transport_vport_template =
2861 fc_attach_transport(&qla2xxx_transport_vport_functions);
2862 if (!qla2xxx_transport_vport_template) {
2863 kmem_cache_destroy(srb_cachep);
2864 fc_release_transport(qla2xxx_transport_template);
2865 return -ENODEV;
2866 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867
Andrew Vasquezfd9a29f02008-05-12 22:21:08 -07002868 printk(KERN_INFO "QLogic Fibre Channel HBA Driver: %s\n",
2869 qla2x00_version_str);
Andrew Vasquez7ee61392006-06-23 16:11:22 -07002870 ret = pci_register_driver(&qla2xxx_pci_driver);
Andrew Vasquezfca29702005-07-06 10:31:47 -07002871 if (ret) {
2872 kmem_cache_destroy(srb_cachep);
2873 fc_release_transport(qla2xxx_transport_template);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002874 fc_release_transport(qla2xxx_transport_vport_template);
Andrew Vasquezfca29702005-07-06 10:31:47 -07002875 }
2876 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877}
2878
2879/**
2880 * qla2x00_module_exit - Module cleanup.
2881 **/
2882static void __exit
2883qla2x00_module_exit(void)
2884{
Andrew Vasquez7ee61392006-06-23 16:11:22 -07002885 pci_unregister_driver(&qla2xxx_pci_driver);
Andrew Vasquez54333832005-11-09 15:49:04 -08002886 qla2x00_release_firmware();
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04002887 kmem_cache_destroy(srb_cachep);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888 fc_release_transport(qla2xxx_transport_template);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002889 fc_release_transport(qla2xxx_transport_vport_template);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890}
2891
2892module_init(qla2x00_module_init);
2893module_exit(qla2x00_module_exit);
2894
2895MODULE_AUTHOR("QLogic Corporation");
2896MODULE_DESCRIPTION("QLogic Fibre Channel HBA Driver");
2897MODULE_LICENSE("GPL");
2898MODULE_VERSION(QLA2XXX_VERSION);
Andrew Vasquezbb8ee492006-10-02 12:00:48 -07002899MODULE_FIRMWARE(FW_FILE_ISP21XX);
2900MODULE_FIRMWARE(FW_FILE_ISP22XX);
2901MODULE_FIRMWARE(FW_FILE_ISP2300);
2902MODULE_FIRMWARE(FW_FILE_ISP2322);
2903MODULE_FIRMWARE(FW_FILE_ISP24XX);
Andrew Vasquez61623fc2008-01-31 12:33:45 -08002904MODULE_FIRMWARE(FW_FILE_ISP25XX);