2 * QLogic Fibre Channel HBA Driver
3 * Copyright (c) 2003-2014 QLogic Corporation
5 * See LICENSE.qla2xxx for copyright and licensing details.
9 #include <linux/moduleparam.h>
10 #include <linux/vmalloc.h>
11 #include <linux/delay.h>
12 #include <linux/kthread.h>
13 #include <linux/mutex.h>
14 #include <linux/kobject.h>
15 #include <linux/slab.h>
16 #include <scsi/scsi_tcq.h>
17 #include <scsi/scsicam.h>
18 #include <scsi/scsi_transport.h>
19 #include <scsi/scsi_transport_fc.h>
21 #include "qla_target.h"
26 char qla2x00_version_str
[40];
28 static int apidev_major
;
31 * SRB allocation cache
33 static struct kmem_cache
*srb_cachep
;
36 * CT6 CTX allocation cache
38 static struct kmem_cache
*ctx_cachep
;
40 * error level for logging
42 int ql_errlev
= ql_log_all
;
44 static int ql2xenableclass2
;
45 module_param(ql2xenableclass2
, int, S_IRUGO
|S_IRUSR
);
46 MODULE_PARM_DESC(ql2xenableclass2
,
47 "Specify if Class 2 operations are supported from the very "
48 "beginning. Default is 0 - class 2 not supported.");
51 int ql2xlogintimeout
= 20;
52 module_param(ql2xlogintimeout
, int, S_IRUGO
);
53 MODULE_PARM_DESC(ql2xlogintimeout
,
54 "Login timeout value in seconds.");
56 int qlport_down_retry
;
57 module_param(qlport_down_retry
, int, S_IRUGO
);
58 MODULE_PARM_DESC(qlport_down_retry
,
59 "Maximum number of command retries to a port that returns "
60 "a PORT-DOWN status.");
62 int ql2xplogiabsentdevice
;
63 module_param(ql2xplogiabsentdevice
, int, S_IRUGO
|S_IWUSR
);
64 MODULE_PARM_DESC(ql2xplogiabsentdevice
,
65 "Option to enable PLOGI to devices that are not present after "
66 "a Fabric scan. This is needed for several broken switches. "
67 "Default is 0 - no PLOGI. 1 - perfom PLOGI.");
69 int ql2xloginretrycount
= 0;
70 module_param(ql2xloginretrycount
, int, S_IRUGO
);
71 MODULE_PARM_DESC(ql2xloginretrycount
,
72 "Specify an alternate value for the NVRAM login retry count.");
74 int ql2xallocfwdump
= 1;
75 module_param(ql2xallocfwdump
, int, S_IRUGO
);
76 MODULE_PARM_DESC(ql2xallocfwdump
,
77 "Option to enable allocation of memory for a firmware dump "
78 "during HBA initialization. Memory allocation requirements "
79 "vary by ISP type. Default is 1 - allocate memory.");
81 int ql2xextended_error_logging
;
82 module_param(ql2xextended_error_logging
, int, S_IRUGO
|S_IWUSR
);
83 MODULE_PARM_DESC(ql2xextended_error_logging
,
84 "Option to enable extended error logging,\n"
85 "\t\tDefault is 0 - no logging. 0x40000000 - Module Init & Probe.\n"
86 "\t\t0x20000000 - Mailbox Cmnds. 0x10000000 - Device Discovery.\n"
87 "\t\t0x08000000 - IO tracing. 0x04000000 - DPC Thread.\n"
88 "\t\t0x02000000 - Async events. 0x01000000 - Timer routines.\n"
89 "\t\t0x00800000 - User space. 0x00400000 - Task Management.\n"
90 "\t\t0x00200000 - AER/EEH. 0x00100000 - Multi Q.\n"
91 "\t\t0x00080000 - P3P Specific. 0x00040000 - Virtual Port.\n"
92 "\t\t0x00020000 - Buffer Dump. 0x00010000 - Misc.\n"
93 "\t\t0x00008000 - Verbose. 0x00004000 - Target.\n"
94 "\t\t0x00002000 - Target Mgmt. 0x00001000 - Target TMF.\n"
95 "\t\t0x7fffffff - For enabling all logs, can be too many logs.\n"
96 "\t\t0x1e400000 - Preferred value for capturing essential "
97 "debug information (equivalent to old "
98 "ql2xextended_error_logging=1).\n"
99 "\t\tDo LOGICAL OR of the value to enable more than one level");
101 int ql2xshiftctondsd
= 6;
102 module_param(ql2xshiftctondsd
, int, S_IRUGO
);
103 MODULE_PARM_DESC(ql2xshiftctondsd
,
104 "Set to control shifting of command type processing "
105 "based on total number of SG elements.");
107 int ql2xfdmienable
=1;
108 module_param(ql2xfdmienable
, int, S_IRUGO
|S_IWUSR
);
109 MODULE_PARM_DESC(ql2xfdmienable
,
110 "Enables FDMI registrations. "
111 "0 - no FDMI. Default is 1 - perform FDMI.");
113 #define MAX_Q_DEPTH 32
114 static int ql2xmaxqdepth
= MAX_Q_DEPTH
;
115 module_param(ql2xmaxqdepth
, int, S_IRUGO
|S_IWUSR
);
116 MODULE_PARM_DESC(ql2xmaxqdepth
,
117 "Maximum queue depth to set for each LUN. "
120 int ql2xenabledif
= 2;
121 module_param(ql2xenabledif
, int, S_IRUGO
);
122 MODULE_PARM_DESC(ql2xenabledif
,
123 " Enable T10-CRC-DIF:\n"
125 " 0 -- No DIF Support\n"
126 " 1 -- Enable DIF for all types\n"
127 " 2 -- Enable DIF for all types, except Type 0.\n");
129 int ql2xenablehba_err_chk
= 2;
130 module_param(ql2xenablehba_err_chk
, int, S_IRUGO
|S_IWUSR
);
131 MODULE_PARM_DESC(ql2xenablehba_err_chk
,
132 " Enable T10-CRC-DIF Error isolation by HBA:\n"
134 " 0 -- Error isolation disabled\n"
135 " 1 -- Error isolation enabled only for DIX Type 0\n"
136 " 2 -- Error isolation enabled for all Types\n");
138 int ql2xiidmaenable
=1;
139 module_param(ql2xiidmaenable
, int, S_IRUGO
);
140 MODULE_PARM_DESC(ql2xiidmaenable
,
141 "Enables iIDMA settings "
142 "Default is 1 - perform iIDMA. 0 - no iIDMA.");
144 int ql2xmaxqueues
= 1;
145 module_param(ql2xmaxqueues
, int, S_IRUGO
);
146 MODULE_PARM_DESC(ql2xmaxqueues
,
147 "Enables MQ settings "
148 "Default is 1 for single queue. Set it to number "
149 "of queues in MQ mode.");
151 int ql2xmultique_tag
;
152 module_param(ql2xmultique_tag
, int, S_IRUGO
);
153 MODULE_PARM_DESC(ql2xmultique_tag
,
154 "Enables CPU affinity settings for the driver "
155 "Default is 0 for no affinity of request and response IO. "
156 "Set it to 1 to turn on the cpu affinity.");
159 module_param(ql2xfwloadbin
, int, S_IRUGO
|S_IWUSR
);
160 MODULE_PARM_DESC(ql2xfwloadbin
,
161 "Option to specify location from which to load ISP firmware:.\n"
162 " 2 -- load firmware via the request_firmware() (hotplug).\n"
164 " 1 -- load firmware from flash.\n"
165 " 0 -- use default semantics.\n");
168 module_param(ql2xetsenable
, int, S_IRUGO
);
169 MODULE_PARM_DESC(ql2xetsenable
,
170 "Enables firmware ETS burst."
171 "Default is 0 - skip ETS enablement.");
174 module_param(ql2xdbwr
, int, S_IRUGO
|S_IWUSR
);
175 MODULE_PARM_DESC(ql2xdbwr
,
176 "Option to specify scheme for request queue posting.\n"
177 " 0 -- Regular doorbell.\n"
178 " 1 -- CAMRAM doorbell (faster).\n");
180 int ql2xtargetreset
= 1;
181 module_param(ql2xtargetreset
, int, S_IRUGO
);
182 MODULE_PARM_DESC(ql2xtargetreset
,
183 "Enable target reset."
184 "Default is 1 - use hw defaults.");
187 module_param(ql2xgffidenable
, int, S_IRUGO
);
188 MODULE_PARM_DESC(ql2xgffidenable
,
189 "Enables GFF_ID checks of port type. "
190 "Default is 0 - Do not use GFF_ID information.");
192 int ql2xasynctmfenable
;
193 module_param(ql2xasynctmfenable
, int, S_IRUGO
);
194 MODULE_PARM_DESC(ql2xasynctmfenable
,
195 "Enables issue of TM IOCBs asynchronously via IOCB mechanism"
196 "Default is 0 - Issue TM IOCBs via mailbox mechanism.");
198 int ql2xdontresethba
;
199 module_param(ql2xdontresethba
, int, S_IRUGO
|S_IWUSR
);
200 MODULE_PARM_DESC(ql2xdontresethba
,
201 "Option to specify reset behaviour.\n"
202 " 0 (Default) -- Reset on failure.\n"
203 " 1 -- Do not reset on failure.\n");
205 uint64_t ql2xmaxlun
= MAX_LUNS
;
206 module_param(ql2xmaxlun
, ullong
, S_IRUGO
);
207 MODULE_PARM_DESC(ql2xmaxlun
,
208 "Defines the maximum LU number to register with the SCSI "
209 "midlayer. Default is 65535.");
211 int ql2xmdcapmask
= 0x1F;
212 module_param(ql2xmdcapmask
, int, S_IRUGO
);
213 MODULE_PARM_DESC(ql2xmdcapmask
,
214 "Set the Minidump driver capture mask level. "
215 "Default is 0x1F - Can be set to 0x3, 0x7, 0xF, 0x1F, 0x7F.");
217 int ql2xmdenable
= 1;
218 module_param(ql2xmdenable
, int, S_IRUGO
);
219 MODULE_PARM_DESC(ql2xmdenable
,
220 "Enable/disable MiniDump. "
221 "0 - MiniDump disabled. "
222 "1 (Default) - MiniDump enabled.");
225 * SCSI host template entry points
227 static int qla2xxx_slave_configure(struct scsi_device
* device
);
228 static int qla2xxx_slave_alloc(struct scsi_device
*);
229 static int qla2xxx_scan_finished(struct Scsi_Host
*, unsigned long time
);
230 static void qla2xxx_scan_start(struct Scsi_Host
*);
231 static void qla2xxx_slave_destroy(struct scsi_device
*);
232 static int qla2xxx_queuecommand(struct Scsi_Host
*h
, struct scsi_cmnd
*cmd
);
233 static int qla2xxx_eh_abort(struct scsi_cmnd
*);
234 static int qla2xxx_eh_device_reset(struct scsi_cmnd
*);
235 static int qla2xxx_eh_target_reset(struct scsi_cmnd
*);
236 static int qla2xxx_eh_bus_reset(struct scsi_cmnd
*);
237 static int qla2xxx_eh_host_reset(struct scsi_cmnd
*);
239 static void qla2x00_clear_drv_active(struct qla_hw_data
*);
240 static void qla2x00_free_device(scsi_qla_host_t
*);
241 static void qla83xx_disable_laser(scsi_qla_host_t
*vha
);
243 struct scsi_host_template qla2xxx_driver_template
= {
244 .module
= THIS_MODULE
,
245 .name
= QLA2XXX_DRIVER_NAME
,
246 .queuecommand
= qla2xxx_queuecommand
,
248 .eh_abort_handler
= qla2xxx_eh_abort
,
249 .eh_device_reset_handler
= qla2xxx_eh_device_reset
,
250 .eh_target_reset_handler
= qla2xxx_eh_target_reset
,
251 .eh_bus_reset_handler
= qla2xxx_eh_bus_reset
,
252 .eh_host_reset_handler
= qla2xxx_eh_host_reset
,
254 .slave_configure
= qla2xxx_slave_configure
,
256 .slave_alloc
= qla2xxx_slave_alloc
,
257 .slave_destroy
= qla2xxx_slave_destroy
,
258 .scan_finished
= qla2xxx_scan_finished
,
259 .scan_start
= qla2xxx_scan_start
,
260 .change_queue_depth
= scsi_change_queue_depth
,
263 .use_clustering
= ENABLE_CLUSTERING
,
264 .sg_tablesize
= SG_ALL
,
266 .max_sectors
= 0xFFFF,
267 .shost_attrs
= qla2x00_host_attrs
,
269 .supported_mode
= MODE_INITIATOR
,
271 .track_queue_depth
= 1,
274 static struct scsi_transport_template
*qla2xxx_transport_template
= NULL
;
275 struct scsi_transport_template
*qla2xxx_transport_vport_template
= NULL
;
277 /* TODO Convert to inlines
283 qla2x00_start_timer(scsi_qla_host_t
*vha
, void *func
, unsigned long interval
)
285 init_timer(&vha
->timer
);
286 vha
->timer
.expires
= jiffies
+ interval
* HZ
;
287 vha
->timer
.data
= (unsigned long)vha
;
288 vha
->timer
.function
= (void (*)(unsigned long))func
;
289 add_timer(&vha
->timer
);
290 vha
->timer_active
= 1;
294 qla2x00_restart_timer(scsi_qla_host_t
*vha
, unsigned long interval
)
296 /* Currently used for 82XX only. */
297 if (vha
->device_flags
& DFLG_DEV_FAILED
) {
298 ql_dbg(ql_dbg_timer
, vha
, 0x600d,
299 "Device in a failed state, returning.\n");
303 mod_timer(&vha
->timer
, jiffies
+ interval
* HZ
);
306 static __inline__
void
307 qla2x00_stop_timer(scsi_qla_host_t
*vha
)
309 del_timer_sync(&vha
->timer
);
310 vha
->timer_active
= 0;
313 static int qla2x00_do_dpc(void *data
);
315 static void qla2x00_rst_aen(scsi_qla_host_t
*);
317 static int qla2x00_mem_alloc(struct qla_hw_data
*, uint16_t, uint16_t,
318 struct req_que
**, struct rsp_que
**);
319 static void qla2x00_free_fw_dump(struct qla_hw_data
*);
320 static void qla2x00_mem_free(struct qla_hw_data
*);
322 /* -------------------------------------------------------------------------- */
323 static int qla2x00_alloc_queues(struct qla_hw_data
*ha
, struct req_que
*req
,
326 scsi_qla_host_t
*vha
= pci_get_drvdata(ha
->pdev
);
327 ha
->req_q_map
= kzalloc(sizeof(struct req_que
*) * ha
->max_req_queues
,
329 if (!ha
->req_q_map
) {
330 ql_log(ql_log_fatal
, vha
, 0x003b,
331 "Unable to allocate memory for request queue ptrs.\n");
335 ha
->rsp_q_map
= kzalloc(sizeof(struct rsp_que
*) * ha
->max_rsp_queues
,
337 if (!ha
->rsp_q_map
) {
338 ql_log(ql_log_fatal
, vha
, 0x003c,
339 "Unable to allocate memory for response queue ptrs.\n");
343 * Make sure we record at least the request and response queue zero in
344 * case we need to free them if part of the probe fails.
346 ha
->rsp_q_map
[0] = rsp
;
347 ha
->req_q_map
[0] = req
;
348 set_bit(0, ha
->rsp_qid_map
);
349 set_bit(0, ha
->req_qid_map
);
353 kfree(ha
->req_q_map
);
354 ha
->req_q_map
= NULL
;
359 static void qla2x00_free_req_que(struct qla_hw_data
*ha
, struct req_que
*req
)
361 if (IS_QLAFX00(ha
)) {
362 if (req
&& req
->ring_fx00
)
363 dma_free_coherent(&ha
->pdev
->dev
,
364 (req
->length_fx00
+ 1) * sizeof(request_t
),
365 req
->ring_fx00
, req
->dma_fx00
);
366 } else if (req
&& req
->ring
)
367 dma_free_coherent(&ha
->pdev
->dev
,
368 (req
->length
+ 1) * sizeof(request_t
),
369 req
->ring
, req
->dma
);
372 kfree(req
->outstanding_cmds
);
378 static void qla2x00_free_rsp_que(struct qla_hw_data
*ha
, struct rsp_que
*rsp
)
380 if (IS_QLAFX00(ha
)) {
381 if (rsp
&& rsp
->ring
)
382 dma_free_coherent(&ha
->pdev
->dev
,
383 (rsp
->length_fx00
+ 1) * sizeof(request_t
),
384 rsp
->ring_fx00
, rsp
->dma_fx00
);
385 } else if (rsp
&& rsp
->ring
) {
386 dma_free_coherent(&ha
->pdev
->dev
,
387 (rsp
->length
+ 1) * sizeof(response_t
),
388 rsp
->ring
, rsp
->dma
);
394 static void qla2x00_free_queues(struct qla_hw_data
*ha
)
400 for (cnt
= 0; cnt
< ha
->max_req_queues
; cnt
++) {
401 req
= ha
->req_q_map
[cnt
];
402 qla2x00_free_req_que(ha
, req
);
404 kfree(ha
->req_q_map
);
405 ha
->req_q_map
= NULL
;
407 for (cnt
= 0; cnt
< ha
->max_rsp_queues
; cnt
++) {
408 rsp
= ha
->rsp_q_map
[cnt
];
409 qla2x00_free_rsp_que(ha
, rsp
);
411 kfree(ha
->rsp_q_map
);
412 ha
->rsp_q_map
= NULL
;
415 static int qla25xx_setup_mode(struct scsi_qla_host
*vha
)
417 uint16_t options
= 0;
419 struct qla_hw_data
*ha
= vha
->hw
;
421 if (!(ha
->fw_attributes
& BIT_6
)) {
422 ql_log(ql_log_warn
, vha
, 0x00d8,
423 "Firmware is not multi-queue capable.\n");
426 if (ql2xmultique_tag
) {
427 /* create a request queue for IO */
429 req
= qla25xx_create_req_que(ha
, options
, 0, 0, -1,
430 QLA_DEFAULT_QUE_QOS
);
432 ql_log(ql_log_warn
, vha
, 0x00e0,
433 "Failed to create request queue.\n");
436 ha
->wq
= alloc_workqueue("qla2xxx_wq", WQ_MEM_RECLAIM
, 1);
437 vha
->req
= ha
->req_q_map
[req
];
439 for (ques
= 1; ques
< ha
->max_rsp_queues
; ques
++) {
440 ret
= qla25xx_create_rsp_que(ha
, options
, 0, 0, req
);
442 ql_log(ql_log_warn
, vha
, 0x00e8,
443 "Failed to create response queue.\n");
447 ha
->flags
.cpu_affinity_enabled
= 1;
448 ql_dbg(ql_dbg_multiq
, vha
, 0xc007,
449 "CPU affinity mode enalbed, "
450 "no. of response queues:%d no. of request queues:%d.\n",
451 ha
->max_rsp_queues
, ha
->max_req_queues
);
452 ql_dbg(ql_dbg_init
, vha
, 0x00e9,
453 "CPU affinity mode enalbed, "
454 "no. of response queues:%d no. of request queues:%d.\n",
455 ha
->max_rsp_queues
, ha
->max_req_queues
);
459 qla25xx_delete_queues(vha
);
460 destroy_workqueue(ha
->wq
);
462 vha
->req
= ha
->req_q_map
[0];
465 kfree(ha
->req_q_map
);
466 kfree(ha
->rsp_q_map
);
467 ha
->max_req_queues
= ha
->max_rsp_queues
= 1;
472 qla2x00_pci_info_str(struct scsi_qla_host
*vha
, char *str
)
474 struct qla_hw_data
*ha
= vha
->hw
;
475 static char *pci_bus_modes
[] = {
476 "33", "66", "100", "133",
481 pci_bus
= (ha
->pci_attr
& (BIT_9
| BIT_10
)) >> 9;
484 strcat(str
, pci_bus_modes
[pci_bus
]);
486 pci_bus
= (ha
->pci_attr
& BIT_8
) >> 8;
488 strcat(str
, pci_bus_modes
[pci_bus
]);
490 strcat(str
, " MHz)");
496 qla24xx_pci_info_str(struct scsi_qla_host
*vha
, char *str
)
498 static char *pci_bus_modes
[] = { "33", "66", "100", "133", };
499 struct qla_hw_data
*ha
= vha
->hw
;
502 if (pci_is_pcie(ha
->pdev
)) {
504 uint32_t lstat
, lspeed
, lwidth
;
506 pcie_capability_read_dword(ha
->pdev
, PCI_EXP_LNKCAP
, &lstat
);
507 lspeed
= lstat
& PCI_EXP_LNKCAP_SLS
;
508 lwidth
= (lstat
& PCI_EXP_LNKCAP_MLW
) >> 4;
510 strcpy(str
, "PCIe (");
513 strcat(str
, "2.5GT/s ");
516 strcat(str
, "5.0GT/s ");
519 strcat(str
, "8.0GT/s ");
522 strcat(str
, "<unknown> ");
525 snprintf(lwstr
, sizeof(lwstr
), "x%d)", lwidth
);
532 pci_bus
= (ha
->pci_attr
& CSRX_PCIX_BUS_MODE_MASK
) >> 8;
533 if (pci_bus
== 0 || pci_bus
== 8) {
535 strcat(str
, pci_bus_modes
[pci_bus
>> 3]);
539 strcat(str
, "Mode 2");
541 strcat(str
, "Mode 1");
543 strcat(str
, pci_bus_modes
[pci_bus
& ~BIT_2
]);
545 strcat(str
, " MHz)");
551 qla2x00_fw_version_str(struct scsi_qla_host
*vha
, char *str
, size_t size
)
554 struct qla_hw_data
*ha
= vha
->hw
;
556 snprintf(str
, size
, "%d.%02d.%02d ", ha
->fw_major_version
,
557 ha
->fw_minor_version
, ha
->fw_subminor_version
);
559 if (ha
->fw_attributes
& BIT_9
) {
564 switch (ha
->fw_attributes
& 0xFF) {
578 sprintf(un_str
, "(%x)", ha
->fw_attributes
);
582 if (ha
->fw_attributes
& 0x100)
589 qla24xx_fw_version_str(struct scsi_qla_host
*vha
, char *str
, size_t size
)
591 struct qla_hw_data
*ha
= vha
->hw
;
593 snprintf(str
, size
, "%d.%02d.%02d (%x)", ha
->fw_major_version
,
594 ha
->fw_minor_version
, ha
->fw_subminor_version
, ha
->fw_attributes
);
599 qla2x00_sp_free_dma(void *vha
, void *ptr
)
601 srb_t
*sp
= (srb_t
*)ptr
;
602 struct scsi_cmnd
*cmd
= GET_CMD_SP(sp
);
603 struct qla_hw_data
*ha
= sp
->fcport
->vha
->hw
;
604 void *ctx
= GET_CMD_CTX_SP(sp
);
606 if (sp
->flags
& SRB_DMA_VALID
) {
608 sp
->flags
&= ~SRB_DMA_VALID
;
611 if (sp
->flags
& SRB_CRC_PROT_DMA_VALID
) {
612 dma_unmap_sg(&ha
->pdev
->dev
, scsi_prot_sglist(cmd
),
613 scsi_prot_sg_count(cmd
), cmd
->sc_data_direction
);
614 sp
->flags
&= ~SRB_CRC_PROT_DMA_VALID
;
617 if (sp
->flags
& SRB_CRC_CTX_DSD_VALID
) {
618 /* List assured to be having elements */
619 qla2x00_clean_dsd_pool(ha
, sp
, NULL
);
620 sp
->flags
&= ~SRB_CRC_CTX_DSD_VALID
;
623 if (sp
->flags
& SRB_CRC_CTX_DMA_VALID
) {
624 dma_pool_free(ha
->dl_dma_pool
, ctx
,
625 ((struct crc_context
*)ctx
)->crc_ctx_dma
);
626 sp
->flags
&= ~SRB_CRC_CTX_DMA_VALID
;
629 if (sp
->flags
& SRB_FCP_CMND_DMA_VALID
) {
630 struct ct6_dsd
*ctx1
= (struct ct6_dsd
*)ctx
;
632 dma_pool_free(ha
->fcp_cmnd_dma_pool
, ctx1
->fcp_cmnd
,
634 list_splice(&ctx1
->dsd_list
, &ha
->gbl_dsd_list
);
635 ha
->gbl_dsd_inuse
-= ctx1
->dsd_use_cnt
;
636 ha
->gbl_dsd_avail
+= ctx1
->dsd_use_cnt
;
637 mempool_free(ctx1
, ha
->ctx_mempool
);
642 qla2x00_rel_sp(sp
->fcport
->vha
, sp
);
646 qla2x00_sp_compl(void *data
, void *ptr
, int res
)
648 struct qla_hw_data
*ha
= (struct qla_hw_data
*)data
;
649 srb_t
*sp
= (srb_t
*)ptr
;
650 struct scsi_cmnd
*cmd
= GET_CMD_SP(sp
);
654 if (atomic_read(&sp
->ref_count
) == 0) {
655 ql_dbg(ql_dbg_io
, sp
->fcport
->vha
, 0x3015,
656 "SP reference-count to ZERO -- sp=%p cmd=%p.\n",
658 if (ql2xextended_error_logging
& ql_dbg_io
)
662 if (!atomic_dec_and_test(&sp
->ref_count
))
665 qla2x00_sp_free_dma(ha
, sp
);
669 /* If we are SP1 here, we need to still take and release the host_lock as SP1
670 * does not have the changes necessary to avoid taking host->host_lock.
673 qla2xxx_queuecommand(struct Scsi_Host
*host
, struct scsi_cmnd
*cmd
)
675 scsi_qla_host_t
*vha
= shost_priv(host
);
676 fc_port_t
*fcport
= (struct fc_port
*) cmd
->device
->hostdata
;
677 struct fc_rport
*rport
= starget_to_rport(scsi_target(cmd
->device
));
678 struct qla_hw_data
*ha
= vha
->hw
;
679 struct scsi_qla_host
*base_vha
= pci_get_drvdata(ha
->pdev
);
683 if (ha
->flags
.eeh_busy
) {
684 if (ha
->flags
.pci_channel_io_perm_failure
) {
685 ql_dbg(ql_dbg_aer
, vha
, 0x9010,
686 "PCI Channel IO permanent failure, exiting "
688 cmd
->result
= DID_NO_CONNECT
<< 16;
690 ql_dbg(ql_dbg_aer
, vha
, 0x9011,
691 "EEH_Busy, Requeuing the cmd=%p.\n", cmd
);
692 cmd
->result
= DID_REQUEUE
<< 16;
694 goto qc24_fail_command
;
697 rval
= fc_remote_port_chkready(rport
);
700 ql_dbg(ql_dbg_io
+ ql_dbg_verbose
, vha
, 0x3003,
701 "fc_remote_port_chkready failed for cmd=%p, rval=0x%x.\n",
703 goto qc24_fail_command
;
706 if (!vha
->flags
.difdix_supported
&&
707 scsi_get_prot_op(cmd
) != SCSI_PROT_NORMAL
) {
708 ql_dbg(ql_dbg_io
, vha
, 0x3004,
709 "DIF Cap not reg, fail DIF capable cmd's:%p.\n",
711 cmd
->result
= DID_NO_CONNECT
<< 16;
712 goto qc24_fail_command
;
716 cmd
->result
= DID_NO_CONNECT
<< 16;
717 goto qc24_fail_command
;
720 if (atomic_read(&fcport
->state
) != FCS_ONLINE
) {
721 if (atomic_read(&fcport
->state
) == FCS_DEVICE_DEAD
||
722 atomic_read(&base_vha
->loop_state
) == LOOP_DEAD
) {
723 ql_dbg(ql_dbg_io
, vha
, 0x3005,
724 "Returning DNC, fcport_state=%d loop_state=%d.\n",
725 atomic_read(&fcport
->state
),
726 atomic_read(&base_vha
->loop_state
));
727 cmd
->result
= DID_NO_CONNECT
<< 16;
728 goto qc24_fail_command
;
730 goto qc24_target_busy
;
734 * Return target busy if we've received a non-zero retry_delay_timer
737 if (time_after(jiffies
, fcport
->retry_delay_timestamp
))
738 fcport
->retry_delay_timestamp
= 0;
740 goto qc24_target_busy
;
742 sp
= qla2x00_get_sp(vha
, fcport
, GFP_ATOMIC
);
746 sp
->u
.scmd
.cmd
= cmd
;
747 sp
->type
= SRB_SCSI_CMD
;
748 atomic_set(&sp
->ref_count
, 1);
749 CMD_SP(cmd
) = (void *)sp
;
750 sp
->free
= qla2x00_sp_free_dma
;
751 sp
->done
= qla2x00_sp_compl
;
753 rval
= ha
->isp_ops
->start_scsi(sp
);
754 if (rval
!= QLA_SUCCESS
) {
755 ql_dbg(ql_dbg_io
+ ql_dbg_verbose
, vha
, 0x3013,
756 "Start scsi failed rval=%d for cmd=%p.\n", rval
, cmd
);
757 goto qc24_host_busy_free_sp
;
762 qc24_host_busy_free_sp
:
763 qla2x00_sp_free_dma(ha
, sp
);
766 return SCSI_MLQUEUE_HOST_BUSY
;
769 return SCSI_MLQUEUE_TARGET_BUSY
;
778 * qla2x00_eh_wait_on_command
779 * Waits for the command to be returned by the Firmware for some
783 * cmd = Scsi Command to wait on.
790 qla2x00_eh_wait_on_command(struct scsi_cmnd
*cmd
)
792 #define ABORT_POLLING_PERIOD 1000
793 #define ABORT_WAIT_ITER ((2 * 1000) / (ABORT_POLLING_PERIOD))
794 unsigned long wait_iter
= ABORT_WAIT_ITER
;
795 scsi_qla_host_t
*vha
= shost_priv(cmd
->device
->host
);
796 struct qla_hw_data
*ha
= vha
->hw
;
797 int ret
= QLA_SUCCESS
;
799 if (unlikely(pci_channel_offline(ha
->pdev
)) || ha
->flags
.eeh_busy
) {
800 ql_dbg(ql_dbg_taskm
, vha
, 0x8005,
801 "Return:eh_wait.\n");
805 while (CMD_SP(cmd
) && wait_iter
--) {
806 msleep(ABORT_POLLING_PERIOD
);
809 ret
= QLA_FUNCTION_FAILED
;
815 * qla2x00_wait_for_hba_online
816 * Wait till the HBA is online after going through
817 * <= MAX_RETRIES_OF_ISP_ABORT or
818 * finally HBA is disabled ie marked offline
821 * ha - pointer to host adapter structure
824 * Does context switching-Release SPIN_LOCK
825 * (if any) before calling this routine.
828 * Success (Adapter is online) : 0
829 * Failed (Adapter is offline/disabled) : 1
832 qla2x00_wait_for_hba_online(scsi_qla_host_t
*vha
)
835 unsigned long wait_online
;
836 struct qla_hw_data
*ha
= vha
->hw
;
837 scsi_qla_host_t
*base_vha
= pci_get_drvdata(ha
->pdev
);
839 wait_online
= jiffies
+ (MAX_LOOP_TIMEOUT
* HZ
);
840 while (((test_bit(ISP_ABORT_NEEDED
, &base_vha
->dpc_flags
)) ||
841 test_bit(ABORT_ISP_ACTIVE
, &base_vha
->dpc_flags
) ||
842 test_bit(ISP_ABORT_RETRY
, &base_vha
->dpc_flags
) ||
843 ha
->dpc_active
) && time_before(jiffies
, wait_online
)) {
847 if (base_vha
->flags
.online
)
848 return_status
= QLA_SUCCESS
;
850 return_status
= QLA_FUNCTION_FAILED
;
852 return (return_status
);
856 * qla2x00_wait_for_hba_ready
857 * Wait till the HBA is ready before doing driver unload
860 * ha - pointer to host adapter structure
863 * Does context switching-Release SPIN_LOCK
864 * (if any) before calling this routine.
868 qla2x00_wait_for_hba_ready(scsi_qla_host_t
*vha
)
870 struct qla_hw_data
*ha
= vha
->hw
;
872 while (((qla2x00_reset_active(vha
)) || ha
->dpc_active
||
873 ha
->flags
.mbox_busy
) ||
874 test_bit(FX00_RESET_RECOVERY
, &vha
->dpc_flags
) ||
875 test_bit(FX00_TARGET_SCAN
, &vha
->dpc_flags
))
880 qla2x00_wait_for_chip_reset(scsi_qla_host_t
*vha
)
883 unsigned long wait_reset
;
884 struct qla_hw_data
*ha
= vha
->hw
;
885 scsi_qla_host_t
*base_vha
= pci_get_drvdata(ha
->pdev
);
887 wait_reset
= jiffies
+ (MAX_LOOP_TIMEOUT
* HZ
);
888 while (((test_bit(ISP_ABORT_NEEDED
, &base_vha
->dpc_flags
)) ||
889 test_bit(ABORT_ISP_ACTIVE
, &base_vha
->dpc_flags
) ||
890 test_bit(ISP_ABORT_RETRY
, &base_vha
->dpc_flags
) ||
891 ha
->dpc_active
) && time_before(jiffies
, wait_reset
)) {
895 if (!test_bit(ISP_ABORT_NEEDED
, &base_vha
->dpc_flags
) &&
896 ha
->flags
.chip_reset_done
)
899 if (ha
->flags
.chip_reset_done
)
900 return_status
= QLA_SUCCESS
;
902 return_status
= QLA_FUNCTION_FAILED
;
904 return return_status
;
908 sp_get(struct srb
*sp
)
910 atomic_inc(&sp
->ref_count
);
913 /**************************************************************************
917 * The abort function will abort the specified command.
920 * cmd = Linux SCSI command packet to be aborted.
923 * Either SUCCESS or FAILED.
926 * Only return FAILED if command not returned by firmware.
927 **************************************************************************/
929 qla2xxx_eh_abort(struct scsi_cmnd
*cmd
)
931 scsi_qla_host_t
*vha
= shost_priv(cmd
->device
->host
);
938 struct qla_hw_data
*ha
= vha
->hw
;
943 ret
= fc_block_scsi_eh(cmd
);
948 id
= cmd
->device
->id
;
949 lun
= cmd
->device
->lun
;
951 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
952 sp
= (srb_t
*) CMD_SP(cmd
);
954 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
958 ql_dbg(ql_dbg_taskm
, vha
, 0x8002,
959 "Aborting from RISC nexus=%ld:%d:%llu sp=%p cmd=%p\n",
960 vha
->host_no
, id
, lun
, sp
, cmd
);
962 /* Get a reference to the sp and drop the lock.*/
965 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
966 rval
= ha
->isp_ops
->abort_command(sp
);
968 if (rval
== QLA_FUNCTION_PARAMETER_ERROR
) {
970 * Decrement the ref_count since we can't find the
973 atomic_dec(&sp
->ref_count
);
978 ql_dbg(ql_dbg_taskm
, vha
, 0x8003,
979 "Abort command mbx failed cmd=%p, rval=%x.\n", cmd
, rval
);
981 ql_dbg(ql_dbg_taskm
, vha
, 0x8004,
982 "Abort command mbx success cmd=%p.\n", cmd
);
986 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
988 * Clear the slot in the oustanding_cmds array if we can't find the
989 * command to reclaim the resources.
991 if (rval
== QLA_FUNCTION_PARAMETER_ERROR
)
992 vha
->req
->outstanding_cmds
[sp
->handle
] = NULL
;
994 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
996 /* Did the command return during mailbox execution? */
997 if (ret
== FAILED
&& !CMD_SP(cmd
))
1000 /* Wait for the command to be returned. */
1002 if (qla2x00_eh_wait_on_command(cmd
) != QLA_SUCCESS
) {
1003 ql_log(ql_log_warn
, vha
, 0x8006,
1004 "Abort handler timed out cmd=%p.\n", cmd
);
1009 ql_log(ql_log_info
, vha
, 0x801c,
1010 "Abort command issued nexus=%ld:%d:%llu -- %d %x.\n",
1011 vha
->host_no
, id
, lun
, wait
, ret
);
1017 qla2x00_eh_wait_for_pending_commands(scsi_qla_host_t
*vha
, unsigned int t
,
1018 uint64_t l
, enum nexus_wait_type type
)
1020 int cnt
, match
, status
;
1021 unsigned long flags
;
1022 struct qla_hw_data
*ha
= vha
->hw
;
1023 struct req_que
*req
;
1025 struct scsi_cmnd
*cmd
;
1027 status
= QLA_SUCCESS
;
1029 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
1031 for (cnt
= 1; status
== QLA_SUCCESS
&&
1032 cnt
< req
->num_outstanding_cmds
; cnt
++) {
1033 sp
= req
->outstanding_cmds
[cnt
];
1036 if (sp
->type
!= SRB_SCSI_CMD
)
1038 if (vha
->vp_idx
!= sp
->fcport
->vha
->vp_idx
)
1041 cmd
= GET_CMD_SP(sp
);
1047 match
= cmd
->device
->id
== t
;
1050 match
= (cmd
->device
->id
== t
&&
1051 cmd
->device
->lun
== l
);
1057 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
1058 status
= qla2x00_eh_wait_on_command(cmd
);
1059 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
1061 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
1066 static char *reset_errors
[] = {
1069 "Task management failed",
1070 "Waiting for command completions",
1074 __qla2xxx_eh_generic_reset(char *name
, enum nexus_wait_type type
,
1075 struct scsi_cmnd
*cmd
, int (*do_reset
)(struct fc_port
*, uint64_t, int))
1077 scsi_qla_host_t
*vha
= shost_priv(cmd
->device
->host
);
1078 fc_port_t
*fcport
= (struct fc_port
*) cmd
->device
->hostdata
;
1085 err
= fc_block_scsi_eh(cmd
);
1089 ql_log(ql_log_info
, vha
, 0x8009,
1090 "%s RESET ISSUED nexus=%ld:%d:%llu cmd=%p.\n", name
, vha
->host_no
,
1091 cmd
->device
->id
, cmd
->device
->lun
, cmd
);
1094 if (qla2x00_wait_for_hba_online(vha
) != QLA_SUCCESS
) {
1095 ql_log(ql_log_warn
, vha
, 0x800a,
1096 "Wait for hba online failed for cmd=%p.\n", cmd
);
1097 goto eh_reset_failed
;
1100 if (do_reset(fcport
, cmd
->device
->lun
, cmd
->request
->cpu
+ 1)
1102 ql_log(ql_log_warn
, vha
, 0x800c,
1103 "do_reset failed for cmd=%p.\n", cmd
);
1104 goto eh_reset_failed
;
1107 if (qla2x00_eh_wait_for_pending_commands(vha
, cmd
->device
->id
,
1108 cmd
->device
->lun
, type
) != QLA_SUCCESS
) {
1109 ql_log(ql_log_warn
, vha
, 0x800d,
1110 "wait for pending cmds failed for cmd=%p.\n", cmd
);
1111 goto eh_reset_failed
;
1114 ql_log(ql_log_info
, vha
, 0x800e,
1115 "%s RESET SUCCEEDED nexus:%ld:%d:%llu cmd=%p.\n", name
,
1116 vha
->host_no
, cmd
->device
->id
, cmd
->device
->lun
, cmd
);
1121 ql_log(ql_log_info
, vha
, 0x800f,
1122 "%s RESET FAILED: %s nexus=%ld:%d:%llu cmd=%p.\n", name
,
1123 reset_errors
[err
], vha
->host_no
, cmd
->device
->id
, cmd
->device
->lun
,
1129 qla2xxx_eh_device_reset(struct scsi_cmnd
*cmd
)
1131 scsi_qla_host_t
*vha
= shost_priv(cmd
->device
->host
);
1132 struct qla_hw_data
*ha
= vha
->hw
;
1134 return __qla2xxx_eh_generic_reset("DEVICE", WAIT_LUN
, cmd
,
1135 ha
->isp_ops
->lun_reset
);
1139 qla2xxx_eh_target_reset(struct scsi_cmnd
*cmd
)
1141 scsi_qla_host_t
*vha
= shost_priv(cmd
->device
->host
);
1142 struct qla_hw_data
*ha
= vha
->hw
;
1144 return __qla2xxx_eh_generic_reset("TARGET", WAIT_TARGET
, cmd
,
1145 ha
->isp_ops
->target_reset
);
1148 /**************************************************************************
1149 * qla2xxx_eh_bus_reset
1152 * The bus reset function will reset the bus and abort any executing
1156 * cmd = Linux SCSI command packet of the command that cause the
1160 * SUCCESS/FAILURE (defined as macro in scsi.h).
1162 **************************************************************************/
1164 qla2xxx_eh_bus_reset(struct scsi_cmnd
*cmd
)
1166 scsi_qla_host_t
*vha
= shost_priv(cmd
->device
->host
);
1167 fc_port_t
*fcport
= (struct fc_port
*) cmd
->device
->hostdata
;
1172 id
= cmd
->device
->id
;
1173 lun
= cmd
->device
->lun
;
1179 ret
= fc_block_scsi_eh(cmd
);
1184 ql_log(ql_log_info
, vha
, 0x8012,
1185 "BUS RESET ISSUED nexus=%ld:%d:%llu.\n", vha
->host_no
, id
, lun
);
1187 if (qla2x00_wait_for_hba_online(vha
) != QLA_SUCCESS
) {
1188 ql_log(ql_log_fatal
, vha
, 0x8013,
1189 "Wait for hba online failed board disabled.\n");
1190 goto eh_bus_reset_done
;
1193 if (qla2x00_loop_reset(vha
) == QLA_SUCCESS
)
1197 goto eh_bus_reset_done
;
1199 /* Flush outstanding commands. */
1200 if (qla2x00_eh_wait_for_pending_commands(vha
, 0, 0, WAIT_HOST
) !=
1202 ql_log(ql_log_warn
, vha
, 0x8014,
1203 "Wait for pending commands failed.\n");
1208 ql_log(ql_log_warn
, vha
, 0x802b,
1209 "BUS RESET %s nexus=%ld:%d:%llu.\n",
1210 (ret
== FAILED
) ? "FAILED" : "SUCCEEDED", vha
->host_no
, id
, lun
);
1215 /**************************************************************************
1216 * qla2xxx_eh_host_reset
1219 * The reset function will reset the Adapter.
1222 * cmd = Linux SCSI command packet of the command that cause the
1226 * Either SUCCESS or FAILED.
1229 **************************************************************************/
1231 qla2xxx_eh_host_reset(struct scsi_cmnd
*cmd
)
1233 scsi_qla_host_t
*vha
= shost_priv(cmd
->device
->host
);
1234 struct qla_hw_data
*ha
= vha
->hw
;
1238 scsi_qla_host_t
*base_vha
= pci_get_drvdata(ha
->pdev
);
1240 id
= cmd
->device
->id
;
1241 lun
= cmd
->device
->lun
;
1243 ql_log(ql_log_info
, vha
, 0x8018,
1244 "ADAPTER RESET ISSUED nexus=%ld:%d:%llu.\n", vha
->host_no
, id
, lun
);
1247 * No point in issuing another reset if one is active. Also do not
1248 * attempt a reset if we are updating flash.
1250 if (qla2x00_reset_active(vha
) || ha
->optrom_state
!= QLA_SWAITING
)
1251 goto eh_host_reset_lock
;
1253 if (vha
!= base_vha
) {
1254 if (qla2x00_vp_abort_isp(vha
))
1255 goto eh_host_reset_lock
;
1257 if (IS_P3P_TYPE(vha
->hw
)) {
1258 if (!qla82xx_fcoe_ctx_reset(vha
)) {
1259 /* Ctx reset success */
1261 goto eh_host_reset_lock
;
1263 /* fall thru if ctx reset failed */
1266 flush_workqueue(ha
->wq
);
1268 set_bit(ABORT_ISP_ACTIVE
, &base_vha
->dpc_flags
);
1269 if (ha
->isp_ops
->abort_isp(base_vha
)) {
1270 clear_bit(ABORT_ISP_ACTIVE
, &base_vha
->dpc_flags
);
1271 /* failed. schedule dpc to try */
1272 set_bit(ISP_ABORT_NEEDED
, &base_vha
->dpc_flags
);
1274 if (qla2x00_wait_for_hba_online(vha
) != QLA_SUCCESS
) {
1275 ql_log(ql_log_warn
, vha
, 0x802a,
1276 "wait for hba online failed.\n");
1277 goto eh_host_reset_lock
;
1280 clear_bit(ABORT_ISP_ACTIVE
, &base_vha
->dpc_flags
);
1283 /* Waiting for command to be returned to OS.*/
1284 if (qla2x00_eh_wait_for_pending_commands(vha
, 0, 0, WAIT_HOST
) ==
1289 ql_log(ql_log_info
, vha
, 0x8017,
1290 "ADAPTER RESET %s nexus=%ld:%d:%llu.\n",
1291 (ret
== FAILED
) ? "FAILED" : "SUCCEEDED", vha
->host_no
, id
, lun
);
1297 * qla2x00_loop_reset
1301 * ha = adapter block pointer.
1307 qla2x00_loop_reset(scsi_qla_host_t
*vha
)
1310 struct fc_port
*fcport
;
1311 struct qla_hw_data
*ha
= vha
->hw
;
1313 if (IS_QLAFX00(ha
)) {
1314 return qlafx00_loop_reset(vha
);
1317 if (ql2xtargetreset
== 1 && ha
->flags
.enable_target_reset
) {
1318 list_for_each_entry(fcport
, &vha
->vp_fcports
, list
) {
1319 if (fcport
->port_type
!= FCT_TARGET
)
1322 ret
= ha
->isp_ops
->target_reset(fcport
, 0, 0);
1323 if (ret
!= QLA_SUCCESS
) {
1324 ql_dbg(ql_dbg_taskm
, vha
, 0x802c,
1325 "Bus Reset failed: Reset=%d "
1326 "d_id=%x.\n", ret
, fcport
->d_id
.b24
);
1332 if (ha
->flags
.enable_lip_full_login
&& !IS_CNA_CAPABLE(ha
)) {
1333 atomic_set(&vha
->loop_state
, LOOP_DOWN
);
1334 atomic_set(&vha
->loop_down_timer
, LOOP_DOWN_TIME
);
1335 qla2x00_mark_all_devices_lost(vha
, 0);
1336 ret
= qla2x00_full_login_lip(vha
);
1337 if (ret
!= QLA_SUCCESS
) {
1338 ql_dbg(ql_dbg_taskm
, vha
, 0x802d,
1339 "full_login_lip=%d.\n", ret
);
1343 if (ha
->flags
.enable_lip_reset
) {
1344 ret
= qla2x00_lip_reset(vha
);
1345 if (ret
!= QLA_SUCCESS
)
1346 ql_dbg(ql_dbg_taskm
, vha
, 0x802e,
1347 "lip_reset failed (%d).\n", ret
);
1350 /* Issue marker command only when we are going to start the I/O */
1351 vha
->marker_needed
= 1;
1357 qla2x00_abort_all_cmds(scsi_qla_host_t
*vha
, int res
)
1360 unsigned long flags
;
1362 struct qla_hw_data
*ha
= vha
->hw
;
1363 struct req_que
*req
;
1365 qlt_host_reset_handler(ha
);
1367 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
1368 for (que
= 0; que
< ha
->max_req_queues
; que
++) {
1369 req
= ha
->req_q_map
[que
];
1372 if (!req
->outstanding_cmds
)
1374 for (cnt
= 1; cnt
< req
->num_outstanding_cmds
; cnt
++) {
1375 sp
= req
->outstanding_cmds
[cnt
];
1377 req
->outstanding_cmds
[cnt
] = NULL
;
1378 sp
->done(vha
, sp
, res
);
1382 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
1386 qla2xxx_slave_alloc(struct scsi_device
*sdev
)
1388 struct fc_rport
*rport
= starget_to_rport(scsi_target(sdev
));
1390 if (!rport
|| fc_remote_port_chkready(rport
))
1393 sdev
->hostdata
= *(fc_port_t
**)rport
->dd_data
;
1399 qla2xxx_slave_configure(struct scsi_device
*sdev
)
1401 scsi_qla_host_t
*vha
= shost_priv(sdev
->host
);
1402 struct req_que
*req
= vha
->req
;
1404 if (IS_T10_PI_CAPABLE(vha
->hw
))
1405 blk_queue_update_dma_alignment(sdev
->request_queue
, 0x7);
1407 scsi_change_queue_depth(sdev
, req
->max_q_depth
);
1412 qla2xxx_slave_destroy(struct scsi_device
*sdev
)
1414 sdev
->hostdata
= NULL
;
1418 * qla2x00_config_dma_addressing() - Configure OS DMA addressing method.
1421 * At exit, the @ha's flags.enable_64bit_addressing set to indicated
1422 * supported addressing method.
1425 qla2x00_config_dma_addressing(struct qla_hw_data
*ha
)
1427 /* Assume a 32bit DMA mask. */
1428 ha
->flags
.enable_64bit_addressing
= 0;
1430 if (!dma_set_mask(&ha
->pdev
->dev
, DMA_BIT_MASK(64))) {
1431 /* Any upper-dword bits set? */
1432 if (MSD(dma_get_required_mask(&ha
->pdev
->dev
)) &&
1433 !pci_set_consistent_dma_mask(ha
->pdev
, DMA_BIT_MASK(64))) {
1434 /* Ok, a 64bit DMA mask is applicable. */
1435 ha
->flags
.enable_64bit_addressing
= 1;
1436 ha
->isp_ops
->calc_req_entries
= qla2x00_calc_iocbs_64
;
1437 ha
->isp_ops
->build_iocbs
= qla2x00_build_scsi_iocbs_64
;
1442 dma_set_mask(&ha
->pdev
->dev
, DMA_BIT_MASK(32));
1443 pci_set_consistent_dma_mask(ha
->pdev
, DMA_BIT_MASK(32));
1447 qla2x00_enable_intrs(struct qla_hw_data
*ha
)
1449 unsigned long flags
= 0;
1450 struct device_reg_2xxx __iomem
*reg
= &ha
->iobase
->isp
;
1452 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
1453 ha
->interrupts_on
= 1;
1454 /* enable risc and host interrupts */
1455 WRT_REG_WORD(®
->ictrl
, ICR_EN_INT
| ICR_EN_RISC
);
1456 RD_REG_WORD(®
->ictrl
);
1457 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
1462 qla2x00_disable_intrs(struct qla_hw_data
*ha
)
1464 unsigned long flags
= 0;
1465 struct device_reg_2xxx __iomem
*reg
= &ha
->iobase
->isp
;
1467 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
1468 ha
->interrupts_on
= 0;
1469 /* disable risc and host interrupts */
1470 WRT_REG_WORD(®
->ictrl
, 0);
1471 RD_REG_WORD(®
->ictrl
);
1472 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
1476 qla24xx_enable_intrs(struct qla_hw_data
*ha
)
1478 unsigned long flags
= 0;
1479 struct device_reg_24xx __iomem
*reg
= &ha
->iobase
->isp24
;
1481 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
1482 ha
->interrupts_on
= 1;
1483 WRT_REG_DWORD(®
->ictrl
, ICRX_EN_RISC_INT
);
1484 RD_REG_DWORD(®
->ictrl
);
1485 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
1489 qla24xx_disable_intrs(struct qla_hw_data
*ha
)
1491 unsigned long flags
= 0;
1492 struct device_reg_24xx __iomem
*reg
= &ha
->iobase
->isp24
;
1494 if (IS_NOPOLLING_TYPE(ha
))
1496 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
1497 ha
->interrupts_on
= 0;
1498 WRT_REG_DWORD(®
->ictrl
, 0);
1499 RD_REG_DWORD(®
->ictrl
);
1500 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
1504 qla2x00_iospace_config(struct qla_hw_data
*ha
)
1506 resource_size_t pio
;
1510 if (pci_request_selected_regions(ha
->pdev
, ha
->bars
,
1511 QLA2XXX_DRIVER_NAME
)) {
1512 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0011,
1513 "Failed to reserve PIO/MMIO regions (%s), aborting.\n",
1514 pci_name(ha
->pdev
));
1515 goto iospace_error_exit
;
1517 if (!(ha
->bars
& 1))
1520 /* We only need PIO for Flash operations on ISP2312 v2 chips. */
1521 pio
= pci_resource_start(ha
->pdev
, 0);
1522 if (pci_resource_flags(ha
->pdev
, 0) & IORESOURCE_IO
) {
1523 if (pci_resource_len(ha
->pdev
, 0) < MIN_IOBASE_LEN
) {
1524 ql_log_pci(ql_log_warn
, ha
->pdev
, 0x0012,
1525 "Invalid pci I/O region size (%s).\n",
1526 pci_name(ha
->pdev
));
1530 ql_log_pci(ql_log_warn
, ha
->pdev
, 0x0013,
1531 "Region #0 no a PIO resource (%s).\n",
1532 pci_name(ha
->pdev
));
1535 ha
->pio_address
= pio
;
1536 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x0014,
1537 "PIO address=%llu.\n",
1538 (unsigned long long)ha
->pio_address
);
1541 /* Use MMIO operations for all accesses. */
1542 if (!(pci_resource_flags(ha
->pdev
, 1) & IORESOURCE_MEM
)) {
1543 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0015,
1544 "Region #1 not an MMIO resource (%s), aborting.\n",
1545 pci_name(ha
->pdev
));
1546 goto iospace_error_exit
;
1548 if (pci_resource_len(ha
->pdev
, 1) < MIN_IOBASE_LEN
) {
1549 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0016,
1550 "Invalid PCI mem region size (%s), aborting.\n",
1551 pci_name(ha
->pdev
));
1552 goto iospace_error_exit
;
1555 ha
->iobase
= ioremap(pci_resource_start(ha
->pdev
, 1), MIN_IOBASE_LEN
);
1557 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0017,
1558 "Cannot remap MMIO (%s), aborting.\n",
1559 pci_name(ha
->pdev
));
1560 goto iospace_error_exit
;
1563 /* Determine queue resources */
1564 ha
->max_req_queues
= ha
->max_rsp_queues
= 1;
1565 if ((ql2xmaxqueues
<= 1 && !ql2xmultique_tag
) ||
1566 (ql2xmaxqueues
> 1 && ql2xmultique_tag
) ||
1567 (!IS_QLA25XX(ha
) && !IS_QLA81XX(ha
)))
1570 ha
->mqiobase
= ioremap(pci_resource_start(ha
->pdev
, 3),
1571 pci_resource_len(ha
->pdev
, 3));
1573 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x0018,
1574 "MQIO Base=%p.\n", ha
->mqiobase
);
1575 /* Read MSIX vector size of the board */
1576 pci_read_config_word(ha
->pdev
, QLA_PCI_MSIX_CONTROL
, &msix
);
1577 ha
->msix_count
= msix
;
1578 /* Max queues are bounded by available msix vectors */
1579 /* queue 0 uses two msix vectors */
1580 if (ql2xmultique_tag
) {
1581 cpus
= num_online_cpus();
1582 ha
->max_rsp_queues
= (ha
->msix_count
- 1 > cpus
) ?
1583 (cpus
+ 1) : (ha
->msix_count
- 1);
1584 ha
->max_req_queues
= 2;
1585 } else if (ql2xmaxqueues
> 1) {
1586 ha
->max_req_queues
= ql2xmaxqueues
> QLA_MQ_SIZE
?
1587 QLA_MQ_SIZE
: ql2xmaxqueues
;
1588 ql_dbg_pci(ql_dbg_multiq
, ha
->pdev
, 0xc008,
1589 "QoS mode set, max no of request queues:%d.\n",
1590 ha
->max_req_queues
);
1591 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x0019,
1592 "QoS mode set, max no of request queues:%d.\n",
1593 ha
->max_req_queues
);
1595 ql_log_pci(ql_log_info
, ha
->pdev
, 0x001a,
1596 "MSI-X vector count: %d.\n", msix
);
1598 ql_log_pci(ql_log_info
, ha
->pdev
, 0x001b,
1599 "BAR 3 not enabled.\n");
1602 ha
->msix_count
= ha
->max_rsp_queues
+ 1;
1603 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x001c,
1604 "MSIX Count:%d.\n", ha
->msix_count
);
1613 qla83xx_iospace_config(struct qla_hw_data
*ha
)
1618 if (pci_request_selected_regions(ha
->pdev
, ha
->bars
,
1619 QLA2XXX_DRIVER_NAME
)) {
1620 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0117,
1621 "Failed to reserve PIO/MMIO regions (%s), aborting.\n",
1622 pci_name(ha
->pdev
));
1624 goto iospace_error_exit
;
1627 /* Use MMIO operations for all accesses. */
1628 if (!(pci_resource_flags(ha
->pdev
, 0) & IORESOURCE_MEM
)) {
1629 ql_log_pci(ql_log_warn
, ha
->pdev
, 0x0118,
1630 "Invalid pci I/O region size (%s).\n",
1631 pci_name(ha
->pdev
));
1632 goto iospace_error_exit
;
1634 if (pci_resource_len(ha
->pdev
, 0) < MIN_IOBASE_LEN
) {
1635 ql_log_pci(ql_log_warn
, ha
->pdev
, 0x0119,
1636 "Invalid PCI mem region size (%s), aborting\n",
1637 pci_name(ha
->pdev
));
1638 goto iospace_error_exit
;
1641 ha
->iobase
= ioremap(pci_resource_start(ha
->pdev
, 0), MIN_IOBASE_LEN
);
1643 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x011a,
1644 "Cannot remap MMIO (%s), aborting.\n",
1645 pci_name(ha
->pdev
));
1646 goto iospace_error_exit
;
1649 /* 64bit PCI BAR - BAR2 will correspoond to region 4 */
1650 /* 83XX 26XX always use MQ type access for queues
1651 * - mbar 2, a.k.a region 4 */
1652 ha
->max_req_queues
= ha
->max_rsp_queues
= 1;
1653 ha
->mqiobase
= ioremap(pci_resource_start(ha
->pdev
, 4),
1654 pci_resource_len(ha
->pdev
, 4));
1656 if (!ha
->mqiobase
) {
1657 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x011d,
1658 "BAR2/region4 not enabled\n");
1662 ha
->msixbase
= ioremap(pci_resource_start(ha
->pdev
, 2),
1663 pci_resource_len(ha
->pdev
, 2));
1665 /* Read MSIX vector size of the board */
1666 pci_read_config_word(ha
->pdev
,
1667 QLA_83XX_PCI_MSIX_CONTROL
, &msix
);
1668 ha
->msix_count
= msix
;
1669 /* Max queues are bounded by available msix vectors */
1670 /* queue 0 uses two msix vectors */
1671 if (ql2xmultique_tag
) {
1672 cpus
= num_online_cpus();
1673 ha
->max_rsp_queues
= (ha
->msix_count
- 1 > cpus
) ?
1674 (cpus
+ 1) : (ha
->msix_count
- 1);
1675 ha
->max_req_queues
= 2;
1676 } else if (ql2xmaxqueues
> 1) {
1677 ha
->max_req_queues
= ql2xmaxqueues
> QLA_MQ_SIZE
?
1678 QLA_MQ_SIZE
: ql2xmaxqueues
;
1679 ql_dbg_pci(ql_dbg_multiq
, ha
->pdev
, 0xc00c,
1680 "QoS mode set, max no of request queues:%d.\n",
1681 ha
->max_req_queues
);
1682 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x011b,
1683 "QoS mode set, max no of request queues:%d.\n",
1684 ha
->max_req_queues
);
1686 ql_log_pci(ql_log_info
, ha
->pdev
, 0x011c,
1687 "MSI-X vector count: %d.\n", msix
);
1689 ql_log_pci(ql_log_info
, ha
->pdev
, 0x011e,
1690 "BAR 1 not enabled.\n");
1693 ha
->msix_count
= ha
->max_rsp_queues
+ 1;
1695 qlt_83xx_iospace_config(ha
);
1697 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x011f,
1698 "MSIX Count:%d.\n", ha
->msix_count
);
1705 static struct isp_operations qla2100_isp_ops
= {
1706 .pci_config
= qla2100_pci_config
,
1707 .reset_chip
= qla2x00_reset_chip
,
1708 .chip_diag
= qla2x00_chip_diag
,
1709 .config_rings
= qla2x00_config_rings
,
1710 .reset_adapter
= qla2x00_reset_adapter
,
1711 .nvram_config
= qla2x00_nvram_config
,
1712 .update_fw_options
= qla2x00_update_fw_options
,
1713 .load_risc
= qla2x00_load_risc
,
1714 .pci_info_str
= qla2x00_pci_info_str
,
1715 .fw_version_str
= qla2x00_fw_version_str
,
1716 .intr_handler
= qla2100_intr_handler
,
1717 .enable_intrs
= qla2x00_enable_intrs
,
1718 .disable_intrs
= qla2x00_disable_intrs
,
1719 .abort_command
= qla2x00_abort_command
,
1720 .target_reset
= qla2x00_abort_target
,
1721 .lun_reset
= qla2x00_lun_reset
,
1722 .fabric_login
= qla2x00_login_fabric
,
1723 .fabric_logout
= qla2x00_fabric_logout
,
1724 .calc_req_entries
= qla2x00_calc_iocbs_32
,
1725 .build_iocbs
= qla2x00_build_scsi_iocbs_32
,
1726 .prep_ms_iocb
= qla2x00_prep_ms_iocb
,
1727 .prep_ms_fdmi_iocb
= qla2x00_prep_ms_fdmi_iocb
,
1728 .read_nvram
= qla2x00_read_nvram_data
,
1729 .write_nvram
= qla2x00_write_nvram_data
,
1730 .fw_dump
= qla2100_fw_dump
,
1733 .beacon_blink
= NULL
,
1734 .read_optrom
= qla2x00_read_optrom_data
,
1735 .write_optrom
= qla2x00_write_optrom_data
,
1736 .get_flash_version
= qla2x00_get_flash_version
,
1737 .start_scsi
= qla2x00_start_scsi
,
1738 .abort_isp
= qla2x00_abort_isp
,
1739 .iospace_config
= qla2x00_iospace_config
,
1740 .initialize_adapter
= qla2x00_initialize_adapter
,
1743 static struct isp_operations qla2300_isp_ops
= {
1744 .pci_config
= qla2300_pci_config
,
1745 .reset_chip
= qla2x00_reset_chip
,
1746 .chip_diag
= qla2x00_chip_diag
,
1747 .config_rings
= qla2x00_config_rings
,
1748 .reset_adapter
= qla2x00_reset_adapter
,
1749 .nvram_config
= qla2x00_nvram_config
,
1750 .update_fw_options
= qla2x00_update_fw_options
,
1751 .load_risc
= qla2x00_load_risc
,
1752 .pci_info_str
= qla2x00_pci_info_str
,
1753 .fw_version_str
= qla2x00_fw_version_str
,
1754 .intr_handler
= qla2300_intr_handler
,
1755 .enable_intrs
= qla2x00_enable_intrs
,
1756 .disable_intrs
= qla2x00_disable_intrs
,
1757 .abort_command
= qla2x00_abort_command
,
1758 .target_reset
= qla2x00_abort_target
,
1759 .lun_reset
= qla2x00_lun_reset
,
1760 .fabric_login
= qla2x00_login_fabric
,
1761 .fabric_logout
= qla2x00_fabric_logout
,
1762 .calc_req_entries
= qla2x00_calc_iocbs_32
,
1763 .build_iocbs
= qla2x00_build_scsi_iocbs_32
,
1764 .prep_ms_iocb
= qla2x00_prep_ms_iocb
,
1765 .prep_ms_fdmi_iocb
= qla2x00_prep_ms_fdmi_iocb
,
1766 .read_nvram
= qla2x00_read_nvram_data
,
1767 .write_nvram
= qla2x00_write_nvram_data
,
1768 .fw_dump
= qla2300_fw_dump
,
1769 .beacon_on
= qla2x00_beacon_on
,
1770 .beacon_off
= qla2x00_beacon_off
,
1771 .beacon_blink
= qla2x00_beacon_blink
,
1772 .read_optrom
= qla2x00_read_optrom_data
,
1773 .write_optrom
= qla2x00_write_optrom_data
,
1774 .get_flash_version
= qla2x00_get_flash_version
,
1775 .start_scsi
= qla2x00_start_scsi
,
1776 .abort_isp
= qla2x00_abort_isp
,
1777 .iospace_config
= qla2x00_iospace_config
,
1778 .initialize_adapter
= qla2x00_initialize_adapter
,
1781 static struct isp_operations qla24xx_isp_ops
= {
1782 .pci_config
= qla24xx_pci_config
,
1783 .reset_chip
= qla24xx_reset_chip
,
1784 .chip_diag
= qla24xx_chip_diag
,
1785 .config_rings
= qla24xx_config_rings
,
1786 .reset_adapter
= qla24xx_reset_adapter
,
1787 .nvram_config
= qla24xx_nvram_config
,
1788 .update_fw_options
= qla24xx_update_fw_options
,
1789 .load_risc
= qla24xx_load_risc
,
1790 .pci_info_str
= qla24xx_pci_info_str
,
1791 .fw_version_str
= qla24xx_fw_version_str
,
1792 .intr_handler
= qla24xx_intr_handler
,
1793 .enable_intrs
= qla24xx_enable_intrs
,
1794 .disable_intrs
= qla24xx_disable_intrs
,
1795 .abort_command
= qla24xx_abort_command
,
1796 .target_reset
= qla24xx_abort_target
,
1797 .lun_reset
= qla24xx_lun_reset
,
1798 .fabric_login
= qla24xx_login_fabric
,
1799 .fabric_logout
= qla24xx_fabric_logout
,
1800 .calc_req_entries
= NULL
,
1801 .build_iocbs
= NULL
,
1802 .prep_ms_iocb
= qla24xx_prep_ms_iocb
,
1803 .prep_ms_fdmi_iocb
= qla24xx_prep_ms_fdmi_iocb
,
1804 .read_nvram
= qla24xx_read_nvram_data
,
1805 .write_nvram
= qla24xx_write_nvram_data
,
1806 .fw_dump
= qla24xx_fw_dump
,
1807 .beacon_on
= qla24xx_beacon_on
,
1808 .beacon_off
= qla24xx_beacon_off
,
1809 .beacon_blink
= qla24xx_beacon_blink
,
1810 .read_optrom
= qla24xx_read_optrom_data
,
1811 .write_optrom
= qla24xx_write_optrom_data
,
1812 .get_flash_version
= qla24xx_get_flash_version
,
1813 .start_scsi
= qla24xx_start_scsi
,
1814 .abort_isp
= qla2x00_abort_isp
,
1815 .iospace_config
= qla2x00_iospace_config
,
1816 .initialize_adapter
= qla2x00_initialize_adapter
,
1819 static struct isp_operations qla25xx_isp_ops
= {
1820 .pci_config
= qla25xx_pci_config
,
1821 .reset_chip
= qla24xx_reset_chip
,
1822 .chip_diag
= qla24xx_chip_diag
,
1823 .config_rings
= qla24xx_config_rings
,
1824 .reset_adapter
= qla24xx_reset_adapter
,
1825 .nvram_config
= qla24xx_nvram_config
,
1826 .update_fw_options
= qla24xx_update_fw_options
,
1827 .load_risc
= qla24xx_load_risc
,
1828 .pci_info_str
= qla24xx_pci_info_str
,
1829 .fw_version_str
= qla24xx_fw_version_str
,
1830 .intr_handler
= qla24xx_intr_handler
,
1831 .enable_intrs
= qla24xx_enable_intrs
,
1832 .disable_intrs
= qla24xx_disable_intrs
,
1833 .abort_command
= qla24xx_abort_command
,
1834 .target_reset
= qla24xx_abort_target
,
1835 .lun_reset
= qla24xx_lun_reset
,
1836 .fabric_login
= qla24xx_login_fabric
,
1837 .fabric_logout
= qla24xx_fabric_logout
,
1838 .calc_req_entries
= NULL
,
1839 .build_iocbs
= NULL
,
1840 .prep_ms_iocb
= qla24xx_prep_ms_iocb
,
1841 .prep_ms_fdmi_iocb
= qla24xx_prep_ms_fdmi_iocb
,
1842 .read_nvram
= qla25xx_read_nvram_data
,
1843 .write_nvram
= qla25xx_write_nvram_data
,
1844 .fw_dump
= qla25xx_fw_dump
,
1845 .beacon_on
= qla24xx_beacon_on
,
1846 .beacon_off
= qla24xx_beacon_off
,
1847 .beacon_blink
= qla24xx_beacon_blink
,
1848 .read_optrom
= qla25xx_read_optrom_data
,
1849 .write_optrom
= qla24xx_write_optrom_data
,
1850 .get_flash_version
= qla24xx_get_flash_version
,
1851 .start_scsi
= qla24xx_dif_start_scsi
,
1852 .abort_isp
= qla2x00_abort_isp
,
1853 .iospace_config
= qla2x00_iospace_config
,
1854 .initialize_adapter
= qla2x00_initialize_adapter
,
1857 static struct isp_operations qla81xx_isp_ops
= {
1858 .pci_config
= qla25xx_pci_config
,
1859 .reset_chip
= qla24xx_reset_chip
,
1860 .chip_diag
= qla24xx_chip_diag
,
1861 .config_rings
= qla24xx_config_rings
,
1862 .reset_adapter
= qla24xx_reset_adapter
,
1863 .nvram_config
= qla81xx_nvram_config
,
1864 .update_fw_options
= qla81xx_update_fw_options
,
1865 .load_risc
= qla81xx_load_risc
,
1866 .pci_info_str
= qla24xx_pci_info_str
,
1867 .fw_version_str
= qla24xx_fw_version_str
,
1868 .intr_handler
= qla24xx_intr_handler
,
1869 .enable_intrs
= qla24xx_enable_intrs
,
1870 .disable_intrs
= qla24xx_disable_intrs
,
1871 .abort_command
= qla24xx_abort_command
,
1872 .target_reset
= qla24xx_abort_target
,
1873 .lun_reset
= qla24xx_lun_reset
,
1874 .fabric_login
= qla24xx_login_fabric
,
1875 .fabric_logout
= qla24xx_fabric_logout
,
1876 .calc_req_entries
= NULL
,
1877 .build_iocbs
= NULL
,
1878 .prep_ms_iocb
= qla24xx_prep_ms_iocb
,
1879 .prep_ms_fdmi_iocb
= qla24xx_prep_ms_fdmi_iocb
,
1881 .write_nvram
= NULL
,
1882 .fw_dump
= qla81xx_fw_dump
,
1883 .beacon_on
= qla24xx_beacon_on
,
1884 .beacon_off
= qla24xx_beacon_off
,
1885 .beacon_blink
= qla83xx_beacon_blink
,
1886 .read_optrom
= qla25xx_read_optrom_data
,
1887 .write_optrom
= qla24xx_write_optrom_data
,
1888 .get_flash_version
= qla24xx_get_flash_version
,
1889 .start_scsi
= qla24xx_dif_start_scsi
,
1890 .abort_isp
= qla2x00_abort_isp
,
1891 .iospace_config
= qla2x00_iospace_config
,
1892 .initialize_adapter
= qla2x00_initialize_adapter
,
1895 static struct isp_operations qla82xx_isp_ops
= {
1896 .pci_config
= qla82xx_pci_config
,
1897 .reset_chip
= qla82xx_reset_chip
,
1898 .chip_diag
= qla24xx_chip_diag
,
1899 .config_rings
= qla82xx_config_rings
,
1900 .reset_adapter
= qla24xx_reset_adapter
,
1901 .nvram_config
= qla81xx_nvram_config
,
1902 .update_fw_options
= qla24xx_update_fw_options
,
1903 .load_risc
= qla82xx_load_risc
,
1904 .pci_info_str
= qla24xx_pci_info_str
,
1905 .fw_version_str
= qla24xx_fw_version_str
,
1906 .intr_handler
= qla82xx_intr_handler
,
1907 .enable_intrs
= qla82xx_enable_intrs
,
1908 .disable_intrs
= qla82xx_disable_intrs
,
1909 .abort_command
= qla24xx_abort_command
,
1910 .target_reset
= qla24xx_abort_target
,
1911 .lun_reset
= qla24xx_lun_reset
,
1912 .fabric_login
= qla24xx_login_fabric
,
1913 .fabric_logout
= qla24xx_fabric_logout
,
1914 .calc_req_entries
= NULL
,
1915 .build_iocbs
= NULL
,
1916 .prep_ms_iocb
= qla24xx_prep_ms_iocb
,
1917 .prep_ms_fdmi_iocb
= qla24xx_prep_ms_fdmi_iocb
,
1918 .read_nvram
= qla24xx_read_nvram_data
,
1919 .write_nvram
= qla24xx_write_nvram_data
,
1920 .fw_dump
= qla82xx_fw_dump
,
1921 .beacon_on
= qla82xx_beacon_on
,
1922 .beacon_off
= qla82xx_beacon_off
,
1923 .beacon_blink
= NULL
,
1924 .read_optrom
= qla82xx_read_optrom_data
,
1925 .write_optrom
= qla82xx_write_optrom_data
,
1926 .get_flash_version
= qla82xx_get_flash_version
,
1927 .start_scsi
= qla82xx_start_scsi
,
1928 .abort_isp
= qla82xx_abort_isp
,
1929 .iospace_config
= qla82xx_iospace_config
,
1930 .initialize_adapter
= qla2x00_initialize_adapter
,
1933 static struct isp_operations qla8044_isp_ops
= {
1934 .pci_config
= qla82xx_pci_config
,
1935 .reset_chip
= qla82xx_reset_chip
,
1936 .chip_diag
= qla24xx_chip_diag
,
1937 .config_rings
= qla82xx_config_rings
,
1938 .reset_adapter
= qla24xx_reset_adapter
,
1939 .nvram_config
= qla81xx_nvram_config
,
1940 .update_fw_options
= qla24xx_update_fw_options
,
1941 .load_risc
= qla82xx_load_risc
,
1942 .pci_info_str
= qla24xx_pci_info_str
,
1943 .fw_version_str
= qla24xx_fw_version_str
,
1944 .intr_handler
= qla8044_intr_handler
,
1945 .enable_intrs
= qla82xx_enable_intrs
,
1946 .disable_intrs
= qla82xx_disable_intrs
,
1947 .abort_command
= qla24xx_abort_command
,
1948 .target_reset
= qla24xx_abort_target
,
1949 .lun_reset
= qla24xx_lun_reset
,
1950 .fabric_login
= qla24xx_login_fabric
,
1951 .fabric_logout
= qla24xx_fabric_logout
,
1952 .calc_req_entries
= NULL
,
1953 .build_iocbs
= NULL
,
1954 .prep_ms_iocb
= qla24xx_prep_ms_iocb
,
1955 .prep_ms_fdmi_iocb
= qla24xx_prep_ms_fdmi_iocb
,
1957 .write_nvram
= NULL
,
1958 .fw_dump
= qla8044_fw_dump
,
1959 .beacon_on
= qla82xx_beacon_on
,
1960 .beacon_off
= qla82xx_beacon_off
,
1961 .beacon_blink
= NULL
,
1962 .read_optrom
= qla8044_read_optrom_data
,
1963 .write_optrom
= qla8044_write_optrom_data
,
1964 .get_flash_version
= qla82xx_get_flash_version
,
1965 .start_scsi
= qla82xx_start_scsi
,
1966 .abort_isp
= qla8044_abort_isp
,
1967 .iospace_config
= qla82xx_iospace_config
,
1968 .initialize_adapter
= qla2x00_initialize_adapter
,
1971 static struct isp_operations qla83xx_isp_ops
= {
1972 .pci_config
= qla25xx_pci_config
,
1973 .reset_chip
= qla24xx_reset_chip
,
1974 .chip_diag
= qla24xx_chip_diag
,
1975 .config_rings
= qla24xx_config_rings
,
1976 .reset_adapter
= qla24xx_reset_adapter
,
1977 .nvram_config
= qla81xx_nvram_config
,
1978 .update_fw_options
= qla81xx_update_fw_options
,
1979 .load_risc
= qla81xx_load_risc
,
1980 .pci_info_str
= qla24xx_pci_info_str
,
1981 .fw_version_str
= qla24xx_fw_version_str
,
1982 .intr_handler
= qla24xx_intr_handler
,
1983 .enable_intrs
= qla24xx_enable_intrs
,
1984 .disable_intrs
= qla24xx_disable_intrs
,
1985 .abort_command
= qla24xx_abort_command
,
1986 .target_reset
= qla24xx_abort_target
,
1987 .lun_reset
= qla24xx_lun_reset
,
1988 .fabric_login
= qla24xx_login_fabric
,
1989 .fabric_logout
= qla24xx_fabric_logout
,
1990 .calc_req_entries
= NULL
,
1991 .build_iocbs
= NULL
,
1992 .prep_ms_iocb
= qla24xx_prep_ms_iocb
,
1993 .prep_ms_fdmi_iocb
= qla24xx_prep_ms_fdmi_iocb
,
1995 .write_nvram
= NULL
,
1996 .fw_dump
= qla83xx_fw_dump
,
1997 .beacon_on
= qla24xx_beacon_on
,
1998 .beacon_off
= qla24xx_beacon_off
,
1999 .beacon_blink
= qla83xx_beacon_blink
,
2000 .read_optrom
= qla25xx_read_optrom_data
,
2001 .write_optrom
= qla24xx_write_optrom_data
,
2002 .get_flash_version
= qla24xx_get_flash_version
,
2003 .start_scsi
= qla24xx_dif_start_scsi
,
2004 .abort_isp
= qla2x00_abort_isp
,
2005 .iospace_config
= qla83xx_iospace_config
,
2006 .initialize_adapter
= qla2x00_initialize_adapter
,
2009 static struct isp_operations qlafx00_isp_ops
= {
2010 .pci_config
= qlafx00_pci_config
,
2011 .reset_chip
= qlafx00_soft_reset
,
2012 .chip_diag
= qlafx00_chip_diag
,
2013 .config_rings
= qlafx00_config_rings
,
2014 .reset_adapter
= qlafx00_soft_reset
,
2015 .nvram_config
= NULL
,
2016 .update_fw_options
= NULL
,
2018 .pci_info_str
= qlafx00_pci_info_str
,
2019 .fw_version_str
= qlafx00_fw_version_str
,
2020 .intr_handler
= qlafx00_intr_handler
,
2021 .enable_intrs
= qlafx00_enable_intrs
,
2022 .disable_intrs
= qlafx00_disable_intrs
,
2023 .abort_command
= qla24xx_async_abort_command
,
2024 .target_reset
= qlafx00_abort_target
,
2025 .lun_reset
= qlafx00_lun_reset
,
2026 .fabric_login
= NULL
,
2027 .fabric_logout
= NULL
,
2028 .calc_req_entries
= NULL
,
2029 .build_iocbs
= NULL
,
2030 .prep_ms_iocb
= qla24xx_prep_ms_iocb
,
2031 .prep_ms_fdmi_iocb
= qla24xx_prep_ms_fdmi_iocb
,
2032 .read_nvram
= qla24xx_read_nvram_data
,
2033 .write_nvram
= qla24xx_write_nvram_data
,
2035 .beacon_on
= qla24xx_beacon_on
,
2036 .beacon_off
= qla24xx_beacon_off
,
2037 .beacon_blink
= NULL
,
2038 .read_optrom
= qla24xx_read_optrom_data
,
2039 .write_optrom
= qla24xx_write_optrom_data
,
2040 .get_flash_version
= qla24xx_get_flash_version
,
2041 .start_scsi
= qlafx00_start_scsi
,
2042 .abort_isp
= qlafx00_abort_isp
,
2043 .iospace_config
= qlafx00_iospace_config
,
2044 .initialize_adapter
= qlafx00_initialize_adapter
,
2047 static struct isp_operations qla27xx_isp_ops
= {
2048 .pci_config
= qla25xx_pci_config
,
2049 .reset_chip
= qla24xx_reset_chip
,
2050 .chip_diag
= qla24xx_chip_diag
,
2051 .config_rings
= qla24xx_config_rings
,
2052 .reset_adapter
= qla24xx_reset_adapter
,
2053 .nvram_config
= qla81xx_nvram_config
,
2054 .update_fw_options
= qla81xx_update_fw_options
,
2055 .load_risc
= qla81xx_load_risc
,
2056 .pci_info_str
= qla24xx_pci_info_str
,
2057 .fw_version_str
= qla24xx_fw_version_str
,
2058 .intr_handler
= qla24xx_intr_handler
,
2059 .enable_intrs
= qla24xx_enable_intrs
,
2060 .disable_intrs
= qla24xx_disable_intrs
,
2061 .abort_command
= qla24xx_abort_command
,
2062 .target_reset
= qla24xx_abort_target
,
2063 .lun_reset
= qla24xx_lun_reset
,
2064 .fabric_login
= qla24xx_login_fabric
,
2065 .fabric_logout
= qla24xx_fabric_logout
,
2066 .calc_req_entries
= NULL
,
2067 .build_iocbs
= NULL
,
2068 .prep_ms_iocb
= qla24xx_prep_ms_iocb
,
2069 .prep_ms_fdmi_iocb
= qla24xx_prep_ms_fdmi_iocb
,
2071 .write_nvram
= NULL
,
2072 .fw_dump
= qla27xx_fwdump
,
2073 .beacon_on
= qla24xx_beacon_on
,
2074 .beacon_off
= qla24xx_beacon_off
,
2075 .beacon_blink
= qla83xx_beacon_blink
,
2076 .read_optrom
= qla25xx_read_optrom_data
,
2077 .write_optrom
= qla24xx_write_optrom_data
,
2078 .get_flash_version
= qla24xx_get_flash_version
,
2079 .start_scsi
= qla24xx_dif_start_scsi
,
2080 .abort_isp
= qla2x00_abort_isp
,
2081 .iospace_config
= qla83xx_iospace_config
,
2082 .initialize_adapter
= qla2x00_initialize_adapter
,
2086 qla2x00_set_isp_flags(struct qla_hw_data
*ha
)
2088 ha
->device_type
= DT_EXTENDED_IDS
;
2089 switch (ha
->pdev
->device
) {
2090 case PCI_DEVICE_ID_QLOGIC_ISP2100
:
2091 ha
->device_type
|= DT_ISP2100
;
2092 ha
->device_type
&= ~DT_EXTENDED_IDS
;
2093 ha
->fw_srisc_address
= RISC_START_ADDRESS_2100
;
2095 case PCI_DEVICE_ID_QLOGIC_ISP2200
:
2096 ha
->device_type
|= DT_ISP2200
;
2097 ha
->device_type
&= ~DT_EXTENDED_IDS
;
2098 ha
->fw_srisc_address
= RISC_START_ADDRESS_2100
;
2100 case PCI_DEVICE_ID_QLOGIC_ISP2300
:
2101 ha
->device_type
|= DT_ISP2300
;
2102 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2103 ha
->fw_srisc_address
= RISC_START_ADDRESS_2300
;
2105 case PCI_DEVICE_ID_QLOGIC_ISP2312
:
2106 ha
->device_type
|= DT_ISP2312
;
2107 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2108 ha
->fw_srisc_address
= RISC_START_ADDRESS_2300
;
2110 case PCI_DEVICE_ID_QLOGIC_ISP2322
:
2111 ha
->device_type
|= DT_ISP2322
;
2112 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2113 if (ha
->pdev
->subsystem_vendor
== 0x1028 &&
2114 ha
->pdev
->subsystem_device
== 0x0170)
2115 ha
->device_type
|= DT_OEM_001
;
2116 ha
->fw_srisc_address
= RISC_START_ADDRESS_2300
;
2118 case PCI_DEVICE_ID_QLOGIC_ISP6312
:
2119 ha
->device_type
|= DT_ISP6312
;
2120 ha
->fw_srisc_address
= RISC_START_ADDRESS_2300
;
2122 case PCI_DEVICE_ID_QLOGIC_ISP6322
:
2123 ha
->device_type
|= DT_ISP6322
;
2124 ha
->fw_srisc_address
= RISC_START_ADDRESS_2300
;
2126 case PCI_DEVICE_ID_QLOGIC_ISP2422
:
2127 ha
->device_type
|= DT_ISP2422
;
2128 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2129 ha
->device_type
|= DT_FWI2
;
2130 ha
->device_type
|= DT_IIDMA
;
2131 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2133 case PCI_DEVICE_ID_QLOGIC_ISP2432
:
2134 ha
->device_type
|= DT_ISP2432
;
2135 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2136 ha
->device_type
|= DT_FWI2
;
2137 ha
->device_type
|= DT_IIDMA
;
2138 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2140 case PCI_DEVICE_ID_QLOGIC_ISP8432
:
2141 ha
->device_type
|= DT_ISP8432
;
2142 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2143 ha
->device_type
|= DT_FWI2
;
2144 ha
->device_type
|= DT_IIDMA
;
2145 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2147 case PCI_DEVICE_ID_QLOGIC_ISP5422
:
2148 ha
->device_type
|= DT_ISP5422
;
2149 ha
->device_type
|= DT_FWI2
;
2150 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2152 case PCI_DEVICE_ID_QLOGIC_ISP5432
:
2153 ha
->device_type
|= DT_ISP5432
;
2154 ha
->device_type
|= DT_FWI2
;
2155 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2157 case PCI_DEVICE_ID_QLOGIC_ISP2532
:
2158 ha
->device_type
|= DT_ISP2532
;
2159 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2160 ha
->device_type
|= DT_FWI2
;
2161 ha
->device_type
|= DT_IIDMA
;
2162 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2164 case PCI_DEVICE_ID_QLOGIC_ISP8001
:
2165 ha
->device_type
|= DT_ISP8001
;
2166 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2167 ha
->device_type
|= DT_FWI2
;
2168 ha
->device_type
|= DT_IIDMA
;
2169 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2171 case PCI_DEVICE_ID_QLOGIC_ISP8021
:
2172 ha
->device_type
|= DT_ISP8021
;
2173 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2174 ha
->device_type
|= DT_FWI2
;
2175 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2176 /* Initialize 82XX ISP flags */
2177 qla82xx_init_flags(ha
);
2179 case PCI_DEVICE_ID_QLOGIC_ISP8044
:
2180 ha
->device_type
|= DT_ISP8044
;
2181 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2182 ha
->device_type
|= DT_FWI2
;
2183 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2184 /* Initialize 82XX ISP flags */
2185 qla82xx_init_flags(ha
);
2187 case PCI_DEVICE_ID_QLOGIC_ISP2031
:
2188 ha
->device_type
|= DT_ISP2031
;
2189 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2190 ha
->device_type
|= DT_FWI2
;
2191 ha
->device_type
|= DT_IIDMA
;
2192 ha
->device_type
|= DT_T10_PI
;
2193 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2195 case PCI_DEVICE_ID_QLOGIC_ISP8031
:
2196 ha
->device_type
|= DT_ISP8031
;
2197 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2198 ha
->device_type
|= DT_FWI2
;
2199 ha
->device_type
|= DT_IIDMA
;
2200 ha
->device_type
|= DT_T10_PI
;
2201 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2203 case PCI_DEVICE_ID_QLOGIC_ISPF001
:
2204 ha
->device_type
|= DT_ISPFX00
;
2206 case PCI_DEVICE_ID_QLOGIC_ISP2071
:
2207 ha
->device_type
|= DT_ISP2071
;
2208 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2209 ha
->device_type
|= DT_FWI2
;
2210 ha
->device_type
|= DT_IIDMA
;
2211 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2213 case PCI_DEVICE_ID_QLOGIC_ISP2271
:
2214 ha
->device_type
|= DT_ISP2271
;
2215 ha
->device_type
|= DT_ZIO_SUPPORTED
;
2216 ha
->device_type
|= DT_FWI2
;
2217 ha
->device_type
|= DT_IIDMA
;
2218 ha
->fw_srisc_address
= RISC_START_ADDRESS_2400
;
2223 ha
->port_no
= ha
->portnum
& 1;
2225 /* Get adapter physical port no from interrupt pin register. */
2226 pci_read_config_byte(ha
->pdev
, PCI_INTERRUPT_PIN
, &ha
->port_no
);
2230 ha
->port_no
= !(ha
->port_no
& 1);
2233 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x000b,
2234 "device_type=0x%x port=%d fw_srisc_address=0x%x.\n",
2235 ha
->device_type
, ha
->port_no
, ha
->fw_srisc_address
);
2239 qla2xxx_scan_start(struct Scsi_Host
*shost
)
2241 scsi_qla_host_t
*vha
= shost_priv(shost
);
2243 if (vha
->hw
->flags
.running_gold_fw
)
2246 set_bit(LOOP_RESYNC_NEEDED
, &vha
->dpc_flags
);
2247 set_bit(LOCAL_LOOP_UPDATE
, &vha
->dpc_flags
);
2248 set_bit(RSCN_UPDATE
, &vha
->dpc_flags
);
2249 set_bit(NPIV_CONFIG_NEEDED
, &vha
->dpc_flags
);
2253 qla2xxx_scan_finished(struct Scsi_Host
*shost
, unsigned long time
)
2255 scsi_qla_host_t
*vha
= shost_priv(shost
);
2259 if (time
> vha
->hw
->loop_reset_delay
* HZ
)
2262 return atomic_read(&vha
->loop_state
) == LOOP_READY
;
2266 * PCI driver interface
2269 qla2x00_probe_one(struct pci_dev
*pdev
, const struct pci_device_id
*id
)
2272 struct Scsi_Host
*host
;
2273 scsi_qla_host_t
*base_vha
= NULL
;
2274 struct qla_hw_data
*ha
;
2276 char fw_str
[30], wq_name
[30];
2277 struct scsi_host_template
*sht
;
2278 int bars
, mem_only
= 0;
2279 uint16_t req_length
= 0, rsp_length
= 0;
2280 struct req_que
*req
= NULL
;
2281 struct rsp_que
*rsp
= NULL
;
2282 bars
= pci_select_bars(pdev
, IORESOURCE_MEM
| IORESOURCE_IO
);
2283 sht
= &qla2xxx_driver_template
;
2284 if (pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP2422
||
2285 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP2432
||
2286 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP8432
||
2287 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP5422
||
2288 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP5432
||
2289 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP2532
||
2290 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP8001
||
2291 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP8021
||
2292 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP2031
||
2293 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP8031
||
2294 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISPF001
||
2295 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP8044
||
2296 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP2071
||
2297 pdev
->device
== PCI_DEVICE_ID_QLOGIC_ISP2271
) {
2298 bars
= pci_select_bars(pdev
, IORESOURCE_MEM
);
2300 ql_dbg_pci(ql_dbg_init
, pdev
, 0x0007,
2301 "Mem only adapter.\n");
2303 ql_dbg_pci(ql_dbg_init
, pdev
, 0x0008,
2304 "Bars=%d.\n", bars
);
2307 if (pci_enable_device_mem(pdev
))
2310 if (pci_enable_device(pdev
))
2314 /* This may fail but that's ok */
2315 pci_enable_pcie_error_reporting(pdev
);
2317 ha
= kzalloc(sizeof(struct qla_hw_data
), GFP_KERNEL
);
2319 ql_log_pci(ql_log_fatal
, pdev
, 0x0009,
2320 "Unable to allocate memory for ha.\n");
2323 ql_dbg_pci(ql_dbg_init
, pdev
, 0x000a,
2324 "Memory allocated for ha=%p.\n", ha
);
2326 ha
->tgt
.enable_class_2
= ql2xenableclass2
;
2327 INIT_LIST_HEAD(&ha
->tgt
.q_full_list
);
2328 spin_lock_init(&ha
->tgt
.q_full_lock
);
2330 /* Clear our data area */
2332 ha
->mem_only
= mem_only
;
2333 spin_lock_init(&ha
->hardware_lock
);
2334 spin_lock_init(&ha
->vport_slock
);
2335 mutex_init(&ha
->selflogin_lock
);
2336 mutex_init(&ha
->optrom_mutex
);
2338 /* Set ISP-type information. */
2339 qla2x00_set_isp_flags(ha
);
2341 /* Set EEH reset type to fundamental if required by hba */
2342 if (IS_QLA24XX(ha
) || IS_QLA25XX(ha
) || IS_QLA81XX(ha
) ||
2343 IS_QLA83XX(ha
) || IS_QLA27XX(ha
))
2344 pdev
->needs_freset
= 1;
2346 ha
->prev_topology
= 0;
2347 ha
->init_cb_size
= sizeof(init_cb_t
);
2348 ha
->link_data_rate
= PORT_SPEED_UNKNOWN
;
2349 ha
->optrom_size
= OPTROM_SIZE_2300
;
2351 /* Assign ISP specific operations. */
2352 if (IS_QLA2100(ha
)) {
2353 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2100
;
2354 ha
->mbx_count
= MAILBOX_REGISTER_COUNT_2100
;
2355 req_length
= REQUEST_ENTRY_CNT_2100
;
2356 rsp_length
= RESPONSE_ENTRY_CNT_2100
;
2357 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2100
;
2358 ha
->gid_list_info_size
= 4;
2359 ha
->flash_conf_off
= ~0;
2360 ha
->flash_data_off
= ~0;
2361 ha
->nvram_conf_off
= ~0;
2362 ha
->nvram_data_off
= ~0;
2363 ha
->isp_ops
= &qla2100_isp_ops
;
2364 } else if (IS_QLA2200(ha
)) {
2365 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2100
;
2366 ha
->mbx_count
= MAILBOX_REGISTER_COUNT_2200
;
2367 req_length
= REQUEST_ENTRY_CNT_2200
;
2368 rsp_length
= RESPONSE_ENTRY_CNT_2100
;
2369 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2100
;
2370 ha
->gid_list_info_size
= 4;
2371 ha
->flash_conf_off
= ~0;
2372 ha
->flash_data_off
= ~0;
2373 ha
->nvram_conf_off
= ~0;
2374 ha
->nvram_data_off
= ~0;
2375 ha
->isp_ops
= &qla2100_isp_ops
;
2376 } else if (IS_QLA23XX(ha
)) {
2377 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2100
;
2378 ha
->mbx_count
= MAILBOX_REGISTER_COUNT
;
2379 req_length
= REQUEST_ENTRY_CNT_2200
;
2380 rsp_length
= RESPONSE_ENTRY_CNT_2300
;
2381 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2300
;
2382 ha
->gid_list_info_size
= 6;
2383 if (IS_QLA2322(ha
) || IS_QLA6322(ha
))
2384 ha
->optrom_size
= OPTROM_SIZE_2322
;
2385 ha
->flash_conf_off
= ~0;
2386 ha
->flash_data_off
= ~0;
2387 ha
->nvram_conf_off
= ~0;
2388 ha
->nvram_data_off
= ~0;
2389 ha
->isp_ops
= &qla2300_isp_ops
;
2390 } else if (IS_QLA24XX_TYPE(ha
)) {
2391 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2400
;
2392 ha
->mbx_count
= MAILBOX_REGISTER_COUNT
;
2393 req_length
= REQUEST_ENTRY_CNT_24XX
;
2394 rsp_length
= RESPONSE_ENTRY_CNT_2300
;
2395 ha
->tgt
.atio_q_length
= ATIO_ENTRY_CNT_24XX
;
2396 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2300
;
2397 ha
->init_cb_size
= sizeof(struct mid_init_cb_24xx
);
2398 ha
->gid_list_info_size
= 8;
2399 ha
->optrom_size
= OPTROM_SIZE_24XX
;
2400 ha
->nvram_npiv_size
= QLA_MAX_VPORTS_QLA24XX
;
2401 ha
->isp_ops
= &qla24xx_isp_ops
;
2402 ha
->flash_conf_off
= FARX_ACCESS_FLASH_CONF
;
2403 ha
->flash_data_off
= FARX_ACCESS_FLASH_DATA
;
2404 ha
->nvram_conf_off
= FARX_ACCESS_NVRAM_CONF
;
2405 ha
->nvram_data_off
= FARX_ACCESS_NVRAM_DATA
;
2406 } else if (IS_QLA25XX(ha
)) {
2407 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2400
;
2408 ha
->mbx_count
= MAILBOX_REGISTER_COUNT
;
2409 req_length
= REQUEST_ENTRY_CNT_24XX
;
2410 rsp_length
= RESPONSE_ENTRY_CNT_2300
;
2411 ha
->tgt
.atio_q_length
= ATIO_ENTRY_CNT_24XX
;
2412 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2300
;
2413 ha
->init_cb_size
= sizeof(struct mid_init_cb_24xx
);
2414 ha
->gid_list_info_size
= 8;
2415 ha
->optrom_size
= OPTROM_SIZE_25XX
;
2416 ha
->nvram_npiv_size
= QLA_MAX_VPORTS_QLA25XX
;
2417 ha
->isp_ops
= &qla25xx_isp_ops
;
2418 ha
->flash_conf_off
= FARX_ACCESS_FLASH_CONF
;
2419 ha
->flash_data_off
= FARX_ACCESS_FLASH_DATA
;
2420 ha
->nvram_conf_off
= FARX_ACCESS_NVRAM_CONF
;
2421 ha
->nvram_data_off
= FARX_ACCESS_NVRAM_DATA
;
2422 } else if (IS_QLA81XX(ha
)) {
2423 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2400
;
2424 ha
->mbx_count
= MAILBOX_REGISTER_COUNT
;
2425 req_length
= REQUEST_ENTRY_CNT_24XX
;
2426 rsp_length
= RESPONSE_ENTRY_CNT_2300
;
2427 ha
->tgt
.atio_q_length
= ATIO_ENTRY_CNT_24XX
;
2428 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2300
;
2429 ha
->init_cb_size
= sizeof(struct mid_init_cb_81xx
);
2430 ha
->gid_list_info_size
= 8;
2431 ha
->optrom_size
= OPTROM_SIZE_81XX
;
2432 ha
->nvram_npiv_size
= QLA_MAX_VPORTS_QLA25XX
;
2433 ha
->isp_ops
= &qla81xx_isp_ops
;
2434 ha
->flash_conf_off
= FARX_ACCESS_FLASH_CONF_81XX
;
2435 ha
->flash_data_off
= FARX_ACCESS_FLASH_DATA_81XX
;
2436 ha
->nvram_conf_off
= ~0;
2437 ha
->nvram_data_off
= ~0;
2438 } else if (IS_QLA82XX(ha
)) {
2439 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2400
;
2440 ha
->mbx_count
= MAILBOX_REGISTER_COUNT
;
2441 req_length
= REQUEST_ENTRY_CNT_82XX
;
2442 rsp_length
= RESPONSE_ENTRY_CNT_82XX
;
2443 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2300
;
2444 ha
->init_cb_size
= sizeof(struct mid_init_cb_81xx
);
2445 ha
->gid_list_info_size
= 8;
2446 ha
->optrom_size
= OPTROM_SIZE_82XX
;
2447 ha
->nvram_npiv_size
= QLA_MAX_VPORTS_QLA25XX
;
2448 ha
->isp_ops
= &qla82xx_isp_ops
;
2449 ha
->flash_conf_off
= FARX_ACCESS_FLASH_CONF
;
2450 ha
->flash_data_off
= FARX_ACCESS_FLASH_DATA
;
2451 ha
->nvram_conf_off
= FARX_ACCESS_NVRAM_CONF
;
2452 ha
->nvram_data_off
= FARX_ACCESS_NVRAM_DATA
;
2453 } else if (IS_QLA8044(ha
)) {
2454 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2400
;
2455 ha
->mbx_count
= MAILBOX_REGISTER_COUNT
;
2456 req_length
= REQUEST_ENTRY_CNT_82XX
;
2457 rsp_length
= RESPONSE_ENTRY_CNT_82XX
;
2458 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2300
;
2459 ha
->init_cb_size
= sizeof(struct mid_init_cb_81xx
);
2460 ha
->gid_list_info_size
= 8;
2461 ha
->optrom_size
= OPTROM_SIZE_83XX
;
2462 ha
->nvram_npiv_size
= QLA_MAX_VPORTS_QLA25XX
;
2463 ha
->isp_ops
= &qla8044_isp_ops
;
2464 ha
->flash_conf_off
= FARX_ACCESS_FLASH_CONF
;
2465 ha
->flash_data_off
= FARX_ACCESS_FLASH_DATA
;
2466 ha
->nvram_conf_off
= FARX_ACCESS_NVRAM_CONF
;
2467 ha
->nvram_data_off
= FARX_ACCESS_NVRAM_DATA
;
2468 } else if (IS_QLA83XX(ha
)) {
2469 ha
->portnum
= PCI_FUNC(ha
->pdev
->devfn
);
2470 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2400
;
2471 ha
->mbx_count
= MAILBOX_REGISTER_COUNT
;
2472 req_length
= REQUEST_ENTRY_CNT_83XX
;
2473 rsp_length
= RESPONSE_ENTRY_CNT_2300
;
2474 ha
->tgt
.atio_q_length
= ATIO_ENTRY_CNT_24XX
;
2475 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2300
;
2476 ha
->init_cb_size
= sizeof(struct mid_init_cb_81xx
);
2477 ha
->gid_list_info_size
= 8;
2478 ha
->optrom_size
= OPTROM_SIZE_83XX
;
2479 ha
->nvram_npiv_size
= QLA_MAX_VPORTS_QLA25XX
;
2480 ha
->isp_ops
= &qla83xx_isp_ops
;
2481 ha
->flash_conf_off
= FARX_ACCESS_FLASH_CONF_81XX
;
2482 ha
->flash_data_off
= FARX_ACCESS_FLASH_DATA_81XX
;
2483 ha
->nvram_conf_off
= ~0;
2484 ha
->nvram_data_off
= ~0;
2485 } else if (IS_QLAFX00(ha
)) {
2486 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_FX00
;
2487 ha
->mbx_count
= MAILBOX_REGISTER_COUNT_FX00
;
2488 ha
->aen_mbx_count
= AEN_MAILBOX_REGISTER_COUNT_FX00
;
2489 req_length
= REQUEST_ENTRY_CNT_FX00
;
2490 rsp_length
= RESPONSE_ENTRY_CNT_FX00
;
2491 ha
->isp_ops
= &qlafx00_isp_ops
;
2492 ha
->port_down_retry_count
= 30; /* default value */
2493 ha
->mr
.fw_hbt_cnt
= QLAFX00_HEARTBEAT_INTERVAL
;
2494 ha
->mr
.fw_reset_timer_tick
= QLAFX00_RESET_INTERVAL
;
2495 ha
->mr
.fw_critemp_timer_tick
= QLAFX00_CRITEMP_INTERVAL
;
2496 ha
->mr
.fw_hbt_en
= 1;
2497 ha
->mr
.host_info_resend
= false;
2498 ha
->mr
.hinfo_resend_timer_tick
= QLAFX00_HINFO_RESEND_INTERVAL
;
2499 } else if (IS_QLA27XX(ha
)) {
2500 ha
->portnum
= PCI_FUNC(ha
->pdev
->devfn
);
2501 ha
->max_fibre_devices
= MAX_FIBRE_DEVICES_2400
;
2502 ha
->mbx_count
= MAILBOX_REGISTER_COUNT
;
2503 req_length
= REQUEST_ENTRY_CNT_24XX
;
2504 rsp_length
= RESPONSE_ENTRY_CNT_2300
;
2505 ha
->max_loop_id
= SNS_LAST_LOOP_ID_2300
;
2506 ha
->init_cb_size
= sizeof(struct mid_init_cb_81xx
);
2507 ha
->gid_list_info_size
= 8;
2508 ha
->optrom_size
= OPTROM_SIZE_83XX
;
2509 ha
->nvram_npiv_size
= QLA_MAX_VPORTS_QLA25XX
;
2510 ha
->isp_ops
= &qla27xx_isp_ops
;
2511 ha
->flash_conf_off
= FARX_ACCESS_FLASH_CONF_81XX
;
2512 ha
->flash_data_off
= FARX_ACCESS_FLASH_DATA_81XX
;
2513 ha
->nvram_conf_off
= ~0;
2514 ha
->nvram_data_off
= ~0;
2517 ql_dbg_pci(ql_dbg_init
, pdev
, 0x001e,
2518 "mbx_count=%d, req_length=%d, "
2519 "rsp_length=%d, max_loop_id=%d, init_cb_size=%d, "
2520 "gid_list_info_size=%d, optrom_size=%d, nvram_npiv_size=%d, "
2521 "max_fibre_devices=%d.\n",
2522 ha
->mbx_count
, req_length
, rsp_length
, ha
->max_loop_id
,
2523 ha
->init_cb_size
, ha
->gid_list_info_size
, ha
->optrom_size
,
2524 ha
->nvram_npiv_size
, ha
->max_fibre_devices
);
2525 ql_dbg_pci(ql_dbg_init
, pdev
, 0x001f,
2526 "isp_ops=%p, flash_conf_off=%d, "
2527 "flash_data_off=%d, nvram_conf_off=%d, nvram_data_off=%d.\n",
2528 ha
->isp_ops
, ha
->flash_conf_off
, ha
->flash_data_off
,
2529 ha
->nvram_conf_off
, ha
->nvram_data_off
);
2531 /* Configure PCI I/O space */
2532 ret
= ha
->isp_ops
->iospace_config(ha
);
2534 goto iospace_config_failed
;
2536 ql_log_pci(ql_log_info
, pdev
, 0x001d,
2537 "Found an ISP%04X irq %d iobase 0x%p.\n",
2538 pdev
->device
, pdev
->irq
, ha
->iobase
);
2539 mutex_init(&ha
->vport_lock
);
2540 init_completion(&ha
->mbx_cmd_comp
);
2541 complete(&ha
->mbx_cmd_comp
);
2542 init_completion(&ha
->mbx_intr_comp
);
2543 init_completion(&ha
->dcbx_comp
);
2544 init_completion(&ha
->lb_portup_comp
);
2546 set_bit(0, (unsigned long *) ha
->vp_idx_map
);
2548 qla2x00_config_dma_addressing(ha
);
2549 ql_dbg_pci(ql_dbg_init
, pdev
, 0x0020,
2550 "64 Bit addressing is %s.\n",
2551 ha
->flags
.enable_64bit_addressing
? "enable" :
2553 ret
= qla2x00_mem_alloc(ha
, req_length
, rsp_length
, &req
, &rsp
);
2555 ql_log_pci(ql_log_fatal
, pdev
, 0x0031,
2556 "Failed to allocate memory for adapter, aborting.\n");
2558 goto probe_hw_failed
;
2561 req
->max_q_depth
= MAX_Q_DEPTH
;
2562 if (ql2xmaxqdepth
!= 0 && ql2xmaxqdepth
<= 0xffffU
)
2563 req
->max_q_depth
= ql2xmaxqdepth
;
2566 base_vha
= qla2x00_create_host(sht
, ha
);
2569 qla2x00_mem_free(ha
);
2570 qla2x00_free_req_que(ha
, req
);
2571 qla2x00_free_rsp_que(ha
, rsp
);
2572 goto probe_hw_failed
;
2575 pci_set_drvdata(pdev
, base_vha
);
2576 set_bit(PFLG_DRIVER_PROBING
, &base_vha
->pci_flags
);
2578 host
= base_vha
->host
;
2579 base_vha
->req
= req
;
2580 if (IS_QLA2XXX_MIDTYPE(ha
))
2581 base_vha
->mgmt_svr_loop_id
= 10 + base_vha
->vp_idx
;
2583 base_vha
->mgmt_svr_loop_id
= MANAGEMENT_SERVER
+
2586 /* Setup fcport template structure. */
2587 ha
->mr
.fcport
.vha
= base_vha
;
2588 ha
->mr
.fcport
.port_type
= FCT_UNKNOWN
;
2589 ha
->mr
.fcport
.loop_id
= FC_NO_LOOP_ID
;
2590 qla2x00_set_fcport_state(&ha
->mr
.fcport
, FCS_UNCONFIGURED
);
2591 ha
->mr
.fcport
.supported_classes
= FC_COS_UNSPECIFIED
;
2592 ha
->mr
.fcport
.scan_state
= 1;
2594 /* Set the SG table size based on ISP type */
2595 if (!IS_FWI2_CAPABLE(ha
)) {
2597 host
->sg_tablesize
= 32;
2599 if (!IS_QLA82XX(ha
))
2600 host
->sg_tablesize
= QLA_SG_ALL
;
2602 host
->max_id
= ha
->max_fibre_devices
;
2603 host
->cmd_per_lun
= 3;
2604 host
->unique_id
= host
->host_no
;
2605 if (IS_T10_PI_CAPABLE(ha
) && ql2xenabledif
)
2606 host
->max_cmd_len
= 32;
2608 host
->max_cmd_len
= MAX_CMDSZ
;
2609 host
->max_channel
= MAX_BUSES
- 1;
2610 /* Older HBAs support only 16-bit LUNs */
2611 if (!IS_QLAFX00(ha
) && !IS_FWI2_CAPABLE(ha
) &&
2612 ql2xmaxlun
> 0xffff)
2613 host
->max_lun
= 0xffff;
2615 host
->max_lun
= ql2xmaxlun
;
2616 host
->transportt
= qla2xxx_transport_template
;
2617 sht
->vendor_id
= (SCSI_NL_VID_TYPE_PCI
| PCI_VENDOR_ID_QLOGIC
);
2619 ql_dbg(ql_dbg_init
, base_vha
, 0x0033,
2620 "max_id=%d this_id=%d "
2621 "cmd_per_len=%d unique_id=%d max_cmd_len=%d max_channel=%d "
2622 "max_lun=%llu transportt=%p, vendor_id=%llu.\n", host
->max_id
,
2623 host
->this_id
, host
->cmd_per_lun
, host
->unique_id
,
2624 host
->max_cmd_len
, host
->max_channel
, host
->max_lun
,
2625 host
->transportt
, sht
->vendor_id
);
2628 /* Alloc arrays of request and response ring ptrs */
2629 if (!qla2x00_alloc_queues(ha
, req
, rsp
)) {
2630 ql_log(ql_log_fatal
, base_vha
, 0x003d,
2631 "Failed to allocate memory for queue pointers..."
2633 goto probe_init_failed
;
2636 qlt_probe_one_stage1(base_vha
, ha
);
2638 /* Set up the irqs */
2639 ret
= qla2x00_request_irqs(ha
, rsp
);
2641 goto probe_init_failed
;
2643 pci_save_state(pdev
);
2645 /* Assign back pointers */
2649 if (IS_QLAFX00(ha
)) {
2650 ha
->rsp_q_map
[0] = rsp
;
2651 ha
->req_q_map
[0] = req
;
2652 set_bit(0, ha
->req_qid_map
);
2653 set_bit(0, ha
->rsp_qid_map
);
2656 /* FWI2-capable only. */
2657 req
->req_q_in
= &ha
->iobase
->isp24
.req_q_in
;
2658 req
->req_q_out
= &ha
->iobase
->isp24
.req_q_out
;
2659 rsp
->rsp_q_in
= &ha
->iobase
->isp24
.rsp_q_in
;
2660 rsp
->rsp_q_out
= &ha
->iobase
->isp24
.rsp_q_out
;
2661 if (ha
->mqenable
|| IS_QLA83XX(ha
) || IS_QLA27XX(ha
)) {
2662 req
->req_q_in
= &ha
->mqiobase
->isp25mq
.req_q_in
;
2663 req
->req_q_out
= &ha
->mqiobase
->isp25mq
.req_q_out
;
2664 rsp
->rsp_q_in
= &ha
->mqiobase
->isp25mq
.rsp_q_in
;
2665 rsp
->rsp_q_out
= &ha
->mqiobase
->isp25mq
.rsp_q_out
;
2668 if (IS_QLAFX00(ha
)) {
2669 req
->req_q_in
= &ha
->iobase
->ispfx00
.req_q_in
;
2670 req
->req_q_out
= &ha
->iobase
->ispfx00
.req_q_out
;
2671 rsp
->rsp_q_in
= &ha
->iobase
->ispfx00
.rsp_q_in
;
2672 rsp
->rsp_q_out
= &ha
->iobase
->ispfx00
.rsp_q_out
;
2675 if (IS_P3P_TYPE(ha
)) {
2676 req
->req_q_out
= &ha
->iobase
->isp82
.req_q_out
[0];
2677 rsp
->rsp_q_in
= &ha
->iobase
->isp82
.rsp_q_in
[0];
2678 rsp
->rsp_q_out
= &ha
->iobase
->isp82
.rsp_q_out
[0];
2681 ql_dbg(ql_dbg_multiq
, base_vha
, 0xc009,
2682 "rsp_q_map=%p req_q_map=%p rsp->req=%p req->rsp=%p.\n",
2683 ha
->rsp_q_map
, ha
->req_q_map
, rsp
->req
, req
->rsp
);
2684 ql_dbg(ql_dbg_multiq
, base_vha
, 0xc00a,
2685 "req->req_q_in=%p req->req_q_out=%p "
2686 "rsp->rsp_q_in=%p rsp->rsp_q_out=%p.\n",
2687 req
->req_q_in
, req
->req_q_out
,
2688 rsp
->rsp_q_in
, rsp
->rsp_q_out
);
2689 ql_dbg(ql_dbg_init
, base_vha
, 0x003e,
2690 "rsp_q_map=%p req_q_map=%p rsp->req=%p req->rsp=%p.\n",
2691 ha
->rsp_q_map
, ha
->req_q_map
, rsp
->req
, req
->rsp
);
2692 ql_dbg(ql_dbg_init
, base_vha
, 0x003f,
2693 "req->req_q_in=%p req->req_q_out=%p rsp->rsp_q_in=%p rsp->rsp_q_out=%p.\n",
2694 req
->req_q_in
, req
->req_q_out
, rsp
->rsp_q_in
, rsp
->rsp_q_out
);
2696 if (ha
->isp_ops
->initialize_adapter(base_vha
)) {
2697 ql_log(ql_log_fatal
, base_vha
, 0x00d6,
2698 "Failed to initialize adapter - Adapter flags %x.\n",
2699 base_vha
->device_flags
);
2701 if (IS_QLA82XX(ha
)) {
2702 qla82xx_idc_lock(ha
);
2703 qla82xx_wr_32(ha
, QLA82XX_CRB_DEV_STATE
,
2704 QLA8XXX_DEV_FAILED
);
2705 qla82xx_idc_unlock(ha
);
2706 ql_log(ql_log_fatal
, base_vha
, 0x00d7,
2707 "HW State: FAILED.\n");
2708 } else if (IS_QLA8044(ha
)) {
2709 qla8044_idc_lock(ha
);
2710 qla8044_wr_direct(base_vha
,
2711 QLA8044_CRB_DEV_STATE_INDEX
,
2712 QLA8XXX_DEV_FAILED
);
2713 qla8044_idc_unlock(ha
);
2714 ql_log(ql_log_fatal
, base_vha
, 0x0150,
2715 "HW State: FAILED.\n");
2723 host
->can_queue
= QLAFX00_MAX_CANQUEUE
;
2725 host
->can_queue
= req
->num_outstanding_cmds
- 10;
2727 ql_dbg(ql_dbg_init
, base_vha
, 0x0032,
2728 "can_queue=%d, req=%p, mgmt_svr_loop_id=%d, sg_tablesize=%d.\n",
2729 host
->can_queue
, base_vha
->req
,
2730 base_vha
->mgmt_svr_loop_id
, host
->sg_tablesize
);
2733 if (qla25xx_setup_mode(base_vha
)) {
2734 ql_log(ql_log_warn
, base_vha
, 0x00ec,
2735 "Failed to create queues, falling back to single queue mode.\n");
2740 if (ha
->flags
.running_gold_fw
)
2744 * Startup the kernel thread for this host adapter
2746 ha
->dpc_thread
= kthread_create(qla2x00_do_dpc
, ha
,
2747 "%s_dpc", base_vha
->host_str
);
2748 if (IS_ERR(ha
->dpc_thread
)) {
2749 ql_log(ql_log_fatal
, base_vha
, 0x00ed,
2750 "Failed to start DPC thread.\n");
2751 ret
= PTR_ERR(ha
->dpc_thread
);
2754 ql_dbg(ql_dbg_init
, base_vha
, 0x00ee,
2755 "DPC thread started successfully.\n");
2758 * If we're not coming up in initiator mode, we might sit for
2759 * a while without waking up the dpc thread, which leads to a
2760 * stuck process warning. So just kick the dpc once here and
2761 * let the kthread start (and go back to sleep in qla2x00_do_dpc).
2763 qla2xxx_wake_dpc(base_vha
);
2765 INIT_WORK(&ha
->board_disable
, qla2x00_disable_board_on_pci_error
);
2767 if (IS_QLA8031(ha
) || IS_MCTP_CAPABLE(ha
)) {
2768 sprintf(wq_name
, "qla2xxx_%lu_dpc_lp_wq", base_vha
->host_no
);
2769 ha
->dpc_lp_wq
= create_singlethread_workqueue(wq_name
);
2770 INIT_WORK(&ha
->idc_aen
, qla83xx_service_idc_aen
);
2772 sprintf(wq_name
, "qla2xxx_%lu_dpc_hp_wq", base_vha
->host_no
);
2773 ha
->dpc_hp_wq
= create_singlethread_workqueue(wq_name
);
2774 INIT_WORK(&ha
->nic_core_reset
, qla83xx_nic_core_reset_work
);
2775 INIT_WORK(&ha
->idc_state_handler
,
2776 qla83xx_idc_state_handler_work
);
2777 INIT_WORK(&ha
->nic_core_unrecoverable
,
2778 qla83xx_nic_core_unrecoverable_work
);
2782 list_add_tail(&base_vha
->list
, &ha
->vp_list
);
2783 base_vha
->host
->irq
= ha
->pdev
->irq
;
2785 /* Initialized the timer */
2786 qla2x00_start_timer(base_vha
, qla2x00_timer
, WATCH_INTERVAL
);
2787 ql_dbg(ql_dbg_init
, base_vha
, 0x00ef,
2788 "Started qla2x00_timer with "
2789 "interval=%d.\n", WATCH_INTERVAL
);
2790 ql_dbg(ql_dbg_init
, base_vha
, 0x00f0,
2791 "Detected hba at address=%p.\n",
2794 if (IS_T10_PI_CAPABLE(ha
) && ql2xenabledif
) {
2795 if (ha
->fw_attributes
& BIT_4
) {
2796 int prot
= 0, guard
;
2797 base_vha
->flags
.difdix_supported
= 1;
2798 ql_dbg(ql_dbg_init
, base_vha
, 0x00f1,
2799 "Registering for DIF/DIX type 1 and 3 protection.\n");
2800 if (ql2xenabledif
== 1)
2801 prot
= SHOST_DIX_TYPE0_PROTECTION
;
2802 scsi_host_set_prot(host
,
2803 prot
| SHOST_DIF_TYPE1_PROTECTION
2804 | SHOST_DIF_TYPE2_PROTECTION
2805 | SHOST_DIF_TYPE3_PROTECTION
2806 | SHOST_DIX_TYPE1_PROTECTION
2807 | SHOST_DIX_TYPE2_PROTECTION
2808 | SHOST_DIX_TYPE3_PROTECTION
);
2810 guard
= SHOST_DIX_GUARD_CRC
;
2812 if (IS_PI_IPGUARD_CAPABLE(ha
) &&
2813 (ql2xenabledif
> 1 || IS_PI_DIFB_DIX0_CAPABLE(ha
)))
2814 guard
|= SHOST_DIX_GUARD_IP
;
2816 scsi_host_set_guard(host
, guard
);
2818 base_vha
->flags
.difdix_supported
= 0;
2821 ha
->isp_ops
->enable_intrs(ha
);
2823 if (IS_QLAFX00(ha
)) {
2824 ret
= qlafx00_fx_disc(base_vha
,
2825 &base_vha
->hw
->mr
.fcport
, FXDISC_GET_CONFIG_INFO
);
2826 host
->sg_tablesize
= (ha
->mr
.extended_io_enabled
) ?
2830 ret
= scsi_add_host(host
, &pdev
->dev
);
2834 base_vha
->flags
.init_done
= 1;
2835 base_vha
->flags
.online
= 1;
2836 ha
->prev_minidump_failed
= 0;
2838 ql_dbg(ql_dbg_init
, base_vha
, 0x00f2,
2839 "Init done and hba is online.\n");
2841 if (qla_ini_mode_enabled(base_vha
))
2842 scsi_scan_host(host
);
2844 ql_dbg(ql_dbg_init
, base_vha
, 0x0122,
2845 "skipping scsi_scan_host() for non-initiator port\n");
2847 qla2x00_alloc_sysfs_attr(base_vha
);
2849 if (IS_QLAFX00(ha
)) {
2850 ret
= qlafx00_fx_disc(base_vha
,
2851 &base_vha
->hw
->mr
.fcport
, FXDISC_GET_PORT_INFO
);
2853 /* Register system information */
2854 ret
= qlafx00_fx_disc(base_vha
,
2855 &base_vha
->hw
->mr
.fcport
, FXDISC_REG_HOST_INFO
);
2858 qla2x00_init_host_attr(base_vha
);
2860 qla2x00_dfs_setup(base_vha
);
2862 ql_log(ql_log_info
, base_vha
, 0x00fb,
2863 "QLogic %s - %s.\n", ha
->model_number
, ha
->model_desc
);
2864 ql_log(ql_log_info
, base_vha
, 0x00fc,
2865 "ISP%04X: %s @ %s hdma%c host#=%ld fw=%s.\n",
2866 pdev
->device
, ha
->isp_ops
->pci_info_str(base_vha
, pci_info
),
2867 pci_name(pdev
), ha
->flags
.enable_64bit_addressing
? '+' : '-',
2869 ha
->isp_ops
->fw_version_str(base_vha
, fw_str
, sizeof(fw_str
)));
2871 qlt_add_target(ha
, base_vha
);
2873 clear_bit(PFLG_DRIVER_PROBING
, &base_vha
->pci_flags
);
2877 qla2x00_free_req_que(ha
, req
);
2878 ha
->req_q_map
[0] = NULL
;
2879 clear_bit(0, ha
->req_qid_map
);
2880 qla2x00_free_rsp_que(ha
, rsp
);
2881 ha
->rsp_q_map
[0] = NULL
;
2882 clear_bit(0, ha
->rsp_qid_map
);
2883 ha
->max_req_queues
= ha
->max_rsp_queues
= 0;
2886 if (base_vha
->timer_active
)
2887 qla2x00_stop_timer(base_vha
);
2888 base_vha
->flags
.online
= 0;
2889 if (ha
->dpc_thread
) {
2890 struct task_struct
*t
= ha
->dpc_thread
;
2892 ha
->dpc_thread
= NULL
;
2896 qla2x00_free_device(base_vha
);
2898 scsi_host_put(base_vha
->host
);
2901 qla2x00_clear_drv_active(ha
);
2903 iospace_config_failed
:
2904 if (IS_P3P_TYPE(ha
)) {
2905 if (!ha
->nx_pcibase
)
2906 iounmap((device_reg_t
*)ha
->nx_pcibase
);
2908 iounmap((device_reg_t
*)ha
->nxdb_wr_ptr
);
2911 iounmap(ha
->iobase
);
2913 iounmap(ha
->cregbase
);
2915 pci_release_selected_regions(ha
->pdev
, ha
->bars
);
2920 pci_disable_device(pdev
);
2925 qla2x00_shutdown(struct pci_dev
*pdev
)
2927 scsi_qla_host_t
*vha
;
2928 struct qla_hw_data
*ha
;
2930 if (!atomic_read(&pdev
->enable_cnt
))
2933 vha
= pci_get_drvdata(pdev
);
2936 /* Notify ISPFX00 firmware */
2938 qlafx00_driver_shutdown(vha
, 20);
2940 /* Turn-off FCE trace */
2941 if (ha
->flags
.fce_enabled
) {
2942 qla2x00_disable_fce_trace(vha
, NULL
, NULL
);
2943 ha
->flags
.fce_enabled
= 0;
2946 /* Turn-off EFT trace */
2948 qla2x00_disable_eft_trace(vha
);
2950 /* Stop currently executing firmware. */
2951 qla2x00_try_to_stop_firmware(vha
);
2953 /* Turn adapter off line */
2954 vha
->flags
.online
= 0;
2956 /* turn-off interrupts on the card */
2957 if (ha
->interrupts_on
) {
2958 vha
->flags
.init_done
= 0;
2959 ha
->isp_ops
->disable_intrs(ha
);
2962 qla2x00_free_irqs(vha
);
2964 qla2x00_free_fw_dump(ha
);
2966 pci_disable_pcie_error_reporting(pdev
);
2967 pci_disable_device(pdev
);
2970 /* Deletes all the virtual ports for a given ha */
2972 qla2x00_delete_all_vps(struct qla_hw_data
*ha
, scsi_qla_host_t
*base_vha
)
2974 struct Scsi_Host
*scsi_host
;
2975 scsi_qla_host_t
*vha
;
2976 unsigned long flags
;
2978 mutex_lock(&ha
->vport_lock
);
2979 while (ha
->cur_vport_count
) {
2980 spin_lock_irqsave(&ha
->vport_slock
, flags
);
2982 BUG_ON(base_vha
->list
.next
== &ha
->vp_list
);
2983 /* This assumes first entry in ha->vp_list is always base vha */
2984 vha
= list_first_entry(&base_vha
->list
, scsi_qla_host_t
, list
);
2985 scsi_host
= scsi_host_get(vha
->host
);
2987 spin_unlock_irqrestore(&ha
->vport_slock
, flags
);
2988 mutex_unlock(&ha
->vport_lock
);
2990 fc_vport_terminate(vha
->fc_vport
);
2991 scsi_host_put(vha
->host
);
2993 mutex_lock(&ha
->vport_lock
);
2995 mutex_unlock(&ha
->vport_lock
);
2998 /* Stops all deferred work threads */
3000 qla2x00_destroy_deferred_work(struct qla_hw_data
*ha
)
3002 /* Flush the work queue and remove it */
3004 flush_workqueue(ha
->wq
);
3005 destroy_workqueue(ha
->wq
);
3009 /* Cancel all work and destroy DPC workqueues */
3010 if (ha
->dpc_lp_wq
) {
3011 cancel_work_sync(&ha
->idc_aen
);
3012 destroy_workqueue(ha
->dpc_lp_wq
);
3013 ha
->dpc_lp_wq
= NULL
;
3016 if (ha
->dpc_hp_wq
) {
3017 cancel_work_sync(&ha
->nic_core_reset
);
3018 cancel_work_sync(&ha
->idc_state_handler
);
3019 cancel_work_sync(&ha
->nic_core_unrecoverable
);
3020 destroy_workqueue(ha
->dpc_hp_wq
);
3021 ha
->dpc_hp_wq
= NULL
;
3024 /* Kill the kernel thread for this host */
3025 if (ha
->dpc_thread
) {
3026 struct task_struct
*t
= ha
->dpc_thread
;
3029 * qla2xxx_wake_dpc checks for ->dpc_thread
3030 * so we need to zero it out.
3032 ha
->dpc_thread
= NULL
;
3038 qla2x00_unmap_iobases(struct qla_hw_data
*ha
)
3040 if (IS_QLA82XX(ha
)) {
3042 iounmap((device_reg_t
*)ha
->nx_pcibase
);
3044 iounmap((device_reg_t
*)ha
->nxdb_wr_ptr
);
3047 iounmap(ha
->iobase
);
3050 iounmap(ha
->cregbase
);
3053 iounmap(ha
->mqiobase
);
3055 if ((IS_QLA83XX(ha
) || IS_QLA27XX(ha
)) && ha
->msixbase
)
3056 iounmap(ha
->msixbase
);
3061 qla2x00_clear_drv_active(struct qla_hw_data
*ha
)
3063 if (IS_QLA8044(ha
)) {
3064 qla8044_idc_lock(ha
);
3065 qla8044_clear_drv_active(ha
);
3066 qla8044_idc_unlock(ha
);
3067 } else if (IS_QLA82XX(ha
)) {
3068 qla82xx_idc_lock(ha
);
3069 qla82xx_clear_drv_active(ha
);
3070 qla82xx_idc_unlock(ha
);
3075 qla2x00_remove_one(struct pci_dev
*pdev
)
3077 scsi_qla_host_t
*base_vha
;
3078 struct qla_hw_data
*ha
;
3080 base_vha
= pci_get_drvdata(pdev
);
3083 /* Indicate device removal to prevent future board_disable and wait
3084 * until any pending board_disable has completed. */
3085 set_bit(PFLG_DRIVER_REMOVING
, &base_vha
->pci_flags
);
3086 cancel_work_sync(&ha
->board_disable
);
3089 * If the PCI device is disabled then there was a PCI-disconnect and
3090 * qla2x00_disable_board_on_pci_error has taken care of most of the
3093 if (!atomic_read(&pdev
->enable_cnt
)) {
3094 scsi_host_put(base_vha
->host
);
3096 pci_set_drvdata(pdev
, NULL
);
3100 qla2x00_wait_for_hba_ready(base_vha
);
3102 set_bit(UNLOADING
, &base_vha
->dpc_flags
);
3105 qlafx00_driver_shutdown(base_vha
, 20);
3107 qla2x00_delete_all_vps(ha
, base_vha
);
3109 if (IS_QLA8031(ha
)) {
3110 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb07e,
3111 "Clearing fcoe driver presence.\n");
3112 if (qla83xx_clear_drv_presence(base_vha
) != QLA_SUCCESS
)
3113 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb079,
3114 "Error while clearing DRV-Presence.\n");
3117 qla2x00_abort_all_cmds(base_vha
, DID_NO_CONNECT
<< 16);
3119 qla2x00_dfs_remove(base_vha
);
3121 qla84xx_put_chip(base_vha
);
3123 /* Laser should be disabled only for ISP2031 */
3125 qla83xx_disable_laser(base_vha
);
3128 if (base_vha
->timer_active
)
3129 qla2x00_stop_timer(base_vha
);
3131 base_vha
->flags
.online
= 0;
3133 qla2x00_destroy_deferred_work(ha
);
3135 qlt_remove_target(ha
, base_vha
);
3137 qla2x00_free_sysfs_attr(base_vha
, true);
3139 fc_remove_host(base_vha
->host
);
3141 scsi_remove_host(base_vha
->host
);
3143 qla2x00_free_device(base_vha
);
3145 qla2x00_clear_drv_active(ha
);
3147 scsi_host_put(base_vha
->host
);
3149 qla2x00_unmap_iobases(ha
);
3151 pci_release_selected_regions(ha
->pdev
, ha
->bars
);
3155 pci_disable_pcie_error_reporting(pdev
);
3157 pci_disable_device(pdev
);
3161 qla2x00_free_device(scsi_qla_host_t
*vha
)
3163 struct qla_hw_data
*ha
= vha
->hw
;
3165 qla2x00_abort_all_cmds(vha
, DID_NO_CONNECT
<< 16);
3168 if (vha
->timer_active
)
3169 qla2x00_stop_timer(vha
);
3171 qla25xx_delete_queues(vha
);
3173 if (ha
->flags
.fce_enabled
)
3174 qla2x00_disable_fce_trace(vha
, NULL
, NULL
);
3177 qla2x00_disable_eft_trace(vha
);
3179 /* Stop currently executing firmware. */
3180 qla2x00_try_to_stop_firmware(vha
);
3182 vha
->flags
.online
= 0;
3184 /* turn-off interrupts on the card */
3185 if (ha
->interrupts_on
) {
3186 vha
->flags
.init_done
= 0;
3187 ha
->isp_ops
->disable_intrs(ha
);
3190 qla2x00_free_irqs(vha
);
3192 qla2x00_free_fcports(vha
);
3194 qla2x00_mem_free(ha
);
3196 qla82xx_md_free(vha
);
3198 qla2x00_free_queues(ha
);
3201 void qla2x00_free_fcports(struct scsi_qla_host
*vha
)
3203 fc_port_t
*fcport
, *tfcport
;
3205 list_for_each_entry_safe(fcport
, tfcport
, &vha
->vp_fcports
, list
) {
3206 list_del(&fcport
->list
);
3207 qla2x00_clear_loop_id(fcport
);
3214 qla2x00_schedule_rport_del(struct scsi_qla_host
*vha
, fc_port_t
*fcport
,
3217 struct fc_rport
*rport
;
3218 scsi_qla_host_t
*base_vha
;
3219 unsigned long flags
;
3224 rport
= fcport
->rport
;
3226 base_vha
= pci_get_drvdata(vha
->hw
->pdev
);
3227 spin_lock_irqsave(vha
->host
->host_lock
, flags
);
3228 fcport
->drport
= rport
;
3229 spin_unlock_irqrestore(vha
->host
->host_lock
, flags
);
3230 set_bit(FCPORT_UPDATE_NEEDED
, &base_vha
->dpc_flags
);
3231 qla2xxx_wake_dpc(base_vha
);
3233 fc_remote_port_delete(rport
);
3234 qlt_fc_port_deleted(vha
, fcport
);
3239 * qla2x00_mark_device_lost Updates fcport state when device goes offline.
3241 * Input: ha = adapter block pointer. fcport = port structure pointer.
3247 void qla2x00_mark_device_lost(scsi_qla_host_t
*vha
, fc_port_t
*fcport
,
3248 int do_login
, int defer
)
3250 if (IS_QLAFX00(vha
->hw
)) {
3251 qla2x00_set_fcport_state(fcport
, FCS_DEVICE_LOST
);
3252 qla2x00_schedule_rport_del(vha
, fcport
, defer
);
3256 if (atomic_read(&fcport
->state
) == FCS_ONLINE
&&
3257 vha
->vp_idx
== fcport
->vha
->vp_idx
) {
3258 qla2x00_set_fcport_state(fcport
, FCS_DEVICE_LOST
);
3259 qla2x00_schedule_rport_del(vha
, fcport
, defer
);
3262 * We may need to retry the login, so don't change the state of the
3263 * port but do the retries.
3265 if (atomic_read(&fcport
->state
) != FCS_DEVICE_DEAD
)
3266 qla2x00_set_fcport_state(fcport
, FCS_DEVICE_LOST
);
3271 if (fcport
->login_retry
== 0) {
3272 fcport
->login_retry
= vha
->hw
->login_retry_count
;
3273 set_bit(RELOGIN_NEEDED
, &vha
->dpc_flags
);
3275 ql_dbg(ql_dbg_disc
, vha
, 0x2067,
3276 "Port login retry %8phN, id = 0x%04x retry cnt=%d.\n",
3277 fcport
->port_name
, fcport
->loop_id
, fcport
->login_retry
);
3282 * qla2x00_mark_all_devices_lost
3283 * Updates fcport state when device goes offline.
3286 * ha = adapter block pointer.
3287 * fcport = port structure pointer.
3295 qla2x00_mark_all_devices_lost(scsi_qla_host_t
*vha
, int defer
)
3299 list_for_each_entry(fcport
, &vha
->vp_fcports
, list
) {
3300 if (vha
->vp_idx
!= 0 && vha
->vp_idx
!= fcport
->vha
->vp_idx
)
3304 * No point in marking the device as lost, if the device is
3307 if (atomic_read(&fcport
->state
) == FCS_DEVICE_DEAD
)
3309 if (atomic_read(&fcport
->state
) == FCS_ONLINE
) {
3310 qla2x00_set_fcport_state(fcport
, FCS_DEVICE_LOST
);
3312 qla2x00_schedule_rport_del(vha
, fcport
, defer
);
3313 else if (vha
->vp_idx
== fcport
->vha
->vp_idx
)
3314 qla2x00_schedule_rport_del(vha
, fcport
, defer
);
3321 * Allocates adapter memory.
3328 qla2x00_mem_alloc(struct qla_hw_data
*ha
, uint16_t req_len
, uint16_t rsp_len
,
3329 struct req_que
**req
, struct rsp_que
**rsp
)
3333 ha
->init_cb
= dma_alloc_coherent(&ha
->pdev
->dev
, ha
->init_cb_size
,
3334 &ha
->init_cb_dma
, GFP_KERNEL
);
3338 if (qlt_mem_alloc(ha
) < 0)
3339 goto fail_free_init_cb
;
3341 ha
->gid_list
= dma_alloc_coherent(&ha
->pdev
->dev
,
3342 qla2x00_gid_list_size(ha
), &ha
->gid_list_dma
, GFP_KERNEL
);
3344 goto fail_free_tgt_mem
;
3346 ha
->srb_mempool
= mempool_create_slab_pool(SRB_MIN_REQ
, srb_cachep
);
3347 if (!ha
->srb_mempool
)
3348 goto fail_free_gid_list
;
3350 if (IS_P3P_TYPE(ha
)) {
3351 /* Allocate cache for CT6 Ctx. */
3353 ctx_cachep
= kmem_cache_create("qla2xxx_ctx",
3354 sizeof(struct ct6_dsd
), 0,
3355 SLAB_HWCACHE_ALIGN
, NULL
);
3357 goto fail_free_gid_list
;
3359 ha
->ctx_mempool
= mempool_create_slab_pool(SRB_MIN_REQ
,
3361 if (!ha
->ctx_mempool
)
3362 goto fail_free_srb_mempool
;
3363 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x0021,
3364 "ctx_cachep=%p ctx_mempool=%p.\n",
3365 ctx_cachep
, ha
->ctx_mempool
);
3368 /* Get memory for cached NVRAM */
3369 ha
->nvram
= kzalloc(MAX_NVRAM_SIZE
, GFP_KERNEL
);
3371 goto fail_free_ctx_mempool
;
3373 snprintf(name
, sizeof(name
), "%s_%d", QLA2XXX_DRIVER_NAME
,
3375 ha
->s_dma_pool
= dma_pool_create(name
, &ha
->pdev
->dev
,
3376 DMA_POOL_SIZE
, 8, 0);
3377 if (!ha
->s_dma_pool
)
3378 goto fail_free_nvram
;
3380 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x0022,
3381 "init_cb=%p gid_list=%p, srb_mempool=%p s_dma_pool=%p.\n",
3382 ha
->init_cb
, ha
->gid_list
, ha
->srb_mempool
, ha
->s_dma_pool
);
3384 if (IS_P3P_TYPE(ha
) || ql2xenabledif
) {
3385 ha
->dl_dma_pool
= dma_pool_create(name
, &ha
->pdev
->dev
,
3386 DSD_LIST_DMA_POOL_SIZE
, 8, 0);
3387 if (!ha
->dl_dma_pool
) {
3388 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0023,
3389 "Failed to allocate memory for dl_dma_pool.\n");
3390 goto fail_s_dma_pool
;
3393 ha
->fcp_cmnd_dma_pool
= dma_pool_create(name
, &ha
->pdev
->dev
,
3394 FCP_CMND_DMA_POOL_SIZE
, 8, 0);
3395 if (!ha
->fcp_cmnd_dma_pool
) {
3396 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0024,
3397 "Failed to allocate memory for fcp_cmnd_dma_pool.\n");
3398 goto fail_dl_dma_pool
;
3400 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x0025,
3401 "dl_dma_pool=%p fcp_cmnd_dma_pool=%p.\n",
3402 ha
->dl_dma_pool
, ha
->fcp_cmnd_dma_pool
);
3405 /* Allocate memory for SNS commands */
3406 if (IS_QLA2100(ha
) || IS_QLA2200(ha
)) {
3407 /* Get consistent memory allocated for SNS commands */
3408 ha
->sns_cmd
= dma_alloc_coherent(&ha
->pdev
->dev
,
3409 sizeof(struct sns_cmd_pkt
), &ha
->sns_cmd_dma
, GFP_KERNEL
);
3412 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x0026,
3413 "sns_cmd: %p.\n", ha
->sns_cmd
);
3415 /* Get consistent memory allocated for MS IOCB */
3416 ha
->ms_iocb
= dma_pool_alloc(ha
->s_dma_pool
, GFP_KERNEL
,
3420 /* Get consistent memory allocated for CT SNS commands */
3421 ha
->ct_sns
= dma_alloc_coherent(&ha
->pdev
->dev
,
3422 sizeof(struct ct_sns_pkt
), &ha
->ct_sns_dma
, GFP_KERNEL
);
3424 goto fail_free_ms_iocb
;
3425 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x0027,
3426 "ms_iocb=%p ct_sns=%p.\n",
3427 ha
->ms_iocb
, ha
->ct_sns
);
3430 /* Allocate memory for request ring */
3431 *req
= kzalloc(sizeof(struct req_que
), GFP_KERNEL
);
3433 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0028,
3434 "Failed to allocate memory for req.\n");
3437 (*req
)->length
= req_len
;
3438 (*req
)->ring
= dma_alloc_coherent(&ha
->pdev
->dev
,
3439 ((*req
)->length
+ 1) * sizeof(request_t
),
3440 &(*req
)->dma
, GFP_KERNEL
);
3441 if (!(*req
)->ring
) {
3442 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0029,
3443 "Failed to allocate memory for req_ring.\n");
3446 /* Allocate memory for response ring */
3447 *rsp
= kzalloc(sizeof(struct rsp_que
), GFP_KERNEL
);
3449 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x002a,
3450 "Failed to allocate memory for rsp.\n");
3454 (*rsp
)->length
= rsp_len
;
3455 (*rsp
)->ring
= dma_alloc_coherent(&ha
->pdev
->dev
,
3456 ((*rsp
)->length
+ 1) * sizeof(response_t
),
3457 &(*rsp
)->dma
, GFP_KERNEL
);
3458 if (!(*rsp
)->ring
) {
3459 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x002b,
3460 "Failed to allocate memory for rsp_ring.\n");
3465 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x002c,
3466 "req=%p req->length=%d req->ring=%p rsp=%p "
3467 "rsp->length=%d rsp->ring=%p.\n",
3468 *req
, (*req
)->length
, (*req
)->ring
, *rsp
, (*rsp
)->length
,
3470 /* Allocate memory for NVRAM data for vports */
3471 if (ha
->nvram_npiv_size
) {
3472 ha
->npiv_info
= kzalloc(sizeof(struct qla_npiv_entry
) *
3473 ha
->nvram_npiv_size
, GFP_KERNEL
);
3474 if (!ha
->npiv_info
) {
3475 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x002d,
3476 "Failed to allocate memory for npiv_info.\n");
3477 goto fail_npiv_info
;
3480 ha
->npiv_info
= NULL
;
3482 /* Get consistent memory allocated for EX-INIT-CB. */
3483 if (IS_CNA_CAPABLE(ha
) || IS_QLA2031(ha
) || IS_QLA27XX(ha
)) {
3484 ha
->ex_init_cb
= dma_pool_alloc(ha
->s_dma_pool
, GFP_KERNEL
,
3485 &ha
->ex_init_cb_dma
);
3486 if (!ha
->ex_init_cb
)
3487 goto fail_ex_init_cb
;
3488 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x002e,
3489 "ex_init_cb=%p.\n", ha
->ex_init_cb
);
3492 INIT_LIST_HEAD(&ha
->gbl_dsd_list
);
3494 /* Get consistent memory allocated for Async Port-Database. */
3495 if (!IS_FWI2_CAPABLE(ha
)) {
3496 ha
->async_pd
= dma_pool_alloc(ha
->s_dma_pool
, GFP_KERNEL
,
3500 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x002f,
3501 "async_pd=%p.\n", ha
->async_pd
);
3504 INIT_LIST_HEAD(&ha
->vp_list
);
3506 /* Allocate memory for our loop_id bitmap */
3507 ha
->loop_id_map
= kzalloc(BITS_TO_LONGS(LOOPID_MAP_SIZE
) * sizeof(long),
3509 if (!ha
->loop_id_map
)
3512 qla2x00_set_reserved_loop_ids(ha
);
3513 ql_dbg_pci(ql_dbg_init
, ha
->pdev
, 0x0123,
3514 "loop_id_map=%p.\n", ha
->loop_id_map
);
3520 dma_pool_free(ha
->s_dma_pool
, ha
->ex_init_cb
, ha
->ex_init_cb_dma
);
3522 kfree(ha
->npiv_info
);
3524 dma_free_coherent(&ha
->pdev
->dev
, ((*rsp
)->length
+ 1) *
3525 sizeof(response_t
), (*rsp
)->ring
, (*rsp
)->dma
);
3526 (*rsp
)->ring
= NULL
;
3531 dma_free_coherent(&ha
->pdev
->dev
, ((*req
)->length
+ 1) *
3532 sizeof(request_t
), (*req
)->ring
, (*req
)->dma
);
3533 (*req
)->ring
= NULL
;
3538 dma_free_coherent(&ha
->pdev
->dev
, sizeof(struct ct_sns_pkt
),
3539 ha
->ct_sns
, ha
->ct_sns_dma
);
3543 dma_pool_free(ha
->s_dma_pool
, ha
->ms_iocb
, ha
->ms_iocb_dma
);
3545 ha
->ms_iocb_dma
= 0;
3547 if (IS_QLA82XX(ha
) || ql2xenabledif
) {
3548 dma_pool_destroy(ha
->fcp_cmnd_dma_pool
);
3549 ha
->fcp_cmnd_dma_pool
= NULL
;
3552 if (IS_QLA82XX(ha
) || ql2xenabledif
) {
3553 dma_pool_destroy(ha
->dl_dma_pool
);
3554 ha
->dl_dma_pool
= NULL
;
3557 dma_pool_destroy(ha
->s_dma_pool
);
3558 ha
->s_dma_pool
= NULL
;
3562 fail_free_ctx_mempool
:
3563 mempool_destroy(ha
->ctx_mempool
);
3564 ha
->ctx_mempool
= NULL
;
3565 fail_free_srb_mempool
:
3566 mempool_destroy(ha
->srb_mempool
);
3567 ha
->srb_mempool
= NULL
;
3569 dma_free_coherent(&ha
->pdev
->dev
, qla2x00_gid_list_size(ha
),
3572 ha
->gid_list
= NULL
;
3573 ha
->gid_list_dma
= 0;
3577 dma_free_coherent(&ha
->pdev
->dev
, ha
->init_cb_size
, ha
->init_cb
,
3580 ha
->init_cb_dma
= 0;
3582 ql_log(ql_log_fatal
, NULL
, 0x0030,
3583 "Memory allocation failure.\n");
3588 * qla2x00_free_fw_dump
3589 * Frees fw dump stuff.
3592 * ha = adapter block pointer
3595 qla2x00_free_fw_dump(struct qla_hw_data
*ha
)
3598 dma_free_coherent(&ha
->pdev
->dev
,
3599 FCE_SIZE
, ha
->fce
, ha
->fce_dma
);
3602 dma_free_coherent(&ha
->pdev
->dev
,
3603 EFT_SIZE
, ha
->eft
, ha
->eft_dma
);
3607 if (ha
->fw_dump_template
)
3608 vfree(ha
->fw_dump_template
);
3615 ha
->fw_dump_cap_flags
= 0;
3616 ha
->fw_dump_reading
= 0;
3618 ha
->fw_dump_len
= 0;
3619 ha
->fw_dump_template
= NULL
;
3620 ha
->fw_dump_template_len
= 0;
3625 * Frees all adapter allocated memory.
3628 * ha = adapter block pointer.
3631 qla2x00_mem_free(struct qla_hw_data
*ha
)
3633 qla2x00_free_fw_dump(ha
);
3636 dma_free_coherent(&ha
->pdev
->dev
, MCTP_DUMP_SIZE
, ha
->mctp_dump
,
3639 if (ha
->srb_mempool
)
3640 mempool_destroy(ha
->srb_mempool
);
3643 dma_free_coherent(&ha
->pdev
->dev
, DCBX_TLV_DATA_SIZE
,
3644 ha
->dcbx_tlv
, ha
->dcbx_tlv_dma
);
3647 dma_free_coherent(&ha
->pdev
->dev
, XGMAC_DATA_SIZE
,
3648 ha
->xgmac_data
, ha
->xgmac_data_dma
);
3651 dma_free_coherent(&ha
->pdev
->dev
, sizeof(struct sns_cmd_pkt
),
3652 ha
->sns_cmd
, ha
->sns_cmd_dma
);
3655 dma_free_coherent(&ha
->pdev
->dev
, sizeof(struct ct_sns_pkt
),
3656 ha
->ct_sns
, ha
->ct_sns_dma
);
3659 dma_pool_free(ha
->s_dma_pool
, ha
->sfp_data
, ha
->sfp_data_dma
);
3662 dma_pool_free(ha
->s_dma_pool
, ha
->ms_iocb
, ha
->ms_iocb_dma
);
3665 dma_pool_free(ha
->s_dma_pool
,
3666 ha
->ex_init_cb
, ha
->ex_init_cb_dma
);
3669 dma_pool_free(ha
->s_dma_pool
, ha
->async_pd
, ha
->async_pd_dma
);
3672 dma_pool_destroy(ha
->s_dma_pool
);
3675 dma_free_coherent(&ha
->pdev
->dev
, qla2x00_gid_list_size(ha
),
3676 ha
->gid_list
, ha
->gid_list_dma
);
3678 if (IS_QLA82XX(ha
)) {
3679 if (!list_empty(&ha
->gbl_dsd_list
)) {
3680 struct dsd_dma
*dsd_ptr
, *tdsd_ptr
;
3682 /* clean up allocated prev pool */
3683 list_for_each_entry_safe(dsd_ptr
,
3684 tdsd_ptr
, &ha
->gbl_dsd_list
, list
) {
3685 dma_pool_free(ha
->dl_dma_pool
,
3686 dsd_ptr
->dsd_addr
, dsd_ptr
->dsd_list_dma
);
3687 list_del(&dsd_ptr
->list
);
3693 if (ha
->dl_dma_pool
)
3694 dma_pool_destroy(ha
->dl_dma_pool
);
3696 if (ha
->fcp_cmnd_dma_pool
)
3697 dma_pool_destroy(ha
->fcp_cmnd_dma_pool
);
3699 if (ha
->ctx_mempool
)
3700 mempool_destroy(ha
->ctx_mempool
);
3705 dma_free_coherent(&ha
->pdev
->dev
, ha
->init_cb_size
,
3706 ha
->init_cb
, ha
->init_cb_dma
);
3707 vfree(ha
->optrom_buffer
);
3709 kfree(ha
->npiv_info
);
3711 kfree(ha
->loop_id_map
);
3713 ha
->srb_mempool
= NULL
;
3714 ha
->ctx_mempool
= NULL
;
3716 ha
->sns_cmd_dma
= 0;
3720 ha
->ms_iocb_dma
= 0;
3722 ha
->init_cb_dma
= 0;
3723 ha
->ex_init_cb
= NULL
;
3724 ha
->ex_init_cb_dma
= 0;
3725 ha
->async_pd
= NULL
;
3726 ha
->async_pd_dma
= 0;
3728 ha
->s_dma_pool
= NULL
;
3729 ha
->dl_dma_pool
= NULL
;
3730 ha
->fcp_cmnd_dma_pool
= NULL
;
3732 ha
->gid_list
= NULL
;
3733 ha
->gid_list_dma
= 0;
3735 ha
->tgt
.atio_ring
= NULL
;
3736 ha
->tgt
.atio_dma
= 0;
3737 ha
->tgt
.tgt_vp_map
= NULL
;
3740 struct scsi_qla_host
*qla2x00_create_host(struct scsi_host_template
*sht
,
3741 struct qla_hw_data
*ha
)
3743 struct Scsi_Host
*host
;
3744 struct scsi_qla_host
*vha
= NULL
;
3746 host
= scsi_host_alloc(sht
, sizeof(scsi_qla_host_t
));
3748 ql_log_pci(ql_log_fatal
, ha
->pdev
, 0x0107,
3749 "Failed to allocate host from the scsi layer, aborting.\n");
3753 /* Clear our data area */
3754 vha
= shost_priv(host
);
3755 memset(vha
, 0, sizeof(scsi_qla_host_t
));
3758 vha
->host_no
= host
->host_no
;
3761 INIT_LIST_HEAD(&vha
->vp_fcports
);
3762 INIT_LIST_HEAD(&vha
->work_list
);
3763 INIT_LIST_HEAD(&vha
->list
);
3765 spin_lock_init(&vha
->work_lock
);
3767 sprintf(vha
->host_str
, "%s_%ld", QLA2XXX_DRIVER_NAME
, vha
->host_no
);
3768 ql_dbg(ql_dbg_init
, vha
, 0x0041,
3769 "Allocated the host=%p hw=%p vha=%p dev_name=%s",
3770 vha
->host
, vha
->hw
, vha
,
3771 dev_name(&(ha
->pdev
->dev
)));
3779 static struct qla_work_evt
*
3780 qla2x00_alloc_work(struct scsi_qla_host
*vha
, enum qla_work_type type
)
3782 struct qla_work_evt
*e
;
3785 QLA_VHA_MARK_BUSY(vha
, bail
);
3789 e
= kzalloc(sizeof(struct qla_work_evt
), GFP_ATOMIC
);
3791 QLA_VHA_MARK_NOT_BUSY(vha
);
3795 INIT_LIST_HEAD(&e
->list
);
3797 e
->flags
= QLA_EVT_FLAG_FREE
;
3802 qla2x00_post_work(struct scsi_qla_host
*vha
, struct qla_work_evt
*e
)
3804 unsigned long flags
;
3806 spin_lock_irqsave(&vha
->work_lock
, flags
);
3807 list_add_tail(&e
->list
, &vha
->work_list
);
3808 spin_unlock_irqrestore(&vha
->work_lock
, flags
);
3809 qla2xxx_wake_dpc(vha
);
3815 qla2x00_post_aen_work(struct scsi_qla_host
*vha
, enum fc_host_event_code code
,
3818 struct qla_work_evt
*e
;
3820 e
= qla2x00_alloc_work(vha
, QLA_EVT_AEN
);
3822 return QLA_FUNCTION_FAILED
;
3824 e
->u
.aen
.code
= code
;
3825 e
->u
.aen
.data
= data
;
3826 return qla2x00_post_work(vha
, e
);
3830 qla2x00_post_idc_ack_work(struct scsi_qla_host
*vha
, uint16_t *mb
)
3832 struct qla_work_evt
*e
;
3834 e
= qla2x00_alloc_work(vha
, QLA_EVT_IDC_ACK
);
3836 return QLA_FUNCTION_FAILED
;
3838 memcpy(e
->u
.idc_ack
.mb
, mb
, QLA_IDC_ACK_REGS
* sizeof(uint16_t));
3839 return qla2x00_post_work(vha
, e
);
3842 #define qla2x00_post_async_work(name, type) \
3843 int qla2x00_post_async_##name##_work( \
3844 struct scsi_qla_host *vha, \
3845 fc_port_t *fcport, uint16_t *data) \
3847 struct qla_work_evt *e; \
3849 e = qla2x00_alloc_work(vha, type); \
3851 return QLA_FUNCTION_FAILED; \
3853 e->u.logio.fcport = fcport; \
3855 e->u.logio.data[0] = data[0]; \
3856 e->u.logio.data[1] = data[1]; \
3858 return qla2x00_post_work(vha, e); \
3861 qla2x00_post_async_work(login
, QLA_EVT_ASYNC_LOGIN
);
3862 qla2x00_post_async_work(login_done
, QLA_EVT_ASYNC_LOGIN_DONE
);
3863 qla2x00_post_async_work(logout
, QLA_EVT_ASYNC_LOGOUT
);
3864 qla2x00_post_async_work(logout_done
, QLA_EVT_ASYNC_LOGOUT_DONE
);
3865 qla2x00_post_async_work(adisc
, QLA_EVT_ASYNC_ADISC
);
3866 qla2x00_post_async_work(adisc_done
, QLA_EVT_ASYNC_ADISC_DONE
);
3869 qla2x00_post_uevent_work(struct scsi_qla_host
*vha
, u32 code
)
3871 struct qla_work_evt
*e
;
3873 e
= qla2x00_alloc_work(vha
, QLA_EVT_UEVENT
);
3875 return QLA_FUNCTION_FAILED
;
3877 e
->u
.uevent
.code
= code
;
3878 return qla2x00_post_work(vha
, e
);
3882 qla2x00_uevent_emit(struct scsi_qla_host
*vha
, u32 code
)
3884 char event_string
[40];
3885 char *envp
[] = { event_string
, NULL
};
3888 case QLA_UEVENT_CODE_FW_DUMP
:
3889 snprintf(event_string
, sizeof(event_string
), "FW_DUMP=%ld",
3896 kobject_uevent_env(&vha
->hw
->pdev
->dev
.kobj
, KOBJ_CHANGE
, envp
);
3900 qlafx00_post_aenfx_work(struct scsi_qla_host
*vha
, uint32_t evtcode
,
3901 uint32_t *data
, int cnt
)
3903 struct qla_work_evt
*e
;
3905 e
= qla2x00_alloc_work(vha
, QLA_EVT_AENFX
);
3907 return QLA_FUNCTION_FAILED
;
3909 e
->u
.aenfx
.evtcode
= evtcode
;
3910 e
->u
.aenfx
.count
= cnt
;
3911 memcpy(e
->u
.aenfx
.mbx
, data
, sizeof(*data
) * cnt
);
3912 return qla2x00_post_work(vha
, e
);
3916 qla2x00_do_work(struct scsi_qla_host
*vha
)
3918 struct qla_work_evt
*e
, *tmp
;
3919 unsigned long flags
;
3922 spin_lock_irqsave(&vha
->work_lock
, flags
);
3923 list_splice_init(&vha
->work_list
, &work
);
3924 spin_unlock_irqrestore(&vha
->work_lock
, flags
);
3926 list_for_each_entry_safe(e
, tmp
, &work
, list
) {
3927 list_del_init(&e
->list
);
3931 fc_host_post_event(vha
->host
, fc_get_event_number(),
3932 e
->u
.aen
.code
, e
->u
.aen
.data
);
3934 case QLA_EVT_IDC_ACK
:
3935 qla81xx_idc_ack(vha
, e
->u
.idc_ack
.mb
);
3937 case QLA_EVT_ASYNC_LOGIN
:
3938 qla2x00_async_login(vha
, e
->u
.logio
.fcport
,
3941 case QLA_EVT_ASYNC_LOGIN_DONE
:
3942 qla2x00_async_login_done(vha
, e
->u
.logio
.fcport
,
3945 case QLA_EVT_ASYNC_LOGOUT
:
3946 qla2x00_async_logout(vha
, e
->u
.logio
.fcport
);
3948 case QLA_EVT_ASYNC_LOGOUT_DONE
:
3949 qla2x00_async_logout_done(vha
, e
->u
.logio
.fcport
,
3952 case QLA_EVT_ASYNC_ADISC
:
3953 qla2x00_async_adisc(vha
, e
->u
.logio
.fcport
,
3956 case QLA_EVT_ASYNC_ADISC_DONE
:
3957 qla2x00_async_adisc_done(vha
, e
->u
.logio
.fcport
,
3960 case QLA_EVT_UEVENT
:
3961 qla2x00_uevent_emit(vha
, e
->u
.uevent
.code
);
3964 qlafx00_process_aen(vha
, e
);
3967 if (e
->flags
& QLA_EVT_FLAG_FREE
)
3970 /* For each work completed decrement vha ref count */
3971 QLA_VHA_MARK_NOT_BUSY(vha
);
3975 /* Relogins all the fcports of a vport
3976 * Context: dpc thread
3978 void qla2x00_relogin(struct scsi_qla_host
*vha
)
3982 uint16_t next_loopid
= 0;
3983 struct qla_hw_data
*ha
= vha
->hw
;
3986 list_for_each_entry(fcport
, &vha
->vp_fcports
, list
) {
3988 * If the port is not ONLINE then try to login
3989 * to it if we haven't run out of retries.
3991 if (atomic_read(&fcport
->state
) != FCS_ONLINE
&&
3992 fcport
->login_retry
&& !(fcport
->flags
& FCF_ASYNC_SENT
)) {
3993 fcport
->login_retry
--;
3994 if (fcport
->flags
& FCF_FABRIC_DEVICE
) {
3995 if (fcport
->flags
& FCF_FCP2_DEVICE
)
3996 ha
->isp_ops
->fabric_logout(vha
,
3998 fcport
->d_id
.b
.domain
,
3999 fcport
->d_id
.b
.area
,
4000 fcport
->d_id
.b
.al_pa
);
4002 if (fcport
->loop_id
== FC_NO_LOOP_ID
) {
4003 fcport
->loop_id
= next_loopid
=
4004 ha
->min_external_loopid
;
4005 status
= qla2x00_find_new_loop_id(
4007 if (status
!= QLA_SUCCESS
) {
4008 /* Ran out of IDs to use */
4013 if (IS_ALOGIO_CAPABLE(ha
)) {
4014 fcport
->flags
|= FCF_ASYNC_SENT
;
4016 data
[1] = QLA_LOGIO_LOGIN_RETRIED
;
4017 status
= qla2x00_post_async_login_work(
4019 if (status
== QLA_SUCCESS
)
4021 /* Attempt a retry. */
4024 status
= qla2x00_fabric_login(vha
,
4025 fcport
, &next_loopid
);
4026 if (status
== QLA_SUCCESS
) {
4035 qla2x00_get_port_database(
4037 if (status2
!= QLA_SUCCESS
)
4042 status
= qla2x00_local_device_login(vha
,
4045 if (status
== QLA_SUCCESS
) {
4046 fcport
->old_loop_id
= fcport
->loop_id
;
4048 ql_dbg(ql_dbg_disc
, vha
, 0x2003,
4049 "Port login OK: logged in ID 0x%x.\n",
4052 qla2x00_update_fcport(vha
, fcport
);
4054 } else if (status
== 1) {
4055 set_bit(RELOGIN_NEEDED
, &vha
->dpc_flags
);
4056 /* retry the login again */
4057 ql_dbg(ql_dbg_disc
, vha
, 0x2007,
4058 "Retrying %d login again loop_id 0x%x.\n",
4059 fcport
->login_retry
, fcport
->loop_id
);
4061 fcport
->login_retry
= 0;
4064 if (fcport
->login_retry
== 0 && status
!= QLA_SUCCESS
)
4065 qla2x00_clear_loop_id(fcport
);
4067 if (test_bit(LOOP_RESYNC_NEEDED
, &vha
->dpc_flags
))
4072 /* Schedule work on any of the dpc-workqueues */
4074 qla83xx_schedule_work(scsi_qla_host_t
*base_vha
, int work_code
)
4076 struct qla_hw_data
*ha
= base_vha
->hw
;
4078 switch (work_code
) {
4079 case MBA_IDC_AEN
: /* 0x8200 */
4081 queue_work(ha
->dpc_lp_wq
, &ha
->idc_aen
);
4084 case QLA83XX_NIC_CORE_RESET
: /* 0x1 */
4085 if (!ha
->flags
.nic_core_reset_hdlr_active
) {
4087 queue_work(ha
->dpc_hp_wq
, &ha
->nic_core_reset
);
4089 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb05e,
4090 "NIC Core reset is already active. Skip "
4091 "scheduling it again.\n");
4093 case QLA83XX_IDC_STATE_HANDLER
: /* 0x2 */
4095 queue_work(ha
->dpc_hp_wq
, &ha
->idc_state_handler
);
4097 case QLA83XX_NIC_CORE_UNRECOVERABLE
: /* 0x3 */
4099 queue_work(ha
->dpc_hp_wq
, &ha
->nic_core_unrecoverable
);
4102 ql_log(ql_log_warn
, base_vha
, 0xb05f,
4103 "Unknow work-code=0x%x.\n", work_code
);
4109 /* Work: Perform NIC Core Unrecoverable state handling */
4111 qla83xx_nic_core_unrecoverable_work(struct work_struct
*work
)
4113 struct qla_hw_data
*ha
=
4114 container_of(work
, struct qla_hw_data
, nic_core_unrecoverable
);
4115 scsi_qla_host_t
*base_vha
= pci_get_drvdata(ha
->pdev
);
4116 uint32_t dev_state
= 0;
4118 qla83xx_idc_lock(base_vha
, 0);
4119 qla83xx_rd_reg(base_vha
, QLA83XX_IDC_DEV_STATE
, &dev_state
);
4120 qla83xx_reset_ownership(base_vha
);
4121 if (ha
->flags
.nic_core_reset_owner
) {
4122 ha
->flags
.nic_core_reset_owner
= 0;
4123 qla83xx_wr_reg(base_vha
, QLA83XX_IDC_DEV_STATE
,
4124 QLA8XXX_DEV_FAILED
);
4125 ql_log(ql_log_info
, base_vha
, 0xb060, "HW State: FAILED.\n");
4126 qla83xx_schedule_work(base_vha
, QLA83XX_IDC_STATE_HANDLER
);
4128 qla83xx_idc_unlock(base_vha
, 0);
4131 /* Work: Execute IDC state handler */
4133 qla83xx_idc_state_handler_work(struct work_struct
*work
)
4135 struct qla_hw_data
*ha
=
4136 container_of(work
, struct qla_hw_data
, idc_state_handler
);
4137 scsi_qla_host_t
*base_vha
= pci_get_drvdata(ha
->pdev
);
4138 uint32_t dev_state
= 0;
4140 qla83xx_idc_lock(base_vha
, 0);
4141 qla83xx_rd_reg(base_vha
, QLA83XX_IDC_DEV_STATE
, &dev_state
);
4142 if (dev_state
== QLA8XXX_DEV_FAILED
||
4143 dev_state
== QLA8XXX_DEV_NEED_QUIESCENT
)
4144 qla83xx_idc_state_handler(base_vha
);
4145 qla83xx_idc_unlock(base_vha
, 0);
4149 qla83xx_check_nic_core_fw_alive(scsi_qla_host_t
*base_vha
)
4151 int rval
= QLA_SUCCESS
;
4152 unsigned long heart_beat_wait
= jiffies
+ (1 * HZ
);
4153 uint32_t heart_beat_counter1
, heart_beat_counter2
;
4156 if (time_after(jiffies
, heart_beat_wait
)) {
4157 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb07c,
4158 "Nic Core f/w is not alive.\n");
4159 rval
= QLA_FUNCTION_FAILED
;
4163 qla83xx_idc_lock(base_vha
, 0);
4164 qla83xx_rd_reg(base_vha
, QLA83XX_FW_HEARTBEAT
,
4165 &heart_beat_counter1
);
4166 qla83xx_idc_unlock(base_vha
, 0);
4168 qla83xx_idc_lock(base_vha
, 0);
4169 qla83xx_rd_reg(base_vha
, QLA83XX_FW_HEARTBEAT
,
4170 &heart_beat_counter2
);
4171 qla83xx_idc_unlock(base_vha
, 0);
4172 } while (heart_beat_counter1
== heart_beat_counter2
);
4177 /* Work: Perform NIC Core Reset handling */
4179 qla83xx_nic_core_reset_work(struct work_struct
*work
)
4181 struct qla_hw_data
*ha
=
4182 container_of(work
, struct qla_hw_data
, nic_core_reset
);
4183 scsi_qla_host_t
*base_vha
= pci_get_drvdata(ha
->pdev
);
4184 uint32_t dev_state
= 0;
4186 if (IS_QLA2031(ha
)) {
4187 if (qla2xxx_mctp_dump(base_vha
) != QLA_SUCCESS
)
4188 ql_log(ql_log_warn
, base_vha
, 0xb081,
4189 "Failed to dump mctp\n");
4193 if (!ha
->flags
.nic_core_reset_hdlr_active
) {
4194 if (qla83xx_check_nic_core_fw_alive(base_vha
) == QLA_SUCCESS
) {
4195 qla83xx_idc_lock(base_vha
, 0);
4196 qla83xx_rd_reg(base_vha
, QLA83XX_IDC_DEV_STATE
,
4198 qla83xx_idc_unlock(base_vha
, 0);
4199 if (dev_state
!= QLA8XXX_DEV_NEED_RESET
) {
4200 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb07a,
4201 "Nic Core f/w is alive.\n");
4206 ha
->flags
.nic_core_reset_hdlr_active
= 1;
4207 if (qla83xx_nic_core_reset(base_vha
)) {
4208 /* NIC Core reset failed. */
4209 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb061,
4210 "NIC Core reset failed.\n");
4212 ha
->flags
.nic_core_reset_hdlr_active
= 0;
4216 /* Work: Handle 8200 IDC aens */
4218 qla83xx_service_idc_aen(struct work_struct
*work
)
4220 struct qla_hw_data
*ha
=
4221 container_of(work
, struct qla_hw_data
, idc_aen
);
4222 scsi_qla_host_t
*base_vha
= pci_get_drvdata(ha
->pdev
);
4223 uint32_t dev_state
, idc_control
;
4225 qla83xx_idc_lock(base_vha
, 0);
4226 qla83xx_rd_reg(base_vha
, QLA83XX_IDC_DEV_STATE
, &dev_state
);
4227 qla83xx_rd_reg(base_vha
, QLA83XX_IDC_CONTROL
, &idc_control
);
4228 qla83xx_idc_unlock(base_vha
, 0);
4229 if (dev_state
== QLA8XXX_DEV_NEED_RESET
) {
4230 if (idc_control
& QLA83XX_IDC_GRACEFUL_RESET
) {
4231 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb062,
4232 "Application requested NIC Core Reset.\n");
4233 qla83xx_schedule_work(base_vha
, QLA83XX_NIC_CORE_RESET
);
4234 } else if (qla83xx_check_nic_core_fw_alive(base_vha
) ==
4236 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb07b,
4237 "Other protocol driver requested NIC Core Reset.\n");
4238 qla83xx_schedule_work(base_vha
, QLA83XX_NIC_CORE_RESET
);
4240 } else if (dev_state
== QLA8XXX_DEV_FAILED
||
4241 dev_state
== QLA8XXX_DEV_NEED_QUIESCENT
) {
4242 qla83xx_schedule_work(base_vha
, QLA83XX_IDC_STATE_HANDLER
);
4247 qla83xx_wait_logic(void)
4252 if (!in_interrupt()) {
4254 * Wait about 200ms before retrying again.
4255 * This controls the number of retries for single
4261 for (i
= 0; i
< 20; i
++)
4262 cpu_relax(); /* This a nop instr on i386 */
4267 qla83xx_force_lock_recovery(scsi_qla_host_t
*base_vha
)
4271 uint32_t idc_lck_rcvry_stage_mask
= 0x3;
4272 uint32_t idc_lck_rcvry_owner_mask
= 0x3c;
4273 struct qla_hw_data
*ha
= base_vha
->hw
;
4274 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb086,
4275 "Trying force recovery of the IDC lock.\n");
4277 rval
= qla83xx_rd_reg(base_vha
, QLA83XX_IDC_LOCK_RECOVERY
, &data
);
4281 if ((data
& idc_lck_rcvry_stage_mask
) > 0) {
4284 data
= (IDC_LOCK_RECOVERY_STAGE1
) | (ha
->portnum
<< 2);
4285 rval
= qla83xx_wr_reg(base_vha
, QLA83XX_IDC_LOCK_RECOVERY
,
4292 rval
= qla83xx_rd_reg(base_vha
, QLA83XX_IDC_LOCK_RECOVERY
,
4297 if (((data
& idc_lck_rcvry_owner_mask
) >> 2) == ha
->portnum
) {
4298 data
&= (IDC_LOCK_RECOVERY_STAGE2
|
4299 ~(idc_lck_rcvry_stage_mask
));
4300 rval
= qla83xx_wr_reg(base_vha
,
4301 QLA83XX_IDC_LOCK_RECOVERY
, data
);
4305 /* Forcefully perform IDC UnLock */
4306 rval
= qla83xx_rd_reg(base_vha
, QLA83XX_DRIVER_UNLOCK
,
4310 /* Clear lock-id by setting 0xff */
4311 rval
= qla83xx_wr_reg(base_vha
, QLA83XX_DRIVER_LOCKID
,
4315 /* Clear lock-recovery by setting 0x0 */
4316 rval
= qla83xx_wr_reg(base_vha
,
4317 QLA83XX_IDC_LOCK_RECOVERY
, 0x0);
4328 qla83xx_idc_lock_recovery(scsi_qla_host_t
*base_vha
)
4330 int rval
= QLA_SUCCESS
;
4331 uint32_t o_drv_lockid
, n_drv_lockid
;
4332 unsigned long lock_recovery_timeout
;
4334 lock_recovery_timeout
= jiffies
+ QLA83XX_MAX_LOCK_RECOVERY_WAIT
;
4336 rval
= qla83xx_rd_reg(base_vha
, QLA83XX_DRIVER_LOCKID
, &o_drv_lockid
);
4340 /* MAX wait time before forcing IDC Lock recovery = 2 secs */
4341 if (time_after_eq(jiffies
, lock_recovery_timeout
)) {
4342 if (qla83xx_force_lock_recovery(base_vha
) == QLA_SUCCESS
)
4345 return QLA_FUNCTION_FAILED
;
4348 rval
= qla83xx_rd_reg(base_vha
, QLA83XX_DRIVER_LOCKID
, &n_drv_lockid
);
4352 if (o_drv_lockid
== n_drv_lockid
) {
4353 qla83xx_wait_logic();
4363 qla83xx_idc_lock(scsi_qla_host_t
*base_vha
, uint16_t requester_id
)
4365 uint16_t options
= (requester_id
<< 15) | BIT_6
;
4367 uint32_t lock_owner
;
4368 struct qla_hw_data
*ha
= base_vha
->hw
;
4370 /* IDC-lock implementation using driver-lock/lock-id remote registers */
4372 if (qla83xx_rd_reg(base_vha
, QLA83XX_DRIVER_LOCK
, &data
)
4375 /* Setting lock-id to our function-number */
4376 qla83xx_wr_reg(base_vha
, QLA83XX_DRIVER_LOCKID
,
4379 qla83xx_rd_reg(base_vha
, QLA83XX_DRIVER_LOCKID
,
4381 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb063,
4382 "Failed to acquire IDC lock, acquired by %d, "
4383 "retrying...\n", lock_owner
);
4385 /* Retry/Perform IDC-Lock recovery */
4386 if (qla83xx_idc_lock_recovery(base_vha
)
4388 qla83xx_wait_logic();
4391 ql_log(ql_log_warn
, base_vha
, 0xb075,
4392 "IDC Lock recovery FAILED.\n");
4399 /* XXX: IDC-lock implementation using access-control mbx */
4401 if (qla83xx_access_control(base_vha
, options
, 0, 0, NULL
)) {
4402 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb072,
4403 "Failed to acquire IDC lock. retrying...\n");
4404 /* Retry/Perform IDC-Lock recovery */
4405 if (qla83xx_idc_lock_recovery(base_vha
) == QLA_SUCCESS
) {
4406 qla83xx_wait_logic();
4409 ql_log(ql_log_warn
, base_vha
, 0xb076,
4410 "IDC Lock recovery FAILED.\n");
4417 qla83xx_idc_unlock(scsi_qla_host_t
*base_vha
, uint16_t requester_id
)
4419 uint16_t options
= (requester_id
<< 15) | BIT_7
, retry
;
4421 struct qla_hw_data
*ha
= base_vha
->hw
;
4423 /* IDC-unlock implementation using driver-unlock/lock-id
4428 if (qla83xx_rd_reg(base_vha
, QLA83XX_DRIVER_LOCKID
, &data
)
4430 if (data
== ha
->portnum
) {
4431 qla83xx_rd_reg(base_vha
, QLA83XX_DRIVER_UNLOCK
, &data
);
4432 /* Clearing lock-id by setting 0xff */
4433 qla83xx_wr_reg(base_vha
, QLA83XX_DRIVER_LOCKID
, 0xff);
4434 } else if (retry
< 10) {
4435 /* SV: XXX: IDC unlock retrying needed here? */
4437 /* Retry for IDC-unlock */
4438 qla83xx_wait_logic();
4440 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb064,
4441 "Failed to release IDC lock, retyring=%d\n", retry
);
4444 } else if (retry
< 10) {
4445 /* Retry for IDC-unlock */
4446 qla83xx_wait_logic();
4448 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb065,
4449 "Failed to read drv-lockid, retyring=%d\n", retry
);
4455 /* XXX: IDC-unlock implementation using access-control mbx */
4458 if (qla83xx_access_control(base_vha
, options
, 0, 0, NULL
)) {
4460 /* Retry for IDC-unlock */
4461 qla83xx_wait_logic();
4463 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb066,
4464 "Failed to release IDC lock, retyring=%d\n", retry
);
4473 __qla83xx_set_drv_presence(scsi_qla_host_t
*vha
)
4475 int rval
= QLA_SUCCESS
;
4476 struct qla_hw_data
*ha
= vha
->hw
;
4477 uint32_t drv_presence
;
4479 rval
= qla83xx_rd_reg(vha
, QLA83XX_IDC_DRV_PRESENCE
, &drv_presence
);
4480 if (rval
== QLA_SUCCESS
) {
4481 drv_presence
|= (1 << ha
->portnum
);
4482 rval
= qla83xx_wr_reg(vha
, QLA83XX_IDC_DRV_PRESENCE
,
4490 qla83xx_set_drv_presence(scsi_qla_host_t
*vha
)
4492 int rval
= QLA_SUCCESS
;
4494 qla83xx_idc_lock(vha
, 0);
4495 rval
= __qla83xx_set_drv_presence(vha
);
4496 qla83xx_idc_unlock(vha
, 0);
4502 __qla83xx_clear_drv_presence(scsi_qla_host_t
*vha
)
4504 int rval
= QLA_SUCCESS
;
4505 struct qla_hw_data
*ha
= vha
->hw
;
4506 uint32_t drv_presence
;
4508 rval
= qla83xx_rd_reg(vha
, QLA83XX_IDC_DRV_PRESENCE
, &drv_presence
);
4509 if (rval
== QLA_SUCCESS
) {
4510 drv_presence
&= ~(1 << ha
->portnum
);
4511 rval
= qla83xx_wr_reg(vha
, QLA83XX_IDC_DRV_PRESENCE
,
4519 qla83xx_clear_drv_presence(scsi_qla_host_t
*vha
)
4521 int rval
= QLA_SUCCESS
;
4523 qla83xx_idc_lock(vha
, 0);
4524 rval
= __qla83xx_clear_drv_presence(vha
);
4525 qla83xx_idc_unlock(vha
, 0);
4531 qla83xx_need_reset_handler(scsi_qla_host_t
*vha
)
4533 struct qla_hw_data
*ha
= vha
->hw
;
4534 uint32_t drv_ack
, drv_presence
;
4535 unsigned long ack_timeout
;
4537 /* Wait for IDC ACK from all functions (DRV-ACK == DRV-PRESENCE) */
4538 ack_timeout
= jiffies
+ (ha
->fcoe_reset_timeout
* HZ
);
4540 qla83xx_rd_reg(vha
, QLA83XX_IDC_DRIVER_ACK
, &drv_ack
);
4541 qla83xx_rd_reg(vha
, QLA83XX_IDC_DRV_PRESENCE
, &drv_presence
);
4542 if ((drv_ack
& drv_presence
) == drv_presence
)
4545 if (time_after_eq(jiffies
, ack_timeout
)) {
4546 ql_log(ql_log_warn
, vha
, 0xb067,
4547 "RESET ACK TIMEOUT! drv_presence=0x%x "
4548 "drv_ack=0x%x\n", drv_presence
, drv_ack
);
4550 * The function(s) which did not ack in time are forced
4551 * to withdraw any further participation in the IDC
4554 if (drv_ack
!= drv_presence
)
4555 qla83xx_wr_reg(vha
, QLA83XX_IDC_DRV_PRESENCE
,
4560 qla83xx_idc_unlock(vha
, 0);
4562 qla83xx_idc_lock(vha
, 0);
4565 qla83xx_wr_reg(vha
, QLA83XX_IDC_DEV_STATE
, QLA8XXX_DEV_COLD
);
4566 ql_log(ql_log_info
, vha
, 0xb068, "HW State: COLD/RE-INIT.\n");
4570 qla83xx_device_bootstrap(scsi_qla_host_t
*vha
)
4572 int rval
= QLA_SUCCESS
;
4573 uint32_t idc_control
;
4575 qla83xx_wr_reg(vha
, QLA83XX_IDC_DEV_STATE
, QLA8XXX_DEV_INITIALIZING
);
4576 ql_log(ql_log_info
, vha
, 0xb069, "HW State: INITIALIZING.\n");
4578 /* Clearing IDC-Control Graceful-Reset Bit before resetting f/w */
4579 __qla83xx_get_idc_control(vha
, &idc_control
);
4580 idc_control
&= ~QLA83XX_IDC_GRACEFUL_RESET
;
4581 __qla83xx_set_idc_control(vha
, 0);
4583 qla83xx_idc_unlock(vha
, 0);
4584 rval
= qla83xx_restart_nic_firmware(vha
);
4585 qla83xx_idc_lock(vha
, 0);
4587 if (rval
!= QLA_SUCCESS
) {
4588 ql_log(ql_log_fatal
, vha
, 0xb06a,
4589 "Failed to restart NIC f/w.\n");
4590 qla83xx_wr_reg(vha
, QLA83XX_IDC_DEV_STATE
, QLA8XXX_DEV_FAILED
);
4591 ql_log(ql_log_info
, vha
, 0xb06b, "HW State: FAILED.\n");
4593 ql_dbg(ql_dbg_p3p
, vha
, 0xb06c,
4594 "Success in restarting nic f/w.\n");
4595 qla83xx_wr_reg(vha
, QLA83XX_IDC_DEV_STATE
, QLA8XXX_DEV_READY
);
4596 ql_log(ql_log_info
, vha
, 0xb06d, "HW State: READY.\n");
4602 /* Assumes idc_lock always held on entry */
4604 qla83xx_idc_state_handler(scsi_qla_host_t
*base_vha
)
4606 struct qla_hw_data
*ha
= base_vha
->hw
;
4607 int rval
= QLA_SUCCESS
;
4608 unsigned long dev_init_timeout
;
4611 /* Wait for MAX-INIT-TIMEOUT for the device to go ready */
4612 dev_init_timeout
= jiffies
+ (ha
->fcoe_dev_init_timeout
* HZ
);
4616 if (time_after_eq(jiffies
, dev_init_timeout
)) {
4617 ql_log(ql_log_warn
, base_vha
, 0xb06e,
4618 "Initialization TIMEOUT!\n");
4619 /* Init timeout. Disable further NIC Core
4622 qla83xx_wr_reg(base_vha
, QLA83XX_IDC_DEV_STATE
,
4623 QLA8XXX_DEV_FAILED
);
4624 ql_log(ql_log_info
, base_vha
, 0xb06f,
4625 "HW State: FAILED.\n");
4628 qla83xx_rd_reg(base_vha
, QLA83XX_IDC_DEV_STATE
, &dev_state
);
4629 switch (dev_state
) {
4630 case QLA8XXX_DEV_READY
:
4631 if (ha
->flags
.nic_core_reset_owner
)
4632 qla83xx_idc_audit(base_vha
,
4633 IDC_AUDIT_COMPLETION
);
4634 ha
->flags
.nic_core_reset_owner
= 0;
4635 ql_dbg(ql_dbg_p3p
, base_vha
, 0xb070,
4636 "Reset_owner reset by 0x%x.\n",
4639 case QLA8XXX_DEV_COLD
:
4640 if (ha
->flags
.nic_core_reset_owner
)
4641 rval
= qla83xx_device_bootstrap(base_vha
);
4643 /* Wait for AEN to change device-state */
4644 qla83xx_idc_unlock(base_vha
, 0);
4646 qla83xx_idc_lock(base_vha
, 0);
4649 case QLA8XXX_DEV_INITIALIZING
:
4650 /* Wait for AEN to change device-state */
4651 qla83xx_idc_unlock(base_vha
, 0);
4653 qla83xx_idc_lock(base_vha
, 0);
4655 case QLA8XXX_DEV_NEED_RESET
:
4656 if (!ql2xdontresethba
&& ha
->flags
.nic_core_reset_owner
)
4657 qla83xx_need_reset_handler(base_vha
);
4659 /* Wait for AEN to change device-state */
4660 qla83xx_idc_unlock(base_vha
, 0);
4662 qla83xx_idc_lock(base_vha
, 0);
4664 /* reset timeout value after need reset handler */
4665 dev_init_timeout
= jiffies
+
4666 (ha
->fcoe_dev_init_timeout
* HZ
);
4668 case QLA8XXX_DEV_NEED_QUIESCENT
:
4669 /* XXX: DEBUG for now */
4670 qla83xx_idc_unlock(base_vha
, 0);
4672 qla83xx_idc_lock(base_vha
, 0);
4674 case QLA8XXX_DEV_QUIESCENT
:
4675 /* XXX: DEBUG for now */
4676 if (ha
->flags
.quiesce_owner
)
4679 qla83xx_idc_unlock(base_vha
, 0);
4681 qla83xx_idc_lock(base_vha
, 0);
4682 dev_init_timeout
= jiffies
+
4683 (ha
->fcoe_dev_init_timeout
* HZ
);
4685 case QLA8XXX_DEV_FAILED
:
4686 if (ha
->flags
.nic_core_reset_owner
)
4687 qla83xx_idc_audit(base_vha
,
4688 IDC_AUDIT_COMPLETION
);
4689 ha
->flags
.nic_core_reset_owner
= 0;
4690 __qla83xx_clear_drv_presence(base_vha
);
4691 qla83xx_idc_unlock(base_vha
, 0);
4692 qla8xxx_dev_failed_handler(base_vha
);
4693 rval
= QLA_FUNCTION_FAILED
;
4694 qla83xx_idc_lock(base_vha
, 0);
4696 case QLA8XXX_BAD_VALUE
:
4697 qla83xx_idc_unlock(base_vha
, 0);
4699 qla83xx_idc_lock(base_vha
, 0);
4702 ql_log(ql_log_warn
, base_vha
, 0xb071,
4703 "Unknow Device State: %x.\n", dev_state
);
4704 qla83xx_idc_unlock(base_vha
, 0);
4705 qla8xxx_dev_failed_handler(base_vha
);
4706 rval
= QLA_FUNCTION_FAILED
;
4707 qla83xx_idc_lock(base_vha
, 0);
4717 qla2x00_disable_board_on_pci_error(struct work_struct
*work
)
4719 struct qla_hw_data
*ha
= container_of(work
, struct qla_hw_data
,
4721 struct pci_dev
*pdev
= ha
->pdev
;
4722 scsi_qla_host_t
*base_vha
= pci_get_drvdata(ha
->pdev
);
4724 ql_log(ql_log_warn
, base_vha
, 0x015b,
4725 "Disabling adapter.\n");
4727 set_bit(UNLOADING
, &base_vha
->dpc_flags
);
4729 qla2x00_delete_all_vps(ha
, base_vha
);
4731 qla2x00_abort_all_cmds(base_vha
, DID_NO_CONNECT
<< 16);
4733 qla2x00_dfs_remove(base_vha
);
4735 qla84xx_put_chip(base_vha
);
4737 if (base_vha
->timer_active
)
4738 qla2x00_stop_timer(base_vha
);
4740 base_vha
->flags
.online
= 0;
4742 qla2x00_destroy_deferred_work(ha
);
4745 * Do not try to stop beacon blink as it will issue a mailbox
4748 qla2x00_free_sysfs_attr(base_vha
, false);
4750 fc_remove_host(base_vha
->host
);
4752 scsi_remove_host(base_vha
->host
);
4754 base_vha
->flags
.init_done
= 0;
4755 qla25xx_delete_queues(base_vha
);
4756 qla2x00_free_irqs(base_vha
);
4757 qla2x00_free_fcports(base_vha
);
4758 qla2x00_mem_free(ha
);
4759 qla82xx_md_free(base_vha
);
4760 qla2x00_free_queues(ha
);
4762 qla2x00_unmap_iobases(ha
);
4764 pci_release_selected_regions(ha
->pdev
, ha
->bars
);
4765 pci_disable_pcie_error_reporting(pdev
);
4766 pci_disable_device(pdev
);
4769 * Let qla2x00_remove_one cleanup qla_hw_data on device removal.
4773 /**************************************************************************
4775 * This kernel thread is a task that is schedule by the interrupt handler
4776 * to perform the background processing for interrupts.
4779 * This task always run in the context of a kernel thread. It
4780 * is kick-off by the driver's detect code and starts up
4781 * up one per adapter. It immediately goes to sleep and waits for
4782 * some fibre event. When either the interrupt handler or
4783 * the timer routine detects a event it will one of the task
4784 * bits then wake us up.
4785 **************************************************************************/
4787 qla2x00_do_dpc(void *data
)
4790 scsi_qla_host_t
*base_vha
;
4791 struct qla_hw_data
*ha
;
4793 ha
= (struct qla_hw_data
*)data
;
4794 base_vha
= pci_get_drvdata(ha
->pdev
);
4796 set_user_nice(current
, MIN_NICE
);
4798 set_current_state(TASK_INTERRUPTIBLE
);
4799 while (!kthread_should_stop()) {
4800 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4000,
4801 "DPC handler sleeping.\n");
4805 if (!base_vha
->flags
.init_done
|| ha
->flags
.mbox_busy
)
4808 if (ha
->flags
.eeh_busy
) {
4809 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4003,
4810 "eeh_busy=%d.\n", ha
->flags
.eeh_busy
);
4816 ql_dbg(ql_dbg_dpc
+ ql_dbg_verbose
, base_vha
, 0x4001,
4817 "DPC handler waking up, dpc_flags=0x%lx.\n",
4818 base_vha
->dpc_flags
);
4820 qla2x00_do_work(base_vha
);
4822 if (IS_P3P_TYPE(ha
)) {
4823 if (IS_QLA8044(ha
)) {
4824 if (test_and_clear_bit(ISP_UNRECOVERABLE
,
4825 &base_vha
->dpc_flags
)) {
4826 qla8044_idc_lock(ha
);
4827 qla8044_wr_direct(base_vha
,
4828 QLA8044_CRB_DEV_STATE_INDEX
,
4829 QLA8XXX_DEV_FAILED
);
4830 qla8044_idc_unlock(ha
);
4831 ql_log(ql_log_info
, base_vha
, 0x4004,
4832 "HW State: FAILED.\n");
4833 qla8044_device_state_handler(base_vha
);
4838 if (test_and_clear_bit(ISP_UNRECOVERABLE
,
4839 &base_vha
->dpc_flags
)) {
4840 qla82xx_idc_lock(ha
);
4841 qla82xx_wr_32(ha
, QLA82XX_CRB_DEV_STATE
,
4842 QLA8XXX_DEV_FAILED
);
4843 qla82xx_idc_unlock(ha
);
4844 ql_log(ql_log_info
, base_vha
, 0x0151,
4845 "HW State: FAILED.\n");
4846 qla82xx_device_state_handler(base_vha
);
4851 if (test_and_clear_bit(FCOE_CTX_RESET_NEEDED
,
4852 &base_vha
->dpc_flags
)) {
4854 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4005,
4855 "FCoE context reset scheduled.\n");
4856 if (!(test_and_set_bit(ABORT_ISP_ACTIVE
,
4857 &base_vha
->dpc_flags
))) {
4858 if (qla82xx_fcoe_ctx_reset(base_vha
)) {
4859 /* FCoE-ctx reset failed.
4860 * Escalate to chip-reset
4862 set_bit(ISP_ABORT_NEEDED
,
4863 &base_vha
->dpc_flags
);
4865 clear_bit(ABORT_ISP_ACTIVE
,
4866 &base_vha
->dpc_flags
);
4869 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4006,
4870 "FCoE context reset end.\n");
4872 } else if (IS_QLAFX00(ha
)) {
4873 if (test_and_clear_bit(ISP_UNRECOVERABLE
,
4874 &base_vha
->dpc_flags
)) {
4875 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4020,
4876 "Firmware Reset Recovery\n");
4877 if (qlafx00_reset_initialize(base_vha
)) {
4878 /* Failed. Abort isp later. */
4879 if (!test_bit(UNLOADING
,
4880 &base_vha
->dpc_flags
)) {
4881 set_bit(ISP_UNRECOVERABLE
,
4882 &base_vha
->dpc_flags
);
4883 ql_dbg(ql_dbg_dpc
, base_vha
,
4885 "Reset Recovery Failed\n");
4890 if (test_and_clear_bit(FX00_TARGET_SCAN
,
4891 &base_vha
->dpc_flags
)) {
4892 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4022,
4893 "ISPFx00 Target Scan scheduled\n");
4894 if (qlafx00_rescan_isp(base_vha
)) {
4895 if (!test_bit(UNLOADING
,
4896 &base_vha
->dpc_flags
))
4897 set_bit(ISP_UNRECOVERABLE
,
4898 &base_vha
->dpc_flags
);
4899 ql_dbg(ql_dbg_dpc
, base_vha
, 0x401e,
4900 "ISPFx00 Target Scan Failed\n");
4902 ql_dbg(ql_dbg_dpc
, base_vha
, 0x401f,
4903 "ISPFx00 Target Scan End\n");
4905 if (test_and_clear_bit(FX00_HOST_INFO_RESEND
,
4906 &base_vha
->dpc_flags
)) {
4907 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4023,
4908 "ISPFx00 Host Info resend scheduled\n");
4909 qlafx00_fx_disc(base_vha
,
4910 &base_vha
->hw
->mr
.fcport
,
4911 FXDISC_REG_HOST_INFO
);
4915 if (test_and_clear_bit(ISP_ABORT_NEEDED
,
4916 &base_vha
->dpc_flags
)) {
4918 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4007,
4919 "ISP abort scheduled.\n");
4920 if (!(test_and_set_bit(ABORT_ISP_ACTIVE
,
4921 &base_vha
->dpc_flags
))) {
4923 if (ha
->isp_ops
->abort_isp(base_vha
)) {
4924 /* failed. retry later */
4925 set_bit(ISP_ABORT_NEEDED
,
4926 &base_vha
->dpc_flags
);
4928 clear_bit(ABORT_ISP_ACTIVE
,
4929 &base_vha
->dpc_flags
);
4932 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4008,
4933 "ISP abort end.\n");
4936 if (test_and_clear_bit(FCPORT_UPDATE_NEEDED
,
4937 &base_vha
->dpc_flags
)) {
4938 qla2x00_update_fcports(base_vha
);
4941 if (test_bit(SCR_PENDING
, &base_vha
->dpc_flags
)) {
4943 ret
= qla2x00_send_change_request(base_vha
, 0x3, 0);
4944 if (ret
!= QLA_SUCCESS
)
4945 ql_log(ql_log_warn
, base_vha
, 0x121,
4946 "Failed to enable receiving of RSCN "
4947 "requests: 0x%x.\n", ret
);
4948 clear_bit(SCR_PENDING
, &base_vha
->dpc_flags
);
4952 goto loop_resync_check
;
4954 if (test_bit(ISP_QUIESCE_NEEDED
, &base_vha
->dpc_flags
)) {
4955 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4009,
4956 "Quiescence mode scheduled.\n");
4957 if (IS_P3P_TYPE(ha
)) {
4959 qla82xx_device_state_handler(base_vha
);
4961 qla8044_device_state_handler(base_vha
);
4962 clear_bit(ISP_QUIESCE_NEEDED
,
4963 &base_vha
->dpc_flags
);
4964 if (!ha
->flags
.quiesce_owner
) {
4965 qla2x00_perform_loop_resync(base_vha
);
4966 if (IS_QLA82XX(ha
)) {
4967 qla82xx_idc_lock(ha
);
4968 qla82xx_clear_qsnt_ready(
4970 qla82xx_idc_unlock(ha
);
4971 } else if (IS_QLA8044(ha
)) {
4972 qla8044_idc_lock(ha
);
4973 qla8044_clear_qsnt_ready(
4975 qla8044_idc_unlock(ha
);
4979 clear_bit(ISP_QUIESCE_NEEDED
,
4980 &base_vha
->dpc_flags
);
4981 qla2x00_quiesce_io(base_vha
);
4983 ql_dbg(ql_dbg_dpc
, base_vha
, 0x400a,
4984 "Quiescence mode end.\n");
4987 if (test_and_clear_bit(RESET_MARKER_NEEDED
,
4988 &base_vha
->dpc_flags
) &&
4989 (!(test_and_set_bit(RESET_ACTIVE
, &base_vha
->dpc_flags
)))) {
4991 ql_dbg(ql_dbg_dpc
, base_vha
, 0x400b,
4992 "Reset marker scheduled.\n");
4993 qla2x00_rst_aen(base_vha
);
4994 clear_bit(RESET_ACTIVE
, &base_vha
->dpc_flags
);
4995 ql_dbg(ql_dbg_dpc
, base_vha
, 0x400c,
4996 "Reset marker end.\n");
4999 /* Retry each device up to login retry count */
5000 if ((test_and_clear_bit(RELOGIN_NEEDED
,
5001 &base_vha
->dpc_flags
)) &&
5002 !test_bit(LOOP_RESYNC_NEEDED
, &base_vha
->dpc_flags
) &&
5003 atomic_read(&base_vha
->loop_state
) != LOOP_DOWN
) {
5005 ql_dbg(ql_dbg_dpc
, base_vha
, 0x400d,
5006 "Relogin scheduled.\n");
5007 qla2x00_relogin(base_vha
);
5008 ql_dbg(ql_dbg_dpc
, base_vha
, 0x400e,
5012 if (test_and_clear_bit(LOOP_RESYNC_NEEDED
,
5013 &base_vha
->dpc_flags
)) {
5015 ql_dbg(ql_dbg_dpc
, base_vha
, 0x400f,
5016 "Loop resync scheduled.\n");
5018 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE
,
5019 &base_vha
->dpc_flags
))) {
5021 rval
= qla2x00_loop_resync(base_vha
);
5023 clear_bit(LOOP_RESYNC_ACTIVE
,
5024 &base_vha
->dpc_flags
);
5027 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4010,
5028 "Loop resync end.\n");
5034 if (test_bit(NPIV_CONFIG_NEEDED
, &base_vha
->dpc_flags
) &&
5035 atomic_read(&base_vha
->loop_state
) == LOOP_READY
) {
5036 clear_bit(NPIV_CONFIG_NEEDED
, &base_vha
->dpc_flags
);
5037 qla2xxx_flash_npiv_conf(base_vha
);
5041 if (!ha
->interrupts_on
)
5042 ha
->isp_ops
->enable_intrs(ha
);
5044 if (test_and_clear_bit(BEACON_BLINK_NEEDED
,
5045 &base_vha
->dpc_flags
)) {
5046 if (ha
->beacon_blink_led
== 1)
5047 ha
->isp_ops
->beacon_blink(base_vha
);
5050 if (!IS_QLAFX00(ha
))
5051 qla2x00_do_dpc_all_vps(base_vha
);
5055 set_current_state(TASK_INTERRUPTIBLE
);
5056 } /* End of while(1) */
5057 __set_current_state(TASK_RUNNING
);
5059 ql_dbg(ql_dbg_dpc
, base_vha
, 0x4011,
5060 "DPC handler exiting.\n");
5063 * Make sure that nobody tries to wake us up again.
5067 /* Cleanup any residual CTX SRBs. */
5068 qla2x00_abort_all_cmds(base_vha
, DID_NO_CONNECT
<< 16);
5074 qla2xxx_wake_dpc(struct scsi_qla_host
*vha
)
5076 struct qla_hw_data
*ha
= vha
->hw
;
5077 struct task_struct
*t
= ha
->dpc_thread
;
5079 if (!test_bit(UNLOADING
, &vha
->dpc_flags
) && t
)
5085 * Processes asynchronous reset.
5088 * ha = adapter block pointer.
5091 qla2x00_rst_aen(scsi_qla_host_t
*vha
)
5093 if (vha
->flags
.online
&& !vha
->flags
.reset_active
&&
5094 !atomic_read(&vha
->loop_down_timer
) &&
5095 !(test_bit(ABORT_ISP_ACTIVE
, &vha
->dpc_flags
))) {
5097 clear_bit(RESET_MARKER_NEEDED
, &vha
->dpc_flags
);
5100 * Issue marker command only when we are going to start
5103 vha
->marker_needed
= 1;
5104 } while (!atomic_read(&vha
->loop_down_timer
) &&
5105 (test_bit(RESET_MARKER_NEEDED
, &vha
->dpc_flags
)));
5109 /**************************************************************************
5115 * Context: Interrupt
5116 ***************************************************************************/
5118 qla2x00_timer(scsi_qla_host_t
*vha
)
5120 unsigned long cpu_flags
= 0;
5125 struct qla_hw_data
*ha
= vha
->hw
;
5126 struct req_que
*req
;
5128 if (ha
->flags
.eeh_busy
) {
5129 ql_dbg(ql_dbg_timer
, vha
, 0x6000,
5130 "EEH = %d, restarting timer.\n",
5131 ha
->flags
.eeh_busy
);
5132 qla2x00_restart_timer(vha
, WATCH_INTERVAL
);
5137 * Hardware read to raise pending EEH errors during mailbox waits. If
5138 * the read returns -1 then disable the board.
5140 if (!pci_channel_offline(ha
->pdev
)) {
5141 pci_read_config_word(ha
->pdev
, PCI_VENDOR_ID
, &w
);
5142 qla2x00_check_reg16_for_disconnect(vha
, w
);
5145 /* Make sure qla82xx_watchdog is run only for physical port */
5146 if (!vha
->vp_idx
&& IS_P3P_TYPE(ha
)) {
5147 if (test_bit(ISP_QUIESCE_NEEDED
, &vha
->dpc_flags
))
5150 qla82xx_watchdog(vha
);
5151 else if (IS_QLA8044(ha
))
5152 qla8044_watchdog(vha
);
5155 if (!vha
->vp_idx
&& IS_QLAFX00(ha
))
5156 qlafx00_timer_routine(vha
);
5158 /* Loop down handler. */
5159 if (atomic_read(&vha
->loop_down_timer
) > 0 &&
5160 !(test_bit(ABORT_ISP_ACTIVE
, &vha
->dpc_flags
)) &&
5161 !(test_bit(FCOE_CTX_RESET_NEEDED
, &vha
->dpc_flags
))
5162 && vha
->flags
.online
) {
5164 if (atomic_read(&vha
->loop_down_timer
) ==
5165 vha
->loop_down_abort_time
) {
5167 ql_log(ql_log_info
, vha
, 0x6008,
5168 "Loop down - aborting the queues before time expires.\n");
5170 if (!IS_QLA2100(ha
) && vha
->link_down_timeout
)
5171 atomic_set(&vha
->loop_state
, LOOP_DEAD
);
5174 * Schedule an ISP abort to return any FCP2-device
5177 /* NPIV - scan physical port only */
5179 spin_lock_irqsave(&ha
->hardware_lock
,
5181 req
= ha
->req_q_map
[0];
5183 index
< req
->num_outstanding_cmds
;
5187 sp
= req
->outstanding_cmds
[index
];
5190 if (sp
->type
!= SRB_SCSI_CMD
)
5193 if (!(sfcp
->flags
& FCF_FCP2_DEVICE
))
5197 set_bit(FCOE_CTX_RESET_NEEDED
,
5200 set_bit(ISP_ABORT_NEEDED
,
5204 spin_unlock_irqrestore(&ha
->hardware_lock
,
5210 /* if the loop has been down for 4 minutes, reinit adapter */
5211 if (atomic_dec_and_test(&vha
->loop_down_timer
) != 0) {
5212 if (!(vha
->device_flags
& DFLG_NO_CABLE
)) {
5213 ql_log(ql_log_warn
, vha
, 0x6009,
5214 "Loop down - aborting ISP.\n");
5217 set_bit(FCOE_CTX_RESET_NEEDED
,
5220 set_bit(ISP_ABORT_NEEDED
,
5224 ql_dbg(ql_dbg_timer
, vha
, 0x600a,
5225 "Loop down - seconds remaining %d.\n",
5226 atomic_read(&vha
->loop_down_timer
));
5228 /* Check if beacon LED needs to be blinked for physical host only */
5229 if (!vha
->vp_idx
&& (ha
->beacon_blink_led
== 1)) {
5230 /* There is no beacon_blink function for ISP82xx */
5231 if (!IS_P3P_TYPE(ha
)) {
5232 set_bit(BEACON_BLINK_NEEDED
, &vha
->dpc_flags
);
5237 /* Process any deferred work. */
5238 if (!list_empty(&vha
->work_list
))
5241 /* Schedule the DPC routine if needed */
5242 if ((test_bit(ISP_ABORT_NEEDED
, &vha
->dpc_flags
) ||
5243 test_bit(LOOP_RESYNC_NEEDED
, &vha
->dpc_flags
) ||
5244 test_bit(FCPORT_UPDATE_NEEDED
, &vha
->dpc_flags
) ||
5246 test_bit(RESET_MARKER_NEEDED
, &vha
->dpc_flags
) ||
5247 test_bit(BEACON_BLINK_NEEDED
, &vha
->dpc_flags
) ||
5248 test_bit(ISP_UNRECOVERABLE
, &vha
->dpc_flags
) ||
5249 test_bit(FCOE_CTX_RESET_NEEDED
, &vha
->dpc_flags
) ||
5250 test_bit(VP_DPC_NEEDED
, &vha
->dpc_flags
) ||
5251 test_bit(RELOGIN_NEEDED
, &vha
->dpc_flags
))) {
5252 ql_dbg(ql_dbg_timer
, vha
, 0x600b,
5253 "isp_abort_needed=%d loop_resync_needed=%d "
5254 "fcport_update_needed=%d start_dpc=%d "
5255 "reset_marker_needed=%d",
5256 test_bit(ISP_ABORT_NEEDED
, &vha
->dpc_flags
),
5257 test_bit(LOOP_RESYNC_NEEDED
, &vha
->dpc_flags
),
5258 test_bit(FCPORT_UPDATE_NEEDED
, &vha
->dpc_flags
),
5260 test_bit(RESET_MARKER_NEEDED
, &vha
->dpc_flags
));
5261 ql_dbg(ql_dbg_timer
, vha
, 0x600c,
5262 "beacon_blink_needed=%d isp_unrecoverable=%d "
5263 "fcoe_ctx_reset_needed=%d vp_dpc_needed=%d "
5264 "relogin_needed=%d.\n",
5265 test_bit(BEACON_BLINK_NEEDED
, &vha
->dpc_flags
),
5266 test_bit(ISP_UNRECOVERABLE
, &vha
->dpc_flags
),
5267 test_bit(FCOE_CTX_RESET_NEEDED
, &vha
->dpc_flags
),
5268 test_bit(VP_DPC_NEEDED
, &vha
->dpc_flags
),
5269 test_bit(RELOGIN_NEEDED
, &vha
->dpc_flags
));
5270 qla2xxx_wake_dpc(vha
);
5273 qla2x00_restart_timer(vha
, WATCH_INTERVAL
);
5276 /* Firmware interface routines. */
5279 #define FW_ISP21XX 0
5280 #define FW_ISP22XX 1
5281 #define FW_ISP2300 2
5282 #define FW_ISP2322 3
5283 #define FW_ISP24XX 4
5284 #define FW_ISP25XX 5
5285 #define FW_ISP81XX 6
5286 #define FW_ISP82XX 7
5287 #define FW_ISP2031 8
5288 #define FW_ISP8031 9
5289 #define FW_ISP27XX 10
5291 #define FW_FILE_ISP21XX "ql2100_fw.bin"
5292 #define FW_FILE_ISP22XX "ql2200_fw.bin"
5293 #define FW_FILE_ISP2300 "ql2300_fw.bin"
5294 #define FW_FILE_ISP2322 "ql2322_fw.bin"
5295 #define FW_FILE_ISP24XX "ql2400_fw.bin"
5296 #define FW_FILE_ISP25XX "ql2500_fw.bin"
5297 #define FW_FILE_ISP81XX "ql8100_fw.bin"
5298 #define FW_FILE_ISP82XX "ql8200_fw.bin"
5299 #define FW_FILE_ISP2031 "ql2600_fw.bin"
5300 #define FW_FILE_ISP8031 "ql8300_fw.bin"
5301 #define FW_FILE_ISP27XX "ql2700_fw.bin"
5304 static DEFINE_MUTEX(qla_fw_lock
);
5306 static struct fw_blob qla_fw_blobs
[FW_BLOBS
] = {
5307 { .name
= FW_FILE_ISP21XX
, .segs
= { 0x1000, 0 }, },
5308 { .name
= FW_FILE_ISP22XX
, .segs
= { 0x1000, 0 }, },
5309 { .name
= FW_FILE_ISP2300
, .segs
= { 0x800, 0 }, },
5310 { .name
= FW_FILE_ISP2322
, .segs
= { 0x800, 0x1c000, 0x1e000, 0 }, },
5311 { .name
= FW_FILE_ISP24XX
, },
5312 { .name
= FW_FILE_ISP25XX
, },
5313 { .name
= FW_FILE_ISP81XX
, },
5314 { .name
= FW_FILE_ISP82XX
, },
5315 { .name
= FW_FILE_ISP2031
, },
5316 { .name
= FW_FILE_ISP8031
, },
5317 { .name
= FW_FILE_ISP27XX
, },
5321 qla2x00_request_firmware(scsi_qla_host_t
*vha
)
5323 struct qla_hw_data
*ha
= vha
->hw
;
5324 struct fw_blob
*blob
;
5326 if (IS_QLA2100(ha
)) {
5327 blob
= &qla_fw_blobs
[FW_ISP21XX
];
5328 } else if (IS_QLA2200(ha
)) {
5329 blob
= &qla_fw_blobs
[FW_ISP22XX
];
5330 } else if (IS_QLA2300(ha
) || IS_QLA2312(ha
) || IS_QLA6312(ha
)) {
5331 blob
= &qla_fw_blobs
[FW_ISP2300
];
5332 } else if (IS_QLA2322(ha
) || IS_QLA6322(ha
)) {
5333 blob
= &qla_fw_blobs
[FW_ISP2322
];
5334 } else if (IS_QLA24XX_TYPE(ha
)) {
5335 blob
= &qla_fw_blobs
[FW_ISP24XX
];
5336 } else if (IS_QLA25XX(ha
)) {
5337 blob
= &qla_fw_blobs
[FW_ISP25XX
];
5338 } else if (IS_QLA81XX(ha
)) {
5339 blob
= &qla_fw_blobs
[FW_ISP81XX
];
5340 } else if (IS_QLA82XX(ha
)) {
5341 blob
= &qla_fw_blobs
[FW_ISP82XX
];
5342 } else if (IS_QLA2031(ha
)) {
5343 blob
= &qla_fw_blobs
[FW_ISP2031
];
5344 } else if (IS_QLA8031(ha
)) {
5345 blob
= &qla_fw_blobs
[FW_ISP8031
];
5346 } else if (IS_QLA27XX(ha
)) {
5347 blob
= &qla_fw_blobs
[FW_ISP27XX
];
5352 mutex_lock(&qla_fw_lock
);
5356 if (request_firmware(&blob
->fw
, blob
->name
, &ha
->pdev
->dev
)) {
5357 ql_log(ql_log_warn
, vha
, 0x0063,
5358 "Failed to load firmware image (%s).\n", blob
->name
);
5365 mutex_unlock(&qla_fw_lock
);
5370 qla2x00_release_firmware(void)
5374 mutex_lock(&qla_fw_lock
);
5375 for (idx
= 0; idx
< FW_BLOBS
; idx
++)
5376 release_firmware(qla_fw_blobs
[idx
].fw
);
5377 mutex_unlock(&qla_fw_lock
);
5380 static pci_ers_result_t
5381 qla2xxx_pci_error_detected(struct pci_dev
*pdev
, pci_channel_state_t state
)
5383 scsi_qla_host_t
*vha
= pci_get_drvdata(pdev
);
5384 struct qla_hw_data
*ha
= vha
->hw
;
5386 ql_dbg(ql_dbg_aer
, vha
, 0x9000,
5387 "PCI error detected, state %x.\n", state
);
5390 case pci_channel_io_normal
:
5391 ha
->flags
.eeh_busy
= 0;
5392 return PCI_ERS_RESULT_CAN_RECOVER
;
5393 case pci_channel_io_frozen
:
5394 ha
->flags
.eeh_busy
= 1;
5395 /* For ISP82XX complete any pending mailbox cmd */
5396 if (IS_QLA82XX(ha
)) {
5397 ha
->flags
.isp82xx_fw_hung
= 1;
5398 ql_dbg(ql_dbg_aer
, vha
, 0x9001, "Pci channel io frozen\n");
5399 qla82xx_clear_pending_mbx(vha
);
5401 qla2x00_free_irqs(vha
);
5402 pci_disable_device(pdev
);
5403 /* Return back all IOs */
5404 qla2x00_abort_all_cmds(vha
, DID_RESET
<< 16);
5405 return PCI_ERS_RESULT_NEED_RESET
;
5406 case pci_channel_io_perm_failure
:
5407 ha
->flags
.pci_channel_io_perm_failure
= 1;
5408 qla2x00_abort_all_cmds(vha
, DID_NO_CONNECT
<< 16);
5409 return PCI_ERS_RESULT_DISCONNECT
;
5411 return PCI_ERS_RESULT_NEED_RESET
;
5414 static pci_ers_result_t
5415 qla2xxx_pci_mmio_enabled(struct pci_dev
*pdev
)
5417 int risc_paused
= 0;
5419 unsigned long flags
;
5420 scsi_qla_host_t
*base_vha
= pci_get_drvdata(pdev
);
5421 struct qla_hw_data
*ha
= base_vha
->hw
;
5422 struct device_reg_2xxx __iomem
*reg
= &ha
->iobase
->isp
;
5423 struct device_reg_24xx __iomem
*reg24
= &ha
->iobase
->isp24
;
5426 return PCI_ERS_RESULT_RECOVERED
;
5428 spin_lock_irqsave(&ha
->hardware_lock
, flags
);
5429 if (IS_QLA2100(ha
) || IS_QLA2200(ha
)){
5430 stat
= RD_REG_DWORD(®
->hccr
);
5431 if (stat
& HCCR_RISC_PAUSE
)
5433 } else if (IS_QLA23XX(ha
)) {
5434 stat
= RD_REG_DWORD(®
->u
.isp2300
.host_status
);
5435 if (stat
& HSR_RISC_PAUSED
)
5437 } else if (IS_FWI2_CAPABLE(ha
)) {
5438 stat
= RD_REG_DWORD(®24
->host_status
);
5439 if (stat
& HSRX_RISC_PAUSED
)
5442 spin_unlock_irqrestore(&ha
->hardware_lock
, flags
);
5445 ql_log(ql_log_info
, base_vha
, 0x9003,
5446 "RISC paused -- mmio_enabled, Dumping firmware.\n");
5447 ha
->isp_ops
->fw_dump(base_vha
, 0);
5449 return PCI_ERS_RESULT_NEED_RESET
;
5451 return PCI_ERS_RESULT_RECOVERED
;
5455 qla82xx_error_recovery(scsi_qla_host_t
*base_vha
)
5457 uint32_t rval
= QLA_FUNCTION_FAILED
;
5458 uint32_t drv_active
= 0;
5459 struct qla_hw_data
*ha
= base_vha
->hw
;
5461 struct pci_dev
*other_pdev
= NULL
;
5463 ql_dbg(ql_dbg_aer
, base_vha
, 0x9006,
5464 "Entered %s.\n", __func__
);
5466 set_bit(ABORT_ISP_ACTIVE
, &base_vha
->dpc_flags
);
5468 if (base_vha
->flags
.online
) {
5469 /* Abort all outstanding commands,
5470 * so as to be requeued later */
5471 qla2x00_abort_isp_cleanup(base_vha
);
5475 fn
= PCI_FUNC(ha
->pdev
->devfn
);
5478 ql_dbg(ql_dbg_aer
, base_vha
, 0x9007,
5479 "Finding pci device at function = 0x%x.\n", fn
);
5481 pci_get_domain_bus_and_slot(pci_domain_nr(ha
->pdev
->bus
),
5482 ha
->pdev
->bus
->number
, PCI_DEVFN(PCI_SLOT(ha
->pdev
->devfn
),
5487 if (atomic_read(&other_pdev
->enable_cnt
)) {
5488 ql_dbg(ql_dbg_aer
, base_vha
, 0x9008,
5489 "Found PCI func available and enable at 0x%x.\n",
5491 pci_dev_put(other_pdev
);
5494 pci_dev_put(other_pdev
);
5499 ql_dbg(ql_dbg_aer
, base_vha
, 0x9009,
5500 "This devfn is reset owner = 0x%x.\n",
5502 qla82xx_idc_lock(ha
);
5504 qla82xx_wr_32(ha
, QLA82XX_CRB_DEV_STATE
,
5505 QLA8XXX_DEV_INITIALIZING
);
5507 qla82xx_wr_32(ha
, QLA82XX_CRB_DRV_IDC_VERSION
,
5508 QLA82XX_IDC_VERSION
);
5510 drv_active
= qla82xx_rd_32(ha
, QLA82XX_CRB_DRV_ACTIVE
);
5511 ql_dbg(ql_dbg_aer
, base_vha
, 0x900a,
5512 "drv_active = 0x%x.\n", drv_active
);
5514 qla82xx_idc_unlock(ha
);
5515 /* Reset if device is not already reset
5516 * drv_active would be 0 if a reset has already been done
5519 rval
= qla82xx_start_firmware(base_vha
);
5522 qla82xx_idc_lock(ha
);
5524 if (rval
!= QLA_SUCCESS
) {
5525 ql_log(ql_log_info
, base_vha
, 0x900b,
5526 "HW State: FAILED.\n");
5527 qla82xx_clear_drv_active(ha
);
5528 qla82xx_wr_32(ha
, QLA82XX_CRB_DEV_STATE
,
5529 QLA8XXX_DEV_FAILED
);
5531 ql_log(ql_log_info
, base_vha
, 0x900c,
5532 "HW State: READY.\n");
5533 qla82xx_wr_32(ha
, QLA82XX_CRB_DEV_STATE
,
5535 qla82xx_idc_unlock(ha
);
5536 ha
->flags
.isp82xx_fw_hung
= 0;
5537 rval
= qla82xx_restart_isp(base_vha
);
5538 qla82xx_idc_lock(ha
);
5539 /* Clear driver state register */
5540 qla82xx_wr_32(ha
, QLA82XX_CRB_DRV_STATE
, 0);
5541 qla82xx_set_drv_active(base_vha
);
5543 qla82xx_idc_unlock(ha
);
5545 ql_dbg(ql_dbg_aer
, base_vha
, 0x900d,
5546 "This devfn is not reset owner = 0x%x.\n",
5548 if ((qla82xx_rd_32(ha
, QLA82XX_CRB_DEV_STATE
) ==
5549 QLA8XXX_DEV_READY
)) {
5550 ha
->flags
.isp82xx_fw_hung
= 0;
5551 rval
= qla82xx_restart_isp(base_vha
);
5552 qla82xx_idc_lock(ha
);
5553 qla82xx_set_drv_active(base_vha
);
5554 qla82xx_idc_unlock(ha
);
5557 clear_bit(ABORT_ISP_ACTIVE
, &base_vha
->dpc_flags
);
5562 static pci_ers_result_t
5563 qla2xxx_pci_slot_reset(struct pci_dev
*pdev
)
5565 pci_ers_result_t ret
= PCI_ERS_RESULT_DISCONNECT
;
5566 scsi_qla_host_t
*base_vha
= pci_get_drvdata(pdev
);
5567 struct qla_hw_data
*ha
= base_vha
->hw
;
5568 struct rsp_que
*rsp
;
5569 int rc
, retries
= 10;
5571 ql_dbg(ql_dbg_aer
, base_vha
, 0x9004,
5574 /* Workaround: qla2xxx driver which access hardware earlier
5575 * needs error state to be pci_channel_io_online.
5576 * Otherwise mailbox command timesout.
5578 pdev
->error_state
= pci_channel_io_normal
;
5580 pci_restore_state(pdev
);
5582 /* pci_restore_state() clears the saved_state flag of the device
5583 * save restored state which resets saved_state flag
5585 pci_save_state(pdev
);
5588 rc
= pci_enable_device_mem(pdev
);
5590 rc
= pci_enable_device(pdev
);
5593 ql_log(ql_log_warn
, base_vha
, 0x9005,
5594 "Can't re-enable PCI device after reset.\n");
5595 goto exit_slot_reset
;
5598 rsp
= ha
->rsp_q_map
[0];
5599 if (qla2x00_request_irqs(ha
, rsp
))
5600 goto exit_slot_reset
;
5602 if (ha
->isp_ops
->pci_config(base_vha
))
5603 goto exit_slot_reset
;
5605 if (IS_QLA82XX(ha
)) {
5606 if (qla82xx_error_recovery(base_vha
) == QLA_SUCCESS
) {
5607 ret
= PCI_ERS_RESULT_RECOVERED
;
5608 goto exit_slot_reset
;
5610 goto exit_slot_reset
;
5613 while (ha
->flags
.mbox_busy
&& retries
--)
5616 set_bit(ABORT_ISP_ACTIVE
, &base_vha
->dpc_flags
);
5617 if (ha
->isp_ops
->abort_isp(base_vha
) == QLA_SUCCESS
)
5618 ret
= PCI_ERS_RESULT_RECOVERED
;
5619 clear_bit(ABORT_ISP_ACTIVE
, &base_vha
->dpc_flags
);
5623 ql_dbg(ql_dbg_aer
, base_vha
, 0x900e,
5624 "slot_reset return %x.\n", ret
);
5630 qla2xxx_pci_resume(struct pci_dev
*pdev
)
5632 scsi_qla_host_t
*base_vha
= pci_get_drvdata(pdev
);
5633 struct qla_hw_data
*ha
= base_vha
->hw
;
5636 ql_dbg(ql_dbg_aer
, base_vha
, 0x900f,
5639 ret
= qla2x00_wait_for_hba_online(base_vha
);
5640 if (ret
!= QLA_SUCCESS
) {
5641 ql_log(ql_log_fatal
, base_vha
, 0x9002,
5642 "The device failed to resume I/O from slot/link_reset.\n");
5645 pci_cleanup_aer_uncorrect_error_status(pdev
);
5647 ha
->flags
.eeh_busy
= 0;
5651 qla83xx_disable_laser(scsi_qla_host_t
*vha
)
5653 uint32_t reg
, data
, fn
;
5654 struct qla_hw_data
*ha
= vha
->hw
;
5655 struct device_reg_24xx __iomem
*isp_reg
= &ha
->iobase
->isp24
;
5657 /* pci func #/port # */
5658 ql_dbg(ql_dbg_init
, vha
, 0x004b,
5659 "Disabling Laser for hba: %p\n", vha
);
5661 fn
= (RD_REG_DWORD(&isp_reg
->ctrl_status
) &
5662 (BIT_15
|BIT_14
|BIT_13
|BIT_12
));
5671 data
= LASER_OFF_2031
;
5673 qla83xx_wr_reg(vha
, reg
, data
);
5676 static const struct pci_error_handlers qla2xxx_err_handler
= {
5677 .error_detected
= qla2xxx_pci_error_detected
,
5678 .mmio_enabled
= qla2xxx_pci_mmio_enabled
,
5679 .slot_reset
= qla2xxx_pci_slot_reset
,
5680 .resume
= qla2xxx_pci_resume
,
5683 static struct pci_device_id qla2xxx_pci_tbl
[] = {
5684 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2100
) },
5685 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2200
) },
5686 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2300
) },
5687 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2312
) },
5688 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2322
) },
5689 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP6312
) },
5690 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP6322
) },
5691 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2422
) },
5692 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2432
) },
5693 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP8432
) },
5694 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP5422
) },
5695 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP5432
) },
5696 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2532
) },
5697 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2031
) },
5698 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP8001
) },
5699 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP8021
) },
5700 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP8031
) },
5701 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISPF001
) },
5702 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP8044
) },
5703 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2071
) },
5704 { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC
, PCI_DEVICE_ID_QLOGIC_ISP2271
) },
5707 MODULE_DEVICE_TABLE(pci
, qla2xxx_pci_tbl
);
5709 static struct pci_driver qla2xxx_pci_driver
= {
5710 .name
= QLA2XXX_DRIVER_NAME
,
5712 .owner
= THIS_MODULE
,
5714 .id_table
= qla2xxx_pci_tbl
,
5715 .probe
= qla2x00_probe_one
,
5716 .remove
= qla2x00_remove_one
,
5717 .shutdown
= qla2x00_shutdown
,
5718 .err_handler
= &qla2xxx_err_handler
,
5721 static const struct file_operations apidev_fops
= {
5722 .owner
= THIS_MODULE
,
5723 .llseek
= noop_llseek
,
5727 * qla2x00_module_init - Module initialization.
5730 qla2x00_module_init(void)
5734 /* Allocate cache for SRBs. */
5735 srb_cachep
= kmem_cache_create("qla2xxx_srbs", sizeof(srb_t
), 0,
5736 SLAB_HWCACHE_ALIGN
, NULL
);
5737 if (srb_cachep
== NULL
) {
5738 ql_log(ql_log_fatal
, NULL
, 0x0001,
5739 "Unable to allocate SRB cache...Failing load!.\n");
5743 /* Initialize target kmem_cache and mem_pools */
5746 kmem_cache_destroy(srb_cachep
);
5748 } else if (ret
> 0) {
5750 * If initiator mode is explictly disabled by qlt_init(),
5751 * prevent scsi_transport_fc.c:fc_scsi_scan_rport() from
5752 * performing scsi_scan_target() during LOOP UP event.
5754 qla2xxx_transport_functions
.disable_target_scan
= 1;
5755 qla2xxx_transport_vport_functions
.disable_target_scan
= 1;
5758 /* Derive version string. */
5759 strcpy(qla2x00_version_str
, QLA2XXX_VERSION
);
5760 if (ql2xextended_error_logging
)
5761 strcat(qla2x00_version_str
, "-debug");
5763 qla2xxx_transport_template
=
5764 fc_attach_transport(&qla2xxx_transport_functions
);
5765 if (!qla2xxx_transport_template
) {
5766 kmem_cache_destroy(srb_cachep
);
5767 ql_log(ql_log_fatal
, NULL
, 0x0002,
5768 "fc_attach_transport failed...Failing load!.\n");
5773 apidev_major
= register_chrdev(0, QLA2XXX_APIDEV
, &apidev_fops
);
5774 if (apidev_major
< 0) {
5775 ql_log(ql_log_fatal
, NULL
, 0x0003,
5776 "Unable to register char device %s.\n", QLA2XXX_APIDEV
);
5779 qla2xxx_transport_vport_template
=
5780 fc_attach_transport(&qla2xxx_transport_vport_functions
);
5781 if (!qla2xxx_transport_vport_template
) {
5782 kmem_cache_destroy(srb_cachep
);
5784 fc_release_transport(qla2xxx_transport_template
);
5785 ql_log(ql_log_fatal
, NULL
, 0x0004,
5786 "fc_attach_transport vport failed...Failing load!.\n");
5789 ql_log(ql_log_info
, NULL
, 0x0005,
5790 "QLogic Fibre Channel HBA Driver: %s.\n",
5791 qla2x00_version_str
);
5792 ret
= pci_register_driver(&qla2xxx_pci_driver
);
5794 kmem_cache_destroy(srb_cachep
);
5796 fc_release_transport(qla2xxx_transport_template
);
5797 fc_release_transport(qla2xxx_transport_vport_template
);
5798 ql_log(ql_log_fatal
, NULL
, 0x0006,
5799 "pci_register_driver failed...ret=%d Failing load!.\n",
5806 * qla2x00_module_exit - Module cleanup.
5809 qla2x00_module_exit(void)
5811 unregister_chrdev(apidev_major
, QLA2XXX_APIDEV
);
5812 pci_unregister_driver(&qla2xxx_pci_driver
);
5813 qla2x00_release_firmware();
5814 kmem_cache_destroy(srb_cachep
);
5817 kmem_cache_destroy(ctx_cachep
);
5818 fc_release_transport(qla2xxx_transport_template
);
5819 fc_release_transport(qla2xxx_transport_vport_template
);
5822 module_init(qla2x00_module_init
);
5823 module_exit(qla2x00_module_exit
);
5825 MODULE_AUTHOR("QLogic Corporation");
5826 MODULE_DESCRIPTION("QLogic Fibre Channel HBA Driver");
5827 MODULE_LICENSE("GPL");
5828 MODULE_VERSION(QLA2XXX_VERSION
);
5829 MODULE_FIRMWARE(FW_FILE_ISP21XX
);
5830 MODULE_FIRMWARE(FW_FILE_ISP22XX
);
5831 MODULE_FIRMWARE(FW_FILE_ISP2300
);
5832 MODULE_FIRMWARE(FW_FILE_ISP2322
);
5833 MODULE_FIRMWARE(FW_FILE_ISP24XX
);
5834 MODULE_FIRMWARE(FW_FILE_ISP25XX
);