Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Andrew Vasquez | fa90c54 | 2005-10-27 11:10:08 -0700 | [diff] [blame] | 2 | * QLogic Fibre Channel HBA Driver |
| 3 | * Copyright (c) 2003-2005 QLogic Corporation |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * |
Andrew Vasquez | fa90c54 | 2005-10-27 11:10:08 -0700 | [diff] [blame] | 5 | * See LICENSE.qla2xxx for copyright and licensing details. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | */ |
| 7 | #include "qla_def.h" |
| 8 | |
| 9 | #include <linux/moduleparam.h> |
| 10 | #include <linux/vmalloc.h> |
| 11 | #include <linux/smp_lock.h> |
| 12 | #include <linux/delay.h> |
| 13 | |
| 14 | #include <scsi/scsi_tcq.h> |
| 15 | #include <scsi/scsicam.h> |
| 16 | #include <scsi/scsi_transport.h> |
| 17 | #include <scsi/scsi_transport_fc.h> |
| 18 | |
| 19 | /* |
| 20 | * Driver version |
| 21 | */ |
| 22 | char qla2x00_version_str[40]; |
| 23 | |
| 24 | /* |
| 25 | * SRB allocation cache |
| 26 | */ |
Andrew Vasquez | 354d6b2 | 2005-04-23 02:47:27 -0400 | [diff] [blame] | 27 | static kmem_cache_t *srb_cachep; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | |
| 29 | /* |
| 30 | * Ioctl related information. |
| 31 | */ |
Andrew Vasquez | 354d6b2 | 2005-04-23 02:47:27 -0400 | [diff] [blame] | 32 | static int num_hosts; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | |
| 34 | int ql2xlogintimeout = 20; |
| 35 | module_param(ql2xlogintimeout, int, S_IRUGO|S_IRUSR); |
| 36 | MODULE_PARM_DESC(ql2xlogintimeout, |
| 37 | "Login timeout value in seconds."); |
| 38 | |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 39 | int qlport_down_retry = 30; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | module_param(qlport_down_retry, int, S_IRUGO|S_IRUSR); |
| 41 | MODULE_PARM_DESC(qlport_down_retry, |
| 42 | "Maximum number of command retries to a port that returns" |
| 43 | "a PORT-DOWN status."); |
| 44 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | int ql2xplogiabsentdevice; |
| 46 | module_param(ql2xplogiabsentdevice, int, S_IRUGO|S_IWUSR); |
| 47 | MODULE_PARM_DESC(ql2xplogiabsentdevice, |
| 48 | "Option to enable PLOGI to devices that are not present after " |
| 49 | "a Fabric scan. This is needed for several broken switches." |
| 50 | "Default is 0 - no PLOGI. 1 - perfom PLOGI."); |
| 51 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | int ql2xloginretrycount = 0; |
| 53 | module_param(ql2xloginretrycount, int, S_IRUGO|S_IRUSR); |
| 54 | MODULE_PARM_DESC(ql2xloginretrycount, |
| 55 | "Specify an alternate value for the NVRAM login retry count."); |
| 56 | |
Andrew Vasquez | 331e347 | 2005-11-09 15:49:19 -0800 | [diff] [blame] | 57 | #if defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE) |
| 58 | int ql2xfwloadflash; |
| 59 | module_param(ql2xfwloadflash, int, S_IRUGO|S_IRUSR); |
| 60 | MODULE_PARM_DESC(ql2xfwloadflash, |
| 61 | "Load ISP24xx firmware image from FLASH (onboard memory)."); |
| 62 | #endif |
| 63 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | static void qla2x00_free_device(scsi_qla_host_t *); |
| 65 | |
| 66 | static void qla2x00_config_dma_addressing(scsi_qla_host_t *ha); |
| 67 | |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 68 | int ql2xfdmienable; |
| 69 | module_param(ql2xfdmienable, int, S_IRUGO|S_IRUSR); |
| 70 | MODULE_PARM_DESC(ql2xfdmienable, |
| 71 | "Enables FDMI registratons " |
| 72 | "Default is 0 - no FDMI. 1 - perfom FDMI."); |
| 73 | |
andrew.vasquez@qlogic.com | 79f89a4 | 2006-01-13 17:05:58 -0800 | [diff] [blame] | 74 | int ql2xprocessrscn; |
| 75 | module_param(ql2xprocessrscn, int, S_IRUGO|S_IRUSR); |
| 76 | MODULE_PARM_DESC(ql2xprocessrscn, |
| 77 | "Option to enable port RSCN handling via a series of less" |
| 78 | "fabric intrusive ADISCs and PLOGIs."); |
| 79 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | /* |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 81 | * SCSI host template entry points |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | */ |
| 83 | static int qla2xxx_slave_configure(struct scsi_device * device); |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 84 | static int qla2xxx_slave_alloc(struct scsi_device *); |
| 85 | static void qla2xxx_slave_destroy(struct scsi_device *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | static int qla2x00_queuecommand(struct scsi_cmnd *cmd, |
| 87 | void (*fn)(struct scsi_cmnd *)); |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 88 | static int qla24xx_queuecommand(struct scsi_cmnd *cmd, |
| 89 | void (*fn)(struct scsi_cmnd *)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | static int qla2xxx_eh_abort(struct scsi_cmnd *); |
| 91 | static int qla2xxx_eh_device_reset(struct scsi_cmnd *); |
| 92 | static int qla2xxx_eh_bus_reset(struct scsi_cmnd *); |
| 93 | static int qla2xxx_eh_host_reset(struct scsi_cmnd *); |
| 94 | static int qla2x00_loop_reset(scsi_qla_host_t *ha); |
| 95 | static int qla2x00_device_reset(scsi_qla_host_t *, fc_port_t *); |
| 96 | |
Andrew Vasquez | ce7e4af | 2005-08-26 19:09:30 -0700 | [diff] [blame] | 97 | static int qla2x00_change_queue_depth(struct scsi_device *, int); |
| 98 | static int qla2x00_change_queue_type(struct scsi_device *, int); |
| 99 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | static struct scsi_host_template qla2x00_driver_template = { |
| 101 | .module = THIS_MODULE, |
| 102 | .name = "qla2xxx", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 103 | .queuecommand = qla2x00_queuecommand, |
| 104 | |
| 105 | .eh_abort_handler = qla2xxx_eh_abort, |
| 106 | .eh_device_reset_handler = qla2xxx_eh_device_reset, |
| 107 | .eh_bus_reset_handler = qla2xxx_eh_bus_reset, |
| 108 | .eh_host_reset_handler = qla2xxx_eh_host_reset, |
| 109 | |
| 110 | .slave_configure = qla2xxx_slave_configure, |
| 111 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 112 | .slave_alloc = qla2xxx_slave_alloc, |
| 113 | .slave_destroy = qla2xxx_slave_destroy, |
Andrew Vasquez | ce7e4af | 2005-08-26 19:09:30 -0700 | [diff] [blame] | 114 | .change_queue_depth = qla2x00_change_queue_depth, |
| 115 | .change_queue_type = qla2x00_change_queue_type, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | .this_id = -1, |
| 117 | .cmd_per_lun = 3, |
| 118 | .use_clustering = ENABLE_CLUSTERING, |
| 119 | .sg_tablesize = SG_ALL, |
| 120 | |
| 121 | /* |
| 122 | * The RISC allows for each command to transfer (2^32-1) bytes of data, |
| 123 | * which equates to 0x800000 sectors. |
| 124 | */ |
| 125 | .max_sectors = 0xFFFF, |
Andrew Vasquez | afb046e | 2005-08-26 19:09:40 -0700 | [diff] [blame] | 126 | .shost_attrs = qla2x00_host_attrs, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | }; |
| 128 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 129 | static struct scsi_host_template qla24xx_driver_template = { |
| 130 | .module = THIS_MODULE, |
| 131 | .name = "qla2xxx", |
| 132 | .queuecommand = qla24xx_queuecommand, |
| 133 | |
| 134 | .eh_abort_handler = qla2xxx_eh_abort, |
| 135 | .eh_device_reset_handler = qla2xxx_eh_device_reset, |
| 136 | .eh_bus_reset_handler = qla2xxx_eh_bus_reset, |
| 137 | .eh_host_reset_handler = qla2xxx_eh_host_reset, |
| 138 | |
| 139 | .slave_configure = qla2xxx_slave_configure, |
| 140 | |
| 141 | .slave_alloc = qla2xxx_slave_alloc, |
| 142 | .slave_destroy = qla2xxx_slave_destroy, |
Andrew Vasquez | ce7e4af | 2005-08-26 19:09:30 -0700 | [diff] [blame] | 143 | .change_queue_depth = qla2x00_change_queue_depth, |
| 144 | .change_queue_type = qla2x00_change_queue_type, |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 145 | .this_id = -1, |
| 146 | .cmd_per_lun = 3, |
| 147 | .use_clustering = ENABLE_CLUSTERING, |
| 148 | .sg_tablesize = SG_ALL, |
| 149 | |
| 150 | .max_sectors = 0xFFFF, |
Andrew Vasquez | afb046e | 2005-08-26 19:09:40 -0700 | [diff] [blame] | 151 | .shost_attrs = qla2x00_host_attrs, |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 152 | }; |
| 153 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | static struct scsi_transport_template *qla2xxx_transport_template = NULL; |
| 155 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 156 | /* TODO Convert to inlines |
| 157 | * |
| 158 | * Timer routines |
| 159 | */ |
| 160 | #define WATCH_INTERVAL 1 /* number of seconds */ |
| 161 | |
| 162 | static void qla2x00_timer(scsi_qla_host_t *); |
| 163 | |
| 164 | static __inline__ void qla2x00_start_timer(scsi_qla_host_t *, |
| 165 | void *, unsigned long); |
| 166 | static __inline__ void qla2x00_restart_timer(scsi_qla_host_t *, unsigned long); |
| 167 | static __inline__ void qla2x00_stop_timer(scsi_qla_host_t *); |
| 168 | |
| 169 | static inline void |
| 170 | qla2x00_start_timer(scsi_qla_host_t *ha, void *func, unsigned long interval) |
| 171 | { |
| 172 | init_timer(&ha->timer); |
| 173 | ha->timer.expires = jiffies + interval * HZ; |
| 174 | ha->timer.data = (unsigned long)ha; |
| 175 | ha->timer.function = (void (*)(unsigned long))func; |
| 176 | add_timer(&ha->timer); |
| 177 | ha->timer_active = 1; |
| 178 | } |
| 179 | |
| 180 | static inline void |
| 181 | qla2x00_restart_timer(scsi_qla_host_t *ha, unsigned long interval) |
| 182 | { |
| 183 | mod_timer(&ha->timer, jiffies + interval * HZ); |
| 184 | } |
| 185 | |
| 186 | static __inline__ void |
| 187 | qla2x00_stop_timer(scsi_qla_host_t *ha) |
| 188 | { |
| 189 | del_timer_sync(&ha->timer); |
| 190 | ha->timer_active = 0; |
| 191 | } |
| 192 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | static int qla2x00_do_dpc(void *data); |
| 194 | |
| 195 | static void qla2x00_rst_aen(scsi_qla_host_t *); |
| 196 | |
| 197 | static uint8_t qla2x00_mem_alloc(scsi_qla_host_t *); |
| 198 | static void qla2x00_mem_free(scsi_qla_host_t *ha); |
| 199 | static int qla2x00_allocate_sp_pool( scsi_qla_host_t *ha); |
| 200 | static void qla2x00_free_sp_pool(scsi_qla_host_t *ha); |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 201 | static void qla2x00_sp_free_dma(scsi_qla_host_t *, srb_t *); |
| 202 | void qla2x00_sp_compl(scsi_qla_host_t *ha, srb_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | /* -------------------------------------------------------------------------- */ |
| 205 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | static char * |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 207 | qla2x00_pci_info_str(struct scsi_qla_host *ha, char *str) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | { |
| 209 | static char *pci_bus_modes[] = { |
| 210 | "33", "66", "100", "133", |
| 211 | }; |
| 212 | uint16_t pci_bus; |
| 213 | |
| 214 | strcpy(str, "PCI"); |
| 215 | pci_bus = (ha->pci_attr & (BIT_9 | BIT_10)) >> 9; |
| 216 | if (pci_bus) { |
| 217 | strcat(str, "-X ("); |
| 218 | strcat(str, pci_bus_modes[pci_bus]); |
| 219 | } else { |
| 220 | pci_bus = (ha->pci_attr & BIT_8) >> 8; |
| 221 | strcat(str, " ("); |
| 222 | strcat(str, pci_bus_modes[pci_bus]); |
| 223 | } |
| 224 | strcat(str, " MHz)"); |
| 225 | |
| 226 | return (str); |
| 227 | } |
| 228 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 229 | static char * |
| 230 | qla24xx_pci_info_str(struct scsi_qla_host *ha, char *str) |
| 231 | { |
| 232 | static char *pci_bus_modes[] = { "33", "66", "100", "133", }; |
| 233 | uint32_t pci_bus; |
| 234 | int pcie_reg; |
| 235 | |
| 236 | pcie_reg = pci_find_capability(ha->pdev, PCI_CAP_ID_EXP); |
| 237 | if (pcie_reg) { |
| 238 | char lwstr[6]; |
| 239 | uint16_t pcie_lstat, lspeed, lwidth; |
| 240 | |
| 241 | pcie_reg += 0x12; |
| 242 | pci_read_config_word(ha->pdev, pcie_reg, &pcie_lstat); |
| 243 | lspeed = pcie_lstat & (BIT_0 | BIT_1 | BIT_2 | BIT_3); |
| 244 | lwidth = (pcie_lstat & |
| 245 | (BIT_4 | BIT_5 | BIT_6 | BIT_7 | BIT_8 | BIT_9)) >> 4; |
| 246 | |
| 247 | strcpy(str, "PCIe ("); |
| 248 | if (lspeed == 1) |
| 249 | strcat(str, "2.5Gb/s "); |
| 250 | else |
| 251 | strcat(str, "<unknown> "); |
| 252 | snprintf(lwstr, sizeof(lwstr), "x%d)", lwidth); |
| 253 | strcat(str, lwstr); |
| 254 | |
| 255 | return str; |
| 256 | } |
| 257 | |
| 258 | strcpy(str, "PCI"); |
| 259 | pci_bus = (ha->pci_attr & CSRX_PCIX_BUS_MODE_MASK) >> 8; |
| 260 | if (pci_bus == 0 || pci_bus == 8) { |
| 261 | strcat(str, " ("); |
| 262 | strcat(str, pci_bus_modes[pci_bus >> 3]); |
| 263 | } else { |
| 264 | strcat(str, "-X "); |
| 265 | if (pci_bus & BIT_2) |
| 266 | strcat(str, "Mode 2"); |
| 267 | else |
| 268 | strcat(str, "Mode 1"); |
| 269 | strcat(str, " ("); |
| 270 | strcat(str, pci_bus_modes[pci_bus & ~BIT_2]); |
| 271 | } |
| 272 | strcat(str, " MHz)"); |
| 273 | |
| 274 | return str; |
| 275 | } |
| 276 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 277 | char * |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 278 | qla2x00_fw_version_str(struct scsi_qla_host *ha, char *str) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 279 | { |
| 280 | char un_str[10]; |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 281 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | sprintf(str, "%d.%02d.%02d ", ha->fw_major_version, |
| 283 | ha->fw_minor_version, |
| 284 | ha->fw_subminor_version); |
| 285 | |
| 286 | if (ha->fw_attributes & BIT_9) { |
| 287 | strcat(str, "FLX"); |
| 288 | return (str); |
| 289 | } |
| 290 | |
| 291 | switch (ha->fw_attributes & 0xFF) { |
| 292 | case 0x7: |
| 293 | strcat(str, "EF"); |
| 294 | break; |
| 295 | case 0x17: |
| 296 | strcat(str, "TP"); |
| 297 | break; |
| 298 | case 0x37: |
| 299 | strcat(str, "IP"); |
| 300 | break; |
| 301 | case 0x77: |
| 302 | strcat(str, "VI"); |
| 303 | break; |
| 304 | default: |
| 305 | sprintf(un_str, "(%x)", ha->fw_attributes); |
| 306 | strcat(str, un_str); |
| 307 | break; |
| 308 | } |
| 309 | if (ha->fw_attributes & 0x100) |
| 310 | strcat(str, "X"); |
| 311 | |
| 312 | return (str); |
| 313 | } |
| 314 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 315 | char * |
| 316 | qla24xx_fw_version_str(struct scsi_qla_host *ha, char *str) |
| 317 | { |
Andrew Vasquez | f0883ac | 2005-07-08 17:58:43 -0700 | [diff] [blame] | 318 | sprintf(str, "%d.%02d.%02d ", ha->fw_major_version, |
| 319 | ha->fw_minor_version, |
| 320 | ha->fw_subminor_version); |
| 321 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 322 | if (ha->fw_attributes & BIT_0) |
| 323 | strcat(str, "[Class 2] "); |
| 324 | if (ha->fw_attributes & BIT_1) |
| 325 | strcat(str, "[IP] "); |
| 326 | if (ha->fw_attributes & BIT_2) |
| 327 | strcat(str, "[Multi-ID] "); |
| 328 | if (ha->fw_attributes & BIT_13) |
| 329 | strcat(str, "[Experimental]"); |
| 330 | return str; |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 331 | } |
| 332 | |
| 333 | static inline srb_t * |
| 334 | qla2x00_get_new_sp(scsi_qla_host_t *ha, fc_port_t *fcport, |
| 335 | struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)) |
| 336 | { |
| 337 | srb_t *sp; |
| 338 | |
| 339 | sp = mempool_alloc(ha->srb_mempool, GFP_ATOMIC); |
| 340 | if (!sp) |
| 341 | return sp; |
| 342 | |
| 343 | atomic_set(&sp->ref_count, 1); |
| 344 | sp->ha = ha; |
| 345 | sp->fcport = fcport; |
| 346 | sp->cmd = cmd; |
| 347 | sp->flags = 0; |
| 348 | CMD_SP(cmd) = (void *)sp; |
| 349 | cmd->scsi_done = done; |
| 350 | |
| 351 | return sp; |
| 352 | } |
| 353 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | static int |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 355 | qla2x00_queuecommand(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 356 | { |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 357 | scsi_qla_host_t *ha = to_qla_host(cmd->device->host); |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 358 | fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 359 | struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device)); |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 360 | srb_t *sp; |
| 361 | int rval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 362 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 363 | rval = fc_remote_port_chkready(rport); |
| 364 | if (rval) { |
| 365 | cmd->result = rval; |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 366 | goto qc_fail_command; |
| 367 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 369 | if (atomic_read(&fcport->state) != FCS_ONLINE) { |
| 370 | if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD || |
| 371 | atomic_read(&ha->loop_state) == LOOP_DEAD) { |
| 372 | cmd->result = DID_NO_CONNECT << 16; |
| 373 | goto qc_fail_command; |
| 374 | } |
| 375 | goto qc_host_busy; |
| 376 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 377 | |
| 378 | spin_unlock_irq(ha->host->host_lock); |
| 379 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 380 | sp = qla2x00_get_new_sp(ha, fcport, cmd, done); |
| 381 | if (!sp) |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 382 | goto qc_host_busy_lock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 383 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 384 | rval = qla2x00_start_scsi(sp); |
| 385 | if (rval != QLA_SUCCESS) |
| 386 | goto qc_host_busy_free_sp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | spin_lock_irq(ha->host->host_lock); |
| 389 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 390 | return 0; |
| 391 | |
| 392 | qc_host_busy_free_sp: |
| 393 | qla2x00_sp_free_dma(ha, sp); |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 394 | mempool_free(sp, ha->srb_mempool); |
| 395 | |
| 396 | qc_host_busy_lock: |
| 397 | spin_lock_irq(ha->host->host_lock); |
| 398 | |
| 399 | qc_host_busy: |
| 400 | return SCSI_MLQUEUE_HOST_BUSY; |
| 401 | |
| 402 | qc_fail_command: |
| 403 | done(cmd); |
| 404 | |
| 405 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 406 | } |
| 407 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 408 | |
| 409 | static int |
| 410 | qla24xx_queuecommand(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)) |
| 411 | { |
| 412 | scsi_qla_host_t *ha = to_qla_host(cmd->device->host); |
| 413 | fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 414 | struct fc_rport *rport = starget_to_rport(scsi_target(cmd->device)); |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 415 | srb_t *sp; |
| 416 | int rval; |
| 417 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 418 | rval = fc_remote_port_chkready(rport); |
| 419 | if (rval) { |
| 420 | cmd->result = rval; |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 421 | goto qc24_fail_command; |
| 422 | } |
| 423 | |
| 424 | if (atomic_read(&fcport->state) != FCS_ONLINE) { |
| 425 | if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD || |
| 426 | atomic_read(&ha->loop_state) == LOOP_DEAD) { |
| 427 | cmd->result = DID_NO_CONNECT << 16; |
| 428 | goto qc24_fail_command; |
| 429 | } |
| 430 | goto qc24_host_busy; |
| 431 | } |
| 432 | |
| 433 | spin_unlock_irq(ha->host->host_lock); |
| 434 | |
| 435 | sp = qla2x00_get_new_sp(ha, fcport, cmd, done); |
| 436 | if (!sp) |
| 437 | goto qc24_host_busy_lock; |
| 438 | |
| 439 | rval = qla24xx_start_scsi(sp); |
| 440 | if (rval != QLA_SUCCESS) |
| 441 | goto qc24_host_busy_free_sp; |
| 442 | |
| 443 | spin_lock_irq(ha->host->host_lock); |
| 444 | |
| 445 | return 0; |
| 446 | |
| 447 | qc24_host_busy_free_sp: |
| 448 | qla2x00_sp_free_dma(ha, sp); |
| 449 | mempool_free(sp, ha->srb_mempool); |
| 450 | |
| 451 | qc24_host_busy_lock: |
| 452 | spin_lock_irq(ha->host->host_lock); |
| 453 | |
| 454 | qc24_host_busy: |
| 455 | return SCSI_MLQUEUE_HOST_BUSY; |
| 456 | |
| 457 | qc24_fail_command: |
| 458 | done(cmd); |
| 459 | |
| 460 | return 0; |
| 461 | } |
| 462 | |
| 463 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 464 | /* |
| 465 | * qla2x00_eh_wait_on_command |
| 466 | * Waits for the command to be returned by the Firmware for some |
| 467 | * max time. |
| 468 | * |
| 469 | * Input: |
| 470 | * ha = actual ha whose done queue will contain the command |
| 471 | * returned by firmware. |
| 472 | * cmd = Scsi Command to wait on. |
| 473 | * flag = Abort/Reset(Bus or Device Reset) |
| 474 | * |
| 475 | * Return: |
| 476 | * Not Found : 0 |
| 477 | * Found : 1 |
| 478 | */ |
| 479 | static int |
| 480 | qla2x00_eh_wait_on_command(scsi_qla_host_t *ha, struct scsi_cmnd *cmd) |
| 481 | { |
Andrew Vasquez | fe74c71 | 2005-08-26 19:10:10 -0700 | [diff] [blame] | 482 | #define ABORT_POLLING_PERIOD 1000 |
| 483 | #define ABORT_WAIT_ITER ((10 * 1000) / (ABORT_POLLING_PERIOD)) |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 484 | unsigned long wait_iter = ABORT_WAIT_ITER; |
| 485 | int ret = QLA_SUCCESS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 486 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 487 | while (CMD_SP(cmd)) { |
Andrew Vasquez | fe74c71 | 2005-08-26 19:10:10 -0700 | [diff] [blame] | 488 | msleep(ABORT_POLLING_PERIOD); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 489 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 490 | if (--wait_iter) |
| 491 | break; |
| 492 | } |
| 493 | if (CMD_SP(cmd)) |
| 494 | ret = QLA_FUNCTION_FAILED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 495 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 496 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 497 | } |
| 498 | |
| 499 | /* |
| 500 | * qla2x00_wait_for_hba_online |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 501 | * Wait till the HBA is online after going through |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 502 | * <= MAX_RETRIES_OF_ISP_ABORT or |
| 503 | * finally HBA is disabled ie marked offline |
| 504 | * |
| 505 | * Input: |
| 506 | * ha - pointer to host adapter structure |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 507 | * |
| 508 | * Note: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 509 | * Does context switching-Release SPIN_LOCK |
| 510 | * (if any) before calling this routine. |
| 511 | * |
| 512 | * Return: |
| 513 | * Success (Adapter is online) : 0 |
| 514 | * Failed (Adapter is offline/disabled) : 1 |
| 515 | */ |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 516 | static int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 517 | qla2x00_wait_for_hba_online(scsi_qla_host_t *ha) |
| 518 | { |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 519 | int return_status; |
| 520 | unsigned long wait_online; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 521 | |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 522 | wait_online = jiffies + (MAX_LOOP_TIMEOUT * HZ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 523 | while (((test_bit(ISP_ABORT_NEEDED, &ha->dpc_flags)) || |
| 524 | test_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags) || |
| 525 | test_bit(ISP_ABORT_RETRY, &ha->dpc_flags) || |
| 526 | ha->dpc_active) && time_before(jiffies, wait_online)) { |
| 527 | |
| 528 | msleep(1000); |
| 529 | } |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 530 | if (ha->flags.online) |
| 531 | return_status = QLA_SUCCESS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 532 | else |
| 533 | return_status = QLA_FUNCTION_FAILED; |
| 534 | |
| 535 | DEBUG2(printk("%s return_status=%d\n",__func__,return_status)); |
| 536 | |
| 537 | return (return_status); |
| 538 | } |
| 539 | |
| 540 | /* |
| 541 | * qla2x00_wait_for_loop_ready |
| 542 | * Wait for MAX_LOOP_TIMEOUT(5 min) value for loop |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 543 | * to be in LOOP_READY state. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 544 | * Input: |
| 545 | * ha - pointer to host adapter structure |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 546 | * |
| 547 | * Note: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 548 | * Does context switching-Release SPIN_LOCK |
| 549 | * (if any) before calling this routine. |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 550 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 551 | * |
| 552 | * Return: |
| 553 | * Success (LOOP_READY) : 0 |
| 554 | * Failed (LOOP_NOT_READY) : 1 |
| 555 | */ |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 556 | static inline int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 557 | qla2x00_wait_for_loop_ready(scsi_qla_host_t *ha) |
| 558 | { |
| 559 | int return_status = QLA_SUCCESS; |
| 560 | unsigned long loop_timeout ; |
| 561 | |
| 562 | /* wait for 5 min at the max for loop to be ready */ |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 563 | loop_timeout = jiffies + (MAX_LOOP_TIMEOUT * HZ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 564 | |
| 565 | while ((!atomic_read(&ha->loop_down_timer) && |
| 566 | atomic_read(&ha->loop_state) == LOOP_DOWN) || |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 567 | atomic_read(&ha->loop_state) != LOOP_READY) { |
| 568 | msleep(1000); |
| 569 | if (time_after_eq(jiffies, loop_timeout)) { |
| 570 | return_status = QLA_FUNCTION_FAILED; |
| 571 | break; |
| 572 | } |
| 573 | } |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 574 | return (return_status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 575 | } |
| 576 | |
| 577 | /************************************************************************** |
| 578 | * qla2xxx_eh_abort |
| 579 | * |
| 580 | * Description: |
| 581 | * The abort function will abort the specified command. |
| 582 | * |
| 583 | * Input: |
| 584 | * cmd = Linux SCSI command packet to be aborted. |
| 585 | * |
| 586 | * Returns: |
| 587 | * Either SUCCESS or FAILED. |
| 588 | * |
| 589 | * Note: |
| 590 | **************************************************************************/ |
| 591 | int |
| 592 | qla2xxx_eh_abort(struct scsi_cmnd *cmd) |
| 593 | { |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 594 | scsi_qla_host_t *ha = to_qla_host(cmd->device->host); |
| 595 | srb_t *sp; |
| 596 | int ret, i; |
| 597 | unsigned int id, lun; |
| 598 | unsigned long serial; |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 599 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 601 | if (!CMD_SP(cmd)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 602 | return FAILED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 603 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 604 | ret = FAILED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 605 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 606 | id = cmd->device->id; |
| 607 | lun = cmd->device->lun; |
| 608 | serial = cmd->serial_number; |
| 609 | |
| 610 | /* Check active list for command command. */ |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 611 | spin_lock_irqsave(&ha->hardware_lock, flags); |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 612 | for (i = 1; i < MAX_OUTSTANDING_COMMANDS; i++) { |
| 613 | sp = ha->outstanding_cmds[i]; |
| 614 | |
| 615 | if (sp == NULL) |
| 616 | continue; |
| 617 | |
| 618 | if (sp->cmd != cmd) |
| 619 | continue; |
| 620 | |
| 621 | DEBUG2(printk("%s(%ld): aborting sp %p from RISC. pid=%ld " |
| 622 | "sp->state=%x\n", __func__, ha->host_no, sp, serial, |
| 623 | sp->state)); |
| 624 | DEBUG3(qla2x00_print_scsi_cmd(cmd);) |
| 625 | |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 626 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 627 | if (ha->isp_ops.abort_command(ha, sp)) { |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 628 | DEBUG2(printk("%s(%ld): abort_command " |
| 629 | "mbx failed.\n", __func__, ha->host_no)); |
| 630 | } else { |
| 631 | DEBUG3(printk("%s(%ld): abort_command " |
| 632 | "mbx success.\n", __func__, ha->host_no)); |
| 633 | ret = SUCCESS; |
| 634 | } |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 635 | spin_lock_irqsave(&ha->hardware_lock, flags); |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 636 | |
| 637 | break; |
| 638 | } |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 639 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 640 | |
| 641 | /* Wait for the command to be returned. */ |
| 642 | if (ret == SUCCESS) { |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 643 | if (qla2x00_eh_wait_on_command(ha, cmd) != QLA_SUCCESS) { |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 644 | qla_printk(KERN_ERR, ha, |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 645 | "scsi(%ld:%d:%d): Abort handler timed out -- %lx " |
| 646 | "%x.\n", ha->host_no, id, lun, serial, ret); |
| 647 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 648 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 649 | |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 650 | qla_printk(KERN_INFO, ha, |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 651 | "scsi(%ld:%d:%d): Abort command issued -- %lx %x.\n", ha->host_no, |
| 652 | id, lun, serial, ret); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 654 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | } |
| 656 | |
| 657 | /************************************************************************** |
| 658 | * qla2x00_eh_wait_for_pending_target_commands |
| 659 | * |
| 660 | * Description: |
| 661 | * Waits for all the commands to come back from the specified target. |
| 662 | * |
| 663 | * Input: |
| 664 | * ha - pointer to scsi_qla_host structure. |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 665 | * t - target |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 666 | * Returns: |
| 667 | * Either SUCCESS or FAILED. |
| 668 | * |
| 669 | * Note: |
| 670 | **************************************************************************/ |
| 671 | static int |
| 672 | qla2x00_eh_wait_for_pending_target_commands(scsi_qla_host_t *ha, unsigned int t) |
| 673 | { |
| 674 | int cnt; |
| 675 | int status; |
| 676 | srb_t *sp; |
| 677 | struct scsi_cmnd *cmd; |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 678 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 679 | |
| 680 | status = 0; |
| 681 | |
| 682 | /* |
| 683 | * Waiting for all commands for the designated target in the active |
| 684 | * array |
| 685 | */ |
| 686 | for (cnt = 1; cnt < MAX_OUTSTANDING_COMMANDS; cnt++) { |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 687 | spin_lock_irqsave(&ha->hardware_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 688 | sp = ha->outstanding_cmds[cnt]; |
| 689 | if (sp) { |
| 690 | cmd = sp->cmd; |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 691 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 692 | if (cmd->device->id == t) { |
| 693 | if (!qla2x00_eh_wait_on_command(ha, cmd)) { |
| 694 | status = 1; |
| 695 | break; |
| 696 | } |
| 697 | } |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 698 | } else { |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 699 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 700 | } |
| 701 | } |
| 702 | return (status); |
| 703 | } |
| 704 | |
| 705 | |
| 706 | /************************************************************************** |
| 707 | * qla2xxx_eh_device_reset |
| 708 | * |
| 709 | * Description: |
| 710 | * The device reset function will reset the target and abort any |
| 711 | * executing commands. |
| 712 | * |
| 713 | * NOTE: The use of SP is undefined within this context. Do *NOT* |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 714 | * attempt to use this value, even if you determine it is |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 715 | * non-null. |
| 716 | * |
| 717 | * Input: |
| 718 | * cmd = Linux SCSI command packet of the command that cause the |
| 719 | * bus device reset. |
| 720 | * |
| 721 | * Returns: |
| 722 | * SUCCESS/FAILURE (defined as macro in scsi.h). |
| 723 | * |
| 724 | **************************************************************************/ |
| 725 | int |
| 726 | qla2xxx_eh_device_reset(struct scsi_cmnd *cmd) |
| 727 | { |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 728 | scsi_qla_host_t *ha = to_qla_host(cmd->device->host); |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 729 | fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 730 | srb_t *sp; |
| 731 | int ret; |
| 732 | unsigned int id, lun; |
| 733 | unsigned long serial; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 734 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 735 | ret = FAILED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 736 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 737 | id = cmd->device->id; |
| 738 | lun = cmd->device->lun; |
| 739 | serial = cmd->serial_number; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 740 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 741 | sp = (srb_t *) CMD_SP(cmd); |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 742 | if (!sp || !fcport) |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 743 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 744 | |
| 745 | qla_printk(KERN_INFO, ha, |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 746 | "scsi(%ld:%d:%d): DEVICE RESET ISSUED.\n", ha->host_no, id, lun); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 747 | |
Jeff Garzik | 94d0e7b8 | 2005-05-28 07:55:48 -0400 | [diff] [blame] | 748 | if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 749 | goto eh_dev_reset_done; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 750 | |
| 751 | if (qla2x00_wait_for_loop_ready(ha) == QLA_SUCCESS) { |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 752 | if (qla2x00_device_reset(ha, fcport) == 0) |
| 753 | ret = SUCCESS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 754 | |
| 755 | #if defined(LOGOUT_AFTER_DEVICE_RESET) |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 756 | if (ret == SUCCESS) { |
| 757 | if (fcport->flags & FC_FABRIC_DEVICE) { |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 758 | ha->isp_ops.fabric_logout(ha, fcport->loop_id); |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame^] | 759 | qla2x00_mark_device_lost(ha, fcport, 0, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 760 | } |
| 761 | } |
| 762 | #endif |
| 763 | } else { |
| 764 | DEBUG2(printk(KERN_INFO |
| 765 | "%s failed: loop not ready\n",__func__);) |
| 766 | } |
| 767 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 768 | if (ret == FAILED) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 769 | DEBUG3(printk("%s(%ld): device reset failed\n", |
| 770 | __func__, ha->host_no)); |
| 771 | qla_printk(KERN_INFO, ha, "%s: device reset failed\n", |
| 772 | __func__); |
| 773 | |
| 774 | goto eh_dev_reset_done; |
| 775 | } |
| 776 | |
Andrew Vasquez | 9a41a62 | 2005-09-20 13:25:53 -0700 | [diff] [blame] | 777 | /* Flush outstanding commands. */ |
| 778 | if (qla2x00_eh_wait_for_pending_target_commands(ha, id)) |
| 779 | ret = FAILED; |
| 780 | if (ret == FAILED) { |
| 781 | DEBUG3(printk("%s(%ld): failed while waiting for commands\n", |
| 782 | __func__, ha->host_no)); |
| 783 | qla_printk(KERN_INFO, ha, |
| 784 | "%s: failed while waiting for commands\n", __func__); |
| 785 | } else |
| 786 | qla_printk(KERN_INFO, ha, |
| 787 | "scsi(%ld:%d:%d): DEVICE RESET SUCCEEDED.\n", ha->host_no, |
| 788 | id, lun); |
James Bottomley | 28f22b0 | 2005-10-28 17:22:18 -0500 | [diff] [blame] | 789 | eh_dev_reset_done: |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 790 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 791 | } |
| 792 | |
| 793 | /************************************************************************** |
| 794 | * qla2x00_eh_wait_for_pending_commands |
| 795 | * |
| 796 | * Description: |
| 797 | * Waits for all the commands to come back from the specified host. |
| 798 | * |
| 799 | * Input: |
| 800 | * ha - pointer to scsi_qla_host structure. |
| 801 | * |
| 802 | * Returns: |
| 803 | * 1 : SUCCESS |
| 804 | * 0 : FAILED |
| 805 | * |
| 806 | * Note: |
| 807 | **************************************************************************/ |
| 808 | static int |
| 809 | qla2x00_eh_wait_for_pending_commands(scsi_qla_host_t *ha) |
| 810 | { |
| 811 | int cnt; |
| 812 | int status; |
| 813 | srb_t *sp; |
| 814 | struct scsi_cmnd *cmd; |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 815 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 816 | |
| 817 | status = 1; |
| 818 | |
| 819 | /* |
| 820 | * Waiting for all commands for the designated target in the active |
| 821 | * array |
| 822 | */ |
| 823 | for (cnt = 1; cnt < MAX_OUTSTANDING_COMMANDS; cnt++) { |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 824 | spin_lock_irqsave(&ha->hardware_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 825 | sp = ha->outstanding_cmds[cnt]; |
| 826 | if (sp) { |
| 827 | cmd = sp->cmd; |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 828 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 829 | status = qla2x00_eh_wait_on_command(ha, cmd); |
| 830 | if (status == 0) |
| 831 | break; |
| 832 | } |
| 833 | else { |
Andrew Vasquez | 18e144d | 2005-05-27 15:04:47 -0700 | [diff] [blame] | 834 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 835 | } |
| 836 | } |
| 837 | return (status); |
| 838 | } |
| 839 | |
| 840 | |
| 841 | /************************************************************************** |
| 842 | * qla2xxx_eh_bus_reset |
| 843 | * |
| 844 | * Description: |
| 845 | * The bus reset function will reset the bus and abort any executing |
| 846 | * commands. |
| 847 | * |
| 848 | * Input: |
| 849 | * cmd = Linux SCSI command packet of the command that cause the |
| 850 | * bus reset. |
| 851 | * |
| 852 | * Returns: |
| 853 | * SUCCESS/FAILURE (defined as macro in scsi.h). |
| 854 | * |
| 855 | **************************************************************************/ |
| 856 | int |
| 857 | qla2xxx_eh_bus_reset(struct scsi_cmnd *cmd) |
| 858 | { |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 859 | scsi_qla_host_t *ha = to_qla_host(cmd->device->host); |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 860 | fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 861 | srb_t *sp; |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 862 | int ret; |
| 863 | unsigned int id, lun; |
| 864 | unsigned long serial; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 865 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 866 | ret = FAILED; |
| 867 | |
| 868 | id = cmd->device->id; |
| 869 | lun = cmd->device->lun; |
| 870 | serial = cmd->serial_number; |
| 871 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 872 | sp = (srb_t *) CMD_SP(cmd); |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 873 | if (!sp || !fcport) |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 874 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 875 | |
| 876 | qla_printk(KERN_INFO, ha, |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 877 | "scsi(%ld:%d:%d): LOOP RESET ISSUED.\n", ha->host_no, id, lun); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 878 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 879 | if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS) { |
| 880 | DEBUG2(printk("%s failed:board disabled\n",__func__)); |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 881 | goto eh_bus_reset_done; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 882 | } |
| 883 | |
| 884 | if (qla2x00_wait_for_loop_ready(ha) == QLA_SUCCESS) { |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 885 | if (qla2x00_loop_reset(ha) == QLA_SUCCESS) |
| 886 | ret = SUCCESS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 887 | } |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 888 | if (ret == FAILED) |
| 889 | goto eh_bus_reset_done; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 890 | |
Andrew Vasquez | 9a41a62 | 2005-09-20 13:25:53 -0700 | [diff] [blame] | 891 | /* Flush outstanding commands. */ |
| 892 | if (!qla2x00_eh_wait_for_pending_commands(ha)) |
| 893 | ret = FAILED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 894 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 895 | eh_bus_reset_done: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 896 | qla_printk(KERN_INFO, ha, "%s: reset %s\n", __func__, |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 897 | (ret == FAILED) ? "failed" : "succeded"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 898 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 899 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 900 | } |
| 901 | |
| 902 | /************************************************************************** |
| 903 | * qla2xxx_eh_host_reset |
| 904 | * |
| 905 | * Description: |
| 906 | * The reset function will reset the Adapter. |
| 907 | * |
| 908 | * Input: |
| 909 | * cmd = Linux SCSI command packet of the command that cause the |
| 910 | * adapter reset. |
| 911 | * |
| 912 | * Returns: |
| 913 | * Either SUCCESS or FAILED. |
| 914 | * |
| 915 | * Note: |
| 916 | **************************************************************************/ |
| 917 | int |
| 918 | qla2xxx_eh_host_reset(struct scsi_cmnd *cmd) |
| 919 | { |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 920 | scsi_qla_host_t *ha = to_qla_host(cmd->device->host); |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 921 | fc_port_t *fcport = (struct fc_port *) cmd->device->hostdata; |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 922 | srb_t *sp; |
| 923 | int ret; |
| 924 | unsigned int id, lun; |
| 925 | unsigned long serial; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 926 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 927 | ret = FAILED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 928 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 929 | id = cmd->device->id; |
| 930 | lun = cmd->device->lun; |
| 931 | serial = cmd->serial_number; |
| 932 | |
| 933 | sp = (srb_t *) CMD_SP(cmd); |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 934 | if (!sp || !fcport) |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 935 | return ret; |
| 936 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 937 | qla_printk(KERN_INFO, ha, |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 938 | "scsi(%ld:%d:%d): ADAPTER RESET ISSUED.\n", ha->host_no, id, lun); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 939 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 940 | if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS) |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 941 | goto eh_host_reset_lock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | |
| 943 | /* |
| 944 | * Fixme-may be dpc thread is active and processing |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 945 | * loop_resync,so wait a while for it to |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 946 | * be completed and then issue big hammer.Otherwise |
| 947 | * it may cause I/O failure as big hammer marks the |
| 948 | * devices as lost kicking of the port_down_timer |
| 949 | * while dpc is stuck for the mailbox to complete. |
| 950 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 951 | qla2x00_wait_for_loop_ready(ha); |
| 952 | set_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags); |
| 953 | if (qla2x00_abort_isp(ha)) { |
| 954 | clear_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags); |
| 955 | /* failed. schedule dpc to try */ |
| 956 | set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags); |
| 957 | |
| 958 | if (qla2x00_wait_for_hba_online(ha) != QLA_SUCCESS) |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 959 | goto eh_host_reset_lock; |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 960 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 961 | clear_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags); |
| 962 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 963 | /* Waiting for our command in done_queue to be returned to OS.*/ |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 964 | if (qla2x00_eh_wait_for_pending_commands(ha)) |
| 965 | ret = SUCCESS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 966 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 967 | eh_host_reset_lock: |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 968 | qla_printk(KERN_INFO, ha, "%s: reset %s\n", __func__, |
| 969 | (ret == FAILED) ? "failed" : "succeded"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 970 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 971 | return ret; |
| 972 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 973 | |
| 974 | /* |
| 975 | * qla2x00_loop_reset |
| 976 | * Issue loop reset. |
| 977 | * |
| 978 | * Input: |
| 979 | * ha = adapter block pointer. |
| 980 | * |
| 981 | * Returns: |
| 982 | * 0 = success |
| 983 | */ |
| 984 | static int |
| 985 | qla2x00_loop_reset(scsi_qla_host_t *ha) |
| 986 | { |
| 987 | int status = QLA_SUCCESS; |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 988 | struct fc_port *fcport; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 989 | |
| 990 | if (ha->flags.enable_lip_reset) { |
| 991 | status = qla2x00_lip_reset(ha); |
| 992 | } |
| 993 | |
| 994 | if (status == QLA_SUCCESS && ha->flags.enable_target_reset) { |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 995 | list_for_each_entry(fcport, &ha->fcports, list) { |
| 996 | if (fcport->port_type != FCT_TARGET) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 997 | continue; |
| 998 | |
Andrew Vasquez | c00c72a | 2005-08-26 19:08:50 -0700 | [diff] [blame] | 999 | status = qla2x00_device_reset(ha, fcport); |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 1000 | if (status != QLA_SUCCESS) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1001 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1002 | } |
| 1003 | } |
| 1004 | |
| 1005 | if (status == QLA_SUCCESS && |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 1006 | ((!ha->flags.enable_target_reset && |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1007 | !ha->flags.enable_lip_reset) || |
| 1008 | ha->flags.enable_lip_full_login)) { |
| 1009 | |
| 1010 | status = qla2x00_full_login_lip(ha); |
| 1011 | } |
| 1012 | |
| 1013 | /* Issue marker command only when we are going to start the I/O */ |
| 1014 | ha->marker_needed = 1; |
| 1015 | |
| 1016 | if (status) { |
| 1017 | /* Empty */ |
| 1018 | DEBUG2_3(printk("%s(%ld): **** FAILED ****\n", |
| 1019 | __func__, |
| 1020 | ha->host_no);) |
| 1021 | } else { |
| 1022 | /* Empty */ |
| 1023 | DEBUG3(printk("%s(%ld): exiting normally.\n", |
| 1024 | __func__, |
| 1025 | ha->host_no);) |
| 1026 | } |
| 1027 | |
| 1028 | return(status); |
| 1029 | } |
| 1030 | |
| 1031 | /* |
| 1032 | * qla2x00_device_reset |
| 1033 | * Issue bus device reset message to the target. |
| 1034 | * |
| 1035 | * Input: |
| 1036 | * ha = adapter block pointer. |
| 1037 | * t = SCSI ID. |
| 1038 | * TARGET_QUEUE_LOCK must be released. |
| 1039 | * ADAPTER_STATE_LOCK must be released. |
| 1040 | * |
| 1041 | * Context: |
| 1042 | * Kernel context. |
| 1043 | */ |
| 1044 | static int |
| 1045 | qla2x00_device_reset(scsi_qla_host_t *ha, fc_port_t *reset_fcport) |
| 1046 | { |
| 1047 | /* Abort Target command will clear Reservation */ |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1048 | return ha->isp_ops.abort_target(reset_fcport); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1049 | } |
| 1050 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 1051 | static int |
| 1052 | qla2xxx_slave_alloc(struct scsi_device *sdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1053 | { |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 1054 | struct fc_rport *rport = starget_to_rport(scsi_target(sdev)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1055 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 1056 | if (!rport || fc_remote_port_chkready(rport)) |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 1057 | return -ENXIO; |
| 1058 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 1059 | sdev->hostdata = *(fc_port_t **)rport->dd_data; |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 1060 | |
| 1061 | return 0; |
| 1062 | } |
| 1063 | |
| 1064 | static int |
| 1065 | qla2xxx_slave_configure(struct scsi_device *sdev) |
| 1066 | { |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 1067 | scsi_qla_host_t *ha = to_qla_host(sdev->host); |
| 1068 | struct fc_rport *rport = starget_to_rport(sdev->sdev_target); |
| 1069 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 1070 | if (sdev->tagged_supported) |
| 1071 | scsi_activate_tcq(sdev, 32); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1072 | else |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 1073 | scsi_deactivate_tcq(sdev, 32); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1074 | |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 1075 | rport->dev_loss_tmo = ha->port_down_retry_count + 5; |
| 1076 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 1077 | return 0; |
| 1078 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1079 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 1080 | static void |
| 1081 | qla2xxx_slave_destroy(struct scsi_device *sdev) |
| 1082 | { |
| 1083 | sdev->hostdata = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1084 | } |
| 1085 | |
Andrew Vasquez | ce7e4af | 2005-08-26 19:09:30 -0700 | [diff] [blame] | 1086 | static int |
| 1087 | qla2x00_change_queue_depth(struct scsi_device *sdev, int qdepth) |
| 1088 | { |
| 1089 | scsi_adjust_queue_depth(sdev, scsi_get_tag_type(sdev), qdepth); |
| 1090 | return sdev->queue_depth; |
| 1091 | } |
| 1092 | |
| 1093 | static int |
| 1094 | qla2x00_change_queue_type(struct scsi_device *sdev, int tag_type) |
| 1095 | { |
| 1096 | if (sdev->tagged_supported) { |
| 1097 | scsi_set_tag_type(sdev, tag_type); |
| 1098 | if (tag_type) |
| 1099 | scsi_activate_tcq(sdev, sdev->queue_depth); |
| 1100 | else |
| 1101 | scsi_deactivate_tcq(sdev, sdev->queue_depth); |
| 1102 | } else |
| 1103 | tag_type = 0; |
| 1104 | |
| 1105 | return tag_type; |
| 1106 | } |
| 1107 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1108 | /** |
| 1109 | * qla2x00_config_dma_addressing() - Configure OS DMA addressing method. |
| 1110 | * @ha: HA context |
| 1111 | * |
| 1112 | * At exit, the @ha's flags.enable_64bit_addressing set to indicated |
| 1113 | * supported addressing method. |
| 1114 | */ |
| 1115 | static void |
| 1116 | qla2x00_config_dma_addressing(scsi_qla_host_t *ha) |
| 1117 | { |
Andrew Vasquez | 7524f9b | 2005-08-26 19:08:00 -0700 | [diff] [blame] | 1118 | /* Assume a 32bit DMA mask. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1119 | ha->flags.enable_64bit_addressing = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1120 | |
Andrew Vasquez | 7524f9b | 2005-08-26 19:08:00 -0700 | [diff] [blame] | 1121 | if (!dma_set_mask(&ha->pdev->dev, DMA_64BIT_MASK)) { |
| 1122 | /* Any upper-dword bits set? */ |
| 1123 | if (MSD(dma_get_required_mask(&ha->pdev->dev)) && |
| 1124 | !pci_set_consistent_dma_mask(ha->pdev, DMA_64BIT_MASK)) { |
| 1125 | /* Ok, a 64bit DMA mask is applicable. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1126 | ha->flags.enable_64bit_addressing = 1; |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1127 | ha->isp_ops.calc_req_entries = qla2x00_calc_iocbs_64; |
| 1128 | ha->isp_ops.build_iocbs = qla2x00_build_scsi_iocbs_64; |
Andrew Vasquez | 7524f9b | 2005-08-26 19:08:00 -0700 | [diff] [blame] | 1129 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1130 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1131 | } |
Andrew Vasquez | 7524f9b | 2005-08-26 19:08:00 -0700 | [diff] [blame] | 1132 | |
| 1133 | dma_set_mask(&ha->pdev->dev, DMA_32BIT_MASK); |
| 1134 | pci_set_consistent_dma_mask(ha->pdev, DMA_32BIT_MASK); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1135 | } |
| 1136 | |
| 1137 | static int |
| 1138 | qla2x00_iospace_config(scsi_qla_host_t *ha) |
| 1139 | { |
| 1140 | unsigned long pio, pio_len, pio_flags; |
| 1141 | unsigned long mmio, mmio_len, mmio_flags; |
| 1142 | |
| 1143 | /* We only need PIO for Flash operations on ISP2312 v2 chips. */ |
| 1144 | pio = pci_resource_start(ha->pdev, 0); |
| 1145 | pio_len = pci_resource_len(ha->pdev, 0); |
| 1146 | pio_flags = pci_resource_flags(ha->pdev, 0); |
| 1147 | if (pio_flags & IORESOURCE_IO) { |
| 1148 | if (pio_len < MIN_IOBASE_LEN) { |
| 1149 | qla_printk(KERN_WARNING, ha, |
| 1150 | "Invalid PCI I/O region size (%s)...\n", |
| 1151 | pci_name(ha->pdev)); |
| 1152 | pio = 0; |
| 1153 | } |
| 1154 | } else { |
| 1155 | qla_printk(KERN_WARNING, ha, |
| 1156 | "region #0 not a PIO resource (%s)...\n", |
| 1157 | pci_name(ha->pdev)); |
| 1158 | pio = 0; |
| 1159 | } |
| 1160 | |
| 1161 | /* Use MMIO operations for all accesses. */ |
| 1162 | mmio = pci_resource_start(ha->pdev, 1); |
| 1163 | mmio_len = pci_resource_len(ha->pdev, 1); |
| 1164 | mmio_flags = pci_resource_flags(ha->pdev, 1); |
| 1165 | |
| 1166 | if (!(mmio_flags & IORESOURCE_MEM)) { |
| 1167 | qla_printk(KERN_ERR, ha, |
| 1168 | "region #0 not an MMIO resource (%s), aborting\n", |
| 1169 | pci_name(ha->pdev)); |
| 1170 | goto iospace_error_exit; |
| 1171 | } |
| 1172 | if (mmio_len < MIN_IOBASE_LEN) { |
| 1173 | qla_printk(KERN_ERR, ha, |
| 1174 | "Invalid PCI mem region size (%s), aborting\n", |
| 1175 | pci_name(ha->pdev)); |
| 1176 | goto iospace_error_exit; |
| 1177 | } |
| 1178 | |
| 1179 | if (pci_request_regions(ha->pdev, ha->brd_info->drv_name)) { |
| 1180 | qla_printk(KERN_WARNING, ha, |
| 1181 | "Failed to reserve PIO/MMIO regions (%s)\n", |
| 1182 | pci_name(ha->pdev)); |
| 1183 | |
| 1184 | goto iospace_error_exit; |
| 1185 | } |
| 1186 | |
| 1187 | ha->pio_address = pio; |
| 1188 | ha->pio_length = pio_len; |
| 1189 | ha->iobase = ioremap(mmio, MIN_IOBASE_LEN); |
| 1190 | if (!ha->iobase) { |
| 1191 | qla_printk(KERN_ERR, ha, |
| 1192 | "cannot remap MMIO (%s), aborting\n", pci_name(ha->pdev)); |
| 1193 | |
| 1194 | goto iospace_error_exit; |
| 1195 | } |
| 1196 | |
| 1197 | return (0); |
| 1198 | |
| 1199 | iospace_error_exit: |
| 1200 | return (-ENOMEM); |
| 1201 | } |
| 1202 | |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1203 | static void |
| 1204 | qla2x00_enable_intrs(scsi_qla_host_t *ha) |
| 1205 | { |
| 1206 | unsigned long flags = 0; |
Andrew Vasquez | 3d71644 | 2005-07-06 10:30:26 -0700 | [diff] [blame] | 1207 | struct device_reg_2xxx __iomem *reg = &ha->iobase->isp; |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1208 | |
| 1209 | spin_lock_irqsave(&ha->hardware_lock, flags); |
| 1210 | ha->interrupts_on = 1; |
| 1211 | /* enable risc and host interrupts */ |
| 1212 | WRT_REG_WORD(®->ictrl, ICR_EN_INT | ICR_EN_RISC); |
| 1213 | RD_REG_WORD(®->ictrl); |
| 1214 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
| 1215 | |
| 1216 | } |
| 1217 | |
| 1218 | static void |
| 1219 | qla2x00_disable_intrs(scsi_qla_host_t *ha) |
| 1220 | { |
| 1221 | unsigned long flags = 0; |
Andrew Vasquez | 3d71644 | 2005-07-06 10:30:26 -0700 | [diff] [blame] | 1222 | struct device_reg_2xxx __iomem *reg = &ha->iobase->isp; |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1223 | |
| 1224 | spin_lock_irqsave(&ha->hardware_lock, flags); |
| 1225 | ha->interrupts_on = 0; |
| 1226 | /* disable risc and host interrupts */ |
| 1227 | WRT_REG_WORD(®->ictrl, 0); |
| 1228 | RD_REG_WORD(®->ictrl); |
| 1229 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
| 1230 | } |
| 1231 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1232 | static void |
| 1233 | qla24xx_enable_intrs(scsi_qla_host_t *ha) |
| 1234 | { |
| 1235 | unsigned long flags = 0; |
| 1236 | struct device_reg_24xx __iomem *reg = &ha->iobase->isp24; |
| 1237 | |
| 1238 | spin_lock_irqsave(&ha->hardware_lock, flags); |
| 1239 | ha->interrupts_on = 1; |
| 1240 | WRT_REG_DWORD(®->ictrl, ICRX_EN_RISC_INT); |
| 1241 | RD_REG_DWORD(®->ictrl); |
| 1242 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
| 1243 | } |
| 1244 | |
| 1245 | static void |
| 1246 | qla24xx_disable_intrs(scsi_qla_host_t *ha) |
| 1247 | { |
| 1248 | unsigned long flags = 0; |
| 1249 | struct device_reg_24xx __iomem *reg = &ha->iobase->isp24; |
| 1250 | |
| 1251 | spin_lock_irqsave(&ha->hardware_lock, flags); |
| 1252 | ha->interrupts_on = 0; |
| 1253 | WRT_REG_DWORD(®->ictrl, 0); |
| 1254 | RD_REG_DWORD(®->ictrl); |
| 1255 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
| 1256 | } |
| 1257 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1258 | /* |
| 1259 | * PCI driver interface |
| 1260 | */ |
| 1261 | int qla2x00_probe_one(struct pci_dev *pdev, struct qla_board_info *brd_info) |
| 1262 | { |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1263 | int ret = -ENODEV; |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1264 | device_reg_t __iomem *reg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1265 | struct Scsi_Host *host; |
| 1266 | scsi_qla_host_t *ha; |
| 1267 | unsigned long flags = 0; |
| 1268 | unsigned long wait_switch = 0; |
| 1269 | char pci_info[20]; |
| 1270 | char fw_str[30]; |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 1271 | fc_port_t *fcport; |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 1272 | struct scsi_host_template *sht; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1273 | |
| 1274 | if (pci_enable_device(pdev)) |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1275 | goto probe_out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1276 | |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 1277 | sht = &qla2x00_driver_template; |
| 1278 | if (pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2422 || |
| 1279 | pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2432) |
| 1280 | sht = &qla24xx_driver_template; |
| 1281 | host = scsi_host_alloc(sht, sizeof(scsi_qla_host_t)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1282 | if (host == NULL) { |
| 1283 | printk(KERN_WARNING |
| 1284 | "qla2xxx: Couldn't allocate host from scsi layer!\n"); |
| 1285 | goto probe_disable_device; |
| 1286 | } |
| 1287 | |
| 1288 | /* Clear our data area */ |
| 1289 | ha = (scsi_qla_host_t *)host->hostdata; |
| 1290 | memset(ha, 0, sizeof(scsi_qla_host_t)); |
| 1291 | |
| 1292 | ha->pdev = pdev; |
| 1293 | ha->host = host; |
| 1294 | ha->host_no = host->host_no; |
| 1295 | ha->brd_info = brd_info; |
| 1296 | sprintf(ha->host_str, "%s_%ld", ha->brd_info->drv_name, ha->host_no); |
| 1297 | |
Andrew Morton | 444d1d9 | 2005-10-25 11:00:56 -0700 | [diff] [blame] | 1298 | ha->dpc_pid = -1; |
| 1299 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1300 | /* Configure PCI I/O space */ |
| 1301 | ret = qla2x00_iospace_config(ha); |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1302 | if (ret) |
| 1303 | goto probe_failed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1304 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1305 | qla_printk(KERN_INFO, ha, |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 1306 | "Found an ISP%04X, irq %d, iobase 0x%p\n", pdev->device, pdev->irq, |
| 1307 | ha->iobase); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1308 | |
| 1309 | spin_lock_init(&ha->hardware_lock); |
| 1310 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1311 | ha->prev_topology = 0; |
| 1312 | ha->ports = MAX_BUSES; |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1313 | ha->init_cb_size = sizeof(init_cb_t); |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 1314 | ha->mgmt_svr_loop_id = MANAGEMENT_SERVER; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1315 | |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1316 | /* Assign ISP specific operations. */ |
| 1317 | ha->isp_ops.pci_config = qla2100_pci_config; |
| 1318 | ha->isp_ops.reset_chip = qla2x00_reset_chip; |
| 1319 | ha->isp_ops.chip_diag = qla2x00_chip_diag; |
| 1320 | ha->isp_ops.config_rings = qla2x00_config_rings; |
| 1321 | ha->isp_ops.reset_adapter = qla2x00_reset_adapter; |
| 1322 | ha->isp_ops.nvram_config = qla2x00_nvram_config; |
| 1323 | ha->isp_ops.update_fw_options = qla2x00_update_fw_options; |
Andrew Vasquez | 0107109e | 2005-07-06 10:31:37 -0700 | [diff] [blame] | 1324 | ha->isp_ops.load_risc = qla2x00_load_risc; |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1325 | ha->isp_ops.pci_info_str = qla2x00_pci_info_str; |
| 1326 | ha->isp_ops.fw_version_str = qla2x00_fw_version_str; |
| 1327 | ha->isp_ops.intr_handler = qla2100_intr_handler; |
| 1328 | ha->isp_ops.enable_intrs = qla2x00_enable_intrs; |
| 1329 | ha->isp_ops.disable_intrs = qla2x00_disable_intrs; |
| 1330 | ha->isp_ops.abort_command = qla2x00_abort_command; |
| 1331 | ha->isp_ops.abort_target = qla2x00_abort_target; |
| 1332 | ha->isp_ops.fabric_login = qla2x00_login_fabric; |
| 1333 | ha->isp_ops.fabric_logout = qla2x00_fabric_logout; |
| 1334 | ha->isp_ops.calc_req_entries = qla2x00_calc_iocbs_32; |
| 1335 | ha->isp_ops.build_iocbs = qla2x00_build_scsi_iocbs_32; |
| 1336 | ha->isp_ops.prep_ms_iocb = qla2x00_prep_ms_iocb; |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 1337 | ha->isp_ops.prep_ms_fdmi_iocb = qla2x00_prep_ms_fdmi_iocb; |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 1338 | ha->isp_ops.read_nvram = qla2x00_read_nvram_data; |
| 1339 | ha->isp_ops.write_nvram = qla2x00_write_nvram_data; |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1340 | ha->isp_ops.fw_dump = qla2100_fw_dump; |
| 1341 | ha->isp_ops.ascii_fw_dump = qla2100_ascii_fw_dump; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1342 | if (IS_QLA2100(ha)) { |
Andrew Vasquez | 354d6b2 | 2005-04-23 02:47:27 -0400 | [diff] [blame] | 1343 | host->max_id = MAX_TARGETS_2100; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1344 | ha->mbx_count = MAILBOX_REGISTER_COUNT_2100; |
| 1345 | ha->request_q_length = REQUEST_ENTRY_CNT_2100; |
| 1346 | ha->response_q_length = RESPONSE_ENTRY_CNT_2100; |
| 1347 | ha->last_loop_id = SNS_LAST_LOOP_ID_2100; |
| 1348 | host->sg_tablesize = 32; |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1349 | ha->gid_list_info_size = 4; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1350 | } else if (IS_QLA2200(ha)) { |
Andrew Vasquez | 354d6b2 | 2005-04-23 02:47:27 -0400 | [diff] [blame] | 1351 | host->max_id = MAX_TARGETS_2200; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1352 | ha->mbx_count = MAILBOX_REGISTER_COUNT; |
| 1353 | ha->request_q_length = REQUEST_ENTRY_CNT_2200; |
| 1354 | ha->response_q_length = RESPONSE_ENTRY_CNT_2100; |
| 1355 | ha->last_loop_id = SNS_LAST_LOOP_ID_2100; |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1356 | ha->gid_list_info_size = 4; |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1357 | } else if (IS_QLA23XX(ha)) { |
Andrew Vasquez | 354d6b2 | 2005-04-23 02:47:27 -0400 | [diff] [blame] | 1358 | host->max_id = MAX_TARGETS_2200; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1359 | ha->mbx_count = MAILBOX_REGISTER_COUNT; |
| 1360 | ha->request_q_length = REQUEST_ENTRY_CNT_2200; |
| 1361 | ha->response_q_length = RESPONSE_ENTRY_CNT_2300; |
| 1362 | ha->last_loop_id = SNS_LAST_LOOP_ID_2300; |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1363 | ha->isp_ops.pci_config = qla2300_pci_config; |
| 1364 | ha->isp_ops.intr_handler = qla2300_intr_handler; |
| 1365 | ha->isp_ops.fw_dump = qla2300_fw_dump; |
| 1366 | ha->isp_ops.ascii_fw_dump = qla2300_ascii_fw_dump; |
| 1367 | ha->gid_list_info_size = 6; |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1368 | } else if (IS_QLA24XX(ha) || IS_QLA25XX(ha)) { |
| 1369 | host->max_id = MAX_TARGETS_2200; |
| 1370 | ha->mbx_count = MAILBOX_REGISTER_COUNT; |
| 1371 | ha->request_q_length = REQUEST_ENTRY_CNT_24XX; |
| 1372 | ha->response_q_length = RESPONSE_ENTRY_CNT_2300; |
| 1373 | ha->last_loop_id = SNS_LAST_LOOP_ID_2300; |
| 1374 | ha->init_cb_size = sizeof(struct init_cb_24xx); |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 1375 | ha->mgmt_svr_loop_id = 10; |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1376 | ha->isp_ops.pci_config = qla24xx_pci_config; |
| 1377 | ha->isp_ops.reset_chip = qla24xx_reset_chip; |
| 1378 | ha->isp_ops.chip_diag = qla24xx_chip_diag; |
| 1379 | ha->isp_ops.config_rings = qla24xx_config_rings; |
| 1380 | ha->isp_ops.reset_adapter = qla24xx_reset_adapter; |
| 1381 | ha->isp_ops.nvram_config = qla24xx_nvram_config; |
| 1382 | ha->isp_ops.update_fw_options = qla24xx_update_fw_options; |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 1383 | ha->isp_ops.load_risc = qla24xx_load_risc; |
Andrew Vasquez | 331e347 | 2005-11-09 15:49:19 -0800 | [diff] [blame] | 1384 | #if defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE) |
| 1385 | if (ql2xfwloadflash) |
| 1386 | ha->isp_ops.load_risc = qla24xx_load_risc_flash; |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 1387 | #endif |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1388 | ha->isp_ops.pci_info_str = qla24xx_pci_info_str; |
| 1389 | ha->isp_ops.fw_version_str = qla24xx_fw_version_str; |
| 1390 | ha->isp_ops.intr_handler = qla24xx_intr_handler; |
| 1391 | ha->isp_ops.enable_intrs = qla24xx_enable_intrs; |
| 1392 | ha->isp_ops.disable_intrs = qla24xx_disable_intrs; |
| 1393 | ha->isp_ops.abort_command = qla24xx_abort_command; |
| 1394 | ha->isp_ops.abort_target = qla24xx_abort_target; |
| 1395 | ha->isp_ops.fabric_login = qla24xx_login_fabric; |
| 1396 | ha->isp_ops.fabric_logout = qla24xx_fabric_logout; |
| 1397 | ha->isp_ops.prep_ms_iocb = qla24xx_prep_ms_iocb; |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 1398 | ha->isp_ops.prep_ms_fdmi_iocb = qla24xx_prep_ms_fdmi_iocb; |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1399 | ha->isp_ops.read_nvram = qla24xx_read_nvram_data; |
| 1400 | ha->isp_ops.write_nvram = qla24xx_write_nvram_data; |
| 1401 | ha->isp_ops.fw_dump = qla24xx_fw_dump; |
| 1402 | ha->isp_ops.ascii_fw_dump = qla24xx_ascii_fw_dump; |
| 1403 | ha->gid_list_info_size = 8; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1404 | } |
| 1405 | host->can_queue = ha->request_q_length + 128; |
| 1406 | |
| 1407 | /* load the F/W, read paramaters, and init the H/W */ |
| 1408 | ha->instance = num_hosts; |
| 1409 | |
| 1410 | init_MUTEX(&ha->mbx_cmd_sem); |
| 1411 | init_MUTEX_LOCKED(&ha->mbx_intr_sem); |
| 1412 | |
| 1413 | INIT_LIST_HEAD(&ha->list); |
| 1414 | INIT_LIST_HEAD(&ha->fcports); |
| 1415 | INIT_LIST_HEAD(&ha->rscn_fcports); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1416 | |
| 1417 | /* |
| 1418 | * These locks are used to prevent more than one CPU |
| 1419 | * from modifying the queue at the same time. The |
| 1420 | * higher level "host_lock" will reduce most |
| 1421 | * contention for these locks. |
| 1422 | */ |
| 1423 | spin_lock_init(&ha->mbx_reg_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1424 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1425 | init_completion(&ha->dpc_inited); |
| 1426 | init_completion(&ha->dpc_exited); |
| 1427 | |
| 1428 | qla2x00_config_dma_addressing(ha); |
| 1429 | if (qla2x00_mem_alloc(ha)) { |
| 1430 | qla_printk(KERN_WARNING, ha, |
| 1431 | "[ERROR] Failed to allocate memory for adapter\n"); |
| 1432 | |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1433 | ret = -ENOMEM; |
| 1434 | goto probe_failed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1435 | } |
| 1436 | |
| 1437 | if (qla2x00_initialize_adapter(ha) && |
| 1438 | !(ha->device_flags & DFLG_NO_CABLE)) { |
| 1439 | |
| 1440 | qla_printk(KERN_WARNING, ha, |
| 1441 | "Failed to initialize adapter\n"); |
| 1442 | |
| 1443 | DEBUG2(printk("scsi(%ld): Failed to initialize adapter - " |
| 1444 | "Adapter flags %x.\n", |
| 1445 | ha->host_no, ha->device_flags)); |
| 1446 | |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1447 | ret = -ENODEV; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1448 | goto probe_failed; |
| 1449 | } |
| 1450 | |
| 1451 | /* |
| 1452 | * Startup the kernel thread for this host adapter |
| 1453 | */ |
| 1454 | ha->dpc_should_die = 0; |
| 1455 | ha->dpc_pid = kernel_thread(qla2x00_do_dpc, ha, 0); |
| 1456 | if (ha->dpc_pid < 0) { |
| 1457 | qla_printk(KERN_WARNING, ha, |
| 1458 | "Unable to start DPC thread!\n"); |
| 1459 | |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1460 | ret = -ENODEV; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1461 | goto probe_failed; |
| 1462 | } |
| 1463 | wait_for_completion(&ha->dpc_inited); |
| 1464 | |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1465 | host->this_id = 255; |
| 1466 | host->cmd_per_lun = 3; |
| 1467 | host->unique_id = ha->instance; |
| 1468 | host->max_cmd_len = MAX_CMDSZ; |
| 1469 | host->max_channel = ha->ports - 1; |
| 1470 | host->max_lun = MAX_LUNS; |
| 1471 | host->transportt = qla2xxx_transport_template; |
| 1472 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1473 | ret = request_irq(pdev->irq, ha->isp_ops.intr_handler, |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1474 | SA_INTERRUPT|SA_SHIRQ, ha->brd_info->drv_name, ha); |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1475 | if (ret) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1476 | qla_printk(KERN_WARNING, ha, |
| 1477 | "Failed to reserve interrupt %d already in use.\n", |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1478 | pdev->irq); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1479 | goto probe_failed; |
| 1480 | } |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1481 | host->irq = pdev->irq; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1482 | |
| 1483 | /* Initialized the timer */ |
| 1484 | qla2x00_start_timer(ha, qla2x00_timer, WATCH_INTERVAL); |
| 1485 | |
| 1486 | DEBUG2(printk("DEBUG: detect hba %ld at address = %p\n", |
| 1487 | ha->host_no, ha)); |
| 1488 | |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1489 | ha->isp_ops.disable_intrs(ha); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1490 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1491 | spin_lock_irqsave(&ha->hardware_lock, flags); |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1492 | reg = ha->iobase; |
| 1493 | if (IS_QLA24XX(ha) || IS_QLA25XX(ha)) { |
| 1494 | WRT_REG_DWORD(®->isp24.hccr, HCCRX_CLR_HOST_INT); |
| 1495 | WRT_REG_DWORD(®->isp24.hccr, HCCRX_CLR_RISC_INT); |
| 1496 | } else { |
| 1497 | WRT_REG_WORD(®->isp.semaphore, 0); |
| 1498 | WRT_REG_WORD(®->isp.hccr, HCCR_CLR_RISC_INT); |
| 1499 | WRT_REG_WORD(®->isp.hccr, HCCR_CLR_HOST_INT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1500 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1501 | /* Enable proper parity */ |
| 1502 | if (!IS_QLA2100(ha) && !IS_QLA2200(ha)) { |
| 1503 | if (IS_QLA2300(ha)) |
| 1504 | /* SRAM parity */ |
| 1505 | WRT_REG_WORD(®->isp.hccr, |
| 1506 | (HCCR_ENABLE_PARITY + 0x1)); |
| 1507 | else |
| 1508 | /* SRAM, Instruction RAM and GP RAM parity */ |
| 1509 | WRT_REG_WORD(®->isp.hccr, |
| 1510 | (HCCR_ENABLE_PARITY + 0x7)); |
| 1511 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1512 | } |
| 1513 | spin_unlock_irqrestore(&ha->hardware_lock, flags); |
| 1514 | |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 1515 | ha->isp_ops.enable_intrs(ha); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1516 | |
| 1517 | /* v2.19.5b6 */ |
| 1518 | /* |
| 1519 | * Wait around max loop_reset_delay secs for the devices to come |
| 1520 | * on-line. We don't want Linux scanning before we are ready. |
| 1521 | * |
| 1522 | */ |
| 1523 | for (wait_switch = jiffies + (ha->loop_reset_delay * HZ); |
| 1524 | time_before(jiffies,wait_switch) && |
| 1525 | !(ha->device_flags & (DFLG_NO_CABLE | DFLG_FABRIC_DEVICES)) |
| 1526 | && (ha->device_flags & SWITCH_FOUND) ;) { |
| 1527 | |
| 1528 | qla2x00_check_fabric_devices(ha); |
| 1529 | |
| 1530 | msleep(10); |
| 1531 | } |
| 1532 | |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1533 | pci_set_drvdata(pdev, ha); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1534 | ha->flags.init_done = 1; |
| 1535 | num_hosts++; |
| 1536 | |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1537 | ret = scsi_add_host(host, &pdev->dev); |
| 1538 | if (ret) |
| 1539 | goto probe_failed; |
| 1540 | |
| 1541 | qla2x00_alloc_sysfs_attr(ha); |
| 1542 | |
| 1543 | qla2x00_init_host_attr(ha); |
| 1544 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1545 | qla_printk(KERN_INFO, ha, "\n" |
| 1546 | " QLogic Fibre Channel HBA Driver: %s\n" |
| 1547 | " QLogic %s - %s\n" |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 1548 | " ISP%04X: %s @ %s hdma%c, host#=%ld, fw=%s\n", |
| 1549 | qla2x00_version_str, ha->model_number, |
| 1550 | ha->model_desc ? ha->model_desc: "", pdev->device, |
| 1551 | ha->isp_ops.pci_info_str(ha, pci_info), pci_name(pdev), |
| 1552 | ha->flags.enable_64bit_addressing ? '+': '-', ha->host_no, |
| 1553 | ha->isp_ops.fw_version_str(ha, fw_str)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1554 | |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 1555 | /* Go with fc_rport registration. */ |
| 1556 | list_for_each_entry(fcport, &ha->fcports, list) |
| 1557 | qla2x00_reg_remote_port(ha, fcport); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1558 | |
| 1559 | return 0; |
| 1560 | |
| 1561 | probe_failed: |
| 1562 | qla2x00_free_device(ha); |
| 1563 | |
| 1564 | scsi_host_put(host); |
| 1565 | |
| 1566 | probe_disable_device: |
| 1567 | pci_disable_device(pdev); |
| 1568 | |
Andrew Vasquez | a1541d5 | 2005-06-09 17:21:28 -0700 | [diff] [blame] | 1569 | probe_out: |
| 1570 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1571 | } |
| 1572 | EXPORT_SYMBOL_GPL(qla2x00_probe_one); |
| 1573 | |
| 1574 | void qla2x00_remove_one(struct pci_dev *pdev) |
| 1575 | { |
| 1576 | scsi_qla_host_t *ha; |
| 1577 | |
| 1578 | ha = pci_get_drvdata(pdev); |
| 1579 | |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 1580 | qla2x00_free_sysfs_attr(ha); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1581 | |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 1582 | fc_remove_host(ha->host); |
| 1583 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1584 | scsi_remove_host(ha->host); |
| 1585 | |
| 1586 | qla2x00_free_device(ha); |
| 1587 | |
| 1588 | scsi_host_put(ha->host); |
| 1589 | |
| 1590 | pci_set_drvdata(pdev, NULL); |
| 1591 | } |
| 1592 | EXPORT_SYMBOL_GPL(qla2x00_remove_one); |
| 1593 | |
| 1594 | static void |
| 1595 | qla2x00_free_device(scsi_qla_host_t *ha) |
| 1596 | { |
| 1597 | int ret; |
| 1598 | |
| 1599 | /* Abort any outstanding IO descriptors. */ |
| 1600 | if (!IS_QLA2100(ha) && !IS_QLA2200(ha)) |
| 1601 | qla2x00_cancel_io_descriptors(ha); |
| 1602 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1603 | /* Disable timer */ |
| 1604 | if (ha->timer_active) |
| 1605 | qla2x00_stop_timer(ha); |
| 1606 | |
| 1607 | /* Kill the kernel thread for this host */ |
| 1608 | if (ha->dpc_pid >= 0) { |
| 1609 | ha->dpc_should_die = 1; |
| 1610 | wmb(); |
| 1611 | ret = kill_proc(ha->dpc_pid, SIGHUP, 1); |
| 1612 | if (ret) { |
| 1613 | qla_printk(KERN_ERR, ha, |
| 1614 | "Unable to signal DPC thread -- (%d)\n", ret); |
| 1615 | |
| 1616 | /* TODO: SOMETHING MORE??? */ |
| 1617 | } else { |
| 1618 | wait_for_completion(&ha->dpc_exited); |
| 1619 | } |
| 1620 | } |
| 1621 | |
Andrew Vasquez | f6ef3b1 | 2005-08-26 19:10:20 -0700 | [diff] [blame] | 1622 | /* Stop currently executing firmware. */ |
| 1623 | qla2x00_stop_firmware(ha); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1624 | |
Andrew Vasquez | f6ef3b1 | 2005-08-26 19:10:20 -0700 | [diff] [blame] | 1625 | /* turn-off interrupts on the card */ |
| 1626 | if (ha->interrupts_on) |
| 1627 | ha->isp_ops.disable_intrs(ha); |
| 1628 | |
| 1629 | qla2x00_mem_free(ha); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1630 | |
| 1631 | ha->flags.online = 0; |
| 1632 | |
| 1633 | /* Detach interrupts */ |
| 1634 | if (ha->pdev->irq) |
| 1635 | free_irq(ha->pdev->irq, ha); |
| 1636 | |
| 1637 | /* release io space registers */ |
| 1638 | if (ha->iobase) |
| 1639 | iounmap(ha->iobase); |
| 1640 | pci_release_regions(ha->pdev); |
| 1641 | |
| 1642 | pci_disable_device(ha->pdev); |
| 1643 | } |
| 1644 | |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame^] | 1645 | static inline void |
| 1646 | qla2x00_schedule_rport_del(struct scsi_qla_host *ha, fc_port_t *fcport, |
| 1647 | int defer) |
| 1648 | { |
| 1649 | unsigned long flags; |
| 1650 | struct fc_rport *rport; |
| 1651 | |
| 1652 | if (!fcport->rport) |
| 1653 | return; |
| 1654 | |
| 1655 | rport = fcport->rport; |
| 1656 | if (defer) { |
| 1657 | spin_lock_irqsave(&fcport->rport_lock, flags); |
| 1658 | fcport->drport = rport; |
| 1659 | fcport->rport = NULL; |
| 1660 | spin_unlock_irqrestore(&fcport->rport_lock, flags); |
| 1661 | set_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags); |
| 1662 | } else { |
| 1663 | spin_lock_irqsave(&fcport->rport_lock, flags); |
| 1664 | fcport->rport = NULL; |
| 1665 | spin_unlock_irqrestore(&fcport->rport_lock, flags); |
| 1666 | fc_remote_port_delete(rport); |
| 1667 | } |
| 1668 | } |
| 1669 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1670 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1671 | * qla2x00_mark_device_lost Updates fcport state when device goes offline. |
| 1672 | * |
| 1673 | * Input: ha = adapter block pointer. fcport = port structure pointer. |
| 1674 | * |
| 1675 | * Return: None. |
| 1676 | * |
| 1677 | * Context: |
| 1678 | */ |
| 1679 | void qla2x00_mark_device_lost(scsi_qla_host_t *ha, fc_port_t *fcport, |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame^] | 1680 | int do_login, int defer) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1681 | { |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame^] | 1682 | if (atomic_read(&fcport->state) == FCS_ONLINE) |
| 1683 | qla2x00_schedule_rport_del(ha, fcport, defer); |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 1684 | |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 1685 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1686 | * We may need to retry the login, so don't change the state of the |
| 1687 | * port but do the retries. |
| 1688 | */ |
| 1689 | if (atomic_read(&fcport->state) != FCS_DEVICE_DEAD) |
| 1690 | atomic_set(&fcport->state, FCS_DEVICE_LOST); |
| 1691 | |
| 1692 | if (!do_login) |
| 1693 | return; |
| 1694 | |
| 1695 | if (fcport->login_retry == 0) { |
| 1696 | fcport->login_retry = ha->login_retry_count; |
| 1697 | set_bit(RELOGIN_NEEDED, &ha->dpc_flags); |
| 1698 | |
| 1699 | DEBUG(printk("scsi(%ld): Port login retry: " |
| 1700 | "%02x%02x%02x%02x%02x%02x%02x%02x, " |
| 1701 | "id = 0x%04x retry cnt=%d\n", |
| 1702 | ha->host_no, |
| 1703 | fcport->port_name[0], |
| 1704 | fcport->port_name[1], |
| 1705 | fcport->port_name[2], |
| 1706 | fcport->port_name[3], |
| 1707 | fcport->port_name[4], |
| 1708 | fcport->port_name[5], |
| 1709 | fcport->port_name[6], |
| 1710 | fcport->port_name[7], |
| 1711 | fcport->loop_id, |
| 1712 | fcport->login_retry)); |
| 1713 | } |
| 1714 | } |
| 1715 | |
| 1716 | /* |
| 1717 | * qla2x00_mark_all_devices_lost |
| 1718 | * Updates fcport state when device goes offline. |
| 1719 | * |
| 1720 | * Input: |
| 1721 | * ha = adapter block pointer. |
| 1722 | * fcport = port structure pointer. |
| 1723 | * |
| 1724 | * Return: |
| 1725 | * None. |
| 1726 | * |
| 1727 | * Context: |
| 1728 | */ |
| 1729 | void |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame^] | 1730 | qla2x00_mark_all_devices_lost(scsi_qla_host_t *ha, int defer) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1731 | { |
| 1732 | fc_port_t *fcport; |
| 1733 | |
| 1734 | list_for_each_entry(fcport, &ha->fcports, list) { |
| 1735 | if (fcport->port_type != FCT_TARGET) |
| 1736 | continue; |
| 1737 | |
| 1738 | /* |
| 1739 | * No point in marking the device as lost, if the device is |
| 1740 | * already DEAD. |
| 1741 | */ |
| 1742 | if (atomic_read(&fcport->state) == FCS_DEVICE_DEAD) |
| 1743 | continue; |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame^] | 1744 | if (atomic_read(&fcport->state) == FCS_ONLINE) |
| 1745 | qla2x00_schedule_rport_del(ha, fcport, defer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1746 | atomic_set(&fcport->state, FCS_DEVICE_LOST); |
| 1747 | } |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame^] | 1748 | |
| 1749 | if (defer && ha->dpc_wait && !ha->dpc_active) |
| 1750 | up(ha->dpc_wait); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1751 | } |
| 1752 | |
| 1753 | /* |
| 1754 | * qla2x00_mem_alloc |
| 1755 | * Allocates adapter memory. |
| 1756 | * |
| 1757 | * Returns: |
| 1758 | * 0 = success. |
| 1759 | * 1 = failure. |
| 1760 | */ |
| 1761 | static uint8_t |
| 1762 | qla2x00_mem_alloc(scsi_qla_host_t *ha) |
| 1763 | { |
| 1764 | char name[16]; |
| 1765 | uint8_t status = 1; |
| 1766 | int retry= 10; |
| 1767 | |
| 1768 | do { |
| 1769 | /* |
| 1770 | * This will loop only once if everything goes well, else some |
| 1771 | * number of retries will be performed to get around a kernel |
| 1772 | * bug where available mem is not allocated until after a |
| 1773 | * little delay and a retry. |
| 1774 | */ |
| 1775 | ha->request_ring = dma_alloc_coherent(&ha->pdev->dev, |
| 1776 | (ha->request_q_length + 1) * sizeof(request_t), |
| 1777 | &ha->request_dma, GFP_KERNEL); |
| 1778 | if (ha->request_ring == NULL) { |
| 1779 | qla_printk(KERN_WARNING, ha, |
| 1780 | "Memory Allocation failed - request_ring\n"); |
| 1781 | |
| 1782 | qla2x00_mem_free(ha); |
| 1783 | msleep(100); |
| 1784 | |
| 1785 | continue; |
| 1786 | } |
| 1787 | |
| 1788 | ha->response_ring = dma_alloc_coherent(&ha->pdev->dev, |
| 1789 | (ha->response_q_length + 1) * sizeof(response_t), |
| 1790 | &ha->response_dma, GFP_KERNEL); |
| 1791 | if (ha->response_ring == NULL) { |
| 1792 | qla_printk(KERN_WARNING, ha, |
| 1793 | "Memory Allocation failed - response_ring\n"); |
| 1794 | |
| 1795 | qla2x00_mem_free(ha); |
| 1796 | msleep(100); |
| 1797 | |
| 1798 | continue; |
| 1799 | } |
| 1800 | |
| 1801 | ha->gid_list = dma_alloc_coherent(&ha->pdev->dev, GID_LIST_SIZE, |
| 1802 | &ha->gid_list_dma, GFP_KERNEL); |
| 1803 | if (ha->gid_list == NULL) { |
| 1804 | qla_printk(KERN_WARNING, ha, |
| 1805 | "Memory Allocation failed - gid_list\n"); |
| 1806 | |
| 1807 | qla2x00_mem_free(ha); |
| 1808 | msleep(100); |
| 1809 | |
| 1810 | continue; |
| 1811 | } |
| 1812 | |
| 1813 | ha->rlc_rsp = dma_alloc_coherent(&ha->pdev->dev, |
| 1814 | sizeof(rpt_lun_cmd_rsp_t), &ha->rlc_rsp_dma, GFP_KERNEL); |
| 1815 | if (ha->rlc_rsp == NULL) { |
| 1816 | qla_printk(KERN_WARNING, ha, |
| 1817 | "Memory Allocation failed - rlc"); |
| 1818 | |
| 1819 | qla2x00_mem_free(ha); |
| 1820 | msleep(100); |
| 1821 | |
| 1822 | continue; |
| 1823 | } |
| 1824 | |
| 1825 | snprintf(name, sizeof(name), "qla2xxx_%ld", ha->host_no); |
| 1826 | ha->s_dma_pool = dma_pool_create(name, &ha->pdev->dev, |
| 1827 | DMA_POOL_SIZE, 8, 0); |
| 1828 | if (ha->s_dma_pool == NULL) { |
| 1829 | qla_printk(KERN_WARNING, ha, |
| 1830 | "Memory Allocation failed - s_dma_pool\n"); |
| 1831 | |
| 1832 | qla2x00_mem_free(ha); |
| 1833 | msleep(100); |
| 1834 | |
| 1835 | continue; |
| 1836 | } |
| 1837 | |
| 1838 | /* get consistent memory allocated for init control block */ |
| 1839 | ha->init_cb = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, |
| 1840 | &ha->init_cb_dma); |
| 1841 | if (ha->init_cb == NULL) { |
| 1842 | qla_printk(KERN_WARNING, ha, |
| 1843 | "Memory Allocation failed - init_cb\n"); |
| 1844 | |
| 1845 | qla2x00_mem_free(ha); |
| 1846 | msleep(100); |
| 1847 | |
| 1848 | continue; |
| 1849 | } |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 1850 | memset(ha->init_cb, 0, ha->init_cb_size); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1851 | |
| 1852 | /* Get consistent memory allocated for Get Port Database cmd */ |
| 1853 | ha->iodesc_pd = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, |
| 1854 | &ha->iodesc_pd_dma); |
| 1855 | if (ha->iodesc_pd == NULL) { |
| 1856 | /* error */ |
| 1857 | qla_printk(KERN_WARNING, ha, |
| 1858 | "Memory Allocation failed - iodesc_pd\n"); |
| 1859 | |
| 1860 | qla2x00_mem_free(ha); |
| 1861 | msleep(100); |
| 1862 | |
| 1863 | continue; |
| 1864 | } |
| 1865 | memset(ha->iodesc_pd, 0, PORT_DATABASE_SIZE); |
| 1866 | |
| 1867 | /* Allocate ioctl related memory. */ |
| 1868 | if (qla2x00_alloc_ioctl_mem(ha)) { |
| 1869 | qla_printk(KERN_WARNING, ha, |
| 1870 | "Memory Allocation failed - ioctl_mem\n"); |
| 1871 | |
| 1872 | qla2x00_mem_free(ha); |
| 1873 | msleep(100); |
| 1874 | |
| 1875 | continue; |
| 1876 | } |
| 1877 | |
| 1878 | if (qla2x00_allocate_sp_pool(ha)) { |
| 1879 | qla_printk(KERN_WARNING, ha, |
| 1880 | "Memory Allocation failed - " |
| 1881 | "qla2x00_allocate_sp_pool()\n"); |
| 1882 | |
| 1883 | qla2x00_mem_free(ha); |
| 1884 | msleep(100); |
| 1885 | |
| 1886 | continue; |
| 1887 | } |
| 1888 | |
| 1889 | /* Allocate memory for SNS commands */ |
| 1890 | if (IS_QLA2100(ha) || IS_QLA2200(ha)) { |
| 1891 | /* Get consistent memory allocated for SNS commands */ |
| 1892 | ha->sns_cmd = dma_alloc_coherent(&ha->pdev->dev, |
| 1893 | sizeof(struct sns_cmd_pkt), &ha->sns_cmd_dma, |
| 1894 | GFP_KERNEL); |
| 1895 | if (ha->sns_cmd == NULL) { |
| 1896 | /* error */ |
| 1897 | qla_printk(KERN_WARNING, ha, |
| 1898 | "Memory Allocation failed - sns_cmd\n"); |
| 1899 | |
| 1900 | qla2x00_mem_free(ha); |
| 1901 | msleep(100); |
| 1902 | |
| 1903 | continue; |
| 1904 | } |
| 1905 | memset(ha->sns_cmd, 0, sizeof(struct sns_cmd_pkt)); |
| 1906 | } else { |
| 1907 | /* Get consistent memory allocated for MS IOCB */ |
| 1908 | ha->ms_iocb = dma_pool_alloc(ha->s_dma_pool, GFP_KERNEL, |
| 1909 | &ha->ms_iocb_dma); |
| 1910 | if (ha->ms_iocb == NULL) { |
| 1911 | /* error */ |
| 1912 | qla_printk(KERN_WARNING, ha, |
| 1913 | "Memory Allocation failed - ms_iocb\n"); |
| 1914 | |
| 1915 | qla2x00_mem_free(ha); |
| 1916 | msleep(100); |
| 1917 | |
| 1918 | continue; |
| 1919 | } |
| 1920 | memset(ha->ms_iocb, 0, sizeof(ms_iocb_entry_t)); |
| 1921 | |
| 1922 | /* |
| 1923 | * Get consistent memory allocated for CT SNS |
| 1924 | * commands |
| 1925 | */ |
| 1926 | ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev, |
| 1927 | sizeof(struct ct_sns_pkt), &ha->ct_sns_dma, |
| 1928 | GFP_KERNEL); |
| 1929 | if (ha->ct_sns == NULL) { |
| 1930 | /* error */ |
| 1931 | qla_printk(KERN_WARNING, ha, |
| 1932 | "Memory Allocation failed - ct_sns\n"); |
| 1933 | |
| 1934 | qla2x00_mem_free(ha); |
| 1935 | msleep(100); |
| 1936 | |
| 1937 | continue; |
| 1938 | } |
| 1939 | memset(ha->ct_sns, 0, sizeof(struct ct_sns_pkt)); |
| 1940 | } |
| 1941 | |
| 1942 | /* Done all allocations without any error. */ |
| 1943 | status = 0; |
| 1944 | |
| 1945 | } while (retry-- && status != 0); |
| 1946 | |
| 1947 | if (status) { |
| 1948 | printk(KERN_WARNING |
| 1949 | "%s(): **** FAILED ****\n", __func__); |
| 1950 | } |
| 1951 | |
| 1952 | return(status); |
| 1953 | } |
| 1954 | |
| 1955 | /* |
| 1956 | * qla2x00_mem_free |
| 1957 | * Frees all adapter allocated memory. |
| 1958 | * |
| 1959 | * Input: |
| 1960 | * ha = adapter block pointer. |
| 1961 | */ |
| 1962 | static void |
| 1963 | qla2x00_mem_free(scsi_qla_host_t *ha) |
| 1964 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1965 | struct list_head *fcpl, *fcptemp; |
| 1966 | fc_port_t *fcport; |
Andrew Vasquez | fe74c71 | 2005-08-26 19:10:10 -0700 | [diff] [blame] | 1967 | unsigned int wtime;/* max wait time if mbx cmd is busy. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1968 | |
| 1969 | if (ha == NULL) { |
| 1970 | /* error */ |
| 1971 | DEBUG2(printk("%s(): ERROR invalid ha pointer.\n", __func__)); |
| 1972 | return; |
| 1973 | } |
| 1974 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1975 | /* Make sure all other threads are stopped. */ |
Andrew Vasquez | fe74c71 | 2005-08-26 19:10:10 -0700 | [diff] [blame] | 1976 | wtime = 60 * 1000; |
| 1977 | while (ha->dpc_wait && wtime) |
| 1978 | wtime = msleep_interruptible(wtime); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1979 | |
| 1980 | /* free ioctl memory */ |
| 1981 | qla2x00_free_ioctl_mem(ha); |
| 1982 | |
| 1983 | /* free sp pool */ |
| 1984 | qla2x00_free_sp_pool(ha); |
| 1985 | |
| 1986 | if (ha->sns_cmd) |
| 1987 | dma_free_coherent(&ha->pdev->dev, sizeof(struct sns_cmd_pkt), |
| 1988 | ha->sns_cmd, ha->sns_cmd_dma); |
| 1989 | |
| 1990 | if (ha->ct_sns) |
| 1991 | dma_free_coherent(&ha->pdev->dev, sizeof(struct ct_sns_pkt), |
| 1992 | ha->ct_sns, ha->ct_sns_dma); |
| 1993 | |
| 1994 | if (ha->ms_iocb) |
| 1995 | dma_pool_free(ha->s_dma_pool, ha->ms_iocb, ha->ms_iocb_dma); |
| 1996 | |
| 1997 | if (ha->iodesc_pd) |
| 1998 | dma_pool_free(ha->s_dma_pool, ha->iodesc_pd, ha->iodesc_pd_dma); |
| 1999 | |
| 2000 | if (ha->init_cb) |
| 2001 | dma_pool_free(ha->s_dma_pool, ha->init_cb, ha->init_cb_dma); |
| 2002 | |
| 2003 | if (ha->s_dma_pool) |
| 2004 | dma_pool_destroy(ha->s_dma_pool); |
| 2005 | |
| 2006 | if (ha->rlc_rsp) |
| 2007 | dma_free_coherent(&ha->pdev->dev, |
| 2008 | sizeof(rpt_lun_cmd_rsp_t), ha->rlc_rsp, |
| 2009 | ha->rlc_rsp_dma); |
| 2010 | |
| 2011 | if (ha->gid_list) |
| 2012 | dma_free_coherent(&ha->pdev->dev, GID_LIST_SIZE, ha->gid_list, |
| 2013 | ha->gid_list_dma); |
| 2014 | |
| 2015 | if (ha->response_ring) |
| 2016 | dma_free_coherent(&ha->pdev->dev, |
| 2017 | (ha->response_q_length + 1) * sizeof(response_t), |
| 2018 | ha->response_ring, ha->response_dma); |
| 2019 | |
| 2020 | if (ha->request_ring) |
| 2021 | dma_free_coherent(&ha->pdev->dev, |
| 2022 | (ha->request_q_length + 1) * sizeof(request_t), |
| 2023 | ha->request_ring, ha->request_dma); |
| 2024 | |
| 2025 | ha->sns_cmd = NULL; |
| 2026 | ha->sns_cmd_dma = 0; |
| 2027 | ha->ct_sns = NULL; |
| 2028 | ha->ct_sns_dma = 0; |
| 2029 | ha->ms_iocb = NULL; |
| 2030 | ha->ms_iocb_dma = 0; |
| 2031 | ha->iodesc_pd = NULL; |
| 2032 | ha->iodesc_pd_dma = 0; |
| 2033 | ha->init_cb = NULL; |
| 2034 | ha->init_cb_dma = 0; |
| 2035 | |
| 2036 | ha->s_dma_pool = NULL; |
| 2037 | |
| 2038 | ha->rlc_rsp = NULL; |
| 2039 | ha->rlc_rsp_dma = 0; |
| 2040 | ha->gid_list = NULL; |
| 2041 | ha->gid_list_dma = 0; |
| 2042 | |
| 2043 | ha->response_ring = NULL; |
| 2044 | ha->response_dma = 0; |
| 2045 | ha->request_ring = NULL; |
| 2046 | ha->request_dma = 0; |
| 2047 | |
| 2048 | list_for_each_safe(fcpl, fcptemp, &ha->fcports) { |
| 2049 | fcport = list_entry(fcpl, fc_port_t, list); |
| 2050 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2051 | /* fc ports */ |
| 2052 | list_del_init(&fcport->list); |
| 2053 | kfree(fcport); |
| 2054 | } |
| 2055 | INIT_LIST_HEAD(&ha->fcports); |
| 2056 | |
| 2057 | if (ha->fw_dump) |
| 2058 | free_pages((unsigned long)ha->fw_dump, ha->fw_dump_order); |
| 2059 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2060 | vfree(ha->fw_dump24); |
| 2061 | |
| 2062 | vfree(ha->fw_dump_buffer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2063 | |
| 2064 | ha->fw_dump = NULL; |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2065 | ha->fw_dump24 = NULL; |
| 2066 | ha->fw_dumped = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2067 | ha->fw_dump_reading = 0; |
| 2068 | ha->fw_dump_buffer = NULL; |
| 2069 | } |
| 2070 | |
| 2071 | /* |
| 2072 | * qla2x00_allocate_sp_pool |
| 2073 | * This routine is called during initialization to allocate |
| 2074 | * memory for local srb_t. |
| 2075 | * |
| 2076 | * Input: |
| 2077 | * ha = adapter block pointer. |
| 2078 | * |
| 2079 | * Context: |
| 2080 | * Kernel context. |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2081 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2082 | * Note: Sets the ref_count for non Null sp to one. |
| 2083 | */ |
| 2084 | static int |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2085 | qla2x00_allocate_sp_pool(scsi_qla_host_t *ha) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2086 | { |
| 2087 | int rval; |
| 2088 | |
| 2089 | rval = QLA_SUCCESS; |
| 2090 | ha->srb_mempool = mempool_create(SRB_MIN_REQ, mempool_alloc_slab, |
| 2091 | mempool_free_slab, srb_cachep); |
| 2092 | if (ha->srb_mempool == NULL) { |
| 2093 | qla_printk(KERN_INFO, ha, "Unable to allocate SRB mempool.\n"); |
| 2094 | rval = QLA_FUNCTION_FAILED; |
| 2095 | } |
| 2096 | return (rval); |
| 2097 | } |
| 2098 | |
| 2099 | /* |
| 2100 | * This routine frees all adapter allocated memory. |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2101 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2102 | */ |
| 2103 | static void |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2104 | qla2x00_free_sp_pool( scsi_qla_host_t *ha) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2105 | { |
| 2106 | if (ha->srb_mempool) { |
| 2107 | mempool_destroy(ha->srb_mempool); |
| 2108 | ha->srb_mempool = NULL; |
| 2109 | } |
| 2110 | } |
| 2111 | |
| 2112 | /************************************************************************** |
| 2113 | * qla2x00_do_dpc |
| 2114 | * This kernel thread is a task that is schedule by the interrupt handler |
| 2115 | * to perform the background processing for interrupts. |
| 2116 | * |
| 2117 | * Notes: |
| 2118 | * This task always run in the context of a kernel thread. It |
| 2119 | * is kick-off by the driver's detect code and starts up |
| 2120 | * up one per adapter. It immediately goes to sleep and waits for |
| 2121 | * some fibre event. When either the interrupt handler or |
| 2122 | * the timer routine detects a event it will one of the task |
| 2123 | * bits then wake us up. |
| 2124 | **************************************************************************/ |
| 2125 | static int |
| 2126 | qla2x00_do_dpc(void *data) |
| 2127 | { |
| 2128 | DECLARE_MUTEX_LOCKED(sem); |
| 2129 | scsi_qla_host_t *ha; |
| 2130 | fc_port_t *fcport; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2131 | uint8_t status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2132 | uint16_t next_loopid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2133 | |
| 2134 | ha = (scsi_qla_host_t *)data; |
| 2135 | |
| 2136 | lock_kernel(); |
| 2137 | |
| 2138 | daemonize("%s_dpc", ha->host_str); |
| 2139 | allow_signal(SIGHUP); |
| 2140 | |
| 2141 | ha->dpc_wait = &sem; |
| 2142 | |
| 2143 | set_user_nice(current, -20); |
| 2144 | |
| 2145 | unlock_kernel(); |
| 2146 | |
| 2147 | complete(&ha->dpc_inited); |
| 2148 | |
| 2149 | while (1) { |
| 2150 | DEBUG3(printk("qla2x00: DPC handler sleeping\n")); |
| 2151 | |
| 2152 | if (down_interruptible(&sem)) |
| 2153 | break; |
| 2154 | |
| 2155 | if (ha->dpc_should_die) |
| 2156 | break; |
| 2157 | |
| 2158 | DEBUG3(printk("qla2x00: DPC handler waking up\n")); |
| 2159 | |
| 2160 | /* Initialization not yet finished. Don't do anything yet. */ |
| 2161 | if (!ha->flags.init_done || ha->dpc_active) |
| 2162 | continue; |
| 2163 | |
| 2164 | DEBUG3(printk("scsi(%ld): DPC handler\n", ha->host_no)); |
| 2165 | |
| 2166 | ha->dpc_active = 1; |
| 2167 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2168 | if (ha->flags.mbox_busy) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2169 | ha->dpc_active = 0; |
| 2170 | continue; |
| 2171 | } |
| 2172 | |
| 2173 | if (test_and_clear_bit(ISP_ABORT_NEEDED, &ha->dpc_flags)) { |
| 2174 | |
| 2175 | DEBUG(printk("scsi(%ld): dpc: sched " |
| 2176 | "qla2x00_abort_isp ha = %p\n", |
| 2177 | ha->host_no, ha)); |
| 2178 | if (!(test_and_set_bit(ABORT_ISP_ACTIVE, |
| 2179 | &ha->dpc_flags))) { |
| 2180 | |
| 2181 | if (qla2x00_abort_isp(ha)) { |
| 2182 | /* failed. retry later */ |
| 2183 | set_bit(ISP_ABORT_NEEDED, |
| 2184 | &ha->dpc_flags); |
| 2185 | } |
| 2186 | clear_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags); |
| 2187 | } |
| 2188 | DEBUG(printk("scsi(%ld): dpc: qla2x00_abort_isp end\n", |
| 2189 | ha->host_no)); |
| 2190 | } |
| 2191 | |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame^] | 2192 | if (test_and_clear_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags)) |
| 2193 | qla2x00_update_fcports(ha); |
| 2194 | |
Andrew Vasquez | 91ca7b0 | 2005-10-27 16:03:37 -0700 | [diff] [blame] | 2195 | if (test_and_clear_bit(LOOP_RESET_NEEDED, &ha->dpc_flags)) { |
| 2196 | DEBUG(printk("scsi(%ld): dpc: sched loop_reset()\n", |
| 2197 | ha->host_no)); |
| 2198 | qla2x00_loop_reset(ha); |
| 2199 | } |
| 2200 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2201 | if (test_and_clear_bit(RESET_MARKER_NEEDED, &ha->dpc_flags) && |
| 2202 | (!(test_and_set_bit(RESET_ACTIVE, &ha->dpc_flags)))) { |
| 2203 | |
| 2204 | DEBUG(printk("scsi(%ld): qla2x00_reset_marker()\n", |
| 2205 | ha->host_no)); |
| 2206 | |
| 2207 | qla2x00_rst_aen(ha); |
| 2208 | clear_bit(RESET_ACTIVE, &ha->dpc_flags); |
| 2209 | } |
| 2210 | |
| 2211 | /* Retry each device up to login retry count */ |
| 2212 | if ((test_and_clear_bit(RELOGIN_NEEDED, &ha->dpc_flags)) && |
| 2213 | !test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) && |
| 2214 | atomic_read(&ha->loop_state) != LOOP_DOWN) { |
| 2215 | |
| 2216 | DEBUG(printk("scsi(%ld): qla2x00_port_login()\n", |
| 2217 | ha->host_no)); |
| 2218 | |
| 2219 | next_loopid = 0; |
| 2220 | list_for_each_entry(fcport, &ha->fcports, list) { |
| 2221 | if (fcport->port_type != FCT_TARGET) |
| 2222 | continue; |
| 2223 | |
| 2224 | /* |
| 2225 | * If the port is not ONLINE then try to login |
| 2226 | * to it if we haven't run out of retries. |
| 2227 | */ |
| 2228 | if (atomic_read(&fcport->state) != FCS_ONLINE && |
| 2229 | fcport->login_retry) { |
| 2230 | |
| 2231 | fcport->login_retry--; |
| 2232 | if (fcport->flags & FCF_FABRIC_DEVICE) { |
| 2233 | if (fcport->flags & |
| 2234 | FCF_TAPE_PRESENT) |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 2235 | ha->isp_ops.fabric_logout( |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 2236 | ha, fcport->loop_id, |
| 2237 | fcport->d_id.b.domain, |
| 2238 | fcport->d_id.b.area, |
| 2239 | fcport->d_id.b.al_pa); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2240 | status = qla2x00_fabric_login( |
| 2241 | ha, fcport, &next_loopid); |
| 2242 | } else |
| 2243 | status = |
| 2244 | qla2x00_local_device_login( |
| 2245 | ha, fcport->loop_id); |
| 2246 | |
| 2247 | if (status == QLA_SUCCESS) { |
| 2248 | fcport->old_loop_id = fcport->loop_id; |
| 2249 | |
| 2250 | DEBUG(printk("scsi(%ld): port login OK: logged in ID 0x%x\n", |
| 2251 | ha->host_no, fcport->loop_id)); |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2252 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2253 | fcport->port_login_retry_count = |
| 2254 | ha->port_down_retry_count * PORT_RETRY_TIME; |
| 2255 | atomic_set(&fcport->state, FCS_ONLINE); |
| 2256 | atomic_set(&fcport->port_down_timer, |
| 2257 | ha->port_down_retry_count * PORT_RETRY_TIME); |
| 2258 | |
| 2259 | fcport->login_retry = 0; |
| 2260 | } else if (status == 1) { |
| 2261 | set_bit(RELOGIN_NEEDED, &ha->dpc_flags); |
| 2262 | /* retry the login again */ |
| 2263 | DEBUG(printk("scsi(%ld): Retrying %d login again loop_id 0x%x\n", |
| 2264 | ha->host_no, |
| 2265 | fcport->login_retry, fcport->loop_id)); |
| 2266 | } else { |
| 2267 | fcport->login_retry = 0; |
| 2268 | } |
| 2269 | } |
| 2270 | if (test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags)) |
| 2271 | break; |
| 2272 | } |
| 2273 | DEBUG(printk("scsi(%ld): qla2x00_port_login - end\n", |
| 2274 | ha->host_no)); |
| 2275 | } |
| 2276 | |
| 2277 | if ((test_bit(LOGIN_RETRY_NEEDED, &ha->dpc_flags)) && |
| 2278 | atomic_read(&ha->loop_state) != LOOP_DOWN) { |
| 2279 | |
| 2280 | clear_bit(LOGIN_RETRY_NEEDED, &ha->dpc_flags); |
| 2281 | DEBUG(printk("scsi(%ld): qla2x00_login_retry()\n", |
| 2282 | ha->host_no)); |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2283 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2284 | set_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags); |
| 2285 | |
| 2286 | DEBUG(printk("scsi(%ld): qla2x00_login_retry - end\n", |
| 2287 | ha->host_no)); |
| 2288 | } |
| 2289 | |
| 2290 | if (test_and_clear_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags)) { |
| 2291 | |
| 2292 | DEBUG(printk("scsi(%ld): qla2x00_loop_resync()\n", |
| 2293 | ha->host_no)); |
| 2294 | |
| 2295 | if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE, |
| 2296 | &ha->dpc_flags))) { |
| 2297 | |
| 2298 | qla2x00_loop_resync(ha); |
| 2299 | |
| 2300 | clear_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags); |
| 2301 | } |
| 2302 | |
| 2303 | DEBUG(printk("scsi(%ld): qla2x00_loop_resync - end\n", |
| 2304 | ha->host_no)); |
| 2305 | } |
| 2306 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2307 | if (test_and_clear_bit(FCPORT_RESCAN_NEEDED, &ha->dpc_flags)) { |
| 2308 | |
| 2309 | DEBUG(printk("scsi(%ld): Rescan flagged fcports...\n", |
| 2310 | ha->host_no)); |
| 2311 | |
| 2312 | qla2x00_rescan_fcports(ha); |
| 2313 | |
| 2314 | DEBUG(printk("scsi(%ld): Rescan flagged fcports..." |
| 2315 | "end.\n", |
| 2316 | ha->host_no)); |
| 2317 | } |
| 2318 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2319 | if (!ha->interrupts_on) |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 2320 | ha->isp_ops.enable_intrs(ha); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2321 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2322 | ha->dpc_active = 0; |
| 2323 | } /* End of while(1) */ |
| 2324 | |
| 2325 | DEBUG(printk("scsi(%ld): DPC handler exiting\n", ha->host_no)); |
| 2326 | |
| 2327 | /* |
| 2328 | * Make sure that nobody tries to wake us up again. |
| 2329 | */ |
| 2330 | ha->dpc_wait = NULL; |
| 2331 | ha->dpc_active = 0; |
| 2332 | |
| 2333 | complete_and_exit(&ha->dpc_exited, 0); |
| 2334 | } |
| 2335 | |
| 2336 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2337 | * qla2x00_rst_aen |
| 2338 | * Processes asynchronous reset. |
| 2339 | * |
| 2340 | * Input: |
| 2341 | * ha = adapter block pointer. |
| 2342 | */ |
| 2343 | static void |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2344 | qla2x00_rst_aen(scsi_qla_host_t *ha) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2345 | { |
| 2346 | if (ha->flags.online && !ha->flags.reset_active && |
| 2347 | !atomic_read(&ha->loop_down_timer) && |
| 2348 | !(test_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags))) { |
| 2349 | do { |
| 2350 | clear_bit(RESET_MARKER_NEEDED, &ha->dpc_flags); |
| 2351 | |
| 2352 | /* |
| 2353 | * Issue marker command only when we are going to start |
| 2354 | * the I/O. |
| 2355 | */ |
| 2356 | ha->marker_needed = 1; |
| 2357 | } while (!atomic_read(&ha->loop_down_timer) && |
| 2358 | (test_bit(RESET_MARKER_NEEDED, &ha->dpc_flags))); |
| 2359 | } |
| 2360 | } |
| 2361 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 2362 | static void |
| 2363 | qla2x00_sp_free_dma(scsi_qla_host_t *ha, srb_t *sp) |
| 2364 | { |
| 2365 | struct scsi_cmnd *cmd = sp->cmd; |
| 2366 | |
| 2367 | if (sp->flags & SRB_DMA_VALID) { |
| 2368 | if (cmd->use_sg) { |
| 2369 | dma_unmap_sg(&ha->pdev->dev, cmd->request_buffer, |
| 2370 | cmd->use_sg, cmd->sc_data_direction); |
| 2371 | } else if (cmd->request_bufflen) { |
| 2372 | dma_unmap_single(&ha->pdev->dev, sp->dma_handle, |
| 2373 | cmd->request_bufflen, cmd->sc_data_direction); |
| 2374 | } |
| 2375 | sp->flags &= ~SRB_DMA_VALID; |
| 2376 | } |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2377 | CMD_SP(cmd) = NULL; |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 2378 | } |
| 2379 | |
| 2380 | void |
| 2381 | qla2x00_sp_compl(scsi_qla_host_t *ha, srb_t *sp) |
| 2382 | { |
| 2383 | struct scsi_cmnd *cmd = sp->cmd; |
| 2384 | |
| 2385 | qla2x00_sp_free_dma(ha, sp); |
| 2386 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 2387 | mempool_free(sp, ha->srb_mempool); |
| 2388 | |
| 2389 | cmd->scsi_done(cmd); |
| 2390 | } |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 2391 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2392 | /************************************************************************** |
| 2393 | * qla2x00_timer |
| 2394 | * |
| 2395 | * Description: |
| 2396 | * One second timer |
| 2397 | * |
| 2398 | * Context: Interrupt |
| 2399 | ***************************************************************************/ |
| 2400 | static void |
| 2401 | qla2x00_timer(scsi_qla_host_t *ha) |
| 2402 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2403 | unsigned long cpu_flags = 0; |
| 2404 | fc_port_t *fcport; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2405 | int start_dpc = 0; |
| 2406 | int index; |
| 2407 | srb_t *sp; |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 2408 | int t; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2409 | |
| 2410 | /* |
| 2411 | * Ports - Port down timer. |
| 2412 | * |
| 2413 | * Whenever, a port is in the LOST state we start decrementing its port |
| 2414 | * down timer every second until it reaches zero. Once it reaches zero |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2415 | * the port it marked DEAD. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2416 | */ |
| 2417 | t = 0; |
| 2418 | list_for_each_entry(fcport, &ha->fcports, list) { |
| 2419 | if (fcport->port_type != FCT_TARGET) |
| 2420 | continue; |
| 2421 | |
| 2422 | if (atomic_read(&fcport->state) == FCS_DEVICE_LOST) { |
| 2423 | |
| 2424 | if (atomic_read(&fcport->port_down_timer) == 0) |
| 2425 | continue; |
| 2426 | |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2427 | if (atomic_dec_and_test(&fcport->port_down_timer) != 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2428 | atomic_set(&fcport->state, FCS_DEVICE_DEAD); |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2429 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2430 | DEBUG(printk("scsi(%ld): fcport-%d - port retry count: " |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2431 | "%d remaining\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2432 | ha->host_no, |
| 2433 | t, atomic_read(&fcport->port_down_timer))); |
| 2434 | } |
| 2435 | t++; |
| 2436 | } /* End of for fcport */ |
| 2437 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2438 | |
| 2439 | /* Loop down handler. */ |
| 2440 | if (atomic_read(&ha->loop_down_timer) > 0 && |
| 2441 | !(test_bit(ABORT_ISP_ACTIVE, &ha->dpc_flags)) && ha->flags.online) { |
| 2442 | |
| 2443 | if (atomic_read(&ha->loop_down_timer) == |
| 2444 | ha->loop_down_abort_time) { |
| 2445 | |
| 2446 | DEBUG(printk("scsi(%ld): Loop Down - aborting the " |
| 2447 | "queues before time expire\n", |
| 2448 | ha->host_no)); |
| 2449 | |
| 2450 | if (!IS_QLA2100(ha) && ha->link_down_timeout) |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 2451 | atomic_set(&ha->loop_state, LOOP_DEAD); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2452 | |
| 2453 | /* Schedule an ISP abort to return any tape commands. */ |
| 2454 | spin_lock_irqsave(&ha->hardware_lock, cpu_flags); |
| 2455 | for (index = 1; index < MAX_OUTSTANDING_COMMANDS; |
| 2456 | index++) { |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 2457 | fc_port_t *sfcp; |
| 2458 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2459 | sp = ha->outstanding_cmds[index]; |
| 2460 | if (!sp) |
| 2461 | continue; |
| bdf7962 | 2005-04-17 15:06:53 -0500 | [diff] [blame] | 2462 | sfcp = sp->fcport; |
| 2463 | if (!(sfcp->flags & FCF_TAPE_PRESENT)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2464 | continue; |
| 2465 | |
| 2466 | set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags); |
| 2467 | break; |
| 2468 | } |
| 2469 | spin_unlock_irqrestore(&ha->hardware_lock, cpu_flags); |
| 2470 | |
| 2471 | set_bit(ABORT_QUEUES_NEEDED, &ha->dpc_flags); |
| 2472 | start_dpc++; |
| 2473 | } |
| 2474 | |
| 2475 | /* if the loop has been down for 4 minutes, reinit adapter */ |
| 2476 | if (atomic_dec_and_test(&ha->loop_down_timer) != 0) { |
| 2477 | DEBUG(printk("scsi(%ld): Loop down exceed 4 mins - " |
| 2478 | "restarting queues.\n", |
| 2479 | ha->host_no)); |
| 2480 | |
| 2481 | set_bit(RESTART_QUEUES_NEEDED, &ha->dpc_flags); |
| 2482 | start_dpc++; |
| 2483 | |
| 2484 | if (!(ha->device_flags & DFLG_NO_CABLE)) { |
| 2485 | DEBUG(printk("scsi(%ld): Loop down - " |
| 2486 | "aborting ISP.\n", |
| 2487 | ha->host_no)); |
| 2488 | qla_printk(KERN_WARNING, ha, |
| 2489 | "Loop down - aborting ISP.\n"); |
| 2490 | |
| 2491 | set_bit(ISP_ABORT_NEEDED, &ha->dpc_flags); |
| 2492 | } |
| 2493 | } |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2494 | DEBUG3(printk("scsi(%ld): Loop Down - seconds remaining %d\n", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2495 | ha->host_no, |
| 2496 | atomic_read(&ha->loop_down_timer))); |
| 2497 | } |
| 2498 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2499 | /* Schedule the DPC routine if needed */ |
| 2500 | if ((test_bit(ISP_ABORT_NEEDED, &ha->dpc_flags) || |
| 2501 | test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) || |
Andrew Vasquez | 91ca7b0 | 2005-10-27 16:03:37 -0700 | [diff] [blame] | 2502 | test_bit(LOOP_RESET_NEEDED, &ha->dpc_flags) || |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame^] | 2503 | test_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags) || |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2504 | start_dpc || |
| 2505 | test_bit(LOGIN_RETRY_NEEDED, &ha->dpc_flags) || |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 2506 | test_bit(RESET_MARKER_NEEDED, &ha->dpc_flags) || |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2507 | test_bit(RELOGIN_NEEDED, &ha->dpc_flags)) && |
| 2508 | ha->dpc_wait && !ha->dpc_active) { |
| 2509 | |
| 2510 | up(ha->dpc_wait); |
| 2511 | } |
| 2512 | |
| 2513 | qla2x00_restart_timer(ha, WATCH_INTERVAL); |
| 2514 | } |
| 2515 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2516 | /* XXX(hch): crude hack to emulate a down_timeout() */ |
| 2517 | int |
| 2518 | qla2x00_down_timeout(struct semaphore *sema, unsigned long timeout) |
| 2519 | { |
Andrew Vasquez | fe74c71 | 2005-08-26 19:10:10 -0700 | [diff] [blame] | 2520 | const unsigned int step = 100; /* msecs */ |
| 2521 | unsigned int iterations = jiffies_to_msecs(timeout)/100; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2522 | |
| 2523 | do { |
| 2524 | if (!down_trylock(sema)) |
| 2525 | return 0; |
Andrew Vasquez | fe74c71 | 2005-08-26 19:10:10 -0700 | [diff] [blame] | 2526 | if (msleep_interruptible(step)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2527 | break; |
Andrew Vasquez | fe74c71 | 2005-08-26 19:10:10 -0700 | [diff] [blame] | 2528 | } while (--iterations >= 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2529 | |
| 2530 | return -ETIMEDOUT; |
| 2531 | } |
| 2532 | |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 2533 | #if defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE) |
| 2534 | |
| 2535 | #define qla2x00_release_firmware() do { } while (0) |
Andrew Vasquez | 331e347 | 2005-11-09 15:49:19 -0800 | [diff] [blame] | 2536 | #define qla2x00_pci_module_init() (0) |
| 2537 | #define qla2x00_pci_module_exit() do { } while (0) |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2538 | |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 2539 | #else /* !defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE) */ |
| 2540 | |
| 2541 | /* Firmware interface routines. */ |
| 2542 | |
| 2543 | #define FW_BLOBS 6 |
| 2544 | #define FW_ISP21XX 0 |
| 2545 | #define FW_ISP22XX 1 |
| 2546 | #define FW_ISP2300 2 |
| 2547 | #define FW_ISP2322 3 |
| 2548 | #define FW_ISP63XX 4 |
| 2549 | #define FW_ISP24XX 5 |
| 2550 | |
| 2551 | static DECLARE_MUTEX(qla_fw_lock); |
| 2552 | |
| 2553 | static struct fw_blob qla_fw_blobs[FW_BLOBS] = { |
| 2554 | { .name = "ql2100_fw.bin", .segs = { 0x1000, 0 }, }, |
| 2555 | { .name = "ql2200_fw.bin", .segs = { 0x1000, 0 }, }, |
| 2556 | { .name = "ql2300_fw.bin", .segs = { 0x800, 0 }, }, |
| 2557 | { .name = "ql2322_fw.bin", .segs = { 0x800, 0x1c000, 0x1e000, 0 }, }, |
| 2558 | { .name = "ql6312_fw.bin", .segs = { 0x800, 0 }, }, |
| 2559 | { .name = "ql2400_fw.bin", }, |
| 2560 | }; |
| 2561 | |
| 2562 | struct fw_blob * |
| 2563 | qla2x00_request_firmware(scsi_qla_host_t *ha) |
| 2564 | { |
| 2565 | struct fw_blob *blob; |
| 2566 | |
| 2567 | blob = NULL; |
| 2568 | if (IS_QLA2100(ha)) { |
| 2569 | blob = &qla_fw_blobs[FW_ISP21XX]; |
| 2570 | } else if (IS_QLA2200(ha)) { |
| 2571 | blob = &qla_fw_blobs[FW_ISP22XX]; |
| 2572 | } else if (IS_QLA2300(ha) || IS_QLA2312(ha)) { |
| 2573 | blob = &qla_fw_blobs[FW_ISP2300]; |
| 2574 | } else if (IS_QLA2322(ha)) { |
| 2575 | blob = &qla_fw_blobs[FW_ISP2322]; |
| 2576 | } else if (IS_QLA6312(ha) || IS_QLA6322(ha)) { |
| 2577 | blob = &qla_fw_blobs[FW_ISP63XX]; |
| 2578 | } else if (IS_QLA24XX(ha)) { |
| 2579 | blob = &qla_fw_blobs[FW_ISP24XX]; |
| 2580 | } |
| 2581 | |
| 2582 | down(&qla_fw_lock); |
| 2583 | if (blob->fw) |
| 2584 | goto out; |
| 2585 | |
| 2586 | if (request_firmware(&blob->fw, blob->name, &ha->pdev->dev)) { |
| 2587 | DEBUG2(printk("scsi(%ld): Failed to load firmware image " |
| 2588 | "(%s).\n", ha->host_no, blob->name)); |
| 2589 | blob->fw = NULL; |
| 2590 | blob = NULL; |
| 2591 | goto out; |
| 2592 | } |
| 2593 | |
| 2594 | out: |
| 2595 | up(&qla_fw_lock); |
| 2596 | return blob; |
| 2597 | } |
| 2598 | |
| 2599 | static void |
| 2600 | qla2x00_release_firmware(void) |
| 2601 | { |
| 2602 | int idx; |
| 2603 | |
| 2604 | down(&qla_fw_lock); |
| 2605 | for (idx = 0; idx < FW_BLOBS; idx++) |
| 2606 | if (qla_fw_blobs[idx].fw) |
| 2607 | release_firmware(qla_fw_blobs[idx].fw); |
| 2608 | up(&qla_fw_lock); |
| 2609 | } |
| 2610 | |
| 2611 | static struct qla_board_info qla_board_tbl = { |
| 2612 | .drv_name = "qla2xxx", |
| 2613 | }; |
| 2614 | |
| 2615 | static struct pci_device_id qla2xxx_pci_tbl[] = { |
| 2616 | { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100, |
| 2617 | PCI_ANY_ID, PCI_ANY_ID, }, |
| 2618 | { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2200, |
| 2619 | PCI_ANY_ID, PCI_ANY_ID, }, |
| 2620 | { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2300, |
| 2621 | PCI_ANY_ID, PCI_ANY_ID, }, |
| 2622 | { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2312, |
| 2623 | PCI_ANY_ID, PCI_ANY_ID, }, |
| 2624 | { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2322, |
| 2625 | PCI_ANY_ID, PCI_ANY_ID, }, |
| 2626 | { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6312, |
| 2627 | PCI_ANY_ID, PCI_ANY_ID, }, |
| 2628 | { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP6322, |
| 2629 | PCI_ANY_ID, PCI_ANY_ID, }, |
| 2630 | { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2422, |
| 2631 | PCI_ANY_ID, PCI_ANY_ID, }, |
| 2632 | { PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2432, |
| 2633 | PCI_ANY_ID, PCI_ANY_ID, }, |
| 2634 | { 0 }, |
| 2635 | }; |
| 2636 | MODULE_DEVICE_TABLE(pci, qla2xxx_pci_tbl); |
| 2637 | |
| 2638 | static int __devinit |
| 2639 | qla2xxx_probe_one(struct pci_dev *pdev, const struct pci_device_id *id) |
| 2640 | { |
| 2641 | return qla2x00_probe_one(pdev, &qla_board_tbl); |
| 2642 | } |
| 2643 | |
| 2644 | static void __devexit |
| 2645 | qla2xxx_remove_one(struct pci_dev *pdev) |
| 2646 | { |
| 2647 | qla2x00_remove_one(pdev); |
| 2648 | } |
| 2649 | |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2650 | static struct pci_driver qla2xxx_pci_driver = { |
| 2651 | .name = "qla2xxx", |
James Bottomley | 0a21ef1 | 2005-12-01 12:51:50 -0600 | [diff] [blame] | 2652 | .driver = { |
| 2653 | .owner = THIS_MODULE, |
| 2654 | }, |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2655 | .id_table = qla2xxx_pci_tbl, |
| 2656 | .probe = qla2xxx_probe_one, |
| 2657 | .remove = __devexit_p(qla2xxx_remove_one), |
| 2658 | }; |
| 2659 | |
Andrew Vasquez | 331e347 | 2005-11-09 15:49:19 -0800 | [diff] [blame] | 2660 | static inline int |
| 2661 | qla2x00_pci_module_init(void) |
| 2662 | { |
| 2663 | return pci_module_init(&qla2xxx_pci_driver); |
| 2664 | } |
| 2665 | |
| 2666 | static inline void |
| 2667 | qla2x00_pci_module_exit(void) |
| 2668 | { |
| 2669 | pci_unregister_driver(&qla2xxx_pci_driver); |
| 2670 | } |
| 2671 | |
| 2672 | #endif |
| 2673 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2674 | /** |
| 2675 | * qla2x00_module_init - Module initialization. |
| 2676 | **/ |
| 2677 | static int __init |
| 2678 | qla2x00_module_init(void) |
| 2679 | { |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2680 | int ret = 0; |
| 2681 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2682 | /* Allocate cache for SRBs. */ |
Andrew Vasquez | 354d6b2 | 2005-04-23 02:47:27 -0400 | [diff] [blame] | 2683 | srb_cachep = kmem_cache_create("qla2xxx_srbs", sizeof(srb_t), 0, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2684 | SLAB_HWCACHE_ALIGN, NULL, NULL); |
| 2685 | if (srb_cachep == NULL) { |
| 2686 | printk(KERN_ERR |
| 2687 | "qla2xxx: Unable to allocate SRB cache...Failing load!\n"); |
| 2688 | return -ENOMEM; |
| 2689 | } |
| 2690 | |
| 2691 | /* Derive version string. */ |
| 2692 | strcpy(qla2x00_version_str, QLA2XXX_VERSION); |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 2693 | #if defined(CONFIG_SCSI_QLA2XXX_EMBEDDED_FIRMWARE) |
| 2694 | strcat(qla2x00_version_str, "-fw"); |
| 2695 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2696 | #if DEBUG_QLA2100 |
| 2697 | strcat(qla2x00_version_str, "-debug"); |
| 2698 | #endif |
Andrew Vasquez | 1c97a12 | 2005-04-21 16:13:36 -0400 | [diff] [blame] | 2699 | qla2xxx_transport_template = |
| 2700 | fc_attach_transport(&qla2xxx_transport_functions); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2701 | if (!qla2xxx_transport_template) |
| 2702 | return -ENODEV; |
| 2703 | |
| 2704 | printk(KERN_INFO "QLogic Fibre Channel HBA Driver\n"); |
Andrew Vasquez | 331e347 | 2005-11-09 15:49:19 -0800 | [diff] [blame] | 2705 | ret = qla2x00_pci_module_init(); |
Andrew Vasquez | fca2970 | 2005-07-06 10:31:47 -0700 | [diff] [blame] | 2706 | if (ret) { |
| 2707 | kmem_cache_destroy(srb_cachep); |
| 2708 | fc_release_transport(qla2xxx_transport_template); |
| 2709 | } |
| 2710 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2711 | } |
| 2712 | |
| 2713 | /** |
| 2714 | * qla2x00_module_exit - Module cleanup. |
| 2715 | **/ |
| 2716 | static void __exit |
| 2717 | qla2x00_module_exit(void) |
| 2718 | { |
Andrew Vasquez | 331e347 | 2005-11-09 15:49:19 -0800 | [diff] [blame] | 2719 | qla2x00_pci_module_exit(); |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 2720 | qla2x00_release_firmware(); |
Andrew Vasquez | 354d6b2 | 2005-04-23 02:47:27 -0400 | [diff] [blame] | 2721 | kmem_cache_destroy(srb_cachep); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2722 | fc_release_transport(qla2xxx_transport_template); |
| 2723 | } |
| 2724 | |
| 2725 | module_init(qla2x00_module_init); |
| 2726 | module_exit(qla2x00_module_exit); |
| 2727 | |
| 2728 | MODULE_AUTHOR("QLogic Corporation"); |
| 2729 | MODULE_DESCRIPTION("QLogic Fibre Channel HBA Driver"); |
| 2730 | MODULE_LICENSE("GPL"); |
| 2731 | MODULE_VERSION(QLA2XXX_VERSION); |