blob: 2f039e018eefa95833330de9e8e259d08555cc79 [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 Vasquez07e264b2011-03-30 11:46:23 -07003 * Copyright (c) 2003-2011 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>
Andrew Vasquez3420d362009-10-13 15:16:45 -070014#include <linux/kobject.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090015#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
17#include <scsi/scsi_tcq.h>
18#include <scsi/scsicam.h>
19#include <scsi/scsi_transport.h>
20#include <scsi/scsi_transport_fc.h>
21
22/*
23 * Driver version
24 */
25char qla2x00_version_str[40];
26
Harish Zunjarrao6a03b4c2010-05-04 15:01:24 -070027static int apidev_major;
28
Linus Torvalds1da177e2005-04-16 15:20:36 -070029/*
30 * SRB allocation cache
31 */
Christoph Lametere18b8902006-12-06 20:33:20 -080032static struct kmem_cache *srb_cachep;
Linus Torvalds1da177e2005-04-16 15:20:36 -070033
Giridhar Malavalia9083012010-04-12 17:59:55 -070034/*
35 * CT6 CTX allocation cache
36 */
37static struct kmem_cache *ctx_cachep;
38
Linus Torvalds1da177e2005-04-16 15:20:36 -070039int ql2xlogintimeout = 20;
Joe Carnucciof2019cb2010-12-21 16:00:22 -080040module_param(ql2xlogintimeout, int, S_IRUGO);
Linus Torvalds1da177e2005-04-16 15:20:36 -070041MODULE_PARM_DESC(ql2xlogintimeout,
42 "Login timeout value in seconds.");
43
Andrew Vasqueza7b61842007-05-07 07:42:59 -070044int qlport_down_retry;
Joe Carnucciof2019cb2010-12-21 16:00:22 -080045module_param(qlport_down_retry, int, S_IRUGO);
Linus Torvalds1da177e2005-04-16 15:20:36 -070046MODULE_PARM_DESC(qlport_down_retry,
Jesper Juhl900d9f92006-06-30 02:33:07 -070047 "Maximum number of command retries to a port that returns "
Linus Torvalds1da177e2005-04-16 15:20:36 -070048 "a PORT-DOWN status.");
49
Linus Torvalds1da177e2005-04-16 15:20:36 -070050int ql2xplogiabsentdevice;
51module_param(ql2xplogiabsentdevice, int, S_IRUGO|S_IWUSR);
52MODULE_PARM_DESC(ql2xplogiabsentdevice,
53 "Option to enable PLOGI to devices that are not present after "
Jesper Juhl900d9f92006-06-30 02:33:07 -070054 "a Fabric scan. This is needed for several broken switches. "
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 "Default is 0 - no PLOGI. 1 - perfom PLOGI.");
56
Linus Torvalds1da177e2005-04-16 15:20:36 -070057int ql2xloginretrycount = 0;
Joe Carnucciof2019cb2010-12-21 16:00:22 -080058module_param(ql2xloginretrycount, int, S_IRUGO);
Linus Torvalds1da177e2005-04-16 15:20:36 -070059MODULE_PARM_DESC(ql2xloginretrycount,
60 "Specify an alternate value for the NVRAM login retry count.");
61
Andrew Vasqueza7a167b2006-06-23 16:10:29 -070062int ql2xallocfwdump = 1;
Joe Carnucciof2019cb2010-12-21 16:00:22 -080063module_param(ql2xallocfwdump, int, S_IRUGO);
Andrew Vasqueza7a167b2006-06-23 16:10:29 -070064MODULE_PARM_DESC(ql2xallocfwdump,
65 "Option to enable allocation of memory for a firmware dump "
66 "during HBA initialization. Memory allocation requirements "
67 "vary by ISP type. Default is 1 - allocate memory.");
68
Andrew Vasquez11010fe2006-10-06 09:54:59 -070069int ql2xextended_error_logging;
Andrew Vasquez27d94032007-03-12 10:41:30 -070070module_param(ql2xextended_error_logging, int, S_IRUGO|S_IWUSR);
Andrew Vasquez11010fe2006-10-06 09:54:59 -070071MODULE_PARM_DESC(ql2xextended_error_logging,
Andrew Vasquez01819442006-06-23 16:11:10 -070072 "Option to enable extended error logging, "
73 "Default is 0 - no logging. 1 - log errors.");
74
Giridhar Malavalia9083012010-04-12 17:59:55 -070075int ql2xshiftctondsd = 6;
Joe Carnucciof2019cb2010-12-21 16:00:22 -080076module_param(ql2xshiftctondsd, int, S_IRUGO);
Giridhar Malavalia9083012010-04-12 17:59:55 -070077MODULE_PARM_DESC(ql2xshiftctondsd,
78 "Set to control shifting of command type processing "
79 "based on total number of SG elements.");
80
Linus Torvalds1da177e2005-04-16 15:20:36 -070081static void qla2x00_free_device(scsi_qla_host_t *);
82
Andrew Vasquez7e47e5c2008-04-24 15:21:26 -070083int ql2xfdmienable=1;
Joe Carnucciof2019cb2010-12-21 16:00:22 -080084module_param(ql2xfdmienable, int, S_IRUGO);
Andrew Vasquezcca53352005-08-26 19:08:30 -070085MODULE_PARM_DESC(ql2xfdmienable,
Ferenc Wagner7794a5a2010-03-23 18:14:59 +010086 "Enables FDMI registrations. "
87 "0 - no FDMI. Default is 1 - perform FDMI.");
Andrew Vasquezcca53352005-08-26 19:08:30 -070088
Andrew Vasquezdf7baa52006-10-13 09:33:39 -070089#define MAX_Q_DEPTH 32
90static int ql2xmaxqdepth = MAX_Q_DEPTH;
91module_param(ql2xmaxqdepth, int, S_IRUGO|S_IWUSR);
92MODULE_PARM_DESC(ql2xmaxqdepth,
93 "Maximum queue depth to report for target devices.");
94
Arun Easibad75002010-05-04 15:01:30 -070095/* Do not change the value of this after module load */
96int ql2xenabledif = 1;
97module_param(ql2xenabledif, int, S_IRUGO|S_IWUSR);
98MODULE_PARM_DESC(ql2xenabledif,
99 " Enable T10-CRC-DIF "
100 " Default is 0 - No DIF Support. 1 - Enable it");
101
102int ql2xenablehba_err_chk;
103module_param(ql2xenablehba_err_chk, int, S_IRUGO|S_IWUSR);
104MODULE_PARM_DESC(ql2xenablehba_err_chk,
105 " Enable T10-CRC-DIF Error isolation by HBA"
106 " Default is 0 - Error isolation disabled, 1 - Enable it");
107
Andrew Vasqueze5896bd2008-07-10 16:55:52 -0700108int ql2xiidmaenable=1;
Joe Carnucciof2019cb2010-12-21 16:00:22 -0800109module_param(ql2xiidmaenable, int, S_IRUGO);
Andrew Vasqueze5896bd2008-07-10 16:55:52 -0700110MODULE_PARM_DESC(ql2xiidmaenable,
111 "Enables iIDMA settings "
112 "Default is 1 - perform iIDMA. 0 - no iIDMA.");
113
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800114int ql2xmaxqueues = 1;
Joe Carnucciof2019cb2010-12-21 16:00:22 -0800115module_param(ql2xmaxqueues, int, S_IRUGO);
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800116MODULE_PARM_DESC(ql2xmaxqueues,
117 "Enables MQ settings "
Joe Perchesae682302010-08-10 18:01:21 -0700118 "Default is 1 for single queue. Set it to number "
119 "of queues in MQ mode.");
Anirban Chakraborty68ca9492009-04-06 22:33:41 -0700120
121int ql2xmultique_tag;
Joe Carnucciof2019cb2010-12-21 16:00:22 -0800122module_param(ql2xmultique_tag, int, S_IRUGO);
Anirban Chakraborty68ca9492009-04-06 22:33:41 -0700123MODULE_PARM_DESC(ql2xmultique_tag,
124 "Enables CPU affinity settings for the driver "
125 "Default is 0 for no affinity of request and response IO. "
126 "Set it to 1 to turn on the cpu affinity.");
Andrew Vasqueze337d902009-04-06 22:33:49 -0700127
128int ql2xfwloadbin;
Joe Carnucciof2019cb2010-12-21 16:00:22 -0800129module_param(ql2xfwloadbin, int, S_IRUGO);
Andrew Vasqueze337d902009-04-06 22:33:49 -0700130MODULE_PARM_DESC(ql2xfwloadbin,
131 "Option to specify location from which to load ISP firmware:\n"
132 " 2 -- load firmware via the request_firmware() (hotplug)\n"
133 " interface.\n"
134 " 1 -- load firmware from flash.\n"
135 " 0 -- use default semantics.\n");
136
Andrew Vasquezae97c912010-02-18 10:07:28 -0800137int ql2xetsenable;
Joe Carnucciof2019cb2010-12-21 16:00:22 -0800138module_param(ql2xetsenable, int, S_IRUGO);
Andrew Vasquezae97c912010-02-18 10:07:28 -0800139MODULE_PARM_DESC(ql2xetsenable,
140 "Enables firmware ETS burst."
141 "Default is 0 - skip ETS enablement.");
142
Giridhar Malavali69078692010-05-28 15:08:28 -0700143int ql2xdbwr = 1;
Joe Carnucciof2019cb2010-12-21 16:00:22 -0800144module_param(ql2xdbwr, int, S_IRUGO);
Giridhar Malavalia9083012010-04-12 17:59:55 -0700145MODULE_PARM_DESC(ql2xdbwr,
146 "Option to specify scheme for request queue posting\n"
147 " 0 -- Regular doorbell.\n"
148 " 1 -- CAMRAM doorbell (faster).\n");
149
Giridhar Malavalif4c496c2010-05-04 15:01:33 -0700150int ql2xtargetreset = 1;
Joe Carnucciof2019cb2010-12-21 16:00:22 -0800151module_param(ql2xtargetreset, int, S_IRUGO);
Giridhar Malavalif4c496c2010-05-04 15:01:33 -0700152MODULE_PARM_DESC(ql2xtargetreset,
153 "Enable target reset."
154 "Default is 1 - use hw defaults.");
155
Chad Dupuis4da26e12010-10-15 11:27:40 -0700156int ql2xgffidenable;
Joe Carnucciof2019cb2010-12-21 16:00:22 -0800157module_param(ql2xgffidenable, int, S_IRUGO);
Chad Dupuis4da26e12010-10-15 11:27:40 -0700158MODULE_PARM_DESC(ql2xgffidenable,
159 "Enables GFF_ID checks of port type. "
160 "Default is 0 - Do not use GFF_ID information.");
Giridhar Malavalia9083012010-04-12 17:59:55 -0700161
Madhuranath Iyengar38222632010-05-04 15:01:29 -0700162int ql2xasynctmfenable;
Joe Carnucciof2019cb2010-12-21 16:00:22 -0800163module_param(ql2xasynctmfenable, int, S_IRUGO);
Madhuranath Iyengar38222632010-05-04 15:01:29 -0700164MODULE_PARM_DESC(ql2xasynctmfenable,
165 "Enables issue of TM IOCBs asynchronously via IOCB mechanism"
166 "Default is 0 - Issue TM IOCBs via mailbox mechanism.");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167/*
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700168 * SCSI host template entry points
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 */
170static int qla2xxx_slave_configure(struct scsi_device * device);
f4f051e2005-04-17 15:02:26 -0500171static int qla2xxx_slave_alloc(struct scsi_device *);
Andrew Vasquez1e99e332006-11-22 08:24:48 -0800172static int qla2xxx_scan_finished(struct Scsi_Host *, unsigned long time);
173static void qla2xxx_scan_start(struct Scsi_Host *);
f4f051e2005-04-17 15:02:26 -0500174static void qla2xxx_slave_destroy(struct scsi_device *);
Jeff Garzikf2812332010-11-16 02:10:29 -0500175static int qla2xxx_queuecommand(struct Scsi_Host *h, struct scsi_cmnd *cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176static int qla2xxx_eh_abort(struct scsi_cmnd *);
177static int qla2xxx_eh_device_reset(struct scsi_cmnd *);
Andrew Vasquez523ec772008-04-03 13:13:24 -0700178static int qla2xxx_eh_target_reset(struct scsi_cmnd *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179static int qla2xxx_eh_bus_reset(struct scsi_cmnd *);
180static int qla2xxx_eh_host_reset(struct scsi_cmnd *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181
Mike Christiee881a172009-10-15 17:46:39 -0700182static int qla2x00_change_queue_depth(struct scsi_device *, int, int);
Andrew Vasquezce7e4af2005-08-26 19:09:30 -0700183static int qla2x00_change_queue_type(struct scsi_device *, int);
184
Giridhar Malavalia5326f82009-03-24 09:07:56 -0700185struct scsi_host_template qla2xxx_driver_template = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186 .module = THIS_MODULE,
Andrew Vasquezcb630672006-05-17 15:09:45 -0700187 .name = QLA2XXX_DRIVER_NAME,
Giridhar Malavalia5326f82009-03-24 09:07:56 -0700188 .queuecommand = qla2xxx_queuecommand,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700189
190 .eh_abort_handler = qla2xxx_eh_abort,
191 .eh_device_reset_handler = qla2xxx_eh_device_reset,
Andrew Vasquez523ec772008-04-03 13:13:24 -0700192 .eh_target_reset_handler = qla2xxx_eh_target_reset,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700193 .eh_bus_reset_handler = qla2xxx_eh_bus_reset,
194 .eh_host_reset_handler = qla2xxx_eh_host_reset,
195
196 .slave_configure = qla2xxx_slave_configure,
197
198 .slave_alloc = qla2xxx_slave_alloc,
199 .slave_destroy = qla2xxx_slave_destroy,
Andrew Vasquezed677082007-03-12 10:41:27 -0700200 .scan_finished = qla2xxx_scan_finished,
201 .scan_start = qla2xxx_scan_start,
Andrew Vasquezce7e4af2005-08-26 19:09:30 -0700202 .change_queue_depth = qla2x00_change_queue_depth,
203 .change_queue_type = qla2x00_change_queue_type,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700204 .this_id = -1,
205 .cmd_per_lun = 3,
206 .use_clustering = ENABLE_CLUSTERING,
207 .sg_tablesize = SG_ALL,
208
209 .max_sectors = 0xFFFF,
Andrew Vasquezafb046e2005-08-26 19:09:40 -0700210 .shost_attrs = qla2x00_host_attrs,
Andrew Vasquezfca29702005-07-06 10:31:47 -0700211};
212
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213static struct scsi_transport_template *qla2xxx_transport_template = NULL;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700214struct scsi_transport_template *qla2xxx_transport_vport_template = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216/* TODO Convert to inlines
217 *
218 * Timer routines
219 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220
Seokmann Ju2c3dfe32007-07-05 13:16:51 -0700221__inline__ void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800222qla2x00_start_timer(scsi_qla_host_t *vha, void *func, unsigned long interval)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800224 init_timer(&vha->timer);
225 vha->timer.expires = jiffies + interval * HZ;
226 vha->timer.data = (unsigned long)vha;
227 vha->timer.function = (void (*)(unsigned long))func;
228 add_timer(&vha->timer);
229 vha->timer_active = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230}
231
232static inline void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800233qla2x00_restart_timer(scsi_qla_host_t *vha, unsigned long interval)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234{
Giridhar Malavalia9083012010-04-12 17:59:55 -0700235 /* Currently used for 82XX only. */
236 if (vha->device_flags & DFLG_DEV_FAILED)
237 return;
238
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800239 mod_timer(&vha->timer, jiffies + interval * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240}
241
Adrian Bunka824ebb2008-01-17 09:02:15 -0800242static __inline__ void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800243qla2x00_stop_timer(scsi_qla_host_t *vha)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800245 del_timer_sync(&vha->timer);
246 vha->timer_active = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247}
248
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249static int qla2x00_do_dpc(void *data);
250
251static void qla2x00_rst_aen(scsi_qla_host_t *);
252
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800253static int qla2x00_mem_alloc(struct qla_hw_data *, uint16_t, uint16_t,
254 struct req_que **, struct rsp_que **);
Madhuranath Iyengare30d1752010-10-15 11:27:46 -0700255static void qla2x00_free_fw_dump(struct qla_hw_data *);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800256static void qla2x00_mem_free(struct qla_hw_data *);
257static void qla2x00_sp_free_dma(srb_t *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259/* -------------------------------------------------------------------------- */
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800260static int qla2x00_alloc_queues(struct qla_hw_data *ha)
261{
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -0700262 ha->req_q_map = kzalloc(sizeof(struct req_que *) * ha->max_req_queues,
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800263 GFP_KERNEL);
264 if (!ha->req_q_map) {
265 qla_printk(KERN_WARNING, ha,
266 "Unable to allocate memory for request queue ptrs\n");
267 goto fail_req_map;
268 }
269
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -0700270 ha->rsp_q_map = kzalloc(sizeof(struct rsp_que *) * ha->max_rsp_queues,
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800271 GFP_KERNEL);
272 if (!ha->rsp_q_map) {
273 qla_printk(KERN_WARNING, ha,
274 "Unable to allocate memory for response queue ptrs\n");
275 goto fail_rsp_map;
276 }
277 set_bit(0, ha->rsp_qid_map);
278 set_bit(0, ha->req_qid_map);
279 return 1;
280
281fail_rsp_map:
282 kfree(ha->req_q_map);
283 ha->req_q_map = NULL;
284fail_req_map:
285 return -ENOMEM;
286}
287
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -0700288static void qla2x00_free_req_que(struct qla_hw_data *ha, struct req_que *req)
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800289{
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800290 if (req && req->ring)
291 dma_free_coherent(&ha->pdev->dev,
292 (req->length + 1) * sizeof(request_t),
293 req->ring, req->dma);
294
295 kfree(req);
296 req = NULL;
297}
298
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -0700299static void qla2x00_free_rsp_que(struct qla_hw_data *ha, struct rsp_que *rsp)
300{
301 if (rsp && rsp->ring)
302 dma_free_coherent(&ha->pdev->dev,
303 (rsp->length + 1) * sizeof(response_t),
304 rsp->ring, rsp->dma);
305
306 kfree(rsp);
307 rsp = NULL;
308}
309
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800310static void qla2x00_free_queues(struct qla_hw_data *ha)
311{
312 struct req_que *req;
313 struct rsp_que *rsp;
314 int cnt;
315
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -0700316 for (cnt = 0; cnt < ha->max_req_queues; cnt++) {
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800317 req = ha->req_q_map[cnt];
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -0700318 qla2x00_free_req_que(ha, req);
319 }
320 kfree(ha->req_q_map);
321 ha->req_q_map = NULL;
322
323 for (cnt = 0; cnt < ha->max_rsp_queues; cnt++) {
324 rsp = ha->rsp_q_map[cnt];
325 qla2x00_free_rsp_que(ha, rsp);
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800326 }
327 kfree(ha->rsp_q_map);
328 ha->rsp_q_map = NULL;
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800329}
330
Anirban Chakraborty68ca9492009-04-06 22:33:41 -0700331static int qla25xx_setup_mode(struct scsi_qla_host *vha)
332{
333 uint16_t options = 0;
334 int ques, req, ret;
335 struct qla_hw_data *ha = vha->hw;
336
Anirban Chakraborty7163ea82009-08-05 09:18:40 -0700337 if (!(ha->fw_attributes & BIT_6)) {
338 qla_printk(KERN_INFO, ha,
339 "Firmware is not multi-queue capable\n");
340 goto fail;
341 }
Anirban Chakraborty68ca9492009-04-06 22:33:41 -0700342 if (ql2xmultique_tag) {
Anirban Chakraborty68ca9492009-04-06 22:33:41 -0700343 /* create a request queue for IO */
344 options |= BIT_7;
345 req = qla25xx_create_req_que(ha, options, 0, 0, -1,
346 QLA_DEFAULT_QUE_QOS);
347 if (!req) {
348 qla_printk(KERN_WARNING, ha,
349 "Can't create request queue\n");
350 goto fail;
351 }
Tejun Heo278274d2011-02-01 11:42:42 +0100352 ha->wq = alloc_workqueue("qla2xxx_wq", WQ_MEM_RECLAIM, 1);
Anirban Chakraborty68ca9492009-04-06 22:33:41 -0700353 vha->req = ha->req_q_map[req];
354 options |= BIT_1;
355 for (ques = 1; ques < ha->max_rsp_queues; ques++) {
356 ret = qla25xx_create_rsp_que(ha, options, 0, 0, req);
357 if (!ret) {
358 qla_printk(KERN_WARNING, ha,
359 "Response Queue create failed\n");
360 goto fail2;
361 }
362 }
Anirban Chakraborty7163ea82009-08-05 09:18:40 -0700363 ha->flags.cpu_affinity_enabled = 1;
364
Anirban Chakraborty68ca9492009-04-06 22:33:41 -0700365 DEBUG2(qla_printk(KERN_INFO, ha,
366 "CPU affinity mode enabled, no. of response"
367 " queues:%d, no. of request queues:%d\n",
368 ha->max_rsp_queues, ha->max_req_queues));
369 }
370 return 0;
371fail2:
372 qla25xx_delete_queues(vha);
Anirban Chakraborty7163ea82009-08-05 09:18:40 -0700373 destroy_workqueue(ha->wq);
374 ha->wq = NULL;
Anirban Chakraborty68ca9492009-04-06 22:33:41 -0700375fail:
376 ha->mqenable = 0;
Anirban Chakraborty7163ea82009-08-05 09:18:40 -0700377 kfree(ha->req_q_map);
378 kfree(ha->rsp_q_map);
379 ha->max_req_queues = ha->max_rsp_queues = 1;
Anirban Chakraborty68ca9492009-04-06 22:33:41 -0700380 return 1;
381}
382
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383static char *
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800384qla2x00_pci_info_str(struct scsi_qla_host *vha, char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800386 struct qla_hw_data *ha = vha->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 static char *pci_bus_modes[] = {
388 "33", "66", "100", "133",
389 };
390 uint16_t pci_bus;
391
392 strcpy(str, "PCI");
393 pci_bus = (ha->pci_attr & (BIT_9 | BIT_10)) >> 9;
394 if (pci_bus) {
395 strcat(str, "-X (");
396 strcat(str, pci_bus_modes[pci_bus]);
397 } else {
398 pci_bus = (ha->pci_attr & BIT_8) >> 8;
399 strcat(str, " (");
400 strcat(str, pci_bus_modes[pci_bus]);
401 }
402 strcat(str, " MHz)");
403
404 return (str);
405}
406
Andrew Vasquezfca29702005-07-06 10:31:47 -0700407static char *
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800408qla24xx_pci_info_str(struct scsi_qla_host *vha, char *str)
Andrew Vasquezfca29702005-07-06 10:31:47 -0700409{
410 static char *pci_bus_modes[] = { "33", "66", "100", "133", };
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800411 struct qla_hw_data *ha = vha->hw;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700412 uint32_t pci_bus;
413 int pcie_reg;
414
415 pcie_reg = pci_find_capability(ha->pdev, PCI_CAP_ID_EXP);
416 if (pcie_reg) {
417 char lwstr[6];
418 uint16_t pcie_lstat, lspeed, lwidth;
419
420 pcie_reg += 0x12;
421 pci_read_config_word(ha->pdev, pcie_reg, &pcie_lstat);
422 lspeed = pcie_lstat & (BIT_0 | BIT_1 | BIT_2 | BIT_3);
423 lwidth = (pcie_lstat &
424 (BIT_4 | BIT_5 | BIT_6 | BIT_7 | BIT_8 | BIT_9)) >> 4;
425
426 strcpy(str, "PCIe (");
427 if (lspeed == 1)
Andrew Vasquezc87a0d82008-04-03 13:13:21 -0700428 strcat(str, "2.5GT/s ");
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -0700429 else if (lspeed == 2)
Andrew Vasquezc87a0d82008-04-03 13:13:21 -0700430 strcat(str, "5.0GT/s ");
Andrew Vasquezfca29702005-07-06 10:31:47 -0700431 else
432 strcat(str, "<unknown> ");
433 snprintf(lwstr, sizeof(lwstr), "x%d)", lwidth);
434 strcat(str, lwstr);
435
436 return str;
437 }
438
439 strcpy(str, "PCI");
440 pci_bus = (ha->pci_attr & CSRX_PCIX_BUS_MODE_MASK) >> 8;
441 if (pci_bus == 0 || pci_bus == 8) {
442 strcat(str, " (");
443 strcat(str, pci_bus_modes[pci_bus >> 3]);
444 } else {
445 strcat(str, "-X ");
446 if (pci_bus & BIT_2)
447 strcat(str, "Mode 2");
448 else
449 strcat(str, "Mode 1");
450 strcat(str, " (");
451 strcat(str, pci_bus_modes[pci_bus & ~BIT_2]);
452 }
453 strcat(str, " MHz)");
454
455 return str;
456}
457
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800458static char *
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800459qla2x00_fw_version_str(struct scsi_qla_host *vha, char *str)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460{
461 char un_str[10];
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800462 struct qla_hw_data *ha = vha->hw;
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700463
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 sprintf(str, "%d.%02d.%02d ", ha->fw_major_version,
465 ha->fw_minor_version,
466 ha->fw_subminor_version);
467
468 if (ha->fw_attributes & BIT_9) {
469 strcat(str, "FLX");
470 return (str);
471 }
472
473 switch (ha->fw_attributes & 0xFF) {
474 case 0x7:
475 strcat(str, "EF");
476 break;
477 case 0x17:
478 strcat(str, "TP");
479 break;
480 case 0x37:
481 strcat(str, "IP");
482 break;
483 case 0x77:
484 strcat(str, "VI");
485 break;
486 default:
487 sprintf(un_str, "(%x)", ha->fw_attributes);
488 strcat(str, un_str);
489 break;
490 }
491 if (ha->fw_attributes & 0x100)
492 strcat(str, "X");
493
494 return (str);
495}
496
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800497static char *
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800498qla24xx_fw_version_str(struct scsi_qla_host *vha, char *str)
Andrew Vasquezfca29702005-07-06 10:31:47 -0700499{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800500 struct qla_hw_data *ha = vha->hw;
Andrew Vasquezf0883ac2005-07-08 17:58:43 -0700501
Andrew Vasquez3a03eb72009-01-05 11:18:11 -0800502 sprintf(str, "%d.%02d.%02d (%x)", ha->fw_major_version,
503 ha->fw_minor_version, ha->fw_subminor_version, ha->fw_attributes);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700504 return str;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700505}
506
507static inline srb_t *
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800508qla2x00_get_new_sp(scsi_qla_host_t *vha, fc_port_t *fcport,
Madhuranath Iyengarf5e3e402011-02-23 15:27:06 -0800509 struct scsi_cmnd *cmd)
Andrew Vasquezfca29702005-07-06 10:31:47 -0700510{
511 srb_t *sp;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800512 struct qla_hw_data *ha = vha->hw;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700513
514 sp = mempool_alloc(ha->srb_mempool, GFP_ATOMIC);
515 if (!sp)
516 return sp;
517
Giridhar Malavali083a4692010-05-28 15:08:18 -0700518 atomic_set(&sp->ref_count, 1);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700519 sp->fcport = fcport;
520 sp->cmd = cmd;
521 sp->flags = 0;
522 CMD_SP(cmd) = (void *)sp;
Andrew Vasquezcf53b062009-08-20 11:06:04 -0700523 sp->ctx = NULL;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700524
525 return sp;
526}
527
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528static int
Madhuranath Iyengarf5e3e402011-02-23 15:27:06 -0800529qla2xxx_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd)
Andrew Vasquezfca29702005-07-06 10:31:47 -0700530{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800531 scsi_qla_host_t *vha = shost_priv(cmd->device->host);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700532 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400533 struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device));
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800534 struct qla_hw_data *ha = vha->hw;
535 struct scsi_qla_host *base_vha = pci_get_drvdata(ha->pdev);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700536 srb_t *sp;
537 int rval;
538
Andrew Vasquez85880802009-12-15 21:29:46 -0800539 if (ha->flags.eeh_busy) {
540 if (ha->flags.pci_channel_io_perm_failure)
Seokmann Jub9b12f72009-03-24 09:08:18 -0700541 cmd->result = DID_NO_CONNECT << 16;
Andrew Vasquez85880802009-12-15 21:29:46 -0800542 else
543 cmd->result = DID_REQUEUE << 16;
Seokmann Ju14e660e2007-09-20 14:07:36 -0700544 goto qc24_fail_command;
545 }
546
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -0400547 rval = fc_remote_port_chkready(rport);
548 if (rval) {
549 cmd->result = rval;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700550 goto qc24_fail_command;
551 }
552
Arun Easibad75002010-05-04 15:01:30 -0700553 if (!vha->flags.difdix_supported &&
554 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) {
555 DEBUG2(qla_printk(KERN_ERR, ha,
556 "DIF Cap Not Reg, fail DIF capable cmd's:%x\n",
557 cmd->cmnd[0]));
558 cmd->result = DID_NO_CONNECT << 16;
559 goto qc24_fail_command;
560 }
Andrew Vasquezfca29702005-07-06 10:31:47 -0700561 if (atomic_read(&fcport->state) != FCS_ONLINE) {
562 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD ||
Giridhar Malavali38170fa2010-10-15 11:27:49 -0700563 atomic_read(&base_vha->loop_state) == LOOP_DEAD) {
Andrew Vasquezfca29702005-07-06 10:31:47 -0700564 cmd->result = DID_NO_CONNECT << 16;
565 goto qc24_fail_command;
566 }
Mike Christie7b594132008-08-17 15:24:40 -0500567 goto qc24_target_busy;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700568 }
569
Madhuranath Iyengarf5e3e402011-02-23 15:27:06 -0800570 sp = qla2x00_get_new_sp(base_vha, fcport, cmd);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700571 if (!sp)
Madhuranath Iyengarf5e3e402011-02-23 15:27:06 -0800572 goto qc24_host_busy;
Andrew Vasquezfca29702005-07-06 10:31:47 -0700573
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800574 rval = ha->isp_ops->start_scsi(sp);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700575 if (rval != QLA_SUCCESS)
576 goto qc24_host_busy_free_sp;
577
Andrew Vasquezfca29702005-07-06 10:31:47 -0700578 return 0;
579
580qc24_host_busy_free_sp:
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800581 qla2x00_sp_free_dma(sp);
582 mempool_free(sp, ha->srb_mempool);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700583
Madhuranath Iyengarf5e3e402011-02-23 15:27:06 -0800584qc24_host_busy:
Andrew Vasquezfca29702005-07-06 10:31:47 -0700585 return SCSI_MLQUEUE_HOST_BUSY;
586
Mike Christie7b594132008-08-17 15:24:40 -0500587qc24_target_busy:
588 return SCSI_MLQUEUE_TARGET_BUSY;
589
Andrew Vasquezfca29702005-07-06 10:31:47 -0700590qc24_fail_command:
Madhuranath Iyengarf5e3e402011-02-23 15:27:06 -0800591 cmd->scsi_done(cmd);
Andrew Vasquezfca29702005-07-06 10:31:47 -0700592
593 return 0;
594}
595
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596/*
597 * qla2x00_eh_wait_on_command
598 * Waits for the command to be returned by the Firmware for some
599 * max time.
600 *
601 * Input:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602 * cmd = Scsi Command to wait on.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 *
604 * Return:
605 * Not Found : 0
606 * Found : 1
607 */
608static int
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800609qla2x00_eh_wait_on_command(struct scsi_cmnd *cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610{
Andrew Vasquezfe74c712005-08-26 19:10:10 -0700611#define ABORT_POLLING_PERIOD 1000
612#define ABORT_WAIT_ITER ((10 * 1000) / (ABORT_POLLING_PERIOD))
f4f051e2005-04-17 15:02:26 -0500613 unsigned long wait_iter = ABORT_WAIT_ITER;
Andrew Vasquez85880802009-12-15 21:29:46 -0800614 scsi_qla_host_t *vha = shost_priv(cmd->device->host);
615 struct qla_hw_data *ha = vha->hw;
f4f051e2005-04-17 15:02:26 -0500616 int ret = QLA_SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617
Andrew Vasquez85880802009-12-15 21:29:46 -0800618 if (unlikely(pci_channel_offline(ha->pdev)) || ha->flags.eeh_busy) {
619 DEBUG17(qla_printk(KERN_WARNING, ha, "return:eh_wait\n"));
620 return ret;
621 }
622
Lalit Chandivaded9704322009-08-25 11:36:18 -0700623 while (CMD_SP(cmd) && wait_iter--) {
Andrew Vasquezfe74c712005-08-26 19:10:10 -0700624 msleep(ABORT_POLLING_PERIOD);
f4f051e2005-04-17 15:02:26 -0500625 }
626 if (CMD_SP(cmd))
627 ret = QLA_FUNCTION_FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628
f4f051e2005-04-17 15:02:26 -0500629 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630}
631
632/*
633 * qla2x00_wait_for_hba_online
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700634 * Wait till the HBA is online after going through
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 * <= MAX_RETRIES_OF_ISP_ABORT or
636 * finally HBA is disabled ie marked offline
637 *
638 * Input:
639 * ha - pointer to host adapter structure
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700640 *
641 * Note:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 * Does context switching-Release SPIN_LOCK
643 * (if any) before calling this routine.
644 *
645 * Return:
646 * Success (Adapter is online) : 0
647 * Failed (Adapter is offline/disabled) : 1
648 */
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -0800649int
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800650qla2x00_wait_for_hba_online(scsi_qla_host_t *vha)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651{
Andrew Vasquezfca29702005-07-06 10:31:47 -0700652 int return_status;
653 unsigned long wait_online;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800654 struct qla_hw_data *ha = vha->hw;
655 scsi_qla_host_t *base_vha = pci_get_drvdata(ha->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700657 wait_online = jiffies + (MAX_LOOP_TIMEOUT * HZ);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800658 while (((test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags)) ||
659 test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags) ||
660 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) ||
661 ha->dpc_active) && time_before(jiffies, wait_online)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662
663 msleep(1000);
664 }
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800665 if (base_vha->flags.online)
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700666 return_status = QLA_SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 else
668 return_status = QLA_FUNCTION_FAILED;
669
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670 return (return_status);
671}
672
Lalit Chandivade86fbee82010-05-04 15:01:32 -0700673/*
674 * qla2x00_wait_for_reset_ready
675 * Wait till the HBA is online after going through
676 * <= MAX_RETRIES_OF_ISP_ABORT or
677 * finally HBA is disabled ie marked offline or flash
678 * operations are in progress.
679 *
680 * Input:
681 * ha - pointer to host adapter structure
682 *
683 * Note:
684 * Does context switching-Release SPIN_LOCK
685 * (if any) before calling this routine.
686 *
687 * Return:
688 * Success (Adapter is online/no flash ops) : 0
689 * Failed (Adapter is offline/disabled/flash ops in progress) : 1
690 */
Andrew Vasquez3dbe7562010-07-23 15:28:37 +0500691static int
Lalit Chandivade86fbee82010-05-04 15:01:32 -0700692qla2x00_wait_for_reset_ready(scsi_qla_host_t *vha)
693{
694 int return_status;
695 unsigned long wait_online;
696 struct qla_hw_data *ha = vha->hw;
697 scsi_qla_host_t *base_vha = pci_get_drvdata(ha->pdev);
698
699 wait_online = jiffies + (MAX_LOOP_TIMEOUT * HZ);
700 while (((test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags)) ||
701 test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags) ||
702 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) ||
703 ha->optrom_state != QLA_SWAITING ||
704 ha->dpc_active) && time_before(jiffies, wait_online))
705 msleep(1000);
706
707 if (base_vha->flags.online && ha->optrom_state == QLA_SWAITING)
708 return_status = QLA_SUCCESS;
709 else
710 return_status = QLA_FUNCTION_FAILED;
711
712 DEBUG2(printk("%s return_status=%d\n", __func__, return_status));
713
714 return return_status;
715}
716
Lalit Chandivade2533cf62009-03-24 09:08:07 -0700717int
718qla2x00_wait_for_chip_reset(scsi_qla_host_t *vha)
719{
720 int return_status;
721 unsigned long wait_reset;
722 struct qla_hw_data *ha = vha->hw;
723 scsi_qla_host_t *base_vha = pci_get_drvdata(ha->pdev);
724
725 wait_reset = jiffies + (MAX_LOOP_TIMEOUT * HZ);
726 while (((test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags)) ||
727 test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags) ||
728 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) ||
729 ha->dpc_active) && time_before(jiffies, wait_reset)) {
730
731 msleep(1000);
732
733 if (!test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags) &&
734 ha->flags.chip_reset_done)
735 break;
736 }
737 if (ha->flags.chip_reset_done)
738 return_status = QLA_SUCCESS;
739 else
740 return_status = QLA_FUNCTION_FAILED;
741
742 return return_status;
743}
744
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745/*
746 * qla2x00_wait_for_loop_ready
747 * Wait for MAX_LOOP_TIMEOUT(5 min) value for loop
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700748 * to be in LOOP_READY state.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749 * Input:
750 * ha - pointer to host adapter structure
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700751 *
752 * Note:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753 * Does context switching-Release SPIN_LOCK
754 * (if any) before calling this routine.
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700755 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756 *
757 * Return:
758 * Success (LOOP_READY) : 0
759 * Failed (LOOP_NOT_READY) : 1
760 */
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700761static inline int
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800762qla2x00_wait_for_loop_ready(scsi_qla_host_t *vha)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763{
764 int return_status = QLA_SUCCESS;
765 unsigned long loop_timeout ;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800766 struct qla_hw_data *ha = vha->hw;
767 scsi_qla_host_t *base_vha = pci_get_drvdata(ha->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768
769 /* wait for 5 min at the max for loop to be ready */
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700770 loop_timeout = jiffies + (MAX_LOOP_TIMEOUT * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800772 while ((!atomic_read(&base_vha->loop_down_timer) &&
773 atomic_read(&base_vha->loop_state) == LOOP_DOWN) ||
774 atomic_read(&base_vha->loop_state) != LOOP_READY) {
775 if (atomic_read(&base_vha->loop_state) == LOOP_DEAD) {
Ravi Anand57680082006-05-17 15:08:44 -0700776 return_status = QLA_FUNCTION_FAILED;
777 break;
778 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779 msleep(1000);
780 if (time_after_eq(jiffies, loop_timeout)) {
781 return_status = QLA_FUNCTION_FAILED;
782 break;
783 }
784 }
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700785 return (return_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786}
787
Giridhar Malavali083a4692010-05-28 15:08:18 -0700788static void
789sp_get(struct srb *sp)
790{
791 atomic_inc(&sp->ref_count);
792}
793
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794/**************************************************************************
795* qla2xxx_eh_abort
796*
797* Description:
798* The abort function will abort the specified command.
799*
800* Input:
801* cmd = Linux SCSI command packet to be aborted.
802*
803* Returns:
804* Either SUCCESS or FAILED.
805*
806* Note:
Michael Reed2ea00202006-04-27 16:25:30 -0700807* Only return FAILED if command not returned by firmware.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808**************************************************************************/
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800809static int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810qla2xxx_eh_abort(struct scsi_cmnd *cmd)
811{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800812 scsi_qla_host_t *vha = shost_priv(cmd->device->host);
f4f051e2005-04-17 15:02:26 -0500813 srb_t *sp;
Andrew Vasquez4e98d3b2011-02-23 15:27:17 -0800814 int ret;
f4f051e2005-04-17 15:02:26 -0500815 unsigned int id, lun;
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700816 unsigned long flags;
Michael Reed2ea00202006-04-27 16:25:30 -0700817 int wait = 0;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800818 struct qla_hw_data *ha = vha->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819
f4f051e2005-04-17 15:02:26 -0500820 if (!CMD_SP(cmd))
Michael Reed2ea00202006-04-27 16:25:30 -0700821 return SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822
Andrew Vasquez4e98d3b2011-02-23 15:27:17 -0800823 ret = fc_block_scsi_eh(cmd);
824 if (ret != 0)
825 return ret;
826 ret = SUCCESS;
827
f4f051e2005-04-17 15:02:26 -0500828 id = cmd->device->id;
829 lun = cmd->device->lun;
f4f051e2005-04-17 15:02:26 -0500830
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800831 spin_lock_irqsave(&ha->hardware_lock, flags);
Mike Christie170babc2010-10-15 11:27:47 -0700832 sp = (srb_t *) CMD_SP(cmd);
833 if (!sp) {
Anirban Chakraborty17d98632008-12-18 10:06:15 -0800834 spin_unlock_irqrestore(&ha->hardware_lock, flags);
Mike Christie170babc2010-10-15 11:27:47 -0700835 return SUCCESS;
f4f051e2005-04-17 15:02:26 -0500836 }
Mike Christie170babc2010-10-15 11:27:47 -0700837
838 DEBUG2(printk("%s(%ld): aborting sp %p from RISC.",
839 __func__, vha->host_no, sp));
840
841 /* Get a reference to the sp and drop the lock.*/
842 sp_get(sp);
843
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800844 spin_unlock_irqrestore(&ha->hardware_lock, flags);
Mike Christie170babc2010-10-15 11:27:47 -0700845 if (ha->isp_ops->abort_command(sp)) {
846 DEBUG2(printk("%s(%ld): abort_command "
847 "mbx failed.\n", __func__, vha->host_no));
848 ret = FAILED;
849 } else {
850 DEBUG3(printk("%s(%ld): abort_command "
851 "mbx success.\n", __func__, vha->host_no));
852 wait = 1;
853 }
854 qla2x00_sp_compl(ha, sp);
f4f051e2005-04-17 15:02:26 -0500855
856 /* Wait for the command to be returned. */
Michael Reed2ea00202006-04-27 16:25:30 -0700857 if (wait) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800858 if (qla2x00_eh_wait_on_command(cmd) != QLA_SUCCESS) {
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700859 qla_printk(KERN_ERR, ha,
Madhuranath Iyengar09d1dc22010-10-15 11:27:44 -0700860 "scsi(%ld:%d:%d): Abort handler timed out -- %x.\n",
861 vha->host_no, id, lun, ret);
Michael Reed2ea00202006-04-27 16:25:30 -0700862 ret = FAILED;
f4f051e2005-04-17 15:02:26 -0500863 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -0700866 qla_printk(KERN_INFO, ha,
Madhuranath Iyengar09d1dc22010-10-15 11:27:44 -0700867 "scsi(%ld:%d:%d): Abort command issued -- %d %x.\n",
868 vha->host_no, id, lun, wait, ret);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
f4f051e2005-04-17 15:02:26 -0500870 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871}
872
Giridhar Malavali4d78c972010-07-23 15:28:35 +0500873int
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800874qla2x00_eh_wait_for_pending_commands(scsi_qla_host_t *vha, unsigned int t,
Giridhar Malavali4d78c972010-07-23 15:28:35 +0500875 unsigned int l, enum nexus_wait_type type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876{
Anirban Chakraborty17d98632008-12-18 10:06:15 -0800877 int cnt, match, status;
Andrew Vasquez18e144d2005-05-27 15:04:47 -0700878 unsigned long flags;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800879 struct qla_hw_data *ha = vha->hw;
Anirban Chakraborty73208df2008-12-09 16:45:39 -0800880 struct req_que *req;
Giridhar Malavali4d78c972010-07-23 15:28:35 +0500881 srb_t *sp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882
Andrew Vasquez523ec772008-04-03 13:13:24 -0700883 status = QLA_SUCCESS;
Anirban Chakraborty17d98632008-12-18 10:06:15 -0800884
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800885 spin_lock_irqsave(&ha->hardware_lock, flags);
Anirban Chakraborty67c2e932009-04-06 22:33:42 -0700886 req = vha->req;
Anirban Chakraborty17d98632008-12-18 10:06:15 -0800887 for (cnt = 1; status == QLA_SUCCESS &&
888 cnt < MAX_OUTSTANDING_COMMANDS; cnt++) {
889 sp = req->outstanding_cmds[cnt];
890 if (!sp)
Andrew Vasquez523ec772008-04-03 13:13:24 -0700891 continue;
Arun Easibad75002010-05-04 15:01:30 -0700892 if ((sp->ctx) && !IS_PROT_IO(sp))
Andrew Vasquezcf53b062009-08-20 11:06:04 -0700893 continue;
Anirban Chakraborty17d98632008-12-18 10:06:15 -0800894 if (vha->vp_idx != sp->fcport->vha->vp_idx)
895 continue;
896 match = 0;
897 switch (type) {
898 case WAIT_HOST:
899 match = 1;
900 break;
901 case WAIT_TARGET:
902 match = sp->cmd->device->id == t;
903 break;
904 case WAIT_LUN:
905 match = (sp->cmd->device->id == t &&
906 sp->cmd->device->lun == l);
907 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 }
Anirban Chakraborty17d98632008-12-18 10:06:15 -0800909 if (!match)
910 continue;
911
912 spin_unlock_irqrestore(&ha->hardware_lock, flags);
913 status = qla2x00_eh_wait_on_command(sp->cmd);
914 spin_lock_irqsave(&ha->hardware_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 }
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800916 spin_unlock_irqrestore(&ha->hardware_lock, flags);
Andrew Vasquez523ec772008-04-03 13:13:24 -0700917
918 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919}
920
Andrew Vasquez523ec772008-04-03 13:13:24 -0700921static char *reset_errors[] = {
922 "HBA not online",
923 "HBA not ready",
924 "Task management failed",
925 "Waiting for command completions",
926};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927
Andrew Vasquez523ec772008-04-03 13:13:24 -0700928static int
929__qla2xxx_eh_generic_reset(char *name, enum nexus_wait_type type,
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -0700930 struct scsi_cmnd *cmd, int (*do_reset)(struct fc_port *, unsigned int, int))
Andrew Vasquez523ec772008-04-03 13:13:24 -0700931{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800932 scsi_qla_host_t *vha = shost_priv(cmd->device->host);
Andrew Vasquez523ec772008-04-03 13:13:24 -0700933 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
934 int err;
935
Andrew Vasquez523ec772008-04-03 13:13:24 -0700936 if (!fcport)
937 return FAILED;
938
Andrew Vasquez4e98d3b2011-02-23 15:27:17 -0800939 err = fc_block_scsi_eh(cmd);
940 if (err != 0)
941 return err;
942
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800943 qla_printk(KERN_INFO, vha->hw, "scsi(%ld:%d:%d): %s RESET ISSUED.\n",
944 vha->host_no, cmd->device->id, cmd->device->lun, name);
Andrew Vasquez523ec772008-04-03 13:13:24 -0700945
946 err = 0;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800947 if (qla2x00_wait_for_hba_online(vha) != QLA_SUCCESS)
Andrew Vasquez523ec772008-04-03 13:13:24 -0700948 goto eh_reset_failed;
949 err = 1;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800950 if (qla2x00_wait_for_loop_ready(vha) != QLA_SUCCESS)
Andrew Vasquez523ec772008-04-03 13:13:24 -0700951 goto eh_reset_failed;
952 err = 2;
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -0700953 if (do_reset(fcport, cmd->device->lun, cmd->request->cpu + 1)
954 != QLA_SUCCESS)
Andrew Vasquez523ec772008-04-03 13:13:24 -0700955 goto eh_reset_failed;
956 err = 3;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800957 if (qla2x00_eh_wait_for_pending_commands(vha, cmd->device->id,
Giridhar Malavali4d78c972010-07-23 15:28:35 +0500958 cmd->device->lun, type) != QLA_SUCCESS)
Andrew Vasquez523ec772008-04-03 13:13:24 -0700959 goto eh_reset_failed;
960
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800961 qla_printk(KERN_INFO, vha->hw, "scsi(%ld:%d:%d): %s RESET SUCCEEDED.\n",
962 vha->host_no, cmd->device->id, cmd->device->lun, name);
Andrew Vasquez523ec772008-04-03 13:13:24 -0700963
964 return SUCCESS;
965
Giridhar Malavali4d78c972010-07-23 15:28:35 +0500966eh_reset_failed:
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800967 qla_printk(KERN_INFO, vha->hw, "scsi(%ld:%d:%d): %s RESET FAILED: %s.\n"
968 , vha->host_no, cmd->device->id, cmd->device->lun, name,
Andrew Vasquez523ec772008-04-03 13:13:24 -0700969 reset_errors[err]);
970 return FAILED;
971}
972
Adrian Bunke5f82ab2006-11-08 19:55:50 -0800973static int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974qla2xxx_eh_device_reset(struct scsi_cmnd *cmd)
975{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800976 scsi_qla_host_t *vha = shost_priv(cmd->device->host);
977 struct qla_hw_data *ha = vha->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
Andrew Vasquez523ec772008-04-03 13:13:24 -0700979 return __qla2xxx_eh_generic_reset("DEVICE", WAIT_LUN, cmd,
980 ha->isp_ops->lun_reset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981}
982
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983static int
Andrew Vasquez523ec772008-04-03 13:13:24 -0700984qla2xxx_eh_target_reset(struct scsi_cmnd *cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -0800986 scsi_qla_host_t *vha = shost_priv(cmd->device->host);
987 struct qla_hw_data *ha = vha->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988
Andrew Vasquez523ec772008-04-03 13:13:24 -0700989 return __qla2xxx_eh_generic_reset("TARGET", WAIT_TARGET, cmd,
990 ha->isp_ops->target_reset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991}
992
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993/**************************************************************************
994* qla2xxx_eh_bus_reset
995*
996* Description:
997* The bus reset function will reset the bus and abort any executing
998* commands.
999*
1000* Input:
1001* cmd = Linux SCSI command packet of the command that cause the
1002* bus reset.
1003*
1004* Returns:
1005* SUCCESS/FAILURE (defined as macro in scsi.h).
1006*
1007**************************************************************************/
Adrian Bunke5f82ab2006-11-08 19:55:50 -08001008static int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd)
1010{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001011 scsi_qla_host_t *vha = shost_priv(cmd->device->host);
bdf79622005-04-17 15:06:53 -05001012 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001013 int ret = FAILED;
f4f051e2005-04-17 15:02:26 -05001014 unsigned int id, lun;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
f4f051e2005-04-17 15:02:26 -05001016 id = cmd->device->id;
1017 lun = cmd->device->lun;
f4f051e2005-04-17 15:02:26 -05001018
Vladislav Bolkhovitinb0328be2006-08-01 13:48:15 -07001019 if (!fcport)
f4f051e2005-04-17 15:02:26 -05001020 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021
Andrew Vasquez4e98d3b2011-02-23 15:27:17 -08001022 ret = fc_block_scsi_eh(cmd);
1023 if (ret != 0)
1024 return ret;
1025 ret = FAILED;
1026
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001027 qla_printk(KERN_INFO, vha->hw,
Anirban Chakraborty749af3d2008-11-14 13:48:12 -08001028 "scsi(%ld:%d:%d): BUS RESET ISSUED.\n", vha->host_no, id, lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001030 if (qla2x00_wait_for_hba_online(vha) != QLA_SUCCESS) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031 DEBUG2(printk("%s failed:board disabled\n",__func__));
f4f051e2005-04-17 15:02:26 -05001032 goto eh_bus_reset_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033 }
1034
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001035 if (qla2x00_wait_for_loop_ready(vha) == QLA_SUCCESS) {
1036 if (qla2x00_loop_reset(vha) == QLA_SUCCESS)
f4f051e2005-04-17 15:02:26 -05001037 ret = SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 }
f4f051e2005-04-17 15:02:26 -05001039 if (ret == FAILED)
1040 goto eh_bus_reset_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041
Andrew Vasquez9a41a622005-09-20 13:25:53 -07001042 /* Flush outstanding commands. */
Giridhar Malavali4d78c972010-07-23 15:28:35 +05001043 if (qla2x00_eh_wait_for_pending_commands(vha, 0, 0, WAIT_HOST) !=
Andrew Vasquez523ec772008-04-03 13:13:24 -07001044 QLA_SUCCESS)
Andrew Vasquez9a41a622005-09-20 13:25:53 -07001045 ret = FAILED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046
f4f051e2005-04-17 15:02:26 -05001047eh_bus_reset_done:
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001048 qla_printk(KERN_INFO, vha->hw, "%s: reset %s\n", __func__,
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001049 (ret == FAILED) ? "failed" : "succeeded");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050
f4f051e2005-04-17 15:02:26 -05001051 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001052}
1053
1054/**************************************************************************
1055* qla2xxx_eh_host_reset
1056*
1057* Description:
1058* The reset function will reset the Adapter.
1059*
1060* Input:
1061* cmd = Linux SCSI command packet of the command that cause the
1062* adapter reset.
1063*
1064* Returns:
1065* Either SUCCESS or FAILED.
1066*
1067* Note:
1068**************************************************************************/
Adrian Bunke5f82ab2006-11-08 19:55:50 -08001069static int
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070qla2xxx_eh_host_reset(struct scsi_cmnd *cmd)
1071{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001072 scsi_qla_host_t *vha = shost_priv(cmd->device->host);
bdf79622005-04-17 15:06:53 -05001073 fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001074 struct qla_hw_data *ha = vha->hw;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07001075 int ret = FAILED;
f4f051e2005-04-17 15:02:26 -05001076 unsigned int id, lun;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001077 scsi_qla_host_t *base_vha = pci_get_drvdata(ha->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078
f4f051e2005-04-17 15:02:26 -05001079 id = cmd->device->id;
1080 lun = cmd->device->lun;
f4f051e2005-04-17 15:02:26 -05001081
Vladislav Bolkhovitinb0328be2006-08-01 13:48:15 -07001082 if (!fcport)
f4f051e2005-04-17 15:02:26 -05001083 return ret;
1084
Andrew Vasquez4e98d3b2011-02-23 15:27:17 -08001085 ret = fc_block_scsi_eh(cmd);
1086 if (ret != 0)
1087 return ret;
1088 ret = FAILED;
1089
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090 qla_printk(KERN_INFO, ha,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001091 "scsi(%ld:%d:%d): ADAPTER RESET ISSUED.\n", vha->host_no, id, lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092
Lalit Chandivade86fbee82010-05-04 15:01:32 -07001093 if (qla2x00_wait_for_reset_ready(vha) != QLA_SUCCESS)
f4f051e2005-04-17 15:02:26 -05001094 goto eh_host_reset_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095
1096 /*
1097 * Fixme-may be dpc thread is active and processing
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07001098 * loop_resync,so wait a while for it to
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 * be completed and then issue big hammer.Otherwise
1100 * it may cause I/O failure as big hammer marks the
1101 * devices as lost kicking of the port_down_timer
1102 * while dpc is stuck for the mailbox to complete.
1103 */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001104 qla2x00_wait_for_loop_ready(vha);
1105 if (vha != base_vha) {
1106 if (qla2x00_vp_abort_isp(vha))
f4f051e2005-04-17 15:02:26 -05001107 goto eh_host_reset_lock;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001108 } else {
Giridhar Malavalia9083012010-04-12 17:59:55 -07001109 if (IS_QLA82XX(vha->hw)) {
1110 if (!qla82xx_fcoe_ctx_reset(vha)) {
1111 /* Ctx reset success */
1112 ret = SUCCESS;
1113 goto eh_host_reset_lock;
1114 }
1115 /* fall thru if ctx reset failed */
1116 }
Anirban Chakraborty68ca9492009-04-06 22:33:41 -07001117 if (ha->wq)
1118 flush_workqueue(ha->wq);
1119
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001120 set_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
Giridhar Malavalia9083012010-04-12 17:59:55 -07001121 if (ha->isp_ops->abort_isp(base_vha)) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001122 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
1123 /* failed. schedule dpc to try */
1124 set_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags);
1125
1126 if (qla2x00_wait_for_hba_online(vha) != QLA_SUCCESS)
1127 goto eh_host_reset_lock;
1128 }
1129 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07001130 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001132 /* Waiting for command to be returned to OS.*/
Giridhar Malavali4d78c972010-07-23 15:28:35 +05001133 if (qla2x00_eh_wait_for_pending_commands(vha, 0, 0, WAIT_HOST) ==
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001134 QLA_SUCCESS)
f4f051e2005-04-17 15:02:26 -05001135 ret = SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136
f4f051e2005-04-17 15:02:26 -05001137eh_host_reset_lock:
f4f051e2005-04-17 15:02:26 -05001138 qla_printk(KERN_INFO, ha, "%s: reset %s\n", __func__,
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001139 (ret == FAILED) ? "failed" : "succeeded");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140
f4f051e2005-04-17 15:02:26 -05001141 return ret;
1142}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143
1144/*
1145* qla2x00_loop_reset
1146* Issue loop reset.
1147*
1148* Input:
1149* ha = adapter block pointer.
1150*
1151* Returns:
1152* 0 = success
1153*/
Andrew Vasqueza4722cf2008-01-17 09:02:12 -08001154int
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001155qla2x00_loop_reset(scsi_qla_host_t *vha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156{
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -08001157 int ret;
bdf79622005-04-17 15:06:53 -05001158 struct fc_port *fcport;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001159 struct qla_hw_data *ha = vha->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160
Giridhar Malavalif4c496c2010-05-04 15:01:33 -07001161 if (ql2xtargetreset == 1 && ha->flags.enable_target_reset) {
Andrew Vasquez55e5ed22010-02-18 10:07:25 -08001162 list_for_each_entry(fcport, &vha->vp_fcports, list) {
1163 if (fcport->port_type != FCT_TARGET)
1164 continue;
1165
1166 ret = ha->isp_ops->target_reset(fcport, 0, 0);
1167 if (ret != QLA_SUCCESS) {
1168 DEBUG2_3(printk("%s(%ld): bus_reset failed: "
1169 "target_reset=%d d_id=%x.\n", __func__,
1170 vha->host_no, ret, fcport->d_id.b24));
1171 }
1172 }
1173 }
1174
Giridhar Malavalia9083012010-04-12 17:59:55 -07001175 if (ha->flags.enable_lip_full_login && !IS_QLA8XXX_TYPE(ha)) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001176 ret = qla2x00_full_login_lip(vha);
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -08001177 if (ret != QLA_SUCCESS) {
Anirban Chakraborty749af3d2008-11-14 13:48:12 -08001178 DEBUG2_3(printk("%s(%ld): failed: "
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001179 "full_login_lip=%d.\n", __func__, vha->host_no,
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -08001180 ret));
Anirban Chakraborty749af3d2008-11-14 13:48:12 -08001181 }
1182 atomic_set(&vha->loop_state, LOOP_DOWN);
1183 atomic_set(&vha->loop_down_timer, LOOP_DOWN_TIME);
1184 qla2x00_mark_all_devices_lost(vha, 0);
1185 qla2x00_wait_for_loop_ready(vha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186 }
1187
Andrew Vasquez0d6e61b2009-08-25 11:36:19 -07001188 if (ha->flags.enable_lip_reset) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001189 ret = qla2x00_lip_reset(vha);
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -08001190 if (ret != QLA_SUCCESS) {
Anirban Chakraborty749af3d2008-11-14 13:48:12 -08001191 DEBUG2_3(printk("%s(%ld): failed: "
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001192 "lip_reset=%d.\n", __func__, vha->host_no, ret));
1193 } else
1194 qla2x00_wait_for_loop_ready(vha);
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -08001195 }
1196
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197 /* Issue marker command only when we are going to start the I/O */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001198 vha->marker_needed = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199
Andrew Vasquez0c8c39a2006-12-13 19:20:30 -08001200 return QLA_SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201}
1202
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001203void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001204qla2x00_abort_all_cmds(scsi_qla_host_t *vha, int res)
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001205{
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001206 int que, cnt;
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001207 unsigned long flags;
1208 srb_t *sp;
Andrew Vasquezac280b62009-08-20 11:06:05 -07001209 struct srb_ctx *ctx;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001210 struct qla_hw_data *ha = vha->hw;
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001211 struct req_que *req;
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001212
1213 spin_lock_irqsave(&ha->hardware_lock, flags);
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07001214 for (que = 0; que < ha->max_req_queues; que++) {
Anirban Chakraborty29bdccb2009-01-08 15:41:08 -08001215 req = ha->req_q_map[que];
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001216 if (!req)
1217 continue;
1218 for (cnt = 1; cnt < MAX_OUTSTANDING_COMMANDS; cnt++) {
1219 sp = req->outstanding_cmds[cnt];
Andrew Vasqueze612d462009-03-24 09:08:04 -07001220 if (sp) {
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001221 req->outstanding_cmds[cnt] = NULL;
Giridhar Malavalia9083012010-04-12 17:59:55 -07001222 if (!sp->ctx ||
Arun Easibad75002010-05-04 15:01:30 -07001223 (sp->flags & SRB_FCP_CMND_DMA_VALID) ||
1224 IS_PROT_IO(sp)) {
Andrew Vasquezac280b62009-08-20 11:06:05 -07001225 sp->cmd->result = res;
1226 qla2x00_sp_compl(ha, sp);
1227 } else {
1228 ctx = sp->ctx;
Andrew Vasquez6c452a42010-03-19 17:04:02 -07001229 if (ctx->type == SRB_LOGIN_CMD ||
1230 ctx->type == SRB_LOGOUT_CMD) {
Madhuranath Iyengar49163922010-05-04 15:01:28 -07001231 ctx->u.iocb_cmd->free(sp);
Giridhar Malavalidb3ad7f2010-02-18 10:07:24 -08001232 } else {
Andrew Vasquez6c452a42010-03-19 17:04:02 -07001233 struct fc_bsg_job *bsg_job =
Madhuranath Iyengar49163922010-05-04 15:01:28 -07001234 ctx->u.bsg_job;
Andrew Vasquez6c452a42010-03-19 17:04:02 -07001235 if (bsg_job->request->msgcode
1236 == FC_BSG_HST_CT)
Giridhar Malavalidb3ad7f2010-02-18 10:07:24 -08001237 kfree(sp->fcport);
Andrew Vasquez6c452a42010-03-19 17:04:02 -07001238 bsg_job->req->errors = 0;
1239 bsg_job->reply->result = res;
Madhuranath Iyengar49163922010-05-04 15:01:28 -07001240 bsg_job->job_done(bsg_job);
Giridhar Malavalidb3ad7f2010-02-18 10:07:24 -08001241 kfree(sp->ctx);
Andrew Vasquez6c452a42010-03-19 17:04:02 -07001242 mempool_free(sp,
Madhuranath Iyengar49163922010-05-04 15:01:28 -07001243 ha->srb_mempool);
Giridhar Malavalidb3ad7f2010-02-18 10:07:24 -08001244 }
Andrew Vasquezac280b62009-08-20 11:06:05 -07001245 }
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001246 }
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001247 }
1248 }
1249 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1250}
1251
f4f051e2005-04-17 15:02:26 -05001252static int
1253qla2xxx_slave_alloc(struct scsi_device *sdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254{
bdf79622005-04-17 15:06:53 -05001255 struct fc_rport *rport = starget_to_rport(scsi_target(sdev));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001257 if (!rport || fc_remote_port_chkready(rport))
f4f051e2005-04-17 15:02:26 -05001258 return -ENXIO;
1259
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001260 sdev->hostdata = *(fc_port_t **)rport->dd_data;
f4f051e2005-04-17 15:02:26 -05001261
1262 return 0;
1263}
1264
1265static int
1266qla2xxx_slave_configure(struct scsi_device *sdev)
1267{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001268 scsi_qla_host_t *vha = shost_priv(sdev->host);
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07001269 struct req_que *req = vha->req;
8482e1182005-04-17 15:04:54 -05001270
f4f051e2005-04-17 15:02:26 -05001271 if (sdev->tagged_supported)
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001272 scsi_activate_tcq(sdev, req->max_q_depth);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273 else
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001274 scsi_deactivate_tcq(sdev, req->max_q_depth);
f4f051e2005-04-17 15:02:26 -05001275 return 0;
1276}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277
f4f051e2005-04-17 15:02:26 -05001278static void
1279qla2xxx_slave_destroy(struct scsi_device *sdev)
1280{
1281 sdev->hostdata = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282}
1283
Giridhar Malavalic45dd302009-12-02 10:36:54 -08001284static void qla2x00_handle_queue_full(struct scsi_device *sdev, int qdepth)
1285{
1286 fc_port_t *fcport = (struct fc_port *) sdev->hostdata;
1287
1288 if (!scsi_track_queue_full(sdev, qdepth))
1289 return;
1290
1291 DEBUG2(qla_printk(KERN_INFO, fcport->vha->hw,
1292 "scsi(%ld:%d:%d:%d): Queue depth adjusted-down to %d.\n",
1293 fcport->vha->host_no, sdev->channel, sdev->id, sdev->lun,
1294 sdev->queue_depth));
1295}
1296
1297static void qla2x00_adjust_sdev_qdepth_up(struct scsi_device *sdev, int qdepth)
1298{
1299 fc_port_t *fcport = sdev->hostdata;
1300 struct scsi_qla_host *vha = fcport->vha;
1301 struct qla_hw_data *ha = vha->hw;
1302 struct req_que *req = NULL;
1303
1304 req = vha->req;
1305 if (!req)
1306 return;
1307
1308 if (req->max_q_depth <= sdev->queue_depth || req->max_q_depth < qdepth)
1309 return;
1310
1311 if (sdev->ordered_tags)
1312 scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, qdepth);
1313 else
1314 scsi_adjust_queue_depth(sdev, MSG_SIMPLE_TAG, qdepth);
1315
1316 DEBUG2(qla_printk(KERN_INFO, ha,
1317 "scsi(%ld:%d:%d:%d): Queue depth adjusted-up to %d.\n",
1318 fcport->vha->host_no, sdev->channel, sdev->id, sdev->lun,
1319 sdev->queue_depth));
1320}
1321
Andrew Vasquezce7e4af2005-08-26 19:09:30 -07001322static int
Mike Christiee881a172009-10-15 17:46:39 -07001323qla2x00_change_queue_depth(struct scsi_device *sdev, int qdepth, int reason)
Andrew Vasquezce7e4af2005-08-26 19:09:30 -07001324{
Giridhar Malavalic45dd302009-12-02 10:36:54 -08001325 switch (reason) {
1326 case SCSI_QDEPTH_DEFAULT:
1327 scsi_adjust_queue_depth(sdev, scsi_get_tag_type(sdev), qdepth);
1328 break;
1329 case SCSI_QDEPTH_QFULL:
1330 qla2x00_handle_queue_full(sdev, qdepth);
1331 break;
1332 case SCSI_QDEPTH_RAMP_UP:
1333 qla2x00_adjust_sdev_qdepth_up(sdev, qdepth);
1334 break;
1335 default:
Roel Kluin08002af2010-01-29 11:25:19 +01001336 return -EOPNOTSUPP;
Giridhar Malavalic45dd302009-12-02 10:36:54 -08001337 }
Mike Christiee881a172009-10-15 17:46:39 -07001338
Andrew Vasquezce7e4af2005-08-26 19:09:30 -07001339 return sdev->queue_depth;
1340}
1341
1342static int
1343qla2x00_change_queue_type(struct scsi_device *sdev, int tag_type)
1344{
1345 if (sdev->tagged_supported) {
1346 scsi_set_tag_type(sdev, tag_type);
1347 if (tag_type)
1348 scsi_activate_tcq(sdev, sdev->queue_depth);
1349 else
1350 scsi_deactivate_tcq(sdev, sdev->queue_depth);
1351 } else
1352 tag_type = 0;
1353
1354 return tag_type;
1355}
1356
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357/**
1358 * qla2x00_config_dma_addressing() - Configure OS DMA addressing method.
1359 * @ha: HA context
1360 *
1361 * At exit, the @ha's flags.enable_64bit_addressing set to indicated
1362 * supported addressing method.
1363 */
1364static void
Andrew Vasquez53303c42009-01-22 09:45:37 -08001365qla2x00_config_dma_addressing(struct qla_hw_data *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366{
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001367 /* Assume a 32bit DMA mask. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 ha->flags.enable_64bit_addressing = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369
Yang Hongyang6a355282009-04-06 19:01:13 -07001370 if (!dma_set_mask(&ha->pdev->dev, DMA_BIT_MASK(64))) {
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001371 /* Any upper-dword bits set? */
1372 if (MSD(dma_get_required_mask(&ha->pdev->dev)) &&
Yang Hongyang6a355282009-04-06 19:01:13 -07001373 !pci_set_consistent_dma_mask(ha->pdev, DMA_BIT_MASK(64))) {
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001374 /* Ok, a 64bit DMA mask is applicable. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 ha->flags.enable_64bit_addressing = 1;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001376 ha->isp_ops->calc_req_entries = qla2x00_calc_iocbs_64;
1377 ha->isp_ops->build_iocbs = qla2x00_build_scsi_iocbs_64;
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001378 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 }
Andrew Vasquez7524f9b2005-08-26 19:08:00 -07001381
Yang Hongyang284901a2009-04-06 19:01:15 -07001382 dma_set_mask(&ha->pdev->dev, DMA_BIT_MASK(32));
1383 pci_set_consistent_dma_mask(ha->pdev, DMA_BIT_MASK(32));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384}
1385
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001386static void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001387qla2x00_enable_intrs(struct qla_hw_data *ha)
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001388{
1389 unsigned long flags = 0;
1390 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1391
1392 spin_lock_irqsave(&ha->hardware_lock, flags);
1393 ha->interrupts_on = 1;
1394 /* enable risc and host interrupts */
1395 WRT_REG_WORD(&reg->ictrl, ICR_EN_INT | ICR_EN_RISC);
1396 RD_REG_WORD(&reg->ictrl);
1397 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1398
1399}
1400
1401static void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001402qla2x00_disable_intrs(struct qla_hw_data *ha)
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001403{
1404 unsigned long flags = 0;
1405 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1406
1407 spin_lock_irqsave(&ha->hardware_lock, flags);
1408 ha->interrupts_on = 0;
1409 /* disable risc and host interrupts */
1410 WRT_REG_WORD(&reg->ictrl, 0);
1411 RD_REG_WORD(&reg->ictrl);
1412 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1413}
1414
1415static void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001416qla24xx_enable_intrs(struct qla_hw_data *ha)
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001417{
1418 unsigned long flags = 0;
1419 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1420
1421 spin_lock_irqsave(&ha->hardware_lock, flags);
1422 ha->interrupts_on = 1;
1423 WRT_REG_DWORD(&reg->ictrl, ICRX_EN_RISC_INT);
1424 RD_REG_DWORD(&reg->ictrl);
1425 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1426}
1427
1428static void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001429qla24xx_disable_intrs(struct qla_hw_data *ha)
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001430{
1431 unsigned long flags = 0;
1432 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1433
Andrew Vasquez124f85e2009-01-05 11:18:06 -08001434 if (IS_NOPOLLING_TYPE(ha))
1435 return;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001436 spin_lock_irqsave(&ha->hardware_lock, flags);
1437 ha->interrupts_on = 0;
1438 WRT_REG_DWORD(&reg->ictrl, 0);
1439 RD_REG_DWORD(&reg->ictrl);
1440 spin_unlock_irqrestore(&ha->hardware_lock, flags);
1441}
1442
1443static struct isp_operations qla2100_isp_ops = {
1444 .pci_config = qla2100_pci_config,
1445 .reset_chip = qla2x00_reset_chip,
1446 .chip_diag = qla2x00_chip_diag,
1447 .config_rings = qla2x00_config_rings,
1448 .reset_adapter = qla2x00_reset_adapter,
1449 .nvram_config = qla2x00_nvram_config,
1450 .update_fw_options = qla2x00_update_fw_options,
1451 .load_risc = qla2x00_load_risc,
1452 .pci_info_str = qla2x00_pci_info_str,
1453 .fw_version_str = qla2x00_fw_version_str,
1454 .intr_handler = qla2100_intr_handler,
1455 .enable_intrs = qla2x00_enable_intrs,
1456 .disable_intrs = qla2x00_disable_intrs,
1457 .abort_command = qla2x00_abort_command,
Andrew Vasquez523ec772008-04-03 13:13:24 -07001458 .target_reset = qla2x00_abort_target,
1459 .lun_reset = qla2x00_lun_reset,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001460 .fabric_login = qla2x00_login_fabric,
1461 .fabric_logout = qla2x00_fabric_logout,
1462 .calc_req_entries = qla2x00_calc_iocbs_32,
1463 .build_iocbs = qla2x00_build_scsi_iocbs_32,
1464 .prep_ms_iocb = qla2x00_prep_ms_iocb,
1465 .prep_ms_fdmi_iocb = qla2x00_prep_ms_fdmi_iocb,
1466 .read_nvram = qla2x00_read_nvram_data,
1467 .write_nvram = qla2x00_write_nvram_data,
1468 .fw_dump = qla2100_fw_dump,
1469 .beacon_on = NULL,
1470 .beacon_off = NULL,
1471 .beacon_blink = NULL,
1472 .read_optrom = qla2x00_read_optrom_data,
1473 .write_optrom = qla2x00_write_optrom_data,
1474 .get_flash_version = qla2x00_get_flash_version,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001475 .start_scsi = qla2x00_start_scsi,
Giridhar Malavalia9083012010-04-12 17:59:55 -07001476 .abort_isp = qla2x00_abort_isp,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001477};
1478
1479static struct isp_operations qla2300_isp_ops = {
1480 .pci_config = qla2300_pci_config,
1481 .reset_chip = qla2x00_reset_chip,
1482 .chip_diag = qla2x00_chip_diag,
1483 .config_rings = qla2x00_config_rings,
1484 .reset_adapter = qla2x00_reset_adapter,
1485 .nvram_config = qla2x00_nvram_config,
1486 .update_fw_options = qla2x00_update_fw_options,
1487 .load_risc = qla2x00_load_risc,
1488 .pci_info_str = qla2x00_pci_info_str,
1489 .fw_version_str = qla2x00_fw_version_str,
1490 .intr_handler = qla2300_intr_handler,
1491 .enable_intrs = qla2x00_enable_intrs,
1492 .disable_intrs = qla2x00_disable_intrs,
1493 .abort_command = qla2x00_abort_command,
Andrew Vasquez523ec772008-04-03 13:13:24 -07001494 .target_reset = qla2x00_abort_target,
1495 .lun_reset = qla2x00_lun_reset,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001496 .fabric_login = qla2x00_login_fabric,
1497 .fabric_logout = qla2x00_fabric_logout,
1498 .calc_req_entries = qla2x00_calc_iocbs_32,
1499 .build_iocbs = qla2x00_build_scsi_iocbs_32,
1500 .prep_ms_iocb = qla2x00_prep_ms_iocb,
1501 .prep_ms_fdmi_iocb = qla2x00_prep_ms_fdmi_iocb,
1502 .read_nvram = qla2x00_read_nvram_data,
1503 .write_nvram = qla2x00_write_nvram_data,
1504 .fw_dump = qla2300_fw_dump,
1505 .beacon_on = qla2x00_beacon_on,
1506 .beacon_off = qla2x00_beacon_off,
1507 .beacon_blink = qla2x00_beacon_blink,
1508 .read_optrom = qla2x00_read_optrom_data,
1509 .write_optrom = qla2x00_write_optrom_data,
1510 .get_flash_version = qla2x00_get_flash_version,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001511 .start_scsi = qla2x00_start_scsi,
Giridhar Malavalia9083012010-04-12 17:59:55 -07001512 .abort_isp = qla2x00_abort_isp,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001513};
1514
1515static struct isp_operations qla24xx_isp_ops = {
1516 .pci_config = qla24xx_pci_config,
1517 .reset_chip = qla24xx_reset_chip,
1518 .chip_diag = qla24xx_chip_diag,
1519 .config_rings = qla24xx_config_rings,
1520 .reset_adapter = qla24xx_reset_adapter,
1521 .nvram_config = qla24xx_nvram_config,
1522 .update_fw_options = qla24xx_update_fw_options,
1523 .load_risc = qla24xx_load_risc,
1524 .pci_info_str = qla24xx_pci_info_str,
1525 .fw_version_str = qla24xx_fw_version_str,
1526 .intr_handler = qla24xx_intr_handler,
1527 .enable_intrs = qla24xx_enable_intrs,
1528 .disable_intrs = qla24xx_disable_intrs,
1529 .abort_command = qla24xx_abort_command,
Andrew Vasquez523ec772008-04-03 13:13:24 -07001530 .target_reset = qla24xx_abort_target,
1531 .lun_reset = qla24xx_lun_reset,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001532 .fabric_login = qla24xx_login_fabric,
1533 .fabric_logout = qla24xx_fabric_logout,
1534 .calc_req_entries = NULL,
1535 .build_iocbs = NULL,
1536 .prep_ms_iocb = qla24xx_prep_ms_iocb,
1537 .prep_ms_fdmi_iocb = qla24xx_prep_ms_fdmi_iocb,
1538 .read_nvram = qla24xx_read_nvram_data,
1539 .write_nvram = qla24xx_write_nvram_data,
1540 .fw_dump = qla24xx_fw_dump,
1541 .beacon_on = qla24xx_beacon_on,
1542 .beacon_off = qla24xx_beacon_off,
1543 .beacon_blink = qla24xx_beacon_blink,
1544 .read_optrom = qla24xx_read_optrom_data,
1545 .write_optrom = qla24xx_write_optrom_data,
1546 .get_flash_version = qla24xx_get_flash_version,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001547 .start_scsi = qla24xx_start_scsi,
Giridhar Malavalia9083012010-04-12 17:59:55 -07001548 .abort_isp = qla2x00_abort_isp,
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001549};
1550
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001551static struct isp_operations qla25xx_isp_ops = {
1552 .pci_config = qla25xx_pci_config,
1553 .reset_chip = qla24xx_reset_chip,
1554 .chip_diag = qla24xx_chip_diag,
1555 .config_rings = qla24xx_config_rings,
1556 .reset_adapter = qla24xx_reset_adapter,
1557 .nvram_config = qla24xx_nvram_config,
1558 .update_fw_options = qla24xx_update_fw_options,
1559 .load_risc = qla24xx_load_risc,
1560 .pci_info_str = qla24xx_pci_info_str,
1561 .fw_version_str = qla24xx_fw_version_str,
1562 .intr_handler = qla24xx_intr_handler,
1563 .enable_intrs = qla24xx_enable_intrs,
1564 .disable_intrs = qla24xx_disable_intrs,
1565 .abort_command = qla24xx_abort_command,
Andrew Vasquez523ec772008-04-03 13:13:24 -07001566 .target_reset = qla24xx_abort_target,
1567 .lun_reset = qla24xx_lun_reset,
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001568 .fabric_login = qla24xx_login_fabric,
1569 .fabric_logout = qla24xx_fabric_logout,
1570 .calc_req_entries = NULL,
1571 .build_iocbs = NULL,
1572 .prep_ms_iocb = qla24xx_prep_ms_iocb,
1573 .prep_ms_fdmi_iocb = qla24xx_prep_ms_fdmi_iocb,
1574 .read_nvram = qla25xx_read_nvram_data,
1575 .write_nvram = qla25xx_write_nvram_data,
1576 .fw_dump = qla25xx_fw_dump,
1577 .beacon_on = qla24xx_beacon_on,
1578 .beacon_off = qla24xx_beacon_off,
1579 .beacon_blink = qla24xx_beacon_blink,
Andrew Vasquez338c9162007-09-20 14:07:33 -07001580 .read_optrom = qla25xx_read_optrom_data,
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001581 .write_optrom = qla24xx_write_optrom_data,
1582 .get_flash_version = qla24xx_get_flash_version,
Arun Easibad75002010-05-04 15:01:30 -07001583 .start_scsi = qla24xx_dif_start_scsi,
Giridhar Malavalia9083012010-04-12 17:59:55 -07001584 .abort_isp = qla2x00_abort_isp,
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001585};
1586
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08001587static struct isp_operations qla81xx_isp_ops = {
1588 .pci_config = qla25xx_pci_config,
1589 .reset_chip = qla24xx_reset_chip,
1590 .chip_diag = qla24xx_chip_diag,
1591 .config_rings = qla24xx_config_rings,
1592 .reset_adapter = qla24xx_reset_adapter,
1593 .nvram_config = qla81xx_nvram_config,
1594 .update_fw_options = qla81xx_update_fw_options,
Andrew Vasquezeaac30b2009-01-22 09:45:32 -08001595 .load_risc = qla81xx_load_risc,
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08001596 .pci_info_str = qla24xx_pci_info_str,
1597 .fw_version_str = qla24xx_fw_version_str,
1598 .intr_handler = qla24xx_intr_handler,
1599 .enable_intrs = qla24xx_enable_intrs,
1600 .disable_intrs = qla24xx_disable_intrs,
1601 .abort_command = qla24xx_abort_command,
1602 .target_reset = qla24xx_abort_target,
1603 .lun_reset = qla24xx_lun_reset,
1604 .fabric_login = qla24xx_login_fabric,
1605 .fabric_logout = qla24xx_fabric_logout,
1606 .calc_req_entries = NULL,
1607 .build_iocbs = NULL,
1608 .prep_ms_iocb = qla24xx_prep_ms_iocb,
1609 .prep_ms_fdmi_iocb = qla24xx_prep_ms_fdmi_iocb,
Andrew Vasquez3d79038f2009-03-24 09:08:14 -07001610 .read_nvram = NULL,
1611 .write_nvram = NULL,
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08001612 .fw_dump = qla81xx_fw_dump,
1613 .beacon_on = qla24xx_beacon_on,
1614 .beacon_off = qla24xx_beacon_off,
1615 .beacon_blink = qla24xx_beacon_blink,
1616 .read_optrom = qla25xx_read_optrom_data,
1617 .write_optrom = qla24xx_write_optrom_data,
1618 .get_flash_version = qla24xx_get_flash_version,
Arun Easiba77ef52010-05-28 15:08:27 -07001619 .start_scsi = qla24xx_dif_start_scsi,
Giridhar Malavalia9083012010-04-12 17:59:55 -07001620 .abort_isp = qla2x00_abort_isp,
1621};
1622
1623static struct isp_operations qla82xx_isp_ops = {
1624 .pci_config = qla82xx_pci_config,
1625 .reset_chip = qla82xx_reset_chip,
1626 .chip_diag = qla24xx_chip_diag,
1627 .config_rings = qla82xx_config_rings,
1628 .reset_adapter = qla24xx_reset_adapter,
1629 .nvram_config = qla81xx_nvram_config,
1630 .update_fw_options = qla24xx_update_fw_options,
1631 .load_risc = qla82xx_load_risc,
1632 .pci_info_str = qla82xx_pci_info_str,
1633 .fw_version_str = qla24xx_fw_version_str,
1634 .intr_handler = qla82xx_intr_handler,
1635 .enable_intrs = qla82xx_enable_intrs,
1636 .disable_intrs = qla82xx_disable_intrs,
1637 .abort_command = qla24xx_abort_command,
1638 .target_reset = qla24xx_abort_target,
1639 .lun_reset = qla24xx_lun_reset,
1640 .fabric_login = qla24xx_login_fabric,
1641 .fabric_logout = qla24xx_fabric_logout,
1642 .calc_req_entries = NULL,
1643 .build_iocbs = NULL,
1644 .prep_ms_iocb = qla24xx_prep_ms_iocb,
1645 .prep_ms_fdmi_iocb = qla24xx_prep_ms_fdmi_iocb,
1646 .read_nvram = qla24xx_read_nvram_data,
1647 .write_nvram = qla24xx_write_nvram_data,
1648 .fw_dump = qla24xx_fw_dump,
1649 .beacon_on = qla24xx_beacon_on,
1650 .beacon_off = qla24xx_beacon_off,
1651 .beacon_blink = qla24xx_beacon_blink,
1652 .read_optrom = qla82xx_read_optrom_data,
1653 .write_optrom = qla82xx_write_optrom_data,
1654 .get_flash_version = qla24xx_get_flash_version,
1655 .start_scsi = qla82xx_start_scsi,
1656 .abort_isp = qla82xx_abort_isp,
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08001657};
1658
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001659static inline void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001660qla2x00_set_isp_flags(struct qla_hw_data *ha)
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001661{
1662 ha->device_type = DT_EXTENDED_IDS;
1663 switch (ha->pdev->device) {
1664 case PCI_DEVICE_ID_QLOGIC_ISP2100:
1665 ha->device_type |= DT_ISP2100;
1666 ha->device_type &= ~DT_EXTENDED_IDS;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001667 ha->fw_srisc_address = RISC_START_ADDRESS_2100;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001668 break;
1669 case PCI_DEVICE_ID_QLOGIC_ISP2200:
1670 ha->device_type |= DT_ISP2200;
1671 ha->device_type &= ~DT_EXTENDED_IDS;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001672 ha->fw_srisc_address = RISC_START_ADDRESS_2100;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001673 break;
1674 case PCI_DEVICE_ID_QLOGIC_ISP2300:
1675 ha->device_type |= DT_ISP2300;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001676 ha->device_type |= DT_ZIO_SUPPORTED;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001677 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001678 break;
1679 case PCI_DEVICE_ID_QLOGIC_ISP2312:
1680 ha->device_type |= DT_ISP2312;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001681 ha->device_type |= DT_ZIO_SUPPORTED;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001682 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001683 break;
1684 case PCI_DEVICE_ID_QLOGIC_ISP2322:
1685 ha->device_type |= DT_ISP2322;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001686 ha->device_type |= DT_ZIO_SUPPORTED;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001687 if (ha->pdev->subsystem_vendor == 0x1028 &&
1688 ha->pdev->subsystem_device == 0x0170)
1689 ha->device_type |= DT_OEM_001;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001690 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001691 break;
1692 case PCI_DEVICE_ID_QLOGIC_ISP6312:
1693 ha->device_type |= DT_ISP6312;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001694 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001695 break;
1696 case PCI_DEVICE_ID_QLOGIC_ISP6322:
1697 ha->device_type |= DT_ISP6322;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001698 ha->fw_srisc_address = RISC_START_ADDRESS_2300;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001699 break;
1700 case PCI_DEVICE_ID_QLOGIC_ISP2422:
1701 ha->device_type |= DT_ISP2422;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001702 ha->device_type |= DT_ZIO_SUPPORTED;
Andrew Vasqueze4289242007-07-19 15:05:56 -07001703 ha->device_type |= DT_FWI2;
Andrew Vasquezc76f2c02007-07-19 15:05:57 -07001704 ha->device_type |= DT_IIDMA;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001705 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001706 break;
1707 case PCI_DEVICE_ID_QLOGIC_ISP2432:
1708 ha->device_type |= DT_ISP2432;
andrew.vasquez@qlogic.com4a59f712006-03-09 14:27:39 -08001709 ha->device_type |= DT_ZIO_SUPPORTED;
Andrew Vasqueze4289242007-07-19 15:05:56 -07001710 ha->device_type |= DT_FWI2;
Andrew Vasquezc76f2c02007-07-19 15:05:57 -07001711 ha->device_type |= DT_IIDMA;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001712 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001713 break;
Harihara Kadayam4d4df192008-04-03 13:13:26 -07001714 case PCI_DEVICE_ID_QLOGIC_ISP8432:
1715 ha->device_type |= DT_ISP8432;
1716 ha->device_type |= DT_ZIO_SUPPORTED;
1717 ha->device_type |= DT_FWI2;
1718 ha->device_type |= DT_IIDMA;
1719 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
1720 break;
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08001721 case PCI_DEVICE_ID_QLOGIC_ISP5422:
1722 ha->device_type |= DT_ISP5422;
Andrew Vasqueze4289242007-07-19 15:05:56 -07001723 ha->device_type |= DT_FWI2;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001724 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001725 break;
andrew.vasquez@qlogic.com044cc6c2006-03-09 14:27:13 -08001726 case PCI_DEVICE_ID_QLOGIC_ISP5432:
1727 ha->device_type |= DT_ISP5432;
Andrew Vasqueze4289242007-07-19 15:05:56 -07001728 ha->device_type |= DT_FWI2;
Andrew Vasquez441d1072006-05-17 15:09:34 -07001729 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001730 break;
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07001731 case PCI_DEVICE_ID_QLOGIC_ISP2532:
1732 ha->device_type |= DT_ISP2532;
1733 ha->device_type |= DT_ZIO_SUPPORTED;
1734 ha->device_type |= DT_FWI2;
1735 ha->device_type |= DT_IIDMA;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001736 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
1737 break;
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08001738 case PCI_DEVICE_ID_QLOGIC_ISP8001:
1739 ha->device_type |= DT_ISP8001;
1740 ha->device_type |= DT_ZIO_SUPPORTED;
1741 ha->device_type |= DT_FWI2;
1742 ha->device_type |= DT_IIDMA;
1743 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
1744 break;
Giridhar Malavalia9083012010-04-12 17:59:55 -07001745 case PCI_DEVICE_ID_QLOGIC_ISP8021:
1746 ha->device_type |= DT_ISP8021;
1747 ha->device_type |= DT_ZIO_SUPPORTED;
1748 ha->device_type |= DT_FWI2;
1749 ha->fw_srisc_address = RISC_START_ADDRESS_2400;
1750 /* Initialize 82XX ISP flags */
1751 qla82xx_init_flags(ha);
1752 break;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001753 }
Anirban Chakrabortye5b68a62009-04-06 22:33:50 -07001754
Giridhar Malavalia9083012010-04-12 17:59:55 -07001755 if (IS_QLA82XX(ha))
1756 ha->port_no = !(ha->portnum & 1);
1757 else
1758 /* Get adapter physical port no from interrupt pin register. */
1759 pci_read_config_byte(ha->pdev, PCI_INTERRUPT_PIN, &ha->port_no);
1760
Anirban Chakrabortye5b68a62009-04-06 22:33:50 -07001761 if (ha->port_no & 1)
1762 ha->flags.port0 = 1;
1763 else
1764 ha->flags.port0 = 0;
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001765}
1766
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767static int
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001768qla2x00_iospace_config(struct qla_hw_data *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769{
Andrew Vasquez37765412008-01-17 09:02:09 -08001770 resource_size_t pio;
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001771 uint16_t msix;
Anirban Chakraborty68ca9492009-04-06 22:33:41 -07001772 int cpus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773
Giridhar Malavalia9083012010-04-12 17:59:55 -07001774 if (IS_QLA82XX(ha))
1775 return qla82xx_iospace_config(ha);
1776
Andrew Vasquez285d0322007-10-19 15:59:17 -07001777 if (pci_request_selected_regions(ha->pdev, ha->bars,
1778 QLA2XXX_DRIVER_NAME)) {
1779 qla_printk(KERN_WARNING, ha,
1780 "Failed to reserve PIO/MMIO regions (%s)\n",
1781 pci_name(ha->pdev));
1782
1783 goto iospace_error_exit;
1784 }
1785 if (!(ha->bars & 1))
1786 goto skip_pio;
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788 /* We only need PIO for Flash operations on ISP2312 v2 chips. */
1789 pio = pci_resource_start(ha->pdev, 0);
Andrew Vasquez37765412008-01-17 09:02:09 -08001790 if (pci_resource_flags(ha->pdev, 0) & IORESOURCE_IO) {
1791 if (pci_resource_len(ha->pdev, 0) < MIN_IOBASE_LEN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 qla_printk(KERN_WARNING, ha,
1793 "Invalid PCI I/O region size (%s)...\n",
1794 pci_name(ha->pdev));
1795 pio = 0;
1796 }
1797 } else {
1798 qla_printk(KERN_WARNING, ha,
1799 "region #0 not a PIO resource (%s)...\n",
1800 pci_name(ha->pdev));
1801 pio = 0;
1802 }
Andrew Vasquez285d0322007-10-19 15:59:17 -07001803 ha->pio_address = pio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804
Andrew Vasquez285d0322007-10-19 15:59:17 -07001805skip_pio:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806 /* Use MMIO operations for all accesses. */
Andrew Vasquez37765412008-01-17 09:02:09 -08001807 if (!(pci_resource_flags(ha->pdev, 1) & IORESOURCE_MEM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808 qla_printk(KERN_ERR, ha,
Andrew Vasquez37765412008-01-17 09:02:09 -08001809 "region #1 not an MMIO resource (%s), aborting\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 pci_name(ha->pdev));
1811 goto iospace_error_exit;
1812 }
Andrew Vasquez37765412008-01-17 09:02:09 -08001813 if (pci_resource_len(ha->pdev, 1) < MIN_IOBASE_LEN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 qla_printk(KERN_ERR, ha,
1815 "Invalid PCI mem region size (%s), aborting\n",
1816 pci_name(ha->pdev));
1817 goto iospace_error_exit;
1818 }
1819
Andrew Vasquez37765412008-01-17 09:02:09 -08001820 ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821 if (!ha->iobase) {
1822 qla_printk(KERN_ERR, ha,
1823 "cannot remap MMIO (%s), aborting\n", pci_name(ha->pdev));
1824
1825 goto iospace_error_exit;
1826 }
1827
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001828 /* Determine queue resources */
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07001829 ha->max_req_queues = ha->max_rsp_queues = 1;
Michael Hernandezd84a47c2010-03-19 16:59:18 -07001830 if ((ql2xmaxqueues <= 1 && !ql2xmultique_tag) ||
1831 (ql2xmaxqueues > 1 && ql2xmultique_tag) ||
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07001832 (!IS_QLA25XX(ha) && !IS_QLA81XX(ha)))
Anirban Chakraborty17d98632008-12-18 10:06:15 -08001833 goto mqiobase_exit;
Michael Hernandezd84a47c2010-03-19 16:59:18 -07001834
Anirban Chakraborty17d98632008-12-18 10:06:15 -08001835 ha->mqiobase = ioremap(pci_resource_start(ha->pdev, 3),
1836 pci_resource_len(ha->pdev, 3));
1837 if (ha->mqiobase) {
1838 /* Read MSIX vector size of the board */
1839 pci_read_config_word(ha->pdev, QLA_PCI_MSIX_CONTROL, &msix);
1840 ha->msix_count = msix;
Anirban Chakraborty68ca9492009-04-06 22:33:41 -07001841 /* Max queues are bounded by available msix vectors */
1842 /* queue 0 uses two msix vectors */
1843 if (ql2xmultique_tag) {
1844 cpus = num_online_cpus();
Anirban Chakraborty27dc9c52009-06-17 10:30:28 -07001845 ha->max_rsp_queues = (ha->msix_count - 1 > cpus) ?
Anirban Chakraborty68ca9492009-04-06 22:33:41 -07001846 (cpus + 1) : (ha->msix_count - 1);
1847 ha->max_req_queues = 2;
1848 } else if (ql2xmaxqueues > 1) {
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07001849 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ?
1850 QLA_MQ_SIZE : ql2xmaxqueues;
1851 DEBUG2(qla_printk(KERN_INFO, ha, "QoS mode set, max no"
1852 " of request queues:%d\n", ha->max_req_queues));
1853 }
Anirban Chakraborty68ca9492009-04-06 22:33:41 -07001854 qla_printk(KERN_INFO, ha,
1855 "MSI-X vector count: %d\n", msix);
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07001856 } else
1857 qla_printk(KERN_INFO, ha, "BAR 3 not enabled\n");
Anirban Chakraborty17d98632008-12-18 10:06:15 -08001858
1859mqiobase_exit:
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07001860 ha->msix_count = ha->max_rsp_queues + 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 return (0);
1862
1863iospace_error_exit:
1864 return (-ENOMEM);
1865}
1866
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001867static void
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001868qla2xxx_scan_start(struct Scsi_Host *shost)
1869{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001870 scsi_qla_host_t *vha = shost_priv(shost);
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001871
Andrew Vasquezcbc8eb62009-06-03 09:55:17 -07001872 if (vha->hw->flags.running_gold_fw)
1873 return;
1874
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001875 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags);
1876 set_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags);
1877 set_bit(RSCN_UPDATE, &vha->dpc_flags);
1878 set_bit(NPIV_CONFIG_NEEDED, &vha->dpc_flags);
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001879}
1880
1881static int
1882qla2xxx_scan_finished(struct Scsi_Host *shost, unsigned long time)
1883{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001884 scsi_qla_host_t *vha = shost_priv(shost);
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001885
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001886 if (!vha->host)
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001887 return 1;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001888 if (time > vha->hw->loop_reset_delay * HZ)
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001889 return 1;
1890
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001891 return atomic_read(&vha->loop_state) == LOOP_READY;
Andrew Vasquez1e99e332006-11-22 08:24:48 -08001892}
1893
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894/*
1895 * PCI driver interface
1896 */
Andrew Vasquez7ee61392006-06-23 16:11:22 -07001897static int __devinit
1898qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899{
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001900 int ret = -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 struct Scsi_Host *host;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001902 scsi_qla_host_t *base_vha = NULL;
1903 struct qla_hw_data *ha;
Andrew Vasquez29856e22007-08-12 18:22:52 -07001904 char pci_info[30];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905 char fw_str[30];
Andrew Vasquez54333832005-11-09 15:49:04 -08001906 struct scsi_host_template *sht;
Anirban Chakrabortyc51da4e2008-11-10 15:53:20 -08001907 int bars, max_id, mem_only = 0;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001908 uint16_t req_length = 0, rsp_length = 0;
Anirban Chakraborty73208df2008-12-09 16:45:39 -08001909 struct req_que *req = NULL;
1910 struct rsp_que *rsp = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911
Andrew Vasquez285d0322007-10-19 15:59:17 -07001912 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO);
Giridhar Malavalia5326f82009-03-24 09:07:56 -07001913 sht = &qla2xxx_driver_template;
Andrew Vasquez285d0322007-10-19 15:59:17 -07001914 if (pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2422 ||
1915 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2432 ||
Harihara Kadayam4d4df192008-04-03 13:13:26 -07001916 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP8432 ||
Andrew Vasquez285d0322007-10-19 15:59:17 -07001917 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP5422 ||
1918 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP5432 ||
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08001919 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2532 ||
Giridhar Malavalia9083012010-04-12 17:59:55 -07001920 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP8001 ||
1921 pdev->device == PCI_DEVICE_ID_QLOGIC_ISP8021) {
Andrew Vasquez285d0322007-10-19 15:59:17 -07001922 bars = pci_select_bars(pdev, IORESOURCE_MEM);
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11001923 mem_only = 1;
Andrew Vasquez285d0322007-10-19 15:59:17 -07001924 }
1925
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11001926 if (mem_only) {
1927 if (pci_enable_device_mem(pdev))
1928 goto probe_out;
1929 } else {
1930 if (pci_enable_device(pdev))
1931 goto probe_out;
1932 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933
Jesse Barnes09276782008-10-18 17:33:19 -07001934 /* This may fail but that's ok */
1935 pci_enable_pcie_error_reporting(pdev);
Seokmann Ju14e660e2007-09-20 14:07:36 -07001936
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001937 ha = kzalloc(sizeof(struct qla_hw_data), GFP_KERNEL);
1938 if (!ha) {
1939 DEBUG(printk("Unable to allocate memory for ha\n"));
1940 goto probe_out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941 }
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001942 ha->pdev = pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943
1944 /* Clear our data area */
Andrew Vasquez285d0322007-10-19 15:59:17 -07001945 ha->bars = bars;
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11001946 ha->mem_only = mem_only;
Andrew Vasquezdf4bf0b2008-01-31 12:33:46 -08001947 spin_lock_init(&ha->hardware_lock);
Andrew Vasquez339aa702010-10-15 11:27:45 -07001948 spin_lock_init(&ha->vport_slock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949
andrew.vasquez@qlogic.comea5b6382006-03-09 14:27:08 -08001950 /* Set ISP-type information. */
1951 qla2x00_set_isp_flags(ha);
Duane Grigsbyca79cf62009-12-15 21:29:47 -08001952
1953 /* Set EEH reset type to fundamental if required by hba */
1954 if ( IS_QLA24XX(ha) || IS_QLA25XX(ha) || IS_QLA81XX(ha)) {
1955 pdev->needs_freset = 1;
Duane Grigsbyca79cf62009-12-15 21:29:47 -08001956 }
1957
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958 /* Configure PCI I/O space */
1959 ret = qla2x00_iospace_config(ha);
Andrew Vasqueza1541d52005-06-09 17:21:28 -07001960 if (ret)
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001961 goto probe_hw_failed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963 qla_printk(KERN_INFO, ha,
Andrew Vasquez54333832005-11-09 15:49:04 -08001964 "Found an ISP%04X, irq %d, iobase 0x%p\n", pdev->device, pdev->irq,
1965 ha->iobase);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967 ha->prev_topology = 0;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001968 ha->init_cb_size = sizeof(init_cb_t);
Andrew Vasquezd8b45212006-10-02 12:00:43 -07001969 ha->link_data_rate = PORT_SPEED_UNKNOWN;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08001970 ha->optrom_size = OPTROM_SIZE_2300;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001972 /* Assign ISP specific operations. */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001973 max_id = MAX_TARGETS_2200;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974 if (IS_QLA2100(ha)) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001975 max_id = MAX_TARGETS_2100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976 ha->mbx_count = MAILBOX_REGISTER_COUNT_2100;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001977 req_length = REQUEST_ENTRY_CNT_2100;
1978 rsp_length = RESPONSE_ENTRY_CNT_2100;
1979 ha->max_loop_id = SNS_LAST_LOOP_ID_2100;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001980 ha->gid_list_info_size = 4;
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08001981 ha->flash_conf_off = ~0;
1982 ha->flash_data_off = ~0;
1983 ha->nvram_conf_off = ~0;
1984 ha->nvram_data_off = ~0;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001985 ha->isp_ops = &qla2100_isp_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986 } else if (IS_QLA2200(ha)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987 ha->mbx_count = MAILBOX_REGISTER_COUNT;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001988 req_length = REQUEST_ENTRY_CNT_2200;
1989 rsp_length = RESPONSE_ENTRY_CNT_2100;
1990 ha->max_loop_id = SNS_LAST_LOOP_ID_2100;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07001991 ha->gid_list_info_size = 4;
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08001992 ha->flash_conf_off = ~0;
1993 ha->flash_data_off = ~0;
1994 ha->nvram_conf_off = ~0;
1995 ha->nvram_data_off = ~0;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07001996 ha->isp_ops = &qla2100_isp_ops;
Andrew Vasquezfca29702005-07-06 10:31:47 -07001997 } else if (IS_QLA23XX(ha)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998 ha->mbx_count = MAILBOX_REGISTER_COUNT;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08001999 req_length = REQUEST_ENTRY_CNT_2200;
2000 rsp_length = RESPONSE_ENTRY_CNT_2300;
2001 ha->max_loop_id = SNS_LAST_LOOP_ID_2300;
Andrew Vasquezabbd8872005-07-06 10:30:05 -07002002 ha->gid_list_info_size = 6;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08002003 if (IS_QLA2322(ha) || IS_QLA6322(ha))
2004 ha->optrom_size = OPTROM_SIZE_2322;
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08002005 ha->flash_conf_off = ~0;
2006 ha->flash_data_off = ~0;
2007 ha->nvram_conf_off = ~0;
2008 ha->nvram_data_off = ~0;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07002009 ha->isp_ops = &qla2300_isp_ops;
Harihara Kadayam4d4df192008-04-03 13:13:26 -07002010 } else if (IS_QLA24XX_TYPE(ha)) {
Andrew Vasquezfca29702005-07-06 10:31:47 -07002011 ha->mbx_count = MAILBOX_REGISTER_COUNT;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002012 req_length = REQUEST_ENTRY_CNT_24XX;
2013 rsp_length = RESPONSE_ENTRY_CNT_2300;
2014 ha->max_loop_id = SNS_LAST_LOOP_ID_2300;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002015 ha->init_cb_size = sizeof(struct mid_init_cb_24xx);
Andrew Vasquezfca29702005-07-06 10:31:47 -07002016 ha->gid_list_info_size = 8;
andrew.vasquez@qlogic.com854165f2006-01-31 16:05:17 -08002017 ha->optrom_size = OPTROM_SIZE_24XX;
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002018 ha->nvram_npiv_size = QLA_MAX_VPORTS_QLA24XX;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07002019 ha->isp_ops = &qla24xx_isp_ops;
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08002020 ha->flash_conf_off = FARX_ACCESS_FLASH_CONF;
2021 ha->flash_data_off = FARX_ACCESS_FLASH_DATA;
2022 ha->nvram_conf_off = FARX_ACCESS_NVRAM_CONF;
2023 ha->nvram_data_off = FARX_ACCESS_NVRAM_DATA;
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002024 } else if (IS_QLA25XX(ha)) {
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002025 ha->mbx_count = MAILBOX_REGISTER_COUNT;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002026 req_length = REQUEST_ENTRY_CNT_24XX;
2027 rsp_length = RESPONSE_ENTRY_CNT_2300;
2028 ha->max_loop_id = SNS_LAST_LOOP_ID_2300;
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002029 ha->init_cb_size = sizeof(struct mid_init_cb_24xx);
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002030 ha->gid_list_info_size = 8;
2031 ha->optrom_size = OPTROM_SIZE_25XX;
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002032 ha->nvram_npiv_size = QLA_MAX_VPORTS_QLA25XX;
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07002033 ha->isp_ops = &qla25xx_isp_ops;
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08002034 ha->flash_conf_off = FARX_ACCESS_FLASH_CONF;
2035 ha->flash_data_off = FARX_ACCESS_FLASH_DATA;
2036 ha->nvram_conf_off = FARX_ACCESS_NVRAM_CONF;
2037 ha->nvram_data_off = FARX_ACCESS_NVRAM_DATA;
2038 } else if (IS_QLA81XX(ha)) {
2039 ha->mbx_count = MAILBOX_REGISTER_COUNT;
2040 req_length = REQUEST_ENTRY_CNT_24XX;
2041 rsp_length = RESPONSE_ENTRY_CNT_2300;
2042 ha->max_loop_id = SNS_LAST_LOOP_ID_2300;
2043 ha->init_cb_size = sizeof(struct mid_init_cb_81xx);
2044 ha->gid_list_info_size = 8;
2045 ha->optrom_size = OPTROM_SIZE_81XX;
Anirban Chakraborty40859ae2009-06-03 09:55:16 -07002046 ha->nvram_npiv_size = QLA_MAX_VPORTS_QLA25XX;
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08002047 ha->isp_ops = &qla81xx_isp_ops;
2048 ha->flash_conf_off = FARX_ACCESS_FLASH_CONF_81XX;
2049 ha->flash_data_off = FARX_ACCESS_FLASH_DATA_81XX;
2050 ha->nvram_conf_off = ~0;
2051 ha->nvram_data_off = ~0;
Giridhar Malavalia9083012010-04-12 17:59:55 -07002052 } else if (IS_QLA82XX(ha)) {
2053 ha->mbx_count = MAILBOX_REGISTER_COUNT;
2054 req_length = REQUEST_ENTRY_CNT_82XX;
2055 rsp_length = RESPONSE_ENTRY_CNT_82XX;
2056 ha->max_loop_id = SNS_LAST_LOOP_ID_2300;
2057 ha->init_cb_size = sizeof(struct mid_init_cb_81xx);
2058 ha->gid_list_info_size = 8;
2059 ha->optrom_size = OPTROM_SIZE_82XX;
Andrew Vasquez087c6212010-11-23 16:52:48 -08002060 ha->nvram_npiv_size = QLA_MAX_VPORTS_QLA25XX;
Giridhar Malavalia9083012010-04-12 17:59:55 -07002061 ha->isp_ops = &qla82xx_isp_ops;
2062 ha->flash_conf_off = FARX_ACCESS_FLASH_CONF;
2063 ha->flash_data_off = FARX_ACCESS_FLASH_DATA;
2064 ha->nvram_conf_off = FARX_ACCESS_NVRAM_CONF;
2065 ha->nvram_data_off = FARX_ACCESS_NVRAM_DATA;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067
matthias@kaehlcke.net6c2f5272008-05-12 22:21:11 -07002068 mutex_init(&ha->vport_lock);
Marcus Barrow0b05a1f2008-01-17 09:02:13 -08002069 init_completion(&ha->mbx_cmd_comp);
2070 complete(&ha->mbx_cmd_comp);
2071 init_completion(&ha->mbx_intr_comp);
Sarang Radke23f2ebd2010-05-28 15:08:21 -07002072 init_completion(&ha->dcbx_comp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002074 set_bit(0, (unsigned long *) ha->vp_idx_map);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075
Andrew Vasquez53303c42009-01-22 09:45:37 -08002076 qla2x00_config_dma_addressing(ha);
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002077 ret = qla2x00_mem_alloc(ha, req_length, rsp_length, &req, &rsp);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002078 if (!ret) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079 qla_printk(KERN_WARNING, ha,
2080 "[ERROR] Failed to allocate memory for adapter\n");
2081
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002082 goto probe_hw_failed;
2083 }
2084
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002085 req->max_q_depth = MAX_Q_DEPTH;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002086 if (ql2xmaxqdepth != 0 && ql2xmaxqdepth <= 0xffffU)
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002087 req->max_q_depth = ql2xmaxqdepth;
2088
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002089
2090 base_vha = qla2x00_create_host(sht, ha);
2091 if (!base_vha) {
2092 qla_printk(KERN_WARNING, ha,
2093 "[ERROR] Failed to allocate memory for scsi_host\n");
2094
Andrew Vasqueza1541d52005-06-09 17:21:28 -07002095 ret = -ENOMEM;
Anirban Chakraborty6e9f21f2009-01-22 09:45:28 -08002096 qla2x00_mem_free(ha);
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07002097 qla2x00_free_req_que(ha, req);
2098 qla2x00_free_rsp_que(ha, rsp);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002099 goto probe_hw_failed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 }
2101
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002102 pci_set_drvdata(pdev, base_vha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002104 host = base_vha->host;
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07002105 base_vha->req = req;
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002106 host->can_queue = req->length + 128;
2107 if (IS_QLA2XXX_MIDTYPE(ha))
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002108 base_vha->mgmt_svr_loop_id = 10 + base_vha->vp_idx;
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002109 else
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002110 base_vha->mgmt_svr_loop_id = MANAGEMENT_SERVER +
2111 base_vha->vp_idx;
Giridhar Malavali58548cb2010-09-03 15:20:56 -07002112
2113 /* Set the SG table size based on ISP type */
2114 if (!IS_FWI2_CAPABLE(ha)) {
2115 if (IS_QLA2100(ha))
2116 host->sg_tablesize = 32;
2117 } else {
2118 if (!IS_QLA82XX(ha))
2119 host->sg_tablesize = QLA_SG_ALL;
2120 }
2121
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002122 host->max_id = max_id;
Andrew Vasqueza1541d52005-06-09 17:21:28 -07002123 host->this_id = 255;
2124 host->cmd_per_lun = 3;
Seokmann Ju711c1d92008-07-10 16:55:51 -07002125 host->unique_id = host->host_no;
Arun Easi0c470872010-07-23 15:28:38 +05002126 if ((IS_QLA25XX(ha) || IS_QLA81XX(ha)) && ql2xenabledif)
2127 host->max_cmd_len = 32;
2128 else
2129 host->max_cmd_len = MAX_CMDSZ;
Andrew Vasquez75bc4192006-05-17 15:09:22 -07002130 host->max_channel = MAX_BUSES - 1;
Andrew Vasqueza1541d52005-06-09 17:21:28 -07002131 host->max_lun = MAX_LUNS;
2132 host->transportt = qla2xxx_transport_template;
Giridhar Malavali9a069e12010-01-12 13:02:47 -08002133 sht->vendor_id = (SCSI_NL_VID_TYPE_PCI | PCI_VENDOR_ID_QLOGIC);
Andrew Vasqueza1541d52005-06-09 17:21:28 -07002134
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002135 /* Set up the irqs */
2136 ret = qla2x00_request_irqs(ha, rsp);
2137 if (ret)
Anirban Chakraborty6e9f21f2009-01-22 09:45:28 -08002138 goto probe_init_failed;
Joe Carnuccio90a86fc2010-01-12 13:02:46 -08002139
2140 pci_save_state(pdev);
2141
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002142 /* Alloc arrays of request and response ring ptrs */
Anirban Chakraborty7163ea82009-08-05 09:18:40 -07002143que_init:
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002144 if (!qla2x00_alloc_queues(ha)) {
2145 qla_printk(KERN_WARNING, ha,
2146 "[ERROR] Failed to allocate memory for queue"
2147 " pointers\n");
Anirban Chakraborty6e9f21f2009-01-22 09:45:28 -08002148 goto probe_init_failed;
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002149 }
Giridhar Malavalia9083012010-04-12 17:59:55 -07002150
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002151 ha->rsp_q_map[0] = rsp;
2152 ha->req_q_map[0] = req;
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07002153 rsp->req = req;
2154 req->rsp = rsp;
2155 set_bit(0, ha->req_qid_map);
2156 set_bit(0, ha->rsp_qid_map);
Andrew Vasquez08029992009-03-24 09:07:55 -07002157 /* FWI2-capable only. */
2158 req->req_q_in = &ha->iobase->isp24.req_q_in;
2159 req->req_q_out = &ha->iobase->isp24.req_q_out;
2160 rsp->rsp_q_in = &ha->iobase->isp24.rsp_q_in;
2161 rsp->rsp_q_out = &ha->iobase->isp24.rsp_q_out;
Anirban Chakraborty17d98632008-12-18 10:06:15 -08002162 if (ha->mqenable) {
Andrew Vasquez08029992009-03-24 09:07:55 -07002163 req->req_q_in = &ha->mqiobase->isp25mq.req_q_in;
2164 req->req_q_out = &ha->mqiobase->isp25mq.req_q_out;
2165 rsp->rsp_q_in = &ha->mqiobase->isp25mq.rsp_q_in;
2166 rsp->rsp_q_out = &ha->mqiobase->isp25mq.rsp_q_out;
Anirban Chakraborty17d98632008-12-18 10:06:15 -08002167 }
2168
Giridhar Malavalia9083012010-04-12 17:59:55 -07002169 if (IS_QLA82XX(ha)) {
2170 req->req_q_out = &ha->iobase->isp82.req_q_out[0];
2171 rsp->rsp_q_in = &ha->iobase->isp82.rsp_q_in[0];
2172 rsp->rsp_q_out = &ha->iobase->isp82.rsp_q_out[0];
2173 }
2174
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002175 if (qla2x00_initialize_adapter(base_vha)) {
2176 qla_printk(KERN_WARNING, ha,
2177 "Failed to initialize adapter\n");
2178
2179 DEBUG2(printk("scsi(%ld): Failed to initialize adapter - "
2180 "Adapter flags %x.\n",
2181 base_vha->host_no, base_vha->device_flags));
2182
Giridhar Malavalia9083012010-04-12 17:59:55 -07002183 if (IS_QLA82XX(ha)) {
2184 qla82xx_idc_lock(ha);
2185 qla82xx_wr_32(ha, QLA82XX_CRB_DEV_STATE,
2186 QLA82XX_DEV_FAILED);
2187 qla82xx_idc_unlock(ha);
2188 qla_printk(KERN_INFO, ha, "HW State: FAILED\n");
2189 }
2190
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002191 ret = -ENODEV;
2192 goto probe_failed;
2193 }
2194
Anirban Chakraborty7163ea82009-08-05 09:18:40 -07002195 if (ha->mqenable) {
2196 if (qla25xx_setup_mode(base_vha)) {
Anirban Chakraborty68ca9492009-04-06 22:33:41 -07002197 qla_printk(KERN_WARNING, ha,
2198 "Can't create queues, falling back to single"
2199 " queue mode\n");
Anirban Chakraborty7163ea82009-08-05 09:18:40 -07002200 goto que_init;
2201 }
2202 }
Anirban Chakraborty68ca9492009-04-06 22:33:41 -07002203
Andrew Vasquezcbc8eb62009-06-03 09:55:17 -07002204 if (ha->flags.running_gold_fw)
2205 goto skip_dpc;
2206
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002207 /*
2208 * Startup the kernel thread for this host adapter
2209 */
2210 ha->dpc_thread = kthread_create(qla2x00_do_dpc, ha,
2211 "%s_dpc", base_vha->host_str);
2212 if (IS_ERR(ha->dpc_thread)) {
2213 qla_printk(KERN_WARNING, ha,
2214 "Unable to start DPC thread!\n");
2215 ret = PTR_ERR(ha->dpc_thread);
2216 goto probe_failed;
2217 }
2218
Andrew Vasquezcbc8eb62009-06-03 09:55:17 -07002219skip_dpc:
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002220 list_add_tail(&base_vha->list, &ha->vp_list);
2221 base_vha->host->irq = ha->pdev->irq;
2222
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223 /* Initialized the timer */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002224 qla2x00_start_timer(base_vha, qla2x00_timer, WATCH_INTERVAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225
2226 DEBUG2(printk("DEBUG: detect hba %ld at address = %p\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002227 base_vha->host_no, ha));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228
Arun Easiba77ef52010-05-28 15:08:27 -07002229 if ((IS_QLA25XX(ha) || IS_QLA81XX(ha)) && ql2xenabledif) {
Arun Easibad75002010-05-04 15:01:30 -07002230 if (ha->fw_attributes & BIT_4) {
2231 base_vha->flags.difdix_supported = 1;
2232 DEBUG18(qla_printk(KERN_INFO, ha,
2233 "Registering for DIF/DIX type 1 and 3"
2234 " protection.\n"));
2235 scsi_host_set_prot(host,
2236 SHOST_DIF_TYPE1_PROTECTION
Arun Easi0c470872010-07-23 15:28:38 +05002237 | SHOST_DIF_TYPE2_PROTECTION
Arun Easibad75002010-05-04 15:01:30 -07002238 | SHOST_DIF_TYPE3_PROTECTION
2239 | SHOST_DIX_TYPE1_PROTECTION
Arun Easi0c470872010-07-23 15:28:38 +05002240 | SHOST_DIX_TYPE2_PROTECTION
Arun Easibad75002010-05-04 15:01:30 -07002241 | SHOST_DIX_TYPE3_PROTECTION);
2242 scsi_host_set_guard(host, SHOST_DIX_GUARD_CRC);
2243 } else
2244 base_vha->flags.difdix_supported = 0;
2245 }
2246
Giridhar Malavalia9083012010-04-12 17:59:55 -07002247 ha->isp_ops->enable_intrs(ha);
2248
Andrew Vasqueza1541d52005-06-09 17:21:28 -07002249 ret = scsi_add_host(host, &pdev->dev);
2250 if (ret)
2251 goto probe_failed;
2252
Michael Reed14864002009-12-02 09:11:16 -06002253 base_vha->flags.init_done = 1;
2254 base_vha->flags.online = 1;
2255
Andrew Vasquez1e99e332006-11-22 08:24:48 -08002256 scsi_scan_host(host);
2257
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002258 qla2x00_alloc_sysfs_attr(base_vha);
Andrew Vasqueza1541d52005-06-09 17:21:28 -07002259
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002260 qla2x00_init_host_attr(base_vha);
Andrew Vasqueza1541d52005-06-09 17:21:28 -07002261
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002262 qla2x00_dfs_setup(base_vha);
Andrew Vasquezdf613b92008-01-17 09:02:17 -08002263
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264 qla_printk(KERN_INFO, ha, "\n"
2265 " QLogic Fibre Channel HBA Driver: %s\n"
2266 " QLogic %s - %s\n"
Andrew Vasquez54333832005-11-09 15:49:04 -08002267 " ISP%04X: %s @ %s hdma%c, host#=%ld, fw=%s\n",
2268 qla2x00_version_str, ha->model_number,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002269 ha->model_desc ? ha->model_desc : "", pdev->device,
2270 ha->isp_ops->pci_info_str(base_vha, pci_info), pci_name(pdev),
2271 ha->flags.enable_64bit_addressing ? '+' : '-', base_vha->host_no,
2272 ha->isp_ops->fw_version_str(base_vha, fw_str));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274 return 0;
2275
Anirban Chakraborty6e9f21f2009-01-22 09:45:28 -08002276probe_init_failed:
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07002277 qla2x00_free_req_que(ha, req);
2278 qla2x00_free_rsp_que(ha, rsp);
2279 ha->max_req_queues = ha->max_rsp_queues = 0;
Anirban Chakraborty6e9f21f2009-01-22 09:45:28 -08002280
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281probe_failed:
Andrew Vasquezb9978762009-03-24 09:08:05 -07002282 if (base_vha->timer_active)
2283 qla2x00_stop_timer(base_vha);
2284 base_vha->flags.online = 0;
2285 if (ha->dpc_thread) {
2286 struct task_struct *t = ha->dpc_thread;
2287
2288 ha->dpc_thread = NULL;
2289 kthread_stop(t);
2290 }
2291
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002292 qla2x00_free_device(base_vha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002294 scsi_host_put(base_vha->host);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002296probe_hw_failed:
Giridhar Malavalia9083012010-04-12 17:59:55 -07002297 if (IS_QLA82XX(ha)) {
2298 qla82xx_idc_lock(ha);
2299 qla82xx_clear_drv_active(ha);
2300 qla82xx_idc_unlock(ha);
2301 iounmap((device_reg_t __iomem *)ha->nx_pcibase);
2302 if (!ql2xdbwr)
2303 iounmap((device_reg_t __iomem *)ha->nxdb_wr_ptr);
2304 } else {
2305 if (ha->iobase)
2306 iounmap(ha->iobase);
2307 }
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002308 pci_release_selected_regions(ha->pdev, ha->bars);
2309 kfree(ha);
2310 ha = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311
Andrew Vasqueza1541d52005-06-09 17:21:28 -07002312probe_out:
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002313 pci_disable_device(pdev);
Andrew Vasqueza1541d52005-06-09 17:21:28 -07002314 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316
Adrian Bunk4c993f72008-01-14 00:55:16 -08002317static void
Madhuranath Iyengare30d1752010-10-15 11:27:46 -07002318qla2x00_shutdown(struct pci_dev *pdev)
2319{
2320 scsi_qla_host_t *vha;
2321 struct qla_hw_data *ha;
2322
2323 vha = pci_get_drvdata(pdev);
2324 ha = vha->hw;
2325
2326 /* Turn-off FCE trace */
2327 if (ha->flags.fce_enabled) {
2328 qla2x00_disable_fce_trace(vha, NULL, NULL);
2329 ha->flags.fce_enabled = 0;
2330 }
2331
2332 /* Turn-off EFT trace */
2333 if (ha->eft)
2334 qla2x00_disable_eft_trace(vha);
2335
2336 /* Stop currently executing firmware. */
2337 qla2x00_try_to_stop_firmware(vha);
2338
2339 /* Turn adapter off line */
2340 vha->flags.online = 0;
2341
2342 /* turn-off interrupts on the card */
2343 if (ha->interrupts_on) {
2344 vha->flags.init_done = 0;
2345 ha->isp_ops->disable_intrs(ha);
2346 }
2347
2348 qla2x00_free_irqs(vha);
2349
2350 qla2x00_free_fw_dump(ha);
2351}
2352
2353static void
Andrew Vasquez7ee61392006-06-23 16:11:22 -07002354qla2x00_remove_one(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355{
Arun Easifeafb7b2010-09-03 14:57:00 -07002356 scsi_qla_host_t *base_vha, *vha;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002357 struct qla_hw_data *ha;
Arun Easifeafb7b2010-09-03 14:57:00 -07002358 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002360 base_vha = pci_get_drvdata(pdev);
2361 ha = base_vha->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362
Arun Easifeafb7b2010-09-03 14:57:00 -07002363 spin_lock_irqsave(&ha->vport_slock, flags);
2364 list_for_each_entry(vha, &ha->vp_list, list) {
2365 atomic_inc(&vha->vref_count);
2366
Dan Carpenter8ae598d2010-12-21 16:00:15 -08002367 if (vha->fc_vport) {
Arun Easifeafb7b2010-09-03 14:57:00 -07002368 spin_unlock_irqrestore(&ha->vport_slock, flags);
2369
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002370 fc_vport_terminate(vha->fc_vport);
Arun Easifeafb7b2010-09-03 14:57:00 -07002371
2372 spin_lock_irqsave(&ha->vport_slock, flags);
2373 }
2374
2375 atomic_dec(&vha->vref_count);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002376 }
Arun Easifeafb7b2010-09-03 14:57:00 -07002377 spin_unlock_irqrestore(&ha->vport_slock, flags);
Andrew Vasquezc795c1e2008-08-13 21:37:01 -07002378
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002379 set_bit(UNLOADING, &base_vha->dpc_flags);
Andrew Vasquezc795c1e2008-08-13 21:37:01 -07002380
Andrew Vasquezb9978762009-03-24 09:08:05 -07002381 qla2x00_abort_all_cmds(base_vha, DID_NO_CONNECT << 16);
2382
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002383 qla2x00_dfs_remove(base_vha);
Andrew Vasquezdf613b92008-01-17 09:02:17 -08002384
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002385 qla84xx_put_chip(base_vha);
Harihara Kadayam4d4df192008-04-03 13:13:26 -07002386
Andrew Vasquezb9978762009-03-24 09:08:05 -07002387 /* Disable timer */
2388 if (base_vha->timer_active)
2389 qla2x00_stop_timer(base_vha);
2390
2391 base_vha->flags.online = 0;
2392
Anirban Chakraborty68ca9492009-04-06 22:33:41 -07002393 /* Flush the work queue and remove it */
2394 if (ha->wq) {
2395 flush_workqueue(ha->wq);
2396 destroy_workqueue(ha->wq);
2397 ha->wq = NULL;
2398 }
2399
Andrew Vasquezb9978762009-03-24 09:08:05 -07002400 /* Kill the kernel thread for this host */
2401 if (ha->dpc_thread) {
2402 struct task_struct *t = ha->dpc_thread;
2403
2404 /*
2405 * qla2xxx_wake_dpc checks for ->dpc_thread
2406 * so we need to zero it out.
2407 */
2408 ha->dpc_thread = NULL;
2409 kthread_stop(t);
2410 }
2411
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002412 qla2x00_free_sysfs_attr(base_vha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002414 fc_remove_host(base_vha->host);
bdf79622005-04-17 15:06:53 -05002415
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002416 scsi_remove_host(base_vha->host);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002418 qla2x00_free_device(base_vha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002420 scsi_host_put(base_vha->host);
2421
Giridhar Malavalia9083012010-04-12 17:59:55 -07002422 if (IS_QLA82XX(ha)) {
Giridhar Malavalib9637522010-05-28 15:08:15 -07002423 qla82xx_idc_lock(ha);
2424 qla82xx_clear_drv_active(ha);
2425 qla82xx_idc_unlock(ha);
2426
Giridhar Malavalia9083012010-04-12 17:59:55 -07002427 iounmap((device_reg_t __iomem *)ha->nx_pcibase);
2428 if (!ql2xdbwr)
2429 iounmap((device_reg_t __iomem *)ha->nxdb_wr_ptr);
2430 } else {
2431 if (ha->iobase)
2432 iounmap(ha->iobase);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002433
Giridhar Malavalia9083012010-04-12 17:59:55 -07002434 if (ha->mqiobase)
2435 iounmap(ha->mqiobase);
2436 }
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002437
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002438 pci_release_selected_regions(ha->pdev, ha->bars);
2439 kfree(ha);
2440 ha = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441
Joe Carnuccio90a86fc2010-01-12 13:02:46 -08002442 pci_disable_pcie_error_reporting(pdev);
2443
Bernhard Walle665db932007-03-28 00:49:49 +02002444 pci_disable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445 pci_set_drvdata(pdev, NULL);
2446}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447
2448static void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002449qla2x00_free_device(scsi_qla_host_t *vha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002451 struct qla_hw_data *ha = vha->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452
Andrew Vasquez85880802009-12-15 21:29:46 -08002453 qla2x00_abort_all_cmds(vha, DID_NO_CONNECT << 16);
2454
2455 /* Disable timer */
2456 if (vha->timer_active)
2457 qla2x00_stop_timer(vha);
2458
2459 /* Kill the kernel thread for this host */
2460 if (ha->dpc_thread) {
2461 struct task_struct *t = ha->dpc_thread;
2462
2463 /*
2464 * qla2xxx_wake_dpc checks for ->dpc_thread
2465 * so we need to zero it out.
2466 */
2467 ha->dpc_thread = NULL;
2468 kthread_stop(t);
2469 }
2470
Anirban Chakraborty2afa19a2009-04-06 22:33:40 -07002471 qla25xx_delete_queues(vha);
2472
Andrew Vasquezdf613b92008-01-17 09:02:17 -08002473 if (ha->flags.fce_enabled)
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002474 qla2x00_disable_fce_trace(vha, NULL, NULL);
Andrew Vasquezdf613b92008-01-17 09:02:17 -08002475
Andrew Vasqueza7a167b2006-06-23 16:10:29 -07002476 if (ha->eft)
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002477 qla2x00_disable_eft_trace(vha);
Andrew Vasqueza7a167b2006-06-23 16:10:29 -07002478
Andrew Vasquezf6ef3b12005-08-26 19:10:20 -07002479 /* Stop currently executing firmware. */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002480 qla2x00_try_to_stop_firmware(vha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481
Andrew Vasquez85880802009-12-15 21:29:46 -08002482 vha->flags.online = 0;
2483
Andrew Vasquezf6ef3b12005-08-26 19:10:20 -07002484 /* turn-off interrupts on the card */
Giridhar Malavalia9083012010-04-12 17:59:55 -07002485 if (ha->interrupts_on) {
2486 vha->flags.init_done = 0;
Andrew Vasquezfd34f552007-07-19 15:06:00 -07002487 ha->isp_ops->disable_intrs(ha);
Giridhar Malavalia9083012010-04-12 17:59:55 -07002488 }
Andrew Vasquezf6ef3b12005-08-26 19:10:20 -07002489
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002490 qla2x00_free_irqs(vha);
2491
Chad Dupuis88670482010-07-23 15:28:30 +05002492 qla2x00_free_fcports(vha);
2493
Andrew Vasquezf6ef3b12005-08-26 19:10:20 -07002494 qla2x00_mem_free(ha);
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002495
2496 qla2x00_free_queues(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497}
2498
Chad Dupuis88670482010-07-23 15:28:30 +05002499void qla2x00_free_fcports(struct scsi_qla_host *vha)
2500{
2501 fc_port_t *fcport, *tfcport;
2502
2503 list_for_each_entry_safe(fcport, tfcport, &vha->vp_fcports, list) {
2504 list_del(&fcport->list);
2505 kfree(fcport);
2506 fcport = NULL;
2507 }
2508}
2509
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002510static inline void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002511qla2x00_schedule_rport_del(struct scsi_qla_host *vha, fc_port_t *fcport,
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002512 int defer)
2513{
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002514 struct fc_rport *rport;
Andrew Vasquez67becc02009-08-25 11:36:20 -07002515 scsi_qla_host_t *base_vha;
Madhuranath Iyengar044d78e2011-01-28 15:17:56 -08002516 unsigned long flags;
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002517
2518 if (!fcport->rport)
2519 return;
2520
2521 rport = fcport->rport;
2522 if (defer) {
Andrew Vasquez67becc02009-08-25 11:36:20 -07002523 base_vha = pci_get_drvdata(vha->hw->pdev);
Madhuranath Iyengar044d78e2011-01-28 15:17:56 -08002524 spin_lock_irqsave(vha->host->host_lock, flags);
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002525 fcport->drport = rport;
Madhuranath Iyengar044d78e2011-01-28 15:17:56 -08002526 spin_unlock_irqrestore(vha->host->host_lock, flags);
Andrew Vasquez67becc02009-08-25 11:36:20 -07002527 set_bit(FCPORT_UPDATE_NEEDED, &base_vha->dpc_flags);
2528 qla2xxx_wake_dpc(base_vha);
Seokmann Ju5f3a9a22008-07-10 16:55:47 -07002529 } else
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002530 fc_remote_port_delete(rport);
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002531}
2532
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534 * qla2x00_mark_device_lost Updates fcport state when device goes offline.
2535 *
2536 * Input: ha = adapter block pointer. fcport = port structure pointer.
2537 *
2538 * Return: None.
2539 *
2540 * Context:
2541 */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002542void qla2x00_mark_device_lost(scsi_qla_host_t *vha, fc_port_t *fcport,
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08002543 int do_login, int defer)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544{
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07002545 if (atomic_read(&fcport->state) == FCS_ONLINE &&
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002546 vha->vp_idx == fcport->vp_idx) {
2547 atomic_set(&fcport->state, FCS_DEVICE_LOST);
2548 qla2x00_schedule_rport_del(vha, fcport, defer);
2549 }
Andrew Vasquezfa2a1ce2005-07-06 10:32:07 -07002550 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551 * We may need to retry the login, so don't change the state of the
2552 * port but do the retries.
2553 */
2554 if (atomic_read(&fcport->state) != FCS_DEVICE_DEAD)
2555 atomic_set(&fcport->state, FCS_DEVICE_LOST);
2556
2557 if (!do_login)
2558 return;
2559
2560 if (fcport->login_retry == 0) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002561 fcport->login_retry = vha->hw->login_retry_count;
2562 set_bit(RELOGIN_NEEDED, &vha->dpc_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563
2564 DEBUG(printk("scsi(%ld): Port login retry: "
2565 "%02x%02x%02x%02x%02x%02x%02x%02x, "
2566 "id = 0x%04x retry cnt=%d\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002567 vha->host_no,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568 fcport->port_name[0],
2569 fcport->port_name[1],
2570 fcport->port_name[2],
2571 fcport->port_name[3],
2572 fcport->port_name[4],
2573 fcport->port_name[5],
2574 fcport->port_name[6],
2575 fcport->port_name[7],
2576 fcport->loop_id,
2577 fcport->login_retry));
2578 }
2579}
2580
2581/*
2582 * qla2x00_mark_all_devices_lost
2583 * Updates fcport state when device goes offline.
2584 *
2585 * Input:
2586 * ha = adapter block pointer.
2587 * fcport = port structure pointer.
2588 *
2589 * Return:
2590 * None.
2591 *
2592 * Context:
2593 */
2594void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002595qla2x00_mark_all_devices_lost(scsi_qla_host_t *vha, int defer)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596{
2597 fc_port_t *fcport;
2598
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002599 list_for_each_entry(fcport, &vha->vp_fcports, list) {
Andrew Vasquez0d6e61b2009-08-25 11:36:19 -07002600 if (vha->vp_idx != 0 && vha->vp_idx != fcport->vp_idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601 continue;
Andrew Vasquez0d6e61b2009-08-25 11:36:19 -07002602
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 /*
2604 * No point in marking the device as lost, if the device is
2605 * already DEAD.
2606 */
2607 if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD)
2608 continue;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002609 if (atomic_read(&fcport->state) == FCS_ONLINE) {
Giridhar Malavali38170fa2010-10-15 11:27:49 -07002610 atomic_set(&fcport->state, FCS_DEVICE_LOST);
Andrew Vasquez0d6e61b2009-08-25 11:36:19 -07002611 if (defer)
2612 qla2x00_schedule_rport_del(vha, fcport, defer);
2613 else if (vha->vp_idx == fcport->vp_idx)
2614 qla2x00_schedule_rport_del(vha, fcport, defer);
2615 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616 }
2617}
2618
2619/*
2620* qla2x00_mem_alloc
2621* Allocates adapter memory.
2622*
2623* Returns:
2624* 0 = success.
Andrew Vasqueze8711082008-01-31 12:33:48 -08002625* !0 = failure.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626*/
Andrew Vasqueze8711082008-01-31 12:33:48 -08002627static int
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002628qla2x00_mem_alloc(struct qla_hw_data *ha, uint16_t req_len, uint16_t rsp_len,
2629 struct req_que **req, struct rsp_que **rsp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630{
2631 char name[16];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632
Andrew Vasqueze8711082008-01-31 12:33:48 -08002633 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002634 &ha->init_cb_dma, GFP_KERNEL);
Andrew Vasqueze8711082008-01-31 12:33:48 -08002635 if (!ha->init_cb)
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002636 goto fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002638 ha->gid_list = dma_alloc_coherent(&ha->pdev->dev, GID_LIST_SIZE,
2639 &ha->gid_list_dma, GFP_KERNEL);
2640 if (!ha->gid_list)
Andrew Vasqueze8711082008-01-31 12:33:48 -08002641 goto fail_free_init_cb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642
Andrew Vasqueze8711082008-01-31 12:33:48 -08002643 ha->srb_mempool = mempool_create_slab_pool(SRB_MIN_REQ, srb_cachep);
2644 if (!ha->srb_mempool)
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002645 goto fail_free_gid_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646
Giridhar Malavalia9083012010-04-12 17:59:55 -07002647 if (IS_QLA82XX(ha)) {
2648 /* Allocate cache for CT6 Ctx. */
2649 if (!ctx_cachep) {
2650 ctx_cachep = kmem_cache_create("qla2xxx_ctx",
2651 sizeof(struct ct6_dsd), 0,
2652 SLAB_HWCACHE_ALIGN, NULL);
2653 if (!ctx_cachep)
2654 goto fail_free_gid_list;
2655 }
2656 ha->ctx_mempool = mempool_create_slab_pool(SRB_MIN_REQ,
2657 ctx_cachep);
2658 if (!ha->ctx_mempool)
2659 goto fail_free_srb_mempool;
2660 }
2661
Andrew Vasqueze8711082008-01-31 12:33:48 -08002662 /* Get memory for cached NVRAM */
2663 ha->nvram = kzalloc(MAX_NVRAM_SIZE, GFP_KERNEL);
2664 if (!ha->nvram)
Giridhar Malavalia9083012010-04-12 17:59:55 -07002665 goto fail_free_ctx_mempool;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002667 snprintf(name, sizeof(name), "%s_%d", QLA2XXX_DRIVER_NAME,
2668 ha->pdev->device);
2669 ha->s_dma_pool = dma_pool_create(name, &ha->pdev->dev,
2670 DMA_POOL_SIZE, 8, 0);
2671 if (!ha->s_dma_pool)
2672 goto fail_free_nvram;
2673
Arun Easibad75002010-05-04 15:01:30 -07002674 if (IS_QLA82XX(ha) || ql2xenabledif) {
Giridhar Malavalia9083012010-04-12 17:59:55 -07002675 ha->dl_dma_pool = dma_pool_create(name, &ha->pdev->dev,
2676 DSD_LIST_DMA_POOL_SIZE, 8, 0);
2677 if (!ha->dl_dma_pool) {
2678 qla_printk(KERN_WARNING, ha,
2679 "Memory Allocation failed - dl_dma_pool\n");
2680 goto fail_s_dma_pool;
2681 }
2682
2683 ha->fcp_cmnd_dma_pool = dma_pool_create(name, &ha->pdev->dev,
2684 FCP_CMND_DMA_POOL_SIZE, 8, 0);
2685 if (!ha->fcp_cmnd_dma_pool) {
2686 qla_printk(KERN_WARNING, ha,
2687 "Memory Allocation failed - fcp_cmnd_dma_pool\n");
2688 goto fail_dl_dma_pool;
2689 }
2690 }
2691
Andrew Vasqueze8711082008-01-31 12:33:48 -08002692 /* Allocate memory for SNS commands */
2693 if (IS_QLA2100(ha) || IS_QLA2200(ha)) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002694 /* Get consistent memory allocated for SNS commands */
Andrew Vasqueze8711082008-01-31 12:33:48 -08002695 ha->sns_cmd = dma_alloc_coherent(&ha->pdev->dev,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002696 sizeof(struct sns_cmd_pkt), &ha->sns_cmd_dma, GFP_KERNEL);
Andrew Vasqueze8711082008-01-31 12:33:48 -08002697 if (!ha->sns_cmd)
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002698 goto fail_dma_pool;
Andrew Vasqueze8711082008-01-31 12:33:48 -08002699 } else {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002700 /* Get consistent memory allocated for MS IOCB */
Andrew Vasqueze8711082008-01-31 12:33:48 -08002701 ha->ms_iocb = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002702 &ha->ms_iocb_dma);
Andrew Vasqueze8711082008-01-31 12:33:48 -08002703 if (!ha->ms_iocb)
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002704 goto fail_dma_pool;
2705 /* Get consistent memory allocated for CT SNS commands */
Andrew Vasqueze8711082008-01-31 12:33:48 -08002706 ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002707 sizeof(struct ct_sns_pkt), &ha->ct_sns_dma, GFP_KERNEL);
Andrew Vasqueze8711082008-01-31 12:33:48 -08002708 if (!ha->ct_sns)
2709 goto fail_free_ms_iocb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710 }
2711
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002712 /* Allocate memory for request ring */
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002713 *req = kzalloc(sizeof(struct req_que), GFP_KERNEL);
2714 if (!*req) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002715 DEBUG(printk("Unable to allocate memory for req\n"));
2716 goto fail_req;
2717 }
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002718 (*req)->length = req_len;
2719 (*req)->ring = dma_alloc_coherent(&ha->pdev->dev,
2720 ((*req)->length + 1) * sizeof(request_t),
2721 &(*req)->dma, GFP_KERNEL);
2722 if (!(*req)->ring) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002723 DEBUG(printk("Unable to allocate memory for req_ring\n"));
2724 goto fail_req_ring;
2725 }
2726 /* Allocate memory for response ring */
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002727 *rsp = kzalloc(sizeof(struct rsp_que), GFP_KERNEL);
2728 if (!*rsp) {
2729 qla_printk(KERN_WARNING, ha,
2730 "Unable to allocate memory for rsp\n");
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002731 goto fail_rsp;
2732 }
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002733 (*rsp)->hw = ha;
2734 (*rsp)->length = rsp_len;
2735 (*rsp)->ring = dma_alloc_coherent(&ha->pdev->dev,
2736 ((*rsp)->length + 1) * sizeof(response_t),
2737 &(*rsp)->dma, GFP_KERNEL);
2738 if (!(*rsp)->ring) {
2739 qla_printk(KERN_WARNING, ha,
2740 "Unable to allocate memory for rsp_ring\n");
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002741 goto fail_rsp_ring;
2742 }
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002743 (*req)->rsp = *rsp;
2744 (*rsp)->req = *req;
2745 /* Allocate memory for NVRAM data for vports */
2746 if (ha->nvram_npiv_size) {
2747 ha->npiv_info = kzalloc(sizeof(struct qla_npiv_entry) *
2748 ha->nvram_npiv_size, GFP_KERNEL);
2749 if (!ha->npiv_info) {
2750 qla_printk(KERN_WARNING, ha,
2751 "Unable to allocate memory for npiv info\n");
2752 goto fail_npiv_info;
2753 }
2754 } else
2755 ha->npiv_info = NULL;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002756
Andrew Vasquezb64b0e82009-03-24 09:08:01 -07002757 /* Get consistent memory allocated for EX-INIT-CB. */
Giridhar Malavalia9083012010-04-12 17:59:55 -07002758 if (IS_QLA8XXX_TYPE(ha)) {
Andrew Vasquezb64b0e82009-03-24 09:08:01 -07002759 ha->ex_init_cb = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL,
2760 &ha->ex_init_cb_dma);
2761 if (!ha->ex_init_cb)
2762 goto fail_ex_init_cb;
2763 }
2764
Giridhar Malavalia9083012010-04-12 17:59:55 -07002765 INIT_LIST_HEAD(&ha->gbl_dsd_list);
2766
Andrew Vasquez5ff1d582010-05-04 15:01:26 -07002767 /* Get consistent memory allocated for Async Port-Database. */
2768 if (!IS_FWI2_CAPABLE(ha)) {
2769 ha->async_pd = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL,
2770 &ha->async_pd_dma);
2771 if (!ha->async_pd)
2772 goto fail_async_pd;
2773 }
2774
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002775 INIT_LIST_HEAD(&ha->vp_list);
2776 return 1;
2777
Andrew Vasquez5ff1d582010-05-04 15:01:26 -07002778fail_async_pd:
2779 dma_pool_free(ha->s_dma_pool, ha->ex_init_cb, ha->ex_init_cb_dma);
Andrew Vasquezb64b0e82009-03-24 09:08:01 -07002780fail_ex_init_cb:
2781 kfree(ha->npiv_info);
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002782fail_npiv_info:
2783 dma_free_coherent(&ha->pdev->dev, ((*rsp)->length + 1) *
2784 sizeof(response_t), (*rsp)->ring, (*rsp)->dma);
2785 (*rsp)->ring = NULL;
2786 (*rsp)->dma = 0;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002787fail_rsp_ring:
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002788 kfree(*rsp);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002789fail_rsp:
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002790 dma_free_coherent(&ha->pdev->dev, ((*req)->length + 1) *
2791 sizeof(request_t), (*req)->ring, (*req)->dma);
2792 (*req)->ring = NULL;
2793 (*req)->dma = 0;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002794fail_req_ring:
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002795 kfree(*req);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002796fail_req:
2797 dma_free_coherent(&ha->pdev->dev, sizeof(struct ct_sns_pkt),
2798 ha->ct_sns, ha->ct_sns_dma);
2799 ha->ct_sns = NULL;
2800 ha->ct_sns_dma = 0;
Andrew Vasqueze8711082008-01-31 12:33:48 -08002801fail_free_ms_iocb:
2802 dma_pool_free(ha->s_dma_pool, ha->ms_iocb, ha->ms_iocb_dma);
2803 ha->ms_iocb = NULL;
2804 ha->ms_iocb_dma = 0;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002805fail_dma_pool:
Arun Easibad75002010-05-04 15:01:30 -07002806 if (IS_QLA82XX(ha) || ql2xenabledif) {
Giridhar Malavalia9083012010-04-12 17:59:55 -07002807 dma_pool_destroy(ha->fcp_cmnd_dma_pool);
2808 ha->fcp_cmnd_dma_pool = NULL;
2809 }
2810fail_dl_dma_pool:
Arun Easibad75002010-05-04 15:01:30 -07002811 if (IS_QLA82XX(ha) || ql2xenabledif) {
Giridhar Malavalia9083012010-04-12 17:59:55 -07002812 dma_pool_destroy(ha->dl_dma_pool);
2813 ha->dl_dma_pool = NULL;
2814 }
2815fail_s_dma_pool:
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002816 dma_pool_destroy(ha->s_dma_pool);
2817 ha->s_dma_pool = NULL;
Andrew Vasqueze8711082008-01-31 12:33:48 -08002818fail_free_nvram:
2819 kfree(ha->nvram);
2820 ha->nvram = NULL;
Giridhar Malavalia9083012010-04-12 17:59:55 -07002821fail_free_ctx_mempool:
2822 mempool_destroy(ha->ctx_mempool);
2823 ha->ctx_mempool = NULL;
Andrew Vasqueze8711082008-01-31 12:33:48 -08002824fail_free_srb_mempool:
2825 mempool_destroy(ha->srb_mempool);
2826 ha->srb_mempool = NULL;
Andrew Vasqueze8711082008-01-31 12:33:48 -08002827fail_free_gid_list:
2828 dma_free_coherent(&ha->pdev->dev, GID_LIST_SIZE, ha->gid_list,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002829 ha->gid_list_dma);
Andrew Vasqueze8711082008-01-31 12:33:48 -08002830 ha->gid_list = NULL;
2831 ha->gid_list_dma = 0;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002832fail_free_init_cb:
2833 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size, ha->init_cb,
2834 ha->init_cb_dma);
2835 ha->init_cb = NULL;
2836 ha->init_cb_dma = 0;
Andrew Vasqueze8711082008-01-31 12:33:48 -08002837fail:
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002838 DEBUG(printk("%s: Memory allocation failure\n", __func__));
Andrew Vasqueze8711082008-01-31 12:33:48 -08002839 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840}
2841
2842/*
Madhuranath Iyengare30d1752010-10-15 11:27:46 -07002843* qla2x00_free_fw_dump
2844* Frees fw dump stuff.
2845*
2846* Input:
2847* ha = adapter block pointer.
2848*/
2849static void
2850qla2x00_free_fw_dump(struct qla_hw_data *ha)
2851{
2852 if (ha->fce)
2853 dma_free_coherent(&ha->pdev->dev, FCE_SIZE, ha->fce,
2854 ha->fce_dma);
2855
2856 if (ha->fw_dump) {
2857 if (ha->eft)
2858 dma_free_coherent(&ha->pdev->dev,
2859 ntohl(ha->fw_dump->eft_size), ha->eft, ha->eft_dma);
2860 vfree(ha->fw_dump);
2861 }
2862 ha->fce = NULL;
2863 ha->fce_dma = 0;
2864 ha->eft = NULL;
2865 ha->eft_dma = 0;
2866 ha->fw_dump = NULL;
2867 ha->fw_dumped = 0;
2868 ha->fw_dump_reading = 0;
2869}
2870
2871/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872* qla2x00_mem_free
2873* Frees all adapter allocated memory.
2874*
2875* Input:
2876* ha = adapter block pointer.
2877*/
Adrian Bunka824ebb2008-01-17 09:02:15 -08002878static void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002879qla2x00_mem_free(struct qla_hw_data *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880{
Madhuranath Iyengare30d1752010-10-15 11:27:46 -07002881 qla2x00_free_fw_dump(ha);
2882
Andrew Vasqueze8711082008-01-31 12:33:48 -08002883 if (ha->srb_mempool)
2884 mempool_destroy(ha->srb_mempool);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885
Andrew Vasquez11bbc1d2009-06-03 09:55:14 -07002886 if (ha->dcbx_tlv)
2887 dma_free_coherent(&ha->pdev->dev, DCBX_TLV_DATA_SIZE,
2888 ha->dcbx_tlv, ha->dcbx_tlv_dma);
2889
Andrew Vasquezce0423f2009-06-03 09:55:13 -07002890 if (ha->xgmac_data)
2891 dma_free_coherent(&ha->pdev->dev, XGMAC_DATA_SIZE,
2892 ha->xgmac_data, ha->xgmac_data_dma);
2893
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894 if (ha->sns_cmd)
2895 dma_free_coherent(&ha->pdev->dev, sizeof(struct sns_cmd_pkt),
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002896 ha->sns_cmd, ha->sns_cmd_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897
2898 if (ha->ct_sns)
2899 dma_free_coherent(&ha->pdev->dev, sizeof(struct ct_sns_pkt),
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002900 ha->ct_sns, ha->ct_sns_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901
Andrew Vasquez88729e52006-06-23 16:10:50 -07002902 if (ha->sfp_data)
2903 dma_pool_free(ha->s_dma_pool, ha->sfp_data, ha->sfp_data_dma);
2904
Joe Carnuccioad0ecd62009-03-24 09:08:12 -07002905 if (ha->edc_data)
2906 dma_pool_free(ha->s_dma_pool, ha->edc_data, ha->edc_data_dma);
2907
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908 if (ha->ms_iocb)
2909 dma_pool_free(ha->s_dma_pool, ha->ms_iocb, ha->ms_iocb_dma);
2910
Andrew Vasquezb64b0e82009-03-24 09:08:01 -07002911 if (ha->ex_init_cb)
Giridhar Malavalia9083012010-04-12 17:59:55 -07002912 dma_pool_free(ha->s_dma_pool,
2913 ha->ex_init_cb, ha->ex_init_cb_dma);
Andrew Vasquezb64b0e82009-03-24 09:08:01 -07002914
Andrew Vasquez5ff1d582010-05-04 15:01:26 -07002915 if (ha->async_pd)
2916 dma_pool_free(ha->s_dma_pool, ha->async_pd, ha->async_pd_dma);
2917
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918 if (ha->s_dma_pool)
2919 dma_pool_destroy(ha->s_dma_pool);
2920
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921 if (ha->gid_list)
2922 dma_free_coherent(&ha->pdev->dev, GID_LIST_SIZE, ha->gid_list,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002923 ha->gid_list_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924
Giridhar Malavalia9083012010-04-12 17:59:55 -07002925 if (IS_QLA82XX(ha)) {
2926 if (!list_empty(&ha->gbl_dsd_list)) {
2927 struct dsd_dma *dsd_ptr, *tdsd_ptr;
2928
2929 /* clean up allocated prev pool */
2930 list_for_each_entry_safe(dsd_ptr,
2931 tdsd_ptr, &ha->gbl_dsd_list, list) {
2932 dma_pool_free(ha->dl_dma_pool,
2933 dsd_ptr->dsd_addr, dsd_ptr->dsd_list_dma);
2934 list_del(&dsd_ptr->list);
2935 kfree(dsd_ptr);
2936 }
2937 }
2938 }
2939
2940 if (ha->dl_dma_pool)
2941 dma_pool_destroy(ha->dl_dma_pool);
2942
2943 if (ha->fcp_cmnd_dma_pool)
2944 dma_pool_destroy(ha->fcp_cmnd_dma_pool);
2945
2946 if (ha->ctx_mempool)
2947 mempool_destroy(ha->ctx_mempool);
2948
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002949 if (ha->init_cb)
2950 dma_free_coherent(&ha->pdev->dev, ha->init_cb_size,
Giridhar Malavalia9083012010-04-12 17:59:55 -07002951 ha->init_cb, ha->init_cb_dma);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002952 vfree(ha->optrom_buffer);
2953 kfree(ha->nvram);
Anirban Chakraborty73208df2008-12-09 16:45:39 -08002954 kfree(ha->npiv_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955
Andrew Vasqueze8711082008-01-31 12:33:48 -08002956 ha->srb_mempool = NULL;
Giridhar Malavalia9083012010-04-12 17:59:55 -07002957 ha->ctx_mempool = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958 ha->sns_cmd = NULL;
2959 ha->sns_cmd_dma = 0;
2960 ha->ct_sns = NULL;
2961 ha->ct_sns_dma = 0;
2962 ha->ms_iocb = NULL;
2963 ha->ms_iocb_dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964 ha->init_cb = NULL;
2965 ha->init_cb_dma = 0;
Andrew Vasquezb64b0e82009-03-24 09:08:01 -07002966 ha->ex_init_cb = NULL;
2967 ha->ex_init_cb_dma = 0;
Andrew Vasquez5ff1d582010-05-04 15:01:26 -07002968 ha->async_pd = NULL;
2969 ha->async_pd_dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970
2971 ha->s_dma_pool = NULL;
Giridhar Malavalia9083012010-04-12 17:59:55 -07002972 ha->dl_dma_pool = NULL;
2973 ha->fcp_cmnd_dma_pool = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 ha->gid_list = NULL;
2976 ha->gid_list_dma = 0;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08002977}
2978
2979struct scsi_qla_host *qla2x00_create_host(struct scsi_host_template *sht,
2980 struct qla_hw_data *ha)
2981{
2982 struct Scsi_Host *host;
2983 struct scsi_qla_host *vha = NULL;
2984
2985 host = scsi_host_alloc(sht, sizeof(scsi_qla_host_t));
2986 if (host == NULL) {
2987 printk(KERN_WARNING
2988 "qla2xxx: Couldn't allocate host from scsi layer!\n");
2989 goto fail;
2990 }
2991
2992 /* Clear our data area */
2993 vha = shost_priv(host);
2994 memset(vha, 0, sizeof(scsi_qla_host_t));
2995
2996 vha->host = host;
2997 vha->host_no = host->host_no;
2998 vha->hw = ha;
2999
3000 INIT_LIST_HEAD(&vha->vp_fcports);
3001 INIT_LIST_HEAD(&vha->work_list);
3002 INIT_LIST_HEAD(&vha->list);
3003
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003004 spin_lock_init(&vha->work_lock);
3005
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003006 sprintf(vha->host_str, "%s_%ld", QLA2XXX_DRIVER_NAME, vha->host_no);
3007 return vha;
3008
3009fail:
3010 return vha;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011}
3012
Adrian Bunk01ef66b2008-04-24 15:21:27 -07003013static struct qla_work_evt *
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003014qla2x00_alloc_work(struct scsi_qla_host *vha, enum qla_work_type type)
Andrew Vasquez0971de72008-04-03 13:13:18 -07003015{
3016 struct qla_work_evt *e;
Arun Easifeafb7b2010-09-03 14:57:00 -07003017 uint8_t bail;
3018
3019 QLA_VHA_MARK_BUSY(vha, bail);
3020 if (bail)
3021 return NULL;
Andrew Vasquez0971de72008-04-03 13:13:18 -07003022
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003023 e = kzalloc(sizeof(struct qla_work_evt), GFP_ATOMIC);
Arun Easifeafb7b2010-09-03 14:57:00 -07003024 if (!e) {
3025 QLA_VHA_MARK_NOT_BUSY(vha);
Andrew Vasquez0971de72008-04-03 13:13:18 -07003026 return NULL;
Arun Easifeafb7b2010-09-03 14:57:00 -07003027 }
Andrew Vasquez0971de72008-04-03 13:13:18 -07003028
3029 INIT_LIST_HEAD(&e->list);
3030 e->type = type;
3031 e->flags = QLA_EVT_FLAG_FREE;
3032 return e;
3033}
3034
Adrian Bunk01ef66b2008-04-24 15:21:27 -07003035static int
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003036qla2x00_post_work(struct scsi_qla_host *vha, struct qla_work_evt *e)
Andrew Vasquez0971de72008-04-03 13:13:18 -07003037{
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003038 unsigned long flags;
Andrew Vasquez0971de72008-04-03 13:13:18 -07003039
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003040 spin_lock_irqsave(&vha->work_lock, flags);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003041 list_add_tail(&e->list, &vha->work_list);
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003042 spin_unlock_irqrestore(&vha->work_lock, flags);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003043 qla2xxx_wake_dpc(vha);
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003044
Andrew Vasquez0971de72008-04-03 13:13:18 -07003045 return QLA_SUCCESS;
3046}
3047
3048int
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003049qla2x00_post_aen_work(struct scsi_qla_host *vha, enum fc_host_event_code code,
Andrew Vasquez0971de72008-04-03 13:13:18 -07003050 u32 data)
3051{
3052 struct qla_work_evt *e;
3053
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003054 e = qla2x00_alloc_work(vha, QLA_EVT_AEN);
Andrew Vasquez0971de72008-04-03 13:13:18 -07003055 if (!e)
3056 return QLA_FUNCTION_FAILED;
3057
3058 e->u.aen.code = code;
3059 e->u.aen.data = data;
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003060 return qla2x00_post_work(vha, e);
Andrew Vasquez0971de72008-04-03 13:13:18 -07003061}
3062
Andrew Vasquez8a659572009-02-08 20:50:12 -08003063int
3064qla2x00_post_idc_ack_work(struct scsi_qla_host *vha, uint16_t *mb)
3065{
3066 struct qla_work_evt *e;
3067
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003068 e = qla2x00_alloc_work(vha, QLA_EVT_IDC_ACK);
Andrew Vasquez8a659572009-02-08 20:50:12 -08003069 if (!e)
3070 return QLA_FUNCTION_FAILED;
3071
3072 memcpy(e->u.idc_ack.mb, mb, QLA_IDC_ACK_REGS * sizeof(uint16_t));
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003073 return qla2x00_post_work(vha, e);
Andrew Vasquez8a659572009-02-08 20:50:12 -08003074}
3075
Andrew Vasquezac280b62009-08-20 11:06:05 -07003076#define qla2x00_post_async_work(name, type) \
3077int qla2x00_post_async_##name##_work( \
3078 struct scsi_qla_host *vha, \
3079 fc_port_t *fcport, uint16_t *data) \
3080{ \
3081 struct qla_work_evt *e; \
3082 \
3083 e = qla2x00_alloc_work(vha, type); \
3084 if (!e) \
3085 return QLA_FUNCTION_FAILED; \
3086 \
3087 e->u.logio.fcport = fcport; \
3088 if (data) { \
3089 e->u.logio.data[0] = data[0]; \
3090 e->u.logio.data[1] = data[1]; \
3091 } \
3092 return qla2x00_post_work(vha, e); \
3093}
3094
3095qla2x00_post_async_work(login, QLA_EVT_ASYNC_LOGIN);
3096qla2x00_post_async_work(login_done, QLA_EVT_ASYNC_LOGIN_DONE);
3097qla2x00_post_async_work(logout, QLA_EVT_ASYNC_LOGOUT);
3098qla2x00_post_async_work(logout_done, QLA_EVT_ASYNC_LOGOUT_DONE);
Andrew Vasquez5ff1d582010-05-04 15:01:26 -07003099qla2x00_post_async_work(adisc, QLA_EVT_ASYNC_ADISC);
3100qla2x00_post_async_work(adisc_done, QLA_EVT_ASYNC_ADISC_DONE);
Andrew Vasquezac280b62009-08-20 11:06:05 -07003101
Andrew Vasquez3420d362009-10-13 15:16:45 -07003102int
3103qla2x00_post_uevent_work(struct scsi_qla_host *vha, u32 code)
3104{
3105 struct qla_work_evt *e;
3106
3107 e = qla2x00_alloc_work(vha, QLA_EVT_UEVENT);
3108 if (!e)
3109 return QLA_FUNCTION_FAILED;
3110
3111 e->u.uevent.code = code;
3112 return qla2x00_post_work(vha, e);
3113}
3114
3115static void
3116qla2x00_uevent_emit(struct scsi_qla_host *vha, u32 code)
3117{
3118 char event_string[40];
3119 char *envp[] = { event_string, NULL };
3120
3121 switch (code) {
3122 case QLA_UEVENT_CODE_FW_DUMP:
3123 snprintf(event_string, sizeof(event_string), "FW_DUMP=%ld",
3124 vha->host_no);
3125 break;
3126 default:
3127 /* do nothing */
3128 break;
3129 }
3130 kobject_uevent_env(&vha->hw->pdev->dev.kobj, KOBJ_CHANGE, envp);
3131}
3132
Andrew Vasquezac280b62009-08-20 11:06:05 -07003133void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003134qla2x00_do_work(struct scsi_qla_host *vha)
Andrew Vasquez0971de72008-04-03 13:13:18 -07003135{
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003136 struct qla_work_evt *e, *tmp;
3137 unsigned long flags;
3138 LIST_HEAD(work);
Andrew Vasquez0971de72008-04-03 13:13:18 -07003139
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003140 spin_lock_irqsave(&vha->work_lock, flags);
3141 list_splice_init(&vha->work_list, &work);
3142 spin_unlock_irqrestore(&vha->work_lock, flags);
3143
3144 list_for_each_entry_safe(e, tmp, &work, list) {
Andrew Vasquez0971de72008-04-03 13:13:18 -07003145 list_del_init(&e->list);
Andrew Vasquez0971de72008-04-03 13:13:18 -07003146
3147 switch (e->type) {
3148 case QLA_EVT_AEN:
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003149 fc_host_post_event(vha->host, fc_get_event_number(),
Andrew Vasquez0971de72008-04-03 13:13:18 -07003150 e->u.aen.code, e->u.aen.data);
3151 break;
Andrew Vasquez8a659572009-02-08 20:50:12 -08003152 case QLA_EVT_IDC_ACK:
3153 qla81xx_idc_ack(vha, e->u.idc_ack.mb);
3154 break;
Andrew Vasquezac280b62009-08-20 11:06:05 -07003155 case QLA_EVT_ASYNC_LOGIN:
3156 qla2x00_async_login(vha, e->u.logio.fcport,
3157 e->u.logio.data);
3158 break;
3159 case QLA_EVT_ASYNC_LOGIN_DONE:
3160 qla2x00_async_login_done(vha, e->u.logio.fcport,
3161 e->u.logio.data);
3162 break;
3163 case QLA_EVT_ASYNC_LOGOUT:
3164 qla2x00_async_logout(vha, e->u.logio.fcport);
3165 break;
3166 case QLA_EVT_ASYNC_LOGOUT_DONE:
3167 qla2x00_async_logout_done(vha, e->u.logio.fcport,
3168 e->u.logio.data);
3169 break;
Andrew Vasquez5ff1d582010-05-04 15:01:26 -07003170 case QLA_EVT_ASYNC_ADISC:
3171 qla2x00_async_adisc(vha, e->u.logio.fcport,
3172 e->u.logio.data);
3173 break;
3174 case QLA_EVT_ASYNC_ADISC_DONE:
3175 qla2x00_async_adisc_done(vha, e->u.logio.fcport,
3176 e->u.logio.data);
3177 break;
Andrew Vasquez3420d362009-10-13 15:16:45 -07003178 case QLA_EVT_UEVENT:
3179 qla2x00_uevent_emit(vha, e->u.uevent.code);
3180 break;
Andrew Vasquez0971de72008-04-03 13:13:18 -07003181 }
3182 if (e->flags & QLA_EVT_FLAG_FREE)
3183 kfree(e);
Arun Easifeafb7b2010-09-03 14:57:00 -07003184
3185 /* For each work completed decrement vha ref count */
3186 QLA_VHA_MARK_NOT_BUSY(vha);
Andrew Vasquez0971de72008-04-03 13:13:18 -07003187 }
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003188}
Andrew Vasquezf999f4c2009-06-03 09:55:28 -07003189
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003190/* Relogins all the fcports of a vport
3191 * Context: dpc thread
3192 */
3193void qla2x00_relogin(struct scsi_qla_host *vha)
3194{
3195 fc_port_t *fcport;
Andrew Vasquezc6b2fca2009-03-05 11:07:03 -08003196 int status;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003197 uint16_t next_loopid = 0;
3198 struct qla_hw_data *ha = vha->hw;
Andrew Vasquezac280b62009-08-20 11:06:05 -07003199 uint16_t data[2];
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003200
3201 list_for_each_entry(fcport, &vha->vp_fcports, list) {
3202 /*
3203 * If the port is not ONLINE then try to login
3204 * to it if we haven't run out of retries.
3205 */
Andrew Vasquez5ff1d582010-05-04 15:01:26 -07003206 if (atomic_read(&fcport->state) != FCS_ONLINE &&
3207 fcport->login_retry && !(fcport->flags & FCF_ASYNC_SENT)) {
Andrew Vasquezac280b62009-08-20 11:06:05 -07003208 fcport->login_retry--;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003209 if (fcport->flags & FCF_FABRIC_DEVICE) {
Andrew Vasquezf08b7252010-01-12 12:59:48 -08003210 if (fcport->flags & FCF_FCP2_DEVICE)
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003211 ha->isp_ops->fabric_logout(vha,
3212 fcport->loop_id,
3213 fcport->d_id.b.domain,
3214 fcport->d_id.b.area,
3215 fcport->d_id.b.al_pa);
3216
Andrew Vasquezac280b62009-08-20 11:06:05 -07003217 if (IS_ALOGIO_CAPABLE(ha)) {
Andrew Vasquez5ff1d582010-05-04 15:01:26 -07003218 fcport->flags |= FCF_ASYNC_SENT;
Andrew Vasquezac280b62009-08-20 11:06:05 -07003219 data[0] = 0;
3220 data[1] = QLA_LOGIO_LOGIN_RETRIED;
3221 status = qla2x00_post_async_login_work(
3222 vha, fcport, data);
3223 if (status == QLA_SUCCESS)
3224 continue;
3225 /* Attempt a retry. */
3226 status = 1;
3227 } else
3228 status = qla2x00_fabric_login(vha,
3229 fcport, &next_loopid);
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003230 } else
3231 status = qla2x00_local_device_login(vha,
3232 fcport);
3233
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003234 if (status == QLA_SUCCESS) {
3235 fcport->old_loop_id = fcport->loop_id;
3236
3237 DEBUG(printk("scsi(%ld): port login OK: logged "
3238 "in ID 0x%x\n", vha->host_no, fcport->loop_id));
3239
3240 qla2x00_update_fcport(vha, fcport);
3241
3242 } else if (status == 1) {
3243 set_bit(RELOGIN_NEEDED, &vha->dpc_flags);
3244 /* retry the login again */
3245 DEBUG(printk("scsi(%ld): Retrying"
3246 " %d login again loop_id 0x%x\n",
3247 vha->host_no, fcport->login_retry,
3248 fcport->loop_id));
3249 } else {
3250 fcport->login_retry = 0;
3251 }
3252
3253 if (fcport->login_retry == 0 && status != QLA_SUCCESS)
3254 fcport->loop_id = FC_NO_LOOP_ID;
3255 }
3256 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags))
3257 break;
3258 }
Andrew Vasquez0971de72008-04-03 13:13:18 -07003259}
3260
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261/**************************************************************************
3262* qla2x00_do_dpc
3263* This kernel thread is a task that is schedule by the interrupt handler
3264* to perform the background processing for interrupts.
3265*
3266* Notes:
3267* This task always run in the context of a kernel thread. It
3268* is kick-off by the driver's detect code and starts up
3269* up one per adapter. It immediately goes to sleep and waits for
3270* some fibre event. When either the interrupt handler or
3271* the timer routine detects a event it will one of the task
3272* bits then wake us up.
3273**************************************************************************/
3274static int
3275qla2x00_do_dpc(void *data)
3276{
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003277 int rval;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003278 scsi_qla_host_t *base_vha;
3279 struct qla_hw_data *ha;
Seokmann Ju99363ef2008-01-31 12:33:51 -08003280
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003281 ha = (struct qla_hw_data *)data;
3282 base_vha = pci_get_drvdata(ha->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284 set_user_nice(current, -20);
3285
James Bottomley563585e2011-01-27 16:12:37 -05003286 set_current_state(TASK_INTERRUPTIBLE);
Christoph Hellwig39a11242006-02-14 18:46:22 +01003287 while (!kthread_should_stop()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288 DEBUG3(printk("qla2x00: DPC handler sleeping\n"));
3289
Christoph Hellwig39a11242006-02-14 18:46:22 +01003290 schedule();
3291 __set_current_state(TASK_RUNNING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292
3293 DEBUG3(printk("qla2x00: DPC handler waking up\n"));
3294
3295 /* Initialization not yet finished. Don't do anything yet. */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003296 if (!base_vha->flags.init_done)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297 continue;
3298
Andrew Vasquez85880802009-12-15 21:29:46 -08003299 if (ha->flags.eeh_busy) {
3300 DEBUG17(qla_printk(KERN_WARNING, ha,
3301 "qla2x00_do_dpc: dpc_flags: %lx\n",
3302 base_vha->dpc_flags));
3303 continue;
3304 }
3305
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003306 DEBUG3(printk("scsi(%ld): DPC handler\n", base_vha->host_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307
3308 ha->dpc_active = 1;
3309
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310 if (ha->flags.mbox_busy) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311 ha->dpc_active = 0;
3312 continue;
3313 }
3314
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003315 qla2x00_do_work(base_vha);
Andrew Vasquez0971de72008-04-03 13:13:18 -07003316
Giridhar Malavalia9083012010-04-12 17:59:55 -07003317 if (IS_QLA82XX(ha)) {
3318 if (test_and_clear_bit(ISP_UNRECOVERABLE,
3319 &base_vha->dpc_flags)) {
3320 qla82xx_idc_lock(ha);
3321 qla82xx_wr_32(ha, QLA82XX_CRB_DEV_STATE,
3322 QLA82XX_DEV_FAILED);
3323 qla82xx_idc_unlock(ha);
3324 qla_printk(KERN_INFO, ha,
3325 "HW State: FAILED\n");
3326 qla82xx_device_state_handler(base_vha);
3327 continue;
3328 }
3329
3330 if (test_and_clear_bit(FCOE_CTX_RESET_NEEDED,
3331 &base_vha->dpc_flags)) {
3332
3333 DEBUG(printk(KERN_INFO
3334 "scsi(%ld): dpc: sched "
3335 "qla82xx_fcoe_ctx_reset ha = %p\n",
3336 base_vha->host_no, ha));
3337 if (!(test_and_set_bit(ABORT_ISP_ACTIVE,
3338 &base_vha->dpc_flags))) {
3339 if (qla82xx_fcoe_ctx_reset(base_vha)) {
3340 /* FCoE-ctx reset failed.
3341 * Escalate to chip-reset
3342 */
3343 set_bit(ISP_ABORT_NEEDED,
3344 &base_vha->dpc_flags);
3345 }
3346 clear_bit(ABORT_ISP_ACTIVE,
3347 &base_vha->dpc_flags);
3348 }
3349
3350 DEBUG(printk("scsi(%ld): dpc:"
3351 " qla82xx_fcoe_ctx_reset end\n",
3352 base_vha->host_no));
3353 }
3354 }
3355
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003356 if (test_and_clear_bit(ISP_ABORT_NEEDED,
3357 &base_vha->dpc_flags)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358
3359 DEBUG(printk("scsi(%ld): dpc: sched "
3360 "qla2x00_abort_isp ha = %p\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003361 base_vha->host_no, ha));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362 if (!(test_and_set_bit(ABORT_ISP_ACTIVE,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003363 &base_vha->dpc_flags))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364
Giridhar Malavalia9083012010-04-12 17:59:55 -07003365 if (ha->isp_ops->abort_isp(base_vha)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366 /* failed. retry later */
3367 set_bit(ISP_ABORT_NEEDED,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003368 &base_vha->dpc_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369 }
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003370 clear_bit(ABORT_ISP_ACTIVE,
3371 &base_vha->dpc_flags);
Seokmann Ju99363ef2008-01-31 12:33:51 -08003372 }
3373
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374 DEBUG(printk("scsi(%ld): dpc: qla2x00_abort_isp end\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003375 base_vha->host_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376 }
3377
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003378 if (test_bit(FCPORT_UPDATE_NEEDED, &base_vha->dpc_flags)) {
3379 qla2x00_update_fcports(base_vha);
3380 clear_bit(FCPORT_UPDATE_NEEDED, &base_vha->dpc_flags);
Andrew Vasquezc9c5ced2008-07-24 08:31:49 -07003381 }
andrew.vasquez@qlogic.comd97994d2006-01-20 14:53:13 -08003382
Saurav Kashyap579d12b2010-12-21 16:00:14 -08003383 if (test_bit(ISP_QUIESCE_NEEDED, &base_vha->dpc_flags)) {
3384 DEBUG(printk(KERN_INFO "scsi(%ld): dpc: sched "
3385 "qla2x00_quiesce_needed ha = %p\n",
3386 base_vha->host_no, ha));
3387 qla82xx_device_state_handler(base_vha);
3388 clear_bit(ISP_QUIESCE_NEEDED, &base_vha->dpc_flags);
3389 if (!ha->flags.quiesce_owner) {
3390 qla2x00_perform_loop_resync(base_vha);
3391
3392 qla82xx_idc_lock(ha);
3393 qla82xx_clear_qsnt_ready(base_vha);
3394 qla82xx_idc_unlock(ha);
3395 }
3396 }
3397
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003398 if (test_and_clear_bit(RESET_MARKER_NEEDED,
3399 &base_vha->dpc_flags) &&
3400 (!(test_and_set_bit(RESET_ACTIVE, &base_vha->dpc_flags)))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401
3402 DEBUG(printk("scsi(%ld): qla2x00_reset_marker()\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003403 base_vha->host_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003405 qla2x00_rst_aen(base_vha);
3406 clear_bit(RESET_ACTIVE, &base_vha->dpc_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407 }
3408
3409 /* Retry each device up to login retry count */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003410 if ((test_and_clear_bit(RELOGIN_NEEDED,
3411 &base_vha->dpc_flags)) &&
3412 !test_bit(LOOP_RESYNC_NEEDED, &base_vha->dpc_flags) &&
3413 atomic_read(&base_vha->loop_state) != LOOP_DOWN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414
3415 DEBUG(printk("scsi(%ld): qla2x00_port_login()\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003416 base_vha->host_no));
3417 qla2x00_relogin(base_vha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419 DEBUG(printk("scsi(%ld): qla2x00_port_login - end\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003420 base_vha->host_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421 }
3422
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003423 if (test_and_clear_bit(LOOP_RESYNC_NEEDED,
3424 &base_vha->dpc_flags)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425
3426 DEBUG(printk("scsi(%ld): qla2x00_loop_resync()\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003427 base_vha->host_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428
3429 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003430 &base_vha->dpc_flags))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003432 rval = qla2x00_loop_resync(base_vha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003434 clear_bit(LOOP_RESYNC_ACTIVE,
3435 &base_vha->dpc_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436 }
3437
3438 DEBUG(printk("scsi(%ld): qla2x00_loop_resync - end\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003439 base_vha->host_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440 }
3441
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003442 if (test_bit(NPIV_CONFIG_NEEDED, &base_vha->dpc_flags) &&
3443 atomic_read(&base_vha->loop_state) == LOOP_READY) {
3444 clear_bit(NPIV_CONFIG_NEEDED, &base_vha->dpc_flags);
3445 qla2xxx_flash_npiv_conf(base_vha);
Andrew Vasquez272976c2008-09-11 21:22:50 -07003446 }
3447
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448 if (!ha->interrupts_on)
Andrew Vasquezfd34f552007-07-19 15:06:00 -07003449 ha->isp_ops->enable_intrs(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003451 if (test_and_clear_bit(BEACON_BLINK_NEEDED,
3452 &base_vha->dpc_flags))
3453 ha->isp_ops->beacon_blink(base_vha);
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08003454
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003455 qla2x00_do_dpc_all_vps(base_vha);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003456
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457 ha->dpc_active = 0;
James Bottomley563585e2011-01-27 16:12:37 -05003458 set_current_state(TASK_INTERRUPTIBLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003459 } /* End of while(1) */
James Bottomley563585e2011-01-27 16:12:37 -05003460 __set_current_state(TASK_RUNNING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003462 DEBUG(printk("scsi(%ld): DPC handler exiting\n", base_vha->host_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463
3464 /*
3465 * Make sure that nobody tries to wake us up again.
3466 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467 ha->dpc_active = 0;
3468
Andrew Vasquezac280b62009-08-20 11:06:05 -07003469 /* Cleanup any residual CTX SRBs. */
3470 qla2x00_abort_all_cmds(base_vha, DID_NO_CONNECT << 16);
3471
Christoph Hellwig39a11242006-02-14 18:46:22 +01003472 return 0;
3473}
3474
3475void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003476qla2xxx_wake_dpc(struct scsi_qla_host *vha)
Christoph Hellwig39a11242006-02-14 18:46:22 +01003477{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003478 struct qla_hw_data *ha = vha->hw;
Andrew Vasquezc795c1e2008-08-13 21:37:01 -07003479 struct task_struct *t = ha->dpc_thread;
3480
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003481 if (!test_bit(UNLOADING, &vha->dpc_flags) && t)
Andrew Vasquezc795c1e2008-08-13 21:37:01 -07003482 wake_up_process(t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483}
3484
3485/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486* qla2x00_rst_aen
3487* Processes asynchronous reset.
3488*
3489* Input:
3490* ha = adapter block pointer.
3491*/
3492static void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003493qla2x00_rst_aen(scsi_qla_host_t *vha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003495 if (vha->flags.online && !vha->flags.reset_active &&
3496 !atomic_read(&vha->loop_down_timer) &&
3497 !(test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498 do {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003499 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500
3501 /*
3502 * Issue marker command only when we are going to start
3503 * the I/O.
3504 */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003505 vha->marker_needed = 1;
3506 } while (!atomic_read(&vha->loop_down_timer) &&
3507 (test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508 }
3509}
3510
f4f051e2005-04-17 15:02:26 -05003511static void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003512qla2x00_sp_free_dma(srb_t *sp)
f4f051e2005-04-17 15:02:26 -05003513{
3514 struct scsi_cmnd *cmd = sp->cmd;
Arun Easibad75002010-05-04 15:01:30 -07003515 struct qla_hw_data *ha = sp->fcport->vha->hw;
f4f051e2005-04-17 15:02:26 -05003516
3517 if (sp->flags & SRB_DMA_VALID) {
FUJITA Tomonori385d70b2007-05-26 01:55:38 +09003518 scsi_dma_unmap(cmd);
f4f051e2005-04-17 15:02:26 -05003519 sp->flags &= ~SRB_DMA_VALID;
3520 }
Arun Easibad75002010-05-04 15:01:30 -07003521
3522 if (sp->flags & SRB_CRC_PROT_DMA_VALID) {
3523 dma_unmap_sg(&ha->pdev->dev, scsi_prot_sglist(cmd),
3524 scsi_prot_sg_count(cmd), cmd->sc_data_direction);
3525 sp->flags &= ~SRB_CRC_PROT_DMA_VALID;
3526 }
3527
3528 if (sp->flags & SRB_CRC_CTX_DSD_VALID) {
3529 /* List assured to be having elements */
3530 qla2x00_clean_dsd_pool(ha, sp);
3531 sp->flags &= ~SRB_CRC_CTX_DSD_VALID;
3532 }
3533
3534 if (sp->flags & SRB_CRC_CTX_DMA_VALID) {
3535 dma_pool_free(ha->dl_dma_pool, sp->ctx,
3536 ((struct crc_context *)sp->ctx)->crc_ctx_dma);
3537 sp->flags &= ~SRB_CRC_CTX_DMA_VALID;
3538 }
3539
Andrew Vasquezfca29702005-07-06 10:31:47 -07003540 CMD_SP(cmd) = NULL;
f4f051e2005-04-17 15:02:26 -05003541}
3542
Andrew Vasquez3dbe7562010-07-23 15:28:37 +05003543static void
Giridhar Malavali083a4692010-05-28 15:08:18 -07003544qla2x00_sp_final_compl(struct qla_hw_data *ha, srb_t *sp)
f4f051e2005-04-17 15:02:26 -05003545{
3546 struct scsi_cmnd *cmd = sp->cmd;
3547
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003548 qla2x00_sp_free_dma(sp);
f4f051e2005-04-17 15:02:26 -05003549
Giridhar Malavalia9083012010-04-12 17:59:55 -07003550 if (sp->flags & SRB_FCP_CMND_DMA_VALID) {
3551 struct ct6_dsd *ctx = sp->ctx;
3552 dma_pool_free(ha->fcp_cmnd_dma_pool, ctx->fcp_cmnd,
3553 ctx->fcp_cmnd_dma);
3554 list_splice(&ctx->dsd_list, &ha->gbl_dsd_list);
3555 ha->gbl_dsd_inuse -= ctx->dsd_use_cnt;
3556 ha->gbl_dsd_avail += ctx->dsd_use_cnt;
3557 mempool_free(sp->ctx, ha->ctx_mempool);
3558 sp->ctx = NULL;
3559 }
f4f051e2005-04-17 15:02:26 -05003560
Giridhar Malavalia9083012010-04-12 17:59:55 -07003561 mempool_free(sp, ha->srb_mempool);
f4f051e2005-04-17 15:02:26 -05003562 cmd->scsi_done(cmd);
3563}
bdf79622005-04-17 15:06:53 -05003564
Giridhar Malavali083a4692010-05-28 15:08:18 -07003565void
3566qla2x00_sp_compl(struct qla_hw_data *ha, srb_t *sp)
3567{
3568 if (atomic_read(&sp->ref_count) == 0) {
3569 DEBUG2(qla_printk(KERN_WARNING, ha,
3570 "SP reference-count to ZERO -- sp=%p\n", sp));
3571 DEBUG2(BUG());
3572 return;
3573 }
3574 if (!atomic_dec_and_test(&sp->ref_count))
3575 return;
3576 qla2x00_sp_final_compl(ha, sp);
3577}
3578
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579/**************************************************************************
3580* qla2x00_timer
3581*
3582* Description:
3583* One second timer
3584*
3585* Context: Interrupt
3586***************************************************************************/
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003587void
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003588qla2x00_timer(scsi_qla_host_t *vha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590 unsigned long cpu_flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003591 int start_dpc = 0;
3592 int index;
3593 srb_t *sp;
Andrew Vasquez85880802009-12-15 21:29:46 -08003594 uint16_t w;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003595 struct qla_hw_data *ha = vha->hw;
Anirban Chakraborty73208df2008-12-09 16:45:39 -08003596 struct req_que *req;
Andrew Vasquez85880802009-12-15 21:29:46 -08003597
Lalit Chandivadea5b36322010-09-03 15:20:50 -07003598 if (ha->flags.eeh_busy) {
3599 qla2x00_restart_timer(vha, WATCH_INTERVAL);
3600 return;
3601 }
3602
Andrew Vasquez85880802009-12-15 21:29:46 -08003603 /* Hardware read to raise pending EEH errors during mailbox waits. */
3604 if (!pci_channel_offline(ha->pdev))
3605 pci_read_config_word(ha->pdev, PCI_VENDOR_ID, &w);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606
Saurav Kashyap579d12b2010-12-21 16:00:14 -08003607 if (IS_QLA82XX(ha)) {
3608 if (test_bit(ISP_QUIESCE_NEEDED, &vha->dpc_flags))
3609 start_dpc++;
3610 qla82xx_watchdog(vha);
3611 }
3612
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613 /* Loop down handler. */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003614 if (atomic_read(&vha->loop_down_timer) > 0 &&
Giridhar Malavali8f7daea2011-03-30 11:46:26 -07003615 !(test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags)) &&
3616 !(test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags))
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003617 && vha->flags.online) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003619 if (atomic_read(&vha->loop_down_timer) ==
3620 vha->loop_down_abort_time) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621
3622 DEBUG(printk("scsi(%ld): Loop Down - aborting the "
3623 "queues before time expire\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003624 vha->host_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003626 if (!IS_QLA2100(ha) && vha->link_down_timeout)
3627 atomic_set(&vha->loop_state, LOOP_DEAD);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628
Andrew Vasquezf08b7252010-01-12 12:59:48 -08003629 /*
3630 * Schedule an ISP abort to return any FCP2-device
3631 * commands.
3632 */
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003633 /* NPIV - scan physical port only */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003634 if (!vha->vp_idx) {
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003635 spin_lock_irqsave(&ha->hardware_lock,
3636 cpu_flags);
Anirban Chakraborty73208df2008-12-09 16:45:39 -08003637 req = ha->req_q_map[0];
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003638 for (index = 1;
3639 index < MAX_OUTSTANDING_COMMANDS;
3640 index++) {
3641 fc_port_t *sfcp;
bdf79622005-04-17 15:06:53 -05003642
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003643 sp = req->outstanding_cmds[index];
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003644 if (!sp)
3645 continue;
Arun Easibad75002010-05-04 15:01:30 -07003646 if (sp->ctx && !IS_PROT_IO(sp))
Andrew Vasquezcf53b062009-08-20 11:06:04 -07003647 continue;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003648 sfcp = sp->fcport;
Andrew Vasquezf08b7252010-01-12 12:59:48 -08003649 if (!(sfcp->flags & FCF_FCP2_DEVICE))
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003650 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651
Giridhar Malavali8f7daea2011-03-30 11:46:26 -07003652 if (IS_QLA82XX(ha))
3653 set_bit(FCOE_CTX_RESET_NEEDED,
3654 &vha->dpc_flags);
3655 else
3656 set_bit(ISP_ABORT_NEEDED,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003657 &vha->dpc_flags);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07003658 break;
3659 }
3660 spin_unlock_irqrestore(&ha->hardware_lock,
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003661 cpu_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003663 start_dpc++;
3664 }
3665
3666 /* if the loop has been down for 4 minutes, reinit adapter */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003667 if (atomic_dec_and_test(&vha->loop_down_timer) != 0) {
Andrew Vasquez0d6e61b2009-08-25 11:36:19 -07003668 if (!(vha->device_flags & DFLG_NO_CABLE)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003669 DEBUG(printk("scsi(%ld): Loop down - "
3670 "aborting ISP.\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003671 vha->host_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672 qla_printk(KERN_WARNING, ha,
3673 "Loop down - aborting ISP.\n");
3674
Giridhar Malavali8f7daea2011-03-30 11:46:26 -07003675 if (IS_QLA82XX(ha))
3676 set_bit(FCOE_CTX_RESET_NEEDED,
3677 &vha->dpc_flags);
3678 else
3679 set_bit(ISP_ABORT_NEEDED,
3680 &vha->dpc_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681 }
3682 }
Andrew Vasquezfca29702005-07-06 10:31:47 -07003683 DEBUG3(printk("scsi(%ld): Loop Down - seconds remaining %d\n",
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003684 vha->host_no,
3685 atomic_read(&vha->loop_down_timer)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686 }
3687
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08003688 /* Check if beacon LED needs to be blinked */
3689 if (ha->beacon_blink_led == 1) {
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003690 set_bit(BEACON_BLINK_NEEDED, &vha->dpc_flags);
andrew.vasquez@qlogic.comf6df1442006-01-31 16:05:07 -08003691 start_dpc++;
3692 }
3693
Andrew Vasquez550bf572008-04-24 15:21:23 -07003694 /* Process any deferred work. */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003695 if (!list_empty(&vha->work_list))
Andrew Vasquez550bf572008-04-24 15:21:23 -07003696 start_dpc++;
3697
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698 /* Schedule the DPC routine if needed */
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003699 if ((test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags) ||
3700 test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags) ||
3701 test_bit(FCPORT_UPDATE_NEEDED, &vha->dpc_flags) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702 start_dpc ||
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003703 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) ||
3704 test_bit(BEACON_BLINK_NEEDED, &vha->dpc_flags) ||
Giridhar Malavalia9083012010-04-12 17:59:55 -07003705 test_bit(ISP_UNRECOVERABLE, &vha->dpc_flags) ||
3706 test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) ||
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003707 test_bit(VP_DPC_NEEDED, &vha->dpc_flags) ||
3708 test_bit(RELOGIN_NEEDED, &vha->dpc_flags)))
3709 qla2xxx_wake_dpc(vha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003711 qla2x00_restart_timer(vha, WATCH_INTERVAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003712}
3713
Andrew Vasquez54333832005-11-09 15:49:04 -08003714/* Firmware interface routines. */
3715
Giridhar Malavalia9083012010-04-12 17:59:55 -07003716#define FW_BLOBS 8
Andrew Vasquez54333832005-11-09 15:49:04 -08003717#define FW_ISP21XX 0
3718#define FW_ISP22XX 1
3719#define FW_ISP2300 2
3720#define FW_ISP2322 3
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08003721#define FW_ISP24XX 4
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07003722#define FW_ISP25XX 5
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08003723#define FW_ISP81XX 6
Giridhar Malavalia9083012010-04-12 17:59:55 -07003724#define FW_ISP82XX 7
Andrew Vasquez54333832005-11-09 15:49:04 -08003725
Andrew Vasquezbb8ee492006-10-02 12:00:48 -07003726#define FW_FILE_ISP21XX "ql2100_fw.bin"
3727#define FW_FILE_ISP22XX "ql2200_fw.bin"
3728#define FW_FILE_ISP2300 "ql2300_fw.bin"
3729#define FW_FILE_ISP2322 "ql2322_fw.bin"
3730#define FW_FILE_ISP24XX "ql2400_fw.bin"
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07003731#define FW_FILE_ISP25XX "ql2500_fw.bin"
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08003732#define FW_FILE_ISP81XX "ql8100_fw.bin"
Giridhar Malavalia9083012010-04-12 17:59:55 -07003733#define FW_FILE_ISP82XX "ql8200_fw.bin"
Andrew Vasquezbb8ee492006-10-02 12:00:48 -07003734
Daniel Walkere1e82b62008-05-12 22:21:10 -07003735static DEFINE_MUTEX(qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08003736
3737static struct fw_blob qla_fw_blobs[FW_BLOBS] = {
Andrew Vasquezbb8ee492006-10-02 12:00:48 -07003738 { .name = FW_FILE_ISP21XX, .segs = { 0x1000, 0 }, },
3739 { .name = FW_FILE_ISP22XX, .segs = { 0x1000, 0 }, },
3740 { .name = FW_FILE_ISP2300, .segs = { 0x800, 0 }, },
3741 { .name = FW_FILE_ISP2322, .segs = { 0x800, 0x1c000, 0x1e000, 0 }, },
3742 { .name = FW_FILE_ISP24XX, },
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07003743 { .name = FW_FILE_ISP25XX, },
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08003744 { .name = FW_FILE_ISP81XX, },
Giridhar Malavalia9083012010-04-12 17:59:55 -07003745 { .name = FW_FILE_ISP82XX, },
Andrew Vasquez54333832005-11-09 15:49:04 -08003746};
3747
3748struct fw_blob *
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003749qla2x00_request_firmware(scsi_qla_host_t *vha)
Andrew Vasquez54333832005-11-09 15:49:04 -08003750{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003751 struct qla_hw_data *ha = vha->hw;
Andrew Vasquez54333832005-11-09 15:49:04 -08003752 struct fw_blob *blob;
3753
3754 blob = NULL;
3755 if (IS_QLA2100(ha)) {
3756 blob = &qla_fw_blobs[FW_ISP21XX];
3757 } else if (IS_QLA2200(ha)) {
3758 blob = &qla_fw_blobs[FW_ISP22XX];
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08003759 } else if (IS_QLA2300(ha) || IS_QLA2312(ha) || IS_QLA6312(ha)) {
Andrew Vasquez54333832005-11-09 15:49:04 -08003760 blob = &qla_fw_blobs[FW_ISP2300];
andrew.vasquez@qlogic.com48c02fd2006-03-09 14:27:18 -08003761 } else if (IS_QLA2322(ha) || IS_QLA6322(ha)) {
Andrew Vasquez54333832005-11-09 15:49:04 -08003762 blob = &qla_fw_blobs[FW_ISP2322];
Harihara Kadayam4d4df192008-04-03 13:13:26 -07003763 } else if (IS_QLA24XX_TYPE(ha)) {
Andrew Vasquez54333832005-11-09 15:49:04 -08003764 blob = &qla_fw_blobs[FW_ISP24XX];
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07003765 } else if (IS_QLA25XX(ha)) {
3766 blob = &qla_fw_blobs[FW_ISP25XX];
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08003767 } else if (IS_QLA81XX(ha)) {
3768 blob = &qla_fw_blobs[FW_ISP81XX];
Giridhar Malavalia9083012010-04-12 17:59:55 -07003769 } else if (IS_QLA82XX(ha)) {
3770 blob = &qla_fw_blobs[FW_ISP82XX];
Andrew Vasquez54333832005-11-09 15:49:04 -08003771 }
3772
Daniel Walkere1e82b62008-05-12 22:21:10 -07003773 mutex_lock(&qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08003774 if (blob->fw)
3775 goto out;
3776
3777 if (request_firmware(&blob->fw, blob->name, &ha->pdev->dev)) {
3778 DEBUG2(printk("scsi(%ld): Failed to load firmware image "
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003779 "(%s).\n", vha->host_no, blob->name));
Andrew Vasquez54333832005-11-09 15:49:04 -08003780 blob->fw = NULL;
3781 blob = NULL;
3782 goto out;
3783 }
3784
3785out:
Daniel Walkere1e82b62008-05-12 22:21:10 -07003786 mutex_unlock(&qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08003787 return blob;
3788}
3789
3790static void
3791qla2x00_release_firmware(void)
3792{
3793 int idx;
3794
Daniel Walkere1e82b62008-05-12 22:21:10 -07003795 mutex_lock(&qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08003796 for (idx = 0; idx < FW_BLOBS; idx++)
3797 if (qla_fw_blobs[idx].fw)
3798 release_firmware(qla_fw_blobs[idx].fw);
Daniel Walkere1e82b62008-05-12 22:21:10 -07003799 mutex_unlock(&qla_fw_lock);
Andrew Vasquez54333832005-11-09 15:49:04 -08003800}
3801
Seokmann Ju14e660e2007-09-20 14:07:36 -07003802static pci_ers_result_t
3803qla2xxx_pci_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
3804{
Andrew Vasquez85880802009-12-15 21:29:46 -08003805 scsi_qla_host_t *vha = pci_get_drvdata(pdev);
3806 struct qla_hw_data *ha = vha->hw;
3807
3808 DEBUG2(qla_printk(KERN_WARNING, ha, "error_detected:state %x\n",
3809 state));
Seokmann Jub9b12f72009-03-24 09:08:18 -07003810
Seokmann Ju14e660e2007-09-20 14:07:36 -07003811 switch (state) {
3812 case pci_channel_io_normal:
Andrew Vasquez85880802009-12-15 21:29:46 -08003813 ha->flags.eeh_busy = 0;
Seokmann Ju14e660e2007-09-20 14:07:36 -07003814 return PCI_ERS_RESULT_CAN_RECOVER;
3815 case pci_channel_io_frozen:
Andrew Vasquez85880802009-12-15 21:29:46 -08003816 ha->flags.eeh_busy = 1;
Lalit Chandivadea5b36322010-09-03 15:20:50 -07003817 /* For ISP82XX complete any pending mailbox cmd */
3818 if (IS_QLA82XX(ha)) {
Giridhar Malavali71905752011-02-23 15:27:10 -08003819 ha->flags.isp82xx_fw_hung = 1;
Lalit Chandivadea5b36322010-09-03 15:20:50 -07003820 if (ha->flags.mbox_busy) {
3821 ha->flags.mbox_int = 1;
3822 DEBUG2(qla_printk(KERN_ERR, ha,
3823 "Due to pci channel io frozen, doing premature "
3824 "completion of mbx command\n"));
3825 complete(&ha->mbx_intr_comp);
3826 }
3827 }
Joe Carnuccio90a86fc2010-01-12 13:02:46 -08003828 qla2x00_free_irqs(vha);
Seokmann Ju14e660e2007-09-20 14:07:36 -07003829 pci_disable_device(pdev);
Lalit Chandivadebddd2d62010-09-03 15:20:53 -07003830 /* Return back all IOs */
3831 qla2x00_abort_all_cmds(vha, DID_RESET << 16);
Seokmann Ju14e660e2007-09-20 14:07:36 -07003832 return PCI_ERS_RESULT_NEED_RESET;
3833 case pci_channel_io_perm_failure:
Andrew Vasquez85880802009-12-15 21:29:46 -08003834 ha->flags.pci_channel_io_perm_failure = 1;
3835 qla2x00_abort_all_cmds(vha, DID_NO_CONNECT << 16);
Seokmann Ju14e660e2007-09-20 14:07:36 -07003836 return PCI_ERS_RESULT_DISCONNECT;
3837 }
3838 return PCI_ERS_RESULT_NEED_RESET;
3839}
3840
3841static pci_ers_result_t
3842qla2xxx_pci_mmio_enabled(struct pci_dev *pdev)
3843{
3844 int risc_paused = 0;
3845 uint32_t stat;
3846 unsigned long flags;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003847 scsi_qla_host_t *base_vha = pci_get_drvdata(pdev);
3848 struct qla_hw_data *ha = base_vha->hw;
Seokmann Ju14e660e2007-09-20 14:07:36 -07003849 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
3850 struct device_reg_24xx __iomem *reg24 = &ha->iobase->isp24;
3851
Saurav Kashyapbcc5b6d2010-09-03 15:20:57 -07003852 if (IS_QLA82XX(ha))
3853 return PCI_ERS_RESULT_RECOVERED;
3854
Seokmann Ju14e660e2007-09-20 14:07:36 -07003855 spin_lock_irqsave(&ha->hardware_lock, flags);
3856 if (IS_QLA2100(ha) || IS_QLA2200(ha)){
3857 stat = RD_REG_DWORD(&reg->hccr);
3858 if (stat & HCCR_RISC_PAUSE)
3859 risc_paused = 1;
3860 } else if (IS_QLA23XX(ha)) {
3861 stat = RD_REG_DWORD(&reg->u.isp2300.host_status);
3862 if (stat & HSR_RISC_PAUSED)
3863 risc_paused = 1;
3864 } else if (IS_FWI2_CAPABLE(ha)) {
3865 stat = RD_REG_DWORD(&reg24->host_status);
3866 if (stat & HSRX_RISC_PAUSED)
3867 risc_paused = 1;
3868 }
3869 spin_unlock_irqrestore(&ha->hardware_lock, flags);
3870
3871 if (risc_paused) {
3872 qla_printk(KERN_INFO, ha, "RISC paused -- mmio_enabled, "
3873 "Dumping firmware!\n");
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003874 ha->isp_ops->fw_dump(base_vha, 0);
Seokmann Ju14e660e2007-09-20 14:07:36 -07003875
3876 return PCI_ERS_RESULT_NEED_RESET;
3877 } else
3878 return PCI_ERS_RESULT_RECOVERED;
3879}
3880
Lalit Chandivadea5b36322010-09-03 15:20:50 -07003881uint32_t qla82xx_error_recovery(scsi_qla_host_t *base_vha)
3882{
3883 uint32_t rval = QLA_FUNCTION_FAILED;
3884 uint32_t drv_active = 0;
3885 struct qla_hw_data *ha = base_vha->hw;
3886 int fn;
3887 struct pci_dev *other_pdev = NULL;
3888
3889 DEBUG17(qla_printk(KERN_INFO, ha,
3890 "scsi(%ld): In qla82xx_error_recovery\n", base_vha->host_no));
3891
3892 set_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
3893
3894 if (base_vha->flags.online) {
3895 /* Abort all outstanding commands,
3896 * so as to be requeued later */
3897 qla2x00_abort_isp_cleanup(base_vha);
3898 }
3899
3900
3901 fn = PCI_FUNC(ha->pdev->devfn);
3902 while (fn > 0) {
3903 fn--;
3904 DEBUG17(qla_printk(KERN_INFO, ha,
3905 "Finding pci device at function = 0x%x\n", fn));
3906 other_pdev =
3907 pci_get_domain_bus_and_slot(pci_domain_nr(ha->pdev->bus),
3908 ha->pdev->bus->number, PCI_DEVFN(PCI_SLOT(ha->pdev->devfn),
3909 fn));
3910
3911 if (!other_pdev)
3912 continue;
3913 if (atomic_read(&other_pdev->enable_cnt)) {
3914 DEBUG17(qla_printk(KERN_INFO, ha,
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003915 "Found PCI func available and enabled at 0x%x\n",
Lalit Chandivadea5b36322010-09-03 15:20:50 -07003916 fn));
3917 pci_dev_put(other_pdev);
3918 break;
3919 }
3920 pci_dev_put(other_pdev);
3921 }
3922
3923 if (!fn) {
3924 /* Reset owner */
3925 DEBUG17(qla_printk(KERN_INFO, ha,
3926 "This devfn is reset owner = 0x%x\n", ha->pdev->devfn));
3927 qla82xx_idc_lock(ha);
3928
3929 qla82xx_wr_32(ha, QLA82XX_CRB_DEV_STATE,
3930 QLA82XX_DEV_INITIALIZING);
3931
3932 qla82xx_wr_32(ha, QLA82XX_CRB_DRV_IDC_VERSION,
3933 QLA82XX_IDC_VERSION);
3934
3935 drv_active = qla82xx_rd_32(ha, QLA82XX_CRB_DRV_ACTIVE);
3936 DEBUG17(qla_printk(KERN_INFO, ha,
3937 "drv_active = 0x%x\n", drv_active));
3938
3939 qla82xx_idc_unlock(ha);
3940 /* Reset if device is not already reset
3941 * drv_active would be 0 if a reset has already been done
3942 */
3943 if (drv_active)
3944 rval = qla82xx_start_firmware(base_vha);
3945 else
3946 rval = QLA_SUCCESS;
3947 qla82xx_idc_lock(ha);
3948
3949 if (rval != QLA_SUCCESS) {
3950 qla_printk(KERN_INFO, ha, "HW State: FAILED\n");
3951 qla82xx_clear_drv_active(ha);
3952 qla82xx_wr_32(ha, QLA82XX_CRB_DEV_STATE,
3953 QLA82XX_DEV_FAILED);
3954 } else {
3955 qla_printk(KERN_INFO, ha, "HW State: READY\n");
3956 qla82xx_wr_32(ha, QLA82XX_CRB_DEV_STATE,
3957 QLA82XX_DEV_READY);
3958 qla82xx_idc_unlock(ha);
Giridhar Malavali71905752011-02-23 15:27:10 -08003959 ha->flags.isp82xx_fw_hung = 0;
Lalit Chandivadea5b36322010-09-03 15:20:50 -07003960 rval = qla82xx_restart_isp(base_vha);
3961 qla82xx_idc_lock(ha);
3962 /* Clear driver state register */
3963 qla82xx_wr_32(ha, QLA82XX_CRB_DRV_STATE, 0);
3964 qla82xx_set_drv_active(base_vha);
3965 }
3966 qla82xx_idc_unlock(ha);
3967 } else {
3968 DEBUG17(qla_printk(KERN_INFO, ha,
3969 "This devfn is not reset owner = 0x%x\n", ha->pdev->devfn));
3970 if ((qla82xx_rd_32(ha, QLA82XX_CRB_DEV_STATE) ==
3971 QLA82XX_DEV_READY)) {
Giridhar Malavali71905752011-02-23 15:27:10 -08003972 ha->flags.isp82xx_fw_hung = 0;
Lalit Chandivadea5b36322010-09-03 15:20:50 -07003973 rval = qla82xx_restart_isp(base_vha);
3974 qla82xx_idc_lock(ha);
3975 qla82xx_set_drv_active(base_vha);
3976 qla82xx_idc_unlock(ha);
3977 }
3978 }
3979 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
3980
3981 return rval;
3982}
3983
Seokmann Ju14e660e2007-09-20 14:07:36 -07003984static pci_ers_result_t
3985qla2xxx_pci_slot_reset(struct pci_dev *pdev)
3986{
3987 pci_ers_result_t ret = PCI_ERS_RESULT_DISCONNECT;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08003988 scsi_qla_host_t *base_vha = pci_get_drvdata(pdev);
3989 struct qla_hw_data *ha = base_vha->hw;
Joe Carnuccio90a86fc2010-01-12 13:02:46 -08003990 struct rsp_que *rsp;
3991 int rc, retries = 10;
Seokmann Ju14e660e2007-09-20 14:07:36 -07003992
Andrew Vasquez85880802009-12-15 21:29:46 -08003993 DEBUG17(qla_printk(KERN_WARNING, ha, "slot_reset\n"));
3994
Joe Carnuccio90a86fc2010-01-12 13:02:46 -08003995 /* Workaround: qla2xxx driver which access hardware earlier
3996 * needs error state to be pci_channel_io_online.
3997 * Otherwise mailbox command timesout.
3998 */
3999 pdev->error_state = pci_channel_io_normal;
4000
4001 pci_restore_state(pdev);
4002
Richard Lary8c1496b2010-02-18 10:07:29 -08004003 /* pci_restore_state() clears the saved_state flag of the device
4004 * save restored state which resets saved_state flag
4005 */
4006 pci_save_state(pdev);
4007
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11004008 if (ha->mem_only)
4009 rc = pci_enable_device_mem(pdev);
4010 else
4011 rc = pci_enable_device(pdev);
4012
4013 if (rc) {
Seokmann Ju14e660e2007-09-20 14:07:36 -07004014 qla_printk(KERN_WARNING, ha,
4015 "Can't re-enable PCI device after reset.\n");
Lalit Chandivadea5b36322010-09-03 15:20:50 -07004016 goto exit_slot_reset;
Seokmann Ju14e660e2007-09-20 14:07:36 -07004017 }
Seokmann Ju14e660e2007-09-20 14:07:36 -07004018
Joe Carnuccio90a86fc2010-01-12 13:02:46 -08004019 rsp = ha->rsp_q_map[0];
4020 if (qla2x00_request_irqs(ha, rsp))
Lalit Chandivadea5b36322010-09-03 15:20:50 -07004021 goto exit_slot_reset;
Joe Carnuccio90a86fc2010-01-12 13:02:46 -08004022
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08004023 if (ha->isp_ops->pci_config(base_vha))
Lalit Chandivadea5b36322010-09-03 15:20:50 -07004024 goto exit_slot_reset;
4025
4026 if (IS_QLA82XX(ha)) {
4027 if (qla82xx_error_recovery(base_vha) == QLA_SUCCESS) {
4028 ret = PCI_ERS_RESULT_RECOVERED;
4029 goto exit_slot_reset;
4030 } else
4031 goto exit_slot_reset;
4032 }
Seokmann Ju14e660e2007-09-20 14:07:36 -07004033
Joe Carnuccio90a86fc2010-01-12 13:02:46 -08004034 while (ha->flags.mbox_busy && retries--)
4035 msleep(1000);
Andrew Vasquez85880802009-12-15 21:29:46 -08004036
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08004037 set_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
Giridhar Malavalia9083012010-04-12 17:59:55 -07004038 if (ha->isp_ops->abort_isp(base_vha) == QLA_SUCCESS)
Seokmann Ju14e660e2007-09-20 14:07:36 -07004039 ret = PCI_ERS_RESULT_RECOVERED;
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08004040 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
Seokmann Ju14e660e2007-09-20 14:07:36 -07004041
Joe Carnuccio90a86fc2010-01-12 13:02:46 -08004042
Lalit Chandivadea5b36322010-09-03 15:20:50 -07004043exit_slot_reset:
Andrew Vasquez85880802009-12-15 21:29:46 -08004044 DEBUG17(qla_printk(KERN_WARNING, ha,
4045 "slot_reset-return:ret=%x\n", ret));
4046
Seokmann Ju14e660e2007-09-20 14:07:36 -07004047 return ret;
4048}
4049
4050static void
4051qla2xxx_pci_resume(struct pci_dev *pdev)
4052{
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08004053 scsi_qla_host_t *base_vha = pci_get_drvdata(pdev);
4054 struct qla_hw_data *ha = base_vha->hw;
Seokmann Ju14e660e2007-09-20 14:07:36 -07004055 int ret;
4056
Andrew Vasquez85880802009-12-15 21:29:46 -08004057 DEBUG17(qla_printk(KERN_WARNING, ha, "pci_resume\n"));
4058
Anirban Chakrabortye315cd22008-11-06 10:40:51 -08004059 ret = qla2x00_wait_for_hba_online(base_vha);
Seokmann Ju14e660e2007-09-20 14:07:36 -07004060 if (ret != QLA_SUCCESS) {
4061 qla_printk(KERN_ERR, ha,
4062 "the device failed to resume I/O "
4063 "from slot/link_reset");
4064 }
Andrew Vasquez85880802009-12-15 21:29:46 -08004065
Lalit Chandivade3e46f032010-05-04 15:01:23 -07004066 pci_cleanup_aer_uncorrect_error_status(pdev);
4067
Andrew Vasquez85880802009-12-15 21:29:46 -08004068 ha->flags.eeh_busy = 0;
Seokmann Ju14e660e2007-09-20 14:07:36 -07004069}
4070
4071static struct pci_error_handlers qla2xxx_err_handler = {
4072 .error_detected = qla2xxx_pci_error_detected,
4073 .mmio_enabled = qla2xxx_pci_mmio_enabled,
4074 .slot_reset = qla2xxx_pci_slot_reset,
4075 .resume = qla2xxx_pci_resume,
4076};
4077
Andrew Vasquez54333832005-11-09 15:49:04 -08004078static struct pci_device_id qla2xxx_pci_tbl[] = {
Andrew Vasquez47f5e062006-05-17 15:09:39 -07004079 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100) },
4080 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2200) },
4081 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2300) },
4082 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2312) },
4083 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2322) },
4084 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6312) },
4085 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6322) },
4086 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2422) },
4087 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2432) },
Harihara Kadayam4d4df192008-04-03 13:13:26 -07004088 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8432) },
Andrew Vasquez47f5e062006-05-17 15:09:39 -07004089 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5422) },
4090 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP5432) },
Andrew Vasquezc3a2f0d2007-07-19 20:37:34 -07004091 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2532) },
Andrew Vasquez3a03eb72009-01-05 11:18:11 -08004092 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8001) },
Giridhar Malavalia9083012010-04-12 17:59:55 -07004093 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8021) },
Andrew Vasquez54333832005-11-09 15:49:04 -08004094 { 0 },
4095};
4096MODULE_DEVICE_TABLE(pci, qla2xxx_pci_tbl);
4097
Andrew Vasquezfca29702005-07-06 10:31:47 -07004098static struct pci_driver qla2xxx_pci_driver = {
Andrew Vasquezcb630672006-05-17 15:09:45 -07004099 .name = QLA2XXX_DRIVER_NAME,
James Bottomley0a21ef12005-12-01 12:51:50 -06004100 .driver = {
4101 .owner = THIS_MODULE,
4102 },
Andrew Vasquezfca29702005-07-06 10:31:47 -07004103 .id_table = qla2xxx_pci_tbl,
Andrew Vasquez7ee61392006-06-23 16:11:22 -07004104 .probe = qla2x00_probe_one,
Adrian Bunk4c993f72008-01-14 00:55:16 -08004105 .remove = qla2x00_remove_one,
Madhuranath Iyengare30d1752010-10-15 11:27:46 -07004106 .shutdown = qla2x00_shutdown,
Seokmann Ju14e660e2007-09-20 14:07:36 -07004107 .err_handler = &qla2xxx_err_handler,
Andrew Vasquezfca29702005-07-06 10:31:47 -07004108};
4109
Harish Zunjarrao6a03b4c2010-05-04 15:01:24 -07004110static struct file_operations apidev_fops = {
4111 .owner = THIS_MODULE,
Arnd Bergmann6038f372010-08-15 18:52:59 +02004112 .llseek = noop_llseek,
Harish Zunjarrao6a03b4c2010-05-04 15:01:24 -07004113};
4114
Linus Torvalds1da177e2005-04-16 15:20:36 -07004115/**
4116 * qla2x00_module_init - Module initialization.
4117 **/
4118static int __init
4119qla2x00_module_init(void)
4120{
Andrew Vasquezfca29702005-07-06 10:31:47 -07004121 int ret = 0;
4122
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123 /* Allocate cache for SRBs. */
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04004124 srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0,
Paul Mundt20c2df82007-07-20 10:11:58 +09004125 SLAB_HWCACHE_ALIGN, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004126 if (srb_cachep == NULL) {
4127 printk(KERN_ERR
4128 "qla2xxx: Unable to allocate SRB cache...Failing load!\n");
4129 return -ENOMEM;
4130 }
4131
4132 /* Derive version string. */
4133 strcpy(qla2x00_version_str, QLA2XXX_VERSION);
Andrew Vasquez11010fe2006-10-06 09:54:59 -07004134 if (ql2xextended_error_logging)
Andrew Vasquez01819442006-06-23 16:11:10 -07004135 strcat(qla2x00_version_str, "-debug");
4136
Andrew Vasquez1c97a122005-04-21 16:13:36 -04004137 qla2xxx_transport_template =
4138 fc_attach_transport(&qla2xxx_transport_functions);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07004139 if (!qla2xxx_transport_template) {
4140 kmem_cache_destroy(srb_cachep);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141 return -ENODEV;
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07004142 }
Harish Zunjarrao6a03b4c2010-05-04 15:01:24 -07004143
4144 apidev_major = register_chrdev(0, QLA2XXX_APIDEV, &apidev_fops);
4145 if (apidev_major < 0) {
4146 printk(KERN_WARNING "qla2xxx: Unable to register char device "
4147 "%s\n", QLA2XXX_APIDEV);
4148 }
4149
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07004150 qla2xxx_transport_vport_template =
4151 fc_attach_transport(&qla2xxx_transport_vport_functions);
4152 if (!qla2xxx_transport_vport_template) {
4153 kmem_cache_destroy(srb_cachep);
4154 fc_release_transport(qla2xxx_transport_template);
4155 return -ENODEV;
4156 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004157
Andrew Vasquezfd9a29f02008-05-12 22:21:08 -07004158 printk(KERN_INFO "QLogic Fibre Channel HBA Driver: %s\n",
4159 qla2x00_version_str);
Andrew Vasquez7ee61392006-06-23 16:11:22 -07004160 ret = pci_register_driver(&qla2xxx_pci_driver);
Andrew Vasquezfca29702005-07-06 10:31:47 -07004161 if (ret) {
4162 kmem_cache_destroy(srb_cachep);
4163 fc_release_transport(qla2xxx_transport_template);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07004164 fc_release_transport(qla2xxx_transport_vport_template);
Andrew Vasquezfca29702005-07-06 10:31:47 -07004165 }
4166 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167}
4168
4169/**
4170 * qla2x00_module_exit - Module cleanup.
4171 **/
4172static void __exit
4173qla2x00_module_exit(void)
4174{
Harish Zunjarrao6a03b4c2010-05-04 15:01:24 -07004175 unregister_chrdev(apidev_major, QLA2XXX_APIDEV);
Andrew Vasquez7ee61392006-06-23 16:11:22 -07004176 pci_unregister_driver(&qla2xxx_pci_driver);
Andrew Vasquez54333832005-11-09 15:49:04 -08004177 qla2x00_release_firmware();
Andrew Vasquez 354d6b22005-04-23 02:47:27 -04004178 kmem_cache_destroy(srb_cachep);
Giridhar Malavalia9083012010-04-12 17:59:55 -07004179 if (ctx_cachep)
4180 kmem_cache_destroy(ctx_cachep);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004181 fc_release_transport(qla2xxx_transport_template);
Seokmann Ju2c3dfe32007-07-05 13:16:51 -07004182 fc_release_transport(qla2xxx_transport_vport_template);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183}
4184
4185module_init(qla2x00_module_init);
4186module_exit(qla2x00_module_exit);
4187
4188MODULE_AUTHOR("QLogic Corporation");
4189MODULE_DESCRIPTION("QLogic Fibre Channel HBA Driver");
4190MODULE_LICENSE("GPL");
4191MODULE_VERSION(QLA2XXX_VERSION);
Andrew Vasquezbb8ee492006-10-02 12:00:48 -07004192MODULE_FIRMWARE(FW_FILE_ISP21XX);
4193MODULE_FIRMWARE(FW_FILE_ISP22XX);
4194MODULE_FIRMWARE(FW_FILE_ISP2300);
4195MODULE_FIRMWARE(FW_FILE_ISP2322);
4196MODULE_FIRMWARE(FW_FILE_ISP24XX);
Andrew Vasquez61623fc2008-01-31 12:33:45 -08004197MODULE_FIRMWARE(FW_FILE_ISP25XX);