]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/scsi/hpsa.c
hpsa: abandon rescans on memory alloaction failures.
[karo-tx-linux.git] / drivers / scsi / hpsa.c
1 /*
2  *    Disk Array driver for HP Smart Array SAS controllers
3  *    Copyright 2014-2015 PMC-Sierra, Inc.
4  *    Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P.
5  *
6  *    This program is free software; you can redistribute it and/or modify
7  *    it under the terms of the GNU General Public License as published by
8  *    the Free Software Foundation; version 2 of the License.
9  *
10  *    This program is distributed in the hope that it will be useful,
11  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
12  *    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
13  *    NON INFRINGEMENT.  See the GNU General Public License for more details.
14  *
15  *    Questions/Comments/Bugfixes to storagedev@pmcs.com
16  *
17  */
18
19 #include <linux/module.h>
20 #include <linux/interrupt.h>
21 #include <linux/types.h>
22 #include <linux/pci.h>
23 #include <linux/pci-aspm.h>
24 #include <linux/kernel.h>
25 #include <linux/slab.h>
26 #include <linux/delay.h>
27 #include <linux/fs.h>
28 #include <linux/timer.h>
29 #include <linux/init.h>
30 #include <linux/spinlock.h>
31 #include <linux/compat.h>
32 #include <linux/blktrace_api.h>
33 #include <linux/uaccess.h>
34 #include <linux/io.h>
35 #include <linux/dma-mapping.h>
36 #include <linux/completion.h>
37 #include <linux/moduleparam.h>
38 #include <scsi/scsi.h>
39 #include <scsi/scsi_cmnd.h>
40 #include <scsi/scsi_device.h>
41 #include <scsi/scsi_host.h>
42 #include <scsi/scsi_tcq.h>
43 #include <scsi/scsi_eh.h>
44 #include <scsi/scsi_dbg.h>
45 #include <linux/cciss_ioctl.h>
46 #include <linux/string.h>
47 #include <linux/bitmap.h>
48 #include <linux/atomic.h>
49 #include <linux/jiffies.h>
50 #include <linux/percpu-defs.h>
51 #include <linux/percpu.h>
52 #include <asm/unaligned.h>
53 #include <asm/div64.h>
54 #include "hpsa_cmd.h"
55 #include "hpsa.h"
56
57 /* HPSA_DRIVER_VERSION must be 3 byte values (0-255) separated by '.' */
58 #define HPSA_DRIVER_VERSION "3.4.10-0"
59 #define DRIVER_NAME "HP HPSA Driver (v " HPSA_DRIVER_VERSION ")"
60 #define HPSA "hpsa"
61
62 /* How long to wait for CISS doorbell communication */
63 #define CLEAR_EVENT_WAIT_INTERVAL 20    /* ms for each msleep() call */
64 #define MODE_CHANGE_WAIT_INTERVAL 10    /* ms for each msleep() call */
65 #define MAX_CLEAR_EVENT_WAIT 30000      /* times 20 ms = 600 s */
66 #define MAX_MODE_CHANGE_WAIT 2000       /* times 10 ms = 20 s */
67 #define MAX_IOCTL_CONFIG_WAIT 1000
68
69 /*define how many times we will try a command because of bus resets */
70 #define MAX_CMD_RETRIES 3
71
72 /* Embedded module documentation macros - see modules.h */
73 MODULE_AUTHOR("Hewlett-Packard Company");
74 MODULE_DESCRIPTION("Driver for HP Smart Array Controller version " \
75         HPSA_DRIVER_VERSION);
76 MODULE_SUPPORTED_DEVICE("HP Smart Array Controllers");
77 MODULE_VERSION(HPSA_DRIVER_VERSION);
78 MODULE_LICENSE("GPL");
79
80 static int hpsa_allow_any;
81 module_param(hpsa_allow_any, int, S_IRUGO|S_IWUSR);
82 MODULE_PARM_DESC(hpsa_allow_any,
83                 "Allow hpsa driver to access unknown HP Smart Array hardware");
84 static int hpsa_simple_mode;
85 module_param(hpsa_simple_mode, int, S_IRUGO|S_IWUSR);
86 MODULE_PARM_DESC(hpsa_simple_mode,
87         "Use 'simple mode' rather than 'performant mode'");
88
89 /* define the PCI info for the cards we can control */
90 static const struct pci_device_id hpsa_pci_device_id[] = {
91         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSE,     0x103C, 0x3241},
92         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSE,     0x103C, 0x3243},
93         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSE,     0x103C, 0x3245},
94         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSE,     0x103C, 0x3247},
95         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSE,     0x103C, 0x3249},
96         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSE,     0x103C, 0x324A},
97         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSE,     0x103C, 0x324B},
98         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSE,     0x103C, 0x3233},
99         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSF,     0x103C, 0x3350},
100         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSF,     0x103C, 0x3351},
101         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSF,     0x103C, 0x3352},
102         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSF,     0x103C, 0x3353},
103         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSF,     0x103C, 0x3354},
104         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSF,     0x103C, 0x3355},
105         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSF,     0x103C, 0x3356},
106         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSH,     0x103C, 0x1921},
107         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSH,     0x103C, 0x1922},
108         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSH,     0x103C, 0x1923},
109         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSH,     0x103C, 0x1924},
110         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSH,     0x103C, 0x1926},
111         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSH,     0x103C, 0x1928},
112         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSH,     0x103C, 0x1929},
113         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21BD},
114         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21BE},
115         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21BF},
116         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C0},
117         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C1},
118         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C2},
119         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C3},
120         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C4},
121         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C5},
122         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C6},
123         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C7},
124         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C8},
125         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21C9},
126         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21CA},
127         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21CB},
128         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21CC},
129         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21CD},
130         {PCI_VENDOR_ID_HP,     PCI_DEVICE_ID_HP_CISSI,     0x103C, 0x21CE},
131         {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0580},
132         {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0581},
133         {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0582},
134         {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0583},
135         {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0584},
136         {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0585},
137         {PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x0076},
138         {PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x0087},
139         {PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x007D},
140         {PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x0088},
141         {PCI_VENDOR_ID_HP, 0x333f, 0x103c, 0x333f},
142         {PCI_VENDOR_ID_HP,     PCI_ANY_ID,      PCI_ANY_ID, PCI_ANY_ID,
143                 PCI_CLASS_STORAGE_RAID << 8, 0xffff << 8, 0},
144         {0,}
145 };
146
147 MODULE_DEVICE_TABLE(pci, hpsa_pci_device_id);
148
149 /*  board_id = Subsystem Device ID & Vendor ID
150  *  product = Marketing Name for the board
151  *  access = Address of the struct of function pointers
152  */
153 static struct board_type products[] = {
154         {0x3241103C, "Smart Array P212", &SA5_access},
155         {0x3243103C, "Smart Array P410", &SA5_access},
156         {0x3245103C, "Smart Array P410i", &SA5_access},
157         {0x3247103C, "Smart Array P411", &SA5_access},
158         {0x3249103C, "Smart Array P812", &SA5_access},
159         {0x324A103C, "Smart Array P712m", &SA5_access},
160         {0x324B103C, "Smart Array P711m", &SA5_access},
161         {0x3233103C, "HP StorageWorks 1210m", &SA5_access}, /* alias of 333f */
162         {0x3350103C, "Smart Array P222", &SA5_access},
163         {0x3351103C, "Smart Array P420", &SA5_access},
164         {0x3352103C, "Smart Array P421", &SA5_access},
165         {0x3353103C, "Smart Array P822", &SA5_access},
166         {0x3354103C, "Smart Array P420i", &SA5_access},
167         {0x3355103C, "Smart Array P220i", &SA5_access},
168         {0x3356103C, "Smart Array P721m", &SA5_access},
169         {0x1921103C, "Smart Array P830i", &SA5_access},
170         {0x1922103C, "Smart Array P430", &SA5_access},
171         {0x1923103C, "Smart Array P431", &SA5_access},
172         {0x1924103C, "Smart Array P830", &SA5_access},
173         {0x1926103C, "Smart Array P731m", &SA5_access},
174         {0x1928103C, "Smart Array P230i", &SA5_access},
175         {0x1929103C, "Smart Array P530", &SA5_access},
176         {0x21BD103C, "Smart Array P244br", &SA5_access},
177         {0x21BE103C, "Smart Array P741m", &SA5_access},
178         {0x21BF103C, "Smart HBA H240ar", &SA5_access},
179         {0x21C0103C, "Smart Array P440ar", &SA5_access},
180         {0x21C1103C, "Smart Array P840ar", &SA5_access},
181         {0x21C2103C, "Smart Array P440", &SA5_access},
182         {0x21C3103C, "Smart Array P441", &SA5_access},
183         {0x21C4103C, "Smart Array", &SA5_access},
184         {0x21C5103C, "Smart Array P841", &SA5_access},
185         {0x21C6103C, "Smart HBA H244br", &SA5_access},
186         {0x21C7103C, "Smart HBA H240", &SA5_access},
187         {0x21C8103C, "Smart HBA H241", &SA5_access},
188         {0x21C9103C, "Smart Array", &SA5_access},
189         {0x21CA103C, "Smart Array P246br", &SA5_access},
190         {0x21CB103C, "Smart Array P840", &SA5_access},
191         {0x21CC103C, "Smart Array", &SA5_access},
192         {0x21CD103C, "Smart Array", &SA5_access},
193         {0x21CE103C, "Smart HBA", &SA5_access},
194         {0x05809005, "SmartHBA-SA", &SA5_access},
195         {0x05819005, "SmartHBA-SA 8i", &SA5_access},
196         {0x05829005, "SmartHBA-SA 8i8e", &SA5_access},
197         {0x05839005, "SmartHBA-SA 8e", &SA5_access},
198         {0x05849005, "SmartHBA-SA 16i", &SA5_access},
199         {0x05859005, "SmartHBA-SA 4i4e", &SA5_access},
200         {0x00761590, "HP Storage P1224 Array Controller", &SA5_access},
201         {0x00871590, "HP Storage P1224e Array Controller", &SA5_access},
202         {0x007D1590, "HP Storage P1228 Array Controller", &SA5_access},
203         {0x00881590, "HP Storage P1228e Array Controller", &SA5_access},
204         {0x333f103c, "HP StorageWorks 1210m Array Controller", &SA5_access},
205         {0xFFFF103C, "Unknown Smart Array", &SA5_access},
206 };
207
208 #define SCSI_CMD_BUSY ((struct scsi_cmnd *)&hpsa_cmd_busy)
209 static const struct scsi_cmnd hpsa_cmd_busy;
210 #define SCSI_CMD_IDLE ((struct scsi_cmnd *)&hpsa_cmd_idle)
211 static const struct scsi_cmnd hpsa_cmd_idle;
212 static int number_of_controllers;
213
214 static irqreturn_t do_hpsa_intr_intx(int irq, void *dev_id);
215 static irqreturn_t do_hpsa_intr_msi(int irq, void *dev_id);
216 static int hpsa_ioctl(struct scsi_device *dev, int cmd, void __user *arg);
217
218 #ifdef CONFIG_COMPAT
219 static int hpsa_compat_ioctl(struct scsi_device *dev, int cmd,
220         void __user *arg);
221 #endif
222
223 static void cmd_free(struct ctlr_info *h, struct CommandList *c);
224 static struct CommandList *cmd_alloc(struct ctlr_info *h);
225 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c);
226 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h,
227                                             struct scsi_cmnd *scmd);
228 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h,
229         void *buff, size_t size, u16 page_code, unsigned char *scsi3addr,
230         int cmd_type);
231 static void hpsa_free_cmd_pool(struct ctlr_info *h);
232 #define VPD_PAGE (1 << 8)
233 #define HPSA_SIMPLE_ERROR_BITS 0x03
234
235 static int hpsa_scsi_queue_command(struct Scsi_Host *h, struct scsi_cmnd *cmd);
236 static void hpsa_scan_start(struct Scsi_Host *);
237 static int hpsa_scan_finished(struct Scsi_Host *sh,
238         unsigned long elapsed_time);
239 static int hpsa_change_queue_depth(struct scsi_device *sdev, int qdepth);
240
241 static int hpsa_eh_device_reset_handler(struct scsi_cmnd *scsicmd);
242 static int hpsa_eh_abort_handler(struct scsi_cmnd *scsicmd);
243 static int hpsa_slave_alloc(struct scsi_device *sdev);
244 static int hpsa_slave_configure(struct scsi_device *sdev);
245 static void hpsa_slave_destroy(struct scsi_device *sdev);
246
247 static void hpsa_update_scsi_devices(struct ctlr_info *h);
248 static int check_for_unit_attention(struct ctlr_info *h,
249         struct CommandList *c);
250 static void check_ioctl_unit_attention(struct ctlr_info *h,
251         struct CommandList *c);
252 /* performant mode helper functions */
253 static void calc_bucket_map(int *bucket, int num_buckets,
254         int nsgs, int min_blocks, u32 *bucket_map);
255 static void hpsa_free_performant_mode(struct ctlr_info *h);
256 static int hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h);
257 static inline u32 next_command(struct ctlr_info *h, u8 q);
258 static int hpsa_find_cfg_addrs(struct pci_dev *pdev, void __iomem *vaddr,
259                                u32 *cfg_base_addr, u64 *cfg_base_addr_index,
260                                u64 *cfg_offset);
261 static int hpsa_pci_find_memory_BAR(struct pci_dev *pdev,
262                                     unsigned long *memory_bar);
263 static int hpsa_lookup_board_id(struct pci_dev *pdev, u32 *board_id);
264 static int hpsa_wait_for_board_state(struct pci_dev *pdev, void __iomem *vaddr,
265                                      int wait_for_ready);
266 static inline void finish_cmd(struct CommandList *c);
267 static int hpsa_wait_for_mode_change_ack(struct ctlr_info *h);
268 #define BOARD_NOT_READY 0
269 #define BOARD_READY 1
270 static void hpsa_drain_accel_commands(struct ctlr_info *h);
271 static void hpsa_flush_cache(struct ctlr_info *h);
272 static int hpsa_scsi_ioaccel_queue_command(struct ctlr_info *h,
273         struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len,
274         u8 *scsi3addr, struct hpsa_scsi_dev_t *phys_disk);
275 static void hpsa_command_resubmit_worker(struct work_struct *work);
276 static u32 lockup_detected(struct ctlr_info *h);
277 static int detect_controller_lockup(struct ctlr_info *h);
278 static int is_ext_target(struct ctlr_info *h, struct hpsa_scsi_dev_t *device);
279
280 static inline struct ctlr_info *sdev_to_hba(struct scsi_device *sdev)
281 {
282         unsigned long *priv = shost_priv(sdev->host);
283         return (struct ctlr_info *) *priv;
284 }
285
286 static inline struct ctlr_info *shost_to_hba(struct Scsi_Host *sh)
287 {
288         unsigned long *priv = shost_priv(sh);
289         return (struct ctlr_info *) *priv;
290 }
291
292 static inline bool hpsa_is_cmd_idle(struct CommandList *c)
293 {
294         return c->scsi_cmd == SCSI_CMD_IDLE;
295 }
296
297 static inline bool hpsa_is_pending_event(struct CommandList *c)
298 {
299         return c->abort_pending || c->reset_pending;
300 }
301
302 /* extract sense key, asc, and ascq from sense data.  -1 means invalid. */
303 static void decode_sense_data(const u8 *sense_data, int sense_data_len,
304                         u8 *sense_key, u8 *asc, u8 *ascq)
305 {
306         struct scsi_sense_hdr sshdr;
307         bool rc;
308
309         *sense_key = -1;
310         *asc = -1;
311         *ascq = -1;
312
313         if (sense_data_len < 1)
314                 return;
315
316         rc = scsi_normalize_sense(sense_data, sense_data_len, &sshdr);
317         if (rc) {
318                 *sense_key = sshdr.sense_key;
319                 *asc = sshdr.asc;
320                 *ascq = sshdr.ascq;
321         }
322 }
323
324 static int check_for_unit_attention(struct ctlr_info *h,
325         struct CommandList *c)
326 {
327         u8 sense_key, asc, ascq;
328         int sense_len;
329
330         if (c->err_info->SenseLen > sizeof(c->err_info->SenseInfo))
331                 sense_len = sizeof(c->err_info->SenseInfo);
332         else
333                 sense_len = c->err_info->SenseLen;
334
335         decode_sense_data(c->err_info->SenseInfo, sense_len,
336                                 &sense_key, &asc, &ascq);
337         if (sense_key != UNIT_ATTENTION || asc == 0xff)
338                 return 0;
339
340         switch (asc) {
341         case STATE_CHANGED:
342                 dev_warn(&h->pdev->dev,
343                         "%s: a state change detected, command retried\n",
344                         h->devname);
345                 break;
346         case LUN_FAILED:
347                 dev_warn(&h->pdev->dev,
348                         "%s: LUN failure detected\n", h->devname);
349                 break;
350         case REPORT_LUNS_CHANGED:
351                 dev_warn(&h->pdev->dev,
352                         "%s: report LUN data changed\n", h->devname);
353         /*
354          * Note: this REPORT_LUNS_CHANGED condition only occurs on the external
355          * target (array) devices.
356          */
357                 break;
358         case POWER_OR_RESET:
359                 dev_warn(&h->pdev->dev,
360                         "%s: a power on or device reset detected\n",
361                         h->devname);
362                 break;
363         case UNIT_ATTENTION_CLEARED:
364                 dev_warn(&h->pdev->dev,
365                         "%s: unit attention cleared by another initiator\n",
366                         h->devname);
367                 break;
368         default:
369                 dev_warn(&h->pdev->dev,
370                         "%s: unknown unit attention detected\n",
371                         h->devname);
372                 break;
373         }
374         return 1;
375 }
376
377 static int check_for_busy(struct ctlr_info *h, struct CommandList *c)
378 {
379         if (c->err_info->CommandStatus != CMD_TARGET_STATUS ||
380                 (c->err_info->ScsiStatus != SAM_STAT_BUSY &&
381                  c->err_info->ScsiStatus != SAM_STAT_TASK_SET_FULL))
382                 return 0;
383         dev_warn(&h->pdev->dev, HPSA "device busy");
384         return 1;
385 }
386
387 static u32 lockup_detected(struct ctlr_info *h);
388 static ssize_t host_show_lockup_detected(struct device *dev,
389                 struct device_attribute *attr, char *buf)
390 {
391         int ld;
392         struct ctlr_info *h;
393         struct Scsi_Host *shost = class_to_shost(dev);
394
395         h = shost_to_hba(shost);
396         ld = lockup_detected(h);
397
398         return sprintf(buf, "ld=%d\n", ld);
399 }
400
401 static ssize_t host_store_hp_ssd_smart_path_status(struct device *dev,
402                                          struct device_attribute *attr,
403                                          const char *buf, size_t count)
404 {
405         int status, len;
406         struct ctlr_info *h;
407         struct Scsi_Host *shost = class_to_shost(dev);
408         char tmpbuf[10];
409
410         if (!capable(CAP_SYS_ADMIN) || !capable(CAP_SYS_RAWIO))
411                 return -EACCES;
412         len = count > sizeof(tmpbuf) - 1 ? sizeof(tmpbuf) - 1 : count;
413         strncpy(tmpbuf, buf, len);
414         tmpbuf[len] = '\0';
415         if (sscanf(tmpbuf, "%d", &status) != 1)
416                 return -EINVAL;
417         h = shost_to_hba(shost);
418         h->acciopath_status = !!status;
419         dev_warn(&h->pdev->dev,
420                 "hpsa: HP SSD Smart Path %s via sysfs update.\n",
421                 h->acciopath_status ? "enabled" : "disabled");
422         return count;
423 }
424
425 static ssize_t host_store_raid_offload_debug(struct device *dev,
426                                          struct device_attribute *attr,
427                                          const char *buf, size_t count)
428 {
429         int debug_level, len;
430         struct ctlr_info *h;
431         struct Scsi_Host *shost = class_to_shost(dev);
432         char tmpbuf[10];
433
434         if (!capable(CAP_SYS_ADMIN) || !capable(CAP_SYS_RAWIO))
435                 return -EACCES;
436         len = count > sizeof(tmpbuf) - 1 ? sizeof(tmpbuf) - 1 : count;
437         strncpy(tmpbuf, buf, len);
438         tmpbuf[len] = '\0';
439         if (sscanf(tmpbuf, "%d", &debug_level) != 1)
440                 return -EINVAL;
441         if (debug_level < 0)
442                 debug_level = 0;
443         h = shost_to_hba(shost);
444         h->raid_offload_debug = debug_level;
445         dev_warn(&h->pdev->dev, "hpsa: Set raid_offload_debug level = %d\n",
446                 h->raid_offload_debug);
447         return count;
448 }
449
450 static ssize_t host_store_rescan(struct device *dev,
451                                  struct device_attribute *attr,
452                                  const char *buf, size_t count)
453 {
454         struct ctlr_info *h;
455         struct Scsi_Host *shost = class_to_shost(dev);
456         h = shost_to_hba(shost);
457         hpsa_scan_start(h->scsi_host);
458         return count;
459 }
460
461 static ssize_t host_show_firmware_revision(struct device *dev,
462              struct device_attribute *attr, char *buf)
463 {
464         struct ctlr_info *h;
465         struct Scsi_Host *shost = class_to_shost(dev);
466         unsigned char *fwrev;
467
468         h = shost_to_hba(shost);
469         if (!h->hba_inquiry_data)
470                 return 0;
471         fwrev = &h->hba_inquiry_data[32];
472         return snprintf(buf, 20, "%c%c%c%c\n",
473                 fwrev[0], fwrev[1], fwrev[2], fwrev[3]);
474 }
475
476 static ssize_t host_show_commands_outstanding(struct device *dev,
477              struct device_attribute *attr, char *buf)
478 {
479         struct Scsi_Host *shost = class_to_shost(dev);
480         struct ctlr_info *h = shost_to_hba(shost);
481
482         return snprintf(buf, 20, "%d\n",
483                         atomic_read(&h->commands_outstanding));
484 }
485
486 static ssize_t host_show_transport_mode(struct device *dev,
487         struct device_attribute *attr, char *buf)
488 {
489         struct ctlr_info *h;
490         struct Scsi_Host *shost = class_to_shost(dev);
491
492         h = shost_to_hba(shost);
493         return snprintf(buf, 20, "%s\n",
494                 h->transMethod & CFGTBL_Trans_Performant ?
495                         "performant" : "simple");
496 }
497
498 static ssize_t host_show_hp_ssd_smart_path_status(struct device *dev,
499         struct device_attribute *attr, char *buf)
500 {
501         struct ctlr_info *h;
502         struct Scsi_Host *shost = class_to_shost(dev);
503
504         h = shost_to_hba(shost);
505         return snprintf(buf, 30, "HP SSD Smart Path %s\n",
506                 (h->acciopath_status == 1) ?  "enabled" : "disabled");
507 }
508
509 /* List of controllers which cannot be hard reset on kexec with reset_devices */
510 static u32 unresettable_controller[] = {
511         0x324a103C, /* Smart Array P712m */
512         0x324b103C, /* Smart Array P711m */
513         0x3223103C, /* Smart Array P800 */
514         0x3234103C, /* Smart Array P400 */
515         0x3235103C, /* Smart Array P400i */
516         0x3211103C, /* Smart Array E200i */
517         0x3212103C, /* Smart Array E200 */
518         0x3213103C, /* Smart Array E200i */
519         0x3214103C, /* Smart Array E200i */
520         0x3215103C, /* Smart Array E200i */
521         0x3237103C, /* Smart Array E500 */
522         0x323D103C, /* Smart Array P700m */
523         0x40800E11, /* Smart Array 5i */
524         0x409C0E11, /* Smart Array 6400 */
525         0x409D0E11, /* Smart Array 6400 EM */
526         0x40700E11, /* Smart Array 5300 */
527         0x40820E11, /* Smart Array 532 */
528         0x40830E11, /* Smart Array 5312 */
529         0x409A0E11, /* Smart Array 641 */
530         0x409B0E11, /* Smart Array 642 */
531         0x40910E11, /* Smart Array 6i */
532 };
533
534 /* List of controllers which cannot even be soft reset */
535 static u32 soft_unresettable_controller[] = {
536         0x40800E11, /* Smart Array 5i */
537         0x40700E11, /* Smart Array 5300 */
538         0x40820E11, /* Smart Array 532 */
539         0x40830E11, /* Smart Array 5312 */
540         0x409A0E11, /* Smart Array 641 */
541         0x409B0E11, /* Smart Array 642 */
542         0x40910E11, /* Smart Array 6i */
543         /* Exclude 640x boards.  These are two pci devices in one slot
544          * which share a battery backed cache module.  One controls the
545          * cache, the other accesses the cache through the one that controls
546          * it.  If we reset the one controlling the cache, the other will
547          * likely not be happy.  Just forbid resetting this conjoined mess.
548          * The 640x isn't really supported by hpsa anyway.
549          */
550         0x409C0E11, /* Smart Array 6400 */
551         0x409D0E11, /* Smart Array 6400 EM */
552 };
553
554 static u32 needs_abort_tags_swizzled[] = {
555         0x323D103C, /* Smart Array P700m */
556         0x324a103C, /* Smart Array P712m */
557         0x324b103C, /* SmartArray P711m */
558 };
559
560 static int board_id_in_array(u32 a[], int nelems, u32 board_id)
561 {
562         int i;
563
564         for (i = 0; i < nelems; i++)
565                 if (a[i] == board_id)
566                         return 1;
567         return 0;
568 }
569
570 static int ctlr_is_hard_resettable(u32 board_id)
571 {
572         return !board_id_in_array(unresettable_controller,
573                         ARRAY_SIZE(unresettable_controller), board_id);
574 }
575
576 static int ctlr_is_soft_resettable(u32 board_id)
577 {
578         return !board_id_in_array(soft_unresettable_controller,
579                         ARRAY_SIZE(soft_unresettable_controller), board_id);
580 }
581
582 static int ctlr_is_resettable(u32 board_id)
583 {
584         return ctlr_is_hard_resettable(board_id) ||
585                 ctlr_is_soft_resettable(board_id);
586 }
587
588 static int ctlr_needs_abort_tags_swizzled(u32 board_id)
589 {
590         return board_id_in_array(needs_abort_tags_swizzled,
591                         ARRAY_SIZE(needs_abort_tags_swizzled), board_id);
592 }
593
594 static ssize_t host_show_resettable(struct device *dev,
595         struct device_attribute *attr, char *buf)
596 {
597         struct ctlr_info *h;
598         struct Scsi_Host *shost = class_to_shost(dev);
599
600         h = shost_to_hba(shost);
601         return snprintf(buf, 20, "%d\n", ctlr_is_resettable(h->board_id));
602 }
603
604 static inline int is_logical_dev_addr_mode(unsigned char scsi3addr[])
605 {
606         return (scsi3addr[3] & 0xC0) == 0x40;
607 }
608
609 static const char * const raid_label[] = { "0", "4", "1(+0)", "5", "5+1", "6",
610         "1(+0)ADM", "UNKNOWN"
611 };
612 #define HPSA_RAID_0     0
613 #define HPSA_RAID_4     1
614 #define HPSA_RAID_1     2       /* also used for RAID 10 */
615 #define HPSA_RAID_5     3       /* also used for RAID 50 */
616 #define HPSA_RAID_51    4
617 #define HPSA_RAID_6     5       /* also used for RAID 60 */
618 #define HPSA_RAID_ADM   6       /* also used for RAID 1+0 ADM */
619 #define RAID_UNKNOWN (ARRAY_SIZE(raid_label) - 1)
620
621 static ssize_t raid_level_show(struct device *dev,
622              struct device_attribute *attr, char *buf)
623 {
624         ssize_t l = 0;
625         unsigned char rlevel;
626         struct ctlr_info *h;
627         struct scsi_device *sdev;
628         struct hpsa_scsi_dev_t *hdev;
629         unsigned long flags;
630
631         sdev = to_scsi_device(dev);
632         h = sdev_to_hba(sdev);
633         spin_lock_irqsave(&h->lock, flags);
634         hdev = sdev->hostdata;
635         if (!hdev) {
636                 spin_unlock_irqrestore(&h->lock, flags);
637                 return -ENODEV;
638         }
639
640         /* Is this even a logical drive? */
641         if (!is_logical_dev_addr_mode(hdev->scsi3addr)) {
642                 spin_unlock_irqrestore(&h->lock, flags);
643                 l = snprintf(buf, PAGE_SIZE, "N/A\n");
644                 return l;
645         }
646
647         rlevel = hdev->raid_level;
648         spin_unlock_irqrestore(&h->lock, flags);
649         if (rlevel > RAID_UNKNOWN)
650                 rlevel = RAID_UNKNOWN;
651         l = snprintf(buf, PAGE_SIZE, "RAID %s\n", raid_label[rlevel]);
652         return l;
653 }
654
655 static ssize_t lunid_show(struct device *dev,
656              struct device_attribute *attr, char *buf)
657 {
658         struct ctlr_info *h;
659         struct scsi_device *sdev;
660         struct hpsa_scsi_dev_t *hdev;
661         unsigned long flags;
662         unsigned char lunid[8];
663
664         sdev = to_scsi_device(dev);
665         h = sdev_to_hba(sdev);
666         spin_lock_irqsave(&h->lock, flags);
667         hdev = sdev->hostdata;
668         if (!hdev) {
669                 spin_unlock_irqrestore(&h->lock, flags);
670                 return -ENODEV;
671         }
672         memcpy(lunid, hdev->scsi3addr, sizeof(lunid));
673         spin_unlock_irqrestore(&h->lock, flags);
674         return snprintf(buf, 20, "0x%02x%02x%02x%02x%02x%02x%02x%02x\n",
675                 lunid[0], lunid[1], lunid[2], lunid[3],
676                 lunid[4], lunid[5], lunid[6], lunid[7]);
677 }
678
679 static ssize_t unique_id_show(struct device *dev,
680              struct device_attribute *attr, char *buf)
681 {
682         struct ctlr_info *h;
683         struct scsi_device *sdev;
684         struct hpsa_scsi_dev_t *hdev;
685         unsigned long flags;
686         unsigned char sn[16];
687
688         sdev = to_scsi_device(dev);
689         h = sdev_to_hba(sdev);
690         spin_lock_irqsave(&h->lock, flags);
691         hdev = sdev->hostdata;
692         if (!hdev) {
693                 spin_unlock_irqrestore(&h->lock, flags);
694                 return -ENODEV;
695         }
696         memcpy(sn, hdev->device_id, sizeof(sn));
697         spin_unlock_irqrestore(&h->lock, flags);
698         return snprintf(buf, 16 * 2 + 2,
699                         "%02X%02X%02X%02X%02X%02X%02X%02X"
700                         "%02X%02X%02X%02X%02X%02X%02X%02X\n",
701                         sn[0], sn[1], sn[2], sn[3],
702                         sn[4], sn[5], sn[6], sn[7],
703                         sn[8], sn[9], sn[10], sn[11],
704                         sn[12], sn[13], sn[14], sn[15]);
705 }
706
707 static ssize_t host_show_hp_ssd_smart_path_enabled(struct device *dev,
708              struct device_attribute *attr, char *buf)
709 {
710         struct ctlr_info *h;
711         struct scsi_device *sdev;
712         struct hpsa_scsi_dev_t *hdev;
713         unsigned long flags;
714         int offload_enabled;
715
716         sdev = to_scsi_device(dev);
717         h = sdev_to_hba(sdev);
718         spin_lock_irqsave(&h->lock, flags);
719         hdev = sdev->hostdata;
720         if (!hdev) {
721                 spin_unlock_irqrestore(&h->lock, flags);
722                 return -ENODEV;
723         }
724         offload_enabled = hdev->offload_enabled;
725         spin_unlock_irqrestore(&h->lock, flags);
726         return snprintf(buf, 20, "%d\n", offload_enabled);
727 }
728
729 #define MAX_PATHS 8
730 #define PATH_STRING_LEN 50
731
732 static ssize_t path_info_show(struct device *dev,
733              struct device_attribute *attr, char *buf)
734 {
735         struct ctlr_info *h;
736         struct scsi_device *sdev;
737         struct hpsa_scsi_dev_t *hdev;
738         unsigned long flags;
739         int i;
740         int output_len = 0;
741         u8 box;
742         u8 bay;
743         u8 path_map_index = 0;
744         char *active;
745         unsigned char phys_connector[2];
746         unsigned char path[MAX_PATHS][PATH_STRING_LEN];
747
748         memset(path, 0, MAX_PATHS * PATH_STRING_LEN);
749         sdev = to_scsi_device(dev);
750         h = sdev_to_hba(sdev);
751         spin_lock_irqsave(&h->devlock, flags);
752         hdev = sdev->hostdata;
753         if (!hdev) {
754                 spin_unlock_irqrestore(&h->devlock, flags);
755                 return -ENODEV;
756         }
757
758         bay = hdev->bay;
759         for (i = 0; i < MAX_PATHS; i++) {
760                 path_map_index = 1<<i;
761                 if (i == hdev->active_path_index)
762                         active = "Active";
763                 else if (hdev->path_map & path_map_index)
764                         active = "Inactive";
765                 else
766                         continue;
767
768                 output_len = snprintf(path[i],
769                                 PATH_STRING_LEN, "[%d:%d:%d:%d] %20.20s ",
770                                 h->scsi_host->host_no,
771                                 hdev->bus, hdev->target, hdev->lun,
772                                 scsi_device_type(hdev->devtype));
773
774                 if (is_ext_target(h, hdev) ||
775                         (hdev->devtype == TYPE_RAID) ||
776                         is_logical_dev_addr_mode(hdev->scsi3addr)) {
777                         output_len += snprintf(path[i] + output_len,
778                                                 PATH_STRING_LEN, "%s\n",
779                                                 active);
780                         continue;
781                 }
782
783                 box = hdev->box[i];
784                 memcpy(&phys_connector, &hdev->phys_connector[i],
785                         sizeof(phys_connector));
786                 if (phys_connector[0] < '0')
787                         phys_connector[0] = '0';
788                 if (phys_connector[1] < '0')
789                         phys_connector[1] = '0';
790                 if (hdev->phys_connector[i] > 0)
791                         output_len += snprintf(path[i] + output_len,
792                                 PATH_STRING_LEN,
793                                 "PORT: %.2s ",
794                                 phys_connector);
795                 if (hdev->devtype == TYPE_DISK &&
796                         hdev->expose_state != HPSA_DO_NOT_EXPOSE) {
797                         if (box == 0 || box == 0xFF) {
798                                 output_len += snprintf(path[i] + output_len,
799                                         PATH_STRING_LEN,
800                                         "BAY: %hhu %s\n",
801                                         bay, active);
802                         } else {
803                                 output_len += snprintf(path[i] + output_len,
804                                         PATH_STRING_LEN,
805                                         "BOX: %hhu BAY: %hhu %s\n",
806                                         box, bay, active);
807                         }
808                 } else if (box != 0 && box != 0xFF) {
809                         output_len += snprintf(path[i] + output_len,
810                                 PATH_STRING_LEN, "BOX: %hhu %s\n",
811                                 box, active);
812                 } else
813                         output_len += snprintf(path[i] + output_len,
814                                 PATH_STRING_LEN, "%s\n", active);
815         }
816
817         spin_unlock_irqrestore(&h->devlock, flags);
818         return snprintf(buf, output_len+1, "%s%s%s%s%s%s%s%s",
819                 path[0], path[1], path[2], path[3],
820                 path[4], path[5], path[6], path[7]);
821 }
822
823 static DEVICE_ATTR(raid_level, S_IRUGO, raid_level_show, NULL);
824 static DEVICE_ATTR(lunid, S_IRUGO, lunid_show, NULL);
825 static DEVICE_ATTR(unique_id, S_IRUGO, unique_id_show, NULL);
826 static DEVICE_ATTR(rescan, S_IWUSR, NULL, host_store_rescan);
827 static DEVICE_ATTR(hp_ssd_smart_path_enabled, S_IRUGO,
828                         host_show_hp_ssd_smart_path_enabled, NULL);
829 static DEVICE_ATTR(path_info, S_IRUGO, path_info_show, NULL);
830 static DEVICE_ATTR(hp_ssd_smart_path_status, S_IWUSR|S_IRUGO|S_IROTH,
831                 host_show_hp_ssd_smart_path_status,
832                 host_store_hp_ssd_smart_path_status);
833 static DEVICE_ATTR(raid_offload_debug, S_IWUSR, NULL,
834                         host_store_raid_offload_debug);
835 static DEVICE_ATTR(firmware_revision, S_IRUGO,
836         host_show_firmware_revision, NULL);
837 static DEVICE_ATTR(commands_outstanding, S_IRUGO,
838         host_show_commands_outstanding, NULL);
839 static DEVICE_ATTR(transport_mode, S_IRUGO,
840         host_show_transport_mode, NULL);
841 static DEVICE_ATTR(resettable, S_IRUGO,
842         host_show_resettable, NULL);
843 static DEVICE_ATTR(lockup_detected, S_IRUGO,
844         host_show_lockup_detected, NULL);
845
846 static struct device_attribute *hpsa_sdev_attrs[] = {
847         &dev_attr_raid_level,
848         &dev_attr_lunid,
849         &dev_attr_unique_id,
850         &dev_attr_hp_ssd_smart_path_enabled,
851         &dev_attr_path_info,
852         &dev_attr_lockup_detected,
853         NULL,
854 };
855
856 static struct device_attribute *hpsa_shost_attrs[] = {
857         &dev_attr_rescan,
858         &dev_attr_firmware_revision,
859         &dev_attr_commands_outstanding,
860         &dev_attr_transport_mode,
861         &dev_attr_resettable,
862         &dev_attr_hp_ssd_smart_path_status,
863         &dev_attr_raid_offload_debug,
864         NULL,
865 };
866
867 #define HPSA_NRESERVED_CMDS     (HPSA_CMDS_RESERVED_FOR_ABORTS + \
868                 HPSA_CMDS_RESERVED_FOR_DRIVER + HPSA_MAX_CONCURRENT_PASSTHRUS)
869
870 static struct scsi_host_template hpsa_driver_template = {
871         .module                 = THIS_MODULE,
872         .name                   = HPSA,
873         .proc_name              = HPSA,
874         .queuecommand           = hpsa_scsi_queue_command,
875         .scan_start             = hpsa_scan_start,
876         .scan_finished          = hpsa_scan_finished,
877         .change_queue_depth     = hpsa_change_queue_depth,
878         .this_id                = -1,
879         .use_clustering         = ENABLE_CLUSTERING,
880         .eh_abort_handler       = hpsa_eh_abort_handler,
881         .eh_device_reset_handler = hpsa_eh_device_reset_handler,
882         .ioctl                  = hpsa_ioctl,
883         .slave_alloc            = hpsa_slave_alloc,
884         .slave_configure        = hpsa_slave_configure,
885         .slave_destroy          = hpsa_slave_destroy,
886 #ifdef CONFIG_COMPAT
887         .compat_ioctl           = hpsa_compat_ioctl,
888 #endif
889         .sdev_attrs = hpsa_sdev_attrs,
890         .shost_attrs = hpsa_shost_attrs,
891         .max_sectors = 8192,
892         .no_write_same = 1,
893 };
894
895 static inline u32 next_command(struct ctlr_info *h, u8 q)
896 {
897         u32 a;
898         struct reply_queue_buffer *rq = &h->reply_queue[q];
899
900         if (h->transMethod & CFGTBL_Trans_io_accel1)
901                 return h->access.command_completed(h, q);
902
903         if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant)))
904                 return h->access.command_completed(h, q);
905
906         if ((rq->head[rq->current_entry] & 1) == rq->wraparound) {
907                 a = rq->head[rq->current_entry];
908                 rq->current_entry++;
909                 atomic_dec(&h->commands_outstanding);
910         } else {
911                 a = FIFO_EMPTY;
912         }
913         /* Check for wraparound */
914         if (rq->current_entry == h->max_commands) {
915                 rq->current_entry = 0;
916                 rq->wraparound ^= 1;
917         }
918         return a;
919 }
920
921 /*
922  * There are some special bits in the bus address of the
923  * command that we have to set for the controller to know
924  * how to process the command:
925  *
926  * Normal performant mode:
927  * bit 0: 1 means performant mode, 0 means simple mode.
928  * bits 1-3 = block fetch table entry
929  * bits 4-6 = command type (== 0)
930  *
931  * ioaccel1 mode:
932  * bit 0 = "performant mode" bit.
933  * bits 1-3 = block fetch table entry
934  * bits 4-6 = command type (== 110)
935  * (command type is needed because ioaccel1 mode
936  * commands are submitted through the same register as normal
937  * mode commands, so this is how the controller knows whether
938  * the command is normal mode or ioaccel1 mode.)
939  *
940  * ioaccel2 mode:
941  * bit 0 = "performant mode" bit.
942  * bits 1-4 = block fetch table entry (note extra bit)
943  * bits 4-6 = not needed, because ioaccel2 mode has
944  * a separate special register for submitting commands.
945  */
946
947 /*
948  * set_performant_mode: Modify the tag for cciss performant
949  * set bit 0 for pull model, bits 3-1 for block fetch
950  * register number
951  */
952 #define DEFAULT_REPLY_QUEUE (-1)
953 static void set_performant_mode(struct ctlr_info *h, struct CommandList *c,
954                                         int reply_queue)
955 {
956         if (likely(h->transMethod & CFGTBL_Trans_Performant)) {
957                 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1);
958                 if (unlikely(!h->msix_vector))
959                         return;
960                 if (likely(reply_queue == DEFAULT_REPLY_QUEUE))
961                         c->Header.ReplyQueue =
962                                 raw_smp_processor_id() % h->nreply_queues;
963                 else
964                         c->Header.ReplyQueue = reply_queue % h->nreply_queues;
965         }
966 }
967
968 static void set_ioaccel1_performant_mode(struct ctlr_info *h,
969                                                 struct CommandList *c,
970                                                 int reply_queue)
971 {
972         struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex];
973
974         /*
975          * Tell the controller to post the reply to the queue for this
976          * processor.  This seems to give the best I/O throughput.
977          */
978         if (likely(reply_queue == DEFAULT_REPLY_QUEUE))
979                 cp->ReplyQueue = smp_processor_id() % h->nreply_queues;
980         else
981                 cp->ReplyQueue = reply_queue % h->nreply_queues;
982         /*
983          * Set the bits in the address sent down to include:
984          *  - performant mode bit (bit 0)
985          *  - pull count (bits 1-3)
986          *  - command type (bits 4-6)
987          */
988         c->busaddr |= 1 | (h->ioaccel1_blockFetchTable[c->Header.SGList] << 1) |
989                                         IOACCEL1_BUSADDR_CMDTYPE;
990 }
991
992 static void set_ioaccel2_tmf_performant_mode(struct ctlr_info *h,
993                                                 struct CommandList *c,
994                                                 int reply_queue)
995 {
996         struct hpsa_tmf_struct *cp = (struct hpsa_tmf_struct *)
997                 &h->ioaccel2_cmd_pool[c->cmdindex];
998
999         /* Tell the controller to post the reply to the queue for this
1000          * processor.  This seems to give the best I/O throughput.
1001          */
1002         if (likely(reply_queue == DEFAULT_REPLY_QUEUE))
1003                 cp->reply_queue = smp_processor_id() % h->nreply_queues;
1004         else
1005                 cp->reply_queue = reply_queue % h->nreply_queues;
1006         /* Set the bits in the address sent down to include:
1007          *  - performant mode bit not used in ioaccel mode 2
1008          *  - pull count (bits 0-3)
1009          *  - command type isn't needed for ioaccel2
1010          */
1011         c->busaddr |= h->ioaccel2_blockFetchTable[0];
1012 }
1013
1014 static void set_ioaccel2_performant_mode(struct ctlr_info *h,
1015                                                 struct CommandList *c,
1016                                                 int reply_queue)
1017 {
1018         struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex];
1019
1020         /*
1021          * Tell the controller to post the reply to the queue for this
1022          * processor.  This seems to give the best I/O throughput.
1023          */
1024         if (likely(reply_queue == DEFAULT_REPLY_QUEUE))
1025                 cp->reply_queue = smp_processor_id() % h->nreply_queues;
1026         else
1027                 cp->reply_queue = reply_queue % h->nreply_queues;
1028         /*
1029          * Set the bits in the address sent down to include:
1030          *  - performant mode bit not used in ioaccel mode 2
1031          *  - pull count (bits 0-3)
1032          *  - command type isn't needed for ioaccel2
1033          */
1034         c->busaddr |= (h->ioaccel2_blockFetchTable[cp->sg_count]);
1035 }
1036
1037 static int is_firmware_flash_cmd(u8 *cdb)
1038 {
1039         return cdb[0] == BMIC_WRITE && cdb[6] == BMIC_FLASH_FIRMWARE;
1040 }
1041
1042 /*
1043  * During firmware flash, the heartbeat register may not update as frequently
1044  * as it should.  So we dial down lockup detection during firmware flash. and
1045  * dial it back up when firmware flash completes.
1046  */
1047 #define HEARTBEAT_SAMPLE_INTERVAL_DURING_FLASH (240 * HZ)
1048 #define HEARTBEAT_SAMPLE_INTERVAL (30 * HZ)
1049 static void dial_down_lockup_detection_during_fw_flash(struct ctlr_info *h,
1050                 struct CommandList *c)
1051 {
1052         if (!is_firmware_flash_cmd(c->Request.CDB))
1053                 return;
1054         atomic_inc(&h->firmware_flash_in_progress);
1055         h->heartbeat_sample_interval = HEARTBEAT_SAMPLE_INTERVAL_DURING_FLASH;
1056 }
1057
1058 static void dial_up_lockup_detection_on_fw_flash_complete(struct ctlr_info *h,
1059                 struct CommandList *c)
1060 {
1061         if (is_firmware_flash_cmd(c->Request.CDB) &&
1062                 atomic_dec_and_test(&h->firmware_flash_in_progress))
1063                 h->heartbeat_sample_interval = HEARTBEAT_SAMPLE_INTERVAL;
1064 }
1065
1066 static void __enqueue_cmd_and_start_io(struct ctlr_info *h,
1067         struct CommandList *c, int reply_queue)
1068 {
1069         dial_down_lockup_detection_during_fw_flash(h, c);
1070         atomic_inc(&h->commands_outstanding);
1071         switch (c->cmd_type) {
1072         case CMD_IOACCEL1:
1073                 set_ioaccel1_performant_mode(h, c, reply_queue);
1074                 writel(c->busaddr, h->vaddr + SA5_REQUEST_PORT_OFFSET);
1075                 break;
1076         case CMD_IOACCEL2:
1077                 set_ioaccel2_performant_mode(h, c, reply_queue);
1078                 writel(c->busaddr, h->vaddr + IOACCEL2_INBOUND_POSTQ_32);
1079                 break;
1080         case IOACCEL2_TMF:
1081                 set_ioaccel2_tmf_performant_mode(h, c, reply_queue);
1082                 writel(c->busaddr, h->vaddr + IOACCEL2_INBOUND_POSTQ_32);
1083                 break;
1084         default:
1085                 set_performant_mode(h, c, reply_queue);
1086                 h->access.submit_command(h, c);
1087         }
1088 }
1089
1090 static void enqueue_cmd_and_start_io(struct ctlr_info *h, struct CommandList *c)
1091 {
1092         if (unlikely(hpsa_is_pending_event(c)))
1093                 return finish_cmd(c);
1094
1095         __enqueue_cmd_and_start_io(h, c, DEFAULT_REPLY_QUEUE);
1096 }
1097
1098 static inline int is_hba_lunid(unsigned char scsi3addr[])
1099 {
1100         return memcmp(scsi3addr, RAID_CTLR_LUNID, 8) == 0;
1101 }
1102
1103 static inline int is_scsi_rev_5(struct ctlr_info *h)
1104 {
1105         if (!h->hba_inquiry_data)
1106                 return 0;
1107         if ((h->hba_inquiry_data[2] & 0x07) == 5)
1108                 return 1;
1109         return 0;
1110 }
1111
1112 static int hpsa_find_target_lun(struct ctlr_info *h,
1113         unsigned char scsi3addr[], int bus, int *target, int *lun)
1114 {
1115         /* finds an unused bus, target, lun for a new physical device
1116          * assumes h->devlock is held
1117          */
1118         int i, found = 0;
1119         DECLARE_BITMAP(lun_taken, HPSA_MAX_DEVICES);
1120
1121         bitmap_zero(lun_taken, HPSA_MAX_DEVICES);
1122
1123         for (i = 0; i < h->ndevices; i++) {
1124                 if (h->dev[i]->bus == bus && h->dev[i]->target != -1)
1125                         __set_bit(h->dev[i]->target, lun_taken);
1126         }
1127
1128         i = find_first_zero_bit(lun_taken, HPSA_MAX_DEVICES);
1129         if (i < HPSA_MAX_DEVICES) {
1130                 /* *bus = 1; */
1131                 *target = i;
1132                 *lun = 0;
1133                 found = 1;
1134         }
1135         return !found;
1136 }
1137
1138 static void hpsa_show_dev_msg(const char *level, struct ctlr_info *h,
1139         struct hpsa_scsi_dev_t *dev, char *description)
1140 {
1141         if (h == NULL || h->pdev == NULL || h->scsi_host == NULL)
1142                 return;
1143
1144         dev_printk(level, &h->pdev->dev,
1145                         "scsi %d:%d:%d:%d: %s %s %.8s %.16s RAID-%s SSDSmartPathCap%c En%c Exp=%d\n",
1146                         h->scsi_host->host_no, dev->bus, dev->target, dev->lun,
1147                         description,
1148                         scsi_device_type(dev->devtype),
1149                         dev->vendor,
1150                         dev->model,
1151                         dev->raid_level > RAID_UNKNOWN ?
1152                                 "RAID-?" : raid_label[dev->raid_level],
1153                         dev->offload_config ? '+' : '-',
1154                         dev->offload_enabled ? '+' : '-',
1155                         dev->expose_state);
1156 }
1157
1158 /* Add an entry into h->dev[] array. */
1159 static int hpsa_scsi_add_entry(struct ctlr_info *h,
1160                 struct hpsa_scsi_dev_t *device,
1161                 struct hpsa_scsi_dev_t *added[], int *nadded)
1162 {
1163         /* assumes h->devlock is held */
1164         int n = h->ndevices;
1165         int i;
1166         unsigned char addr1[8], addr2[8];
1167         struct hpsa_scsi_dev_t *sd;
1168
1169         if (n >= HPSA_MAX_DEVICES) {
1170                 dev_err(&h->pdev->dev, "too many devices, some will be "
1171                         "inaccessible.\n");
1172                 return -1;
1173         }
1174
1175         /* physical devices do not have lun or target assigned until now. */
1176         if (device->lun != -1)
1177                 /* Logical device, lun is already assigned. */
1178                 goto lun_assigned;
1179
1180         /* If this device a non-zero lun of a multi-lun device
1181          * byte 4 of the 8-byte LUN addr will contain the logical
1182          * unit no, zero otherwise.
1183          */
1184         if (device->scsi3addr[4] == 0) {
1185                 /* This is not a non-zero lun of a multi-lun device */
1186                 if (hpsa_find_target_lun(h, device->scsi3addr,
1187                         device->bus, &device->target, &device->lun) != 0)
1188                         return -1;
1189                 goto lun_assigned;
1190         }
1191
1192         /* This is a non-zero lun of a multi-lun device.
1193          * Search through our list and find the device which
1194          * has the same 8 byte LUN address, excepting byte 4 and 5.
1195          * Assign the same bus and target for this new LUN.
1196          * Use the logical unit number from the firmware.
1197          */
1198         memcpy(addr1, device->scsi3addr, 8);
1199         addr1[4] = 0;
1200         addr1[5] = 0;
1201         for (i = 0; i < n; i++) {
1202                 sd = h->dev[i];
1203                 memcpy(addr2, sd->scsi3addr, 8);
1204                 addr2[4] = 0;
1205                 addr2[5] = 0;
1206                 /* differ only in byte 4 and 5? */
1207                 if (memcmp(addr1, addr2, 8) == 0) {
1208                         device->bus = sd->bus;
1209                         device->target = sd->target;
1210                         device->lun = device->scsi3addr[4];
1211                         break;
1212                 }
1213         }
1214         if (device->lun == -1) {
1215                 dev_warn(&h->pdev->dev, "physical device with no LUN=0,"
1216                         " suspect firmware bug or unsupported hardware "
1217                         "configuration.\n");
1218                         return -1;
1219         }
1220
1221 lun_assigned:
1222
1223         h->dev[n] = device;
1224         h->ndevices++;
1225         added[*nadded] = device;
1226         (*nadded)++;
1227         hpsa_show_dev_msg(KERN_INFO, h, device,
1228                 device->expose_state & HPSA_SCSI_ADD ? "added" : "masked");
1229         device->offload_to_be_enabled = device->offload_enabled;
1230         device->offload_enabled = 0;
1231         return 0;
1232 }
1233
1234 /* Update an entry in h->dev[] array. */
1235 static void hpsa_scsi_update_entry(struct ctlr_info *h,
1236         int entry, struct hpsa_scsi_dev_t *new_entry)
1237 {
1238         int offload_enabled;
1239         /* assumes h->devlock is held */
1240         BUG_ON(entry < 0 || entry >= HPSA_MAX_DEVICES);
1241
1242         /* Raid level changed. */
1243         h->dev[entry]->raid_level = new_entry->raid_level;
1244
1245         /* Raid offload parameters changed.  Careful about the ordering. */
1246         if (new_entry->offload_config && new_entry->offload_enabled) {
1247                 /*
1248                  * if drive is newly offload_enabled, we want to copy the
1249                  * raid map data first.  If previously offload_enabled and
1250                  * offload_config were set, raid map data had better be
1251                  * the same as it was before.  if raid map data is changed
1252                  * then it had better be the case that
1253                  * h->dev[entry]->offload_enabled is currently 0.
1254                  */
1255                 h->dev[entry]->raid_map = new_entry->raid_map;
1256                 h->dev[entry]->ioaccel_handle = new_entry->ioaccel_handle;
1257         }
1258         if (new_entry->hba_ioaccel_enabled) {
1259                 h->dev[entry]->ioaccel_handle = new_entry->ioaccel_handle;
1260                 wmb(); /* set ioaccel_handle *before* hba_ioaccel_enabled */
1261         }
1262         h->dev[entry]->hba_ioaccel_enabled = new_entry->hba_ioaccel_enabled;
1263         h->dev[entry]->offload_config = new_entry->offload_config;
1264         h->dev[entry]->offload_to_mirror = new_entry->offload_to_mirror;
1265         h->dev[entry]->queue_depth = new_entry->queue_depth;
1266
1267         /*
1268          * We can turn off ioaccel offload now, but need to delay turning
1269          * it on until we can update h->dev[entry]->phys_disk[], but we
1270          * can't do that until all the devices are updated.
1271          */
1272         h->dev[entry]->offload_to_be_enabled = new_entry->offload_enabled;
1273         if (!new_entry->offload_enabled)
1274                 h->dev[entry]->offload_enabled = 0;
1275
1276         offload_enabled = h->dev[entry]->offload_enabled;
1277         h->dev[entry]->offload_enabled = h->dev[entry]->offload_to_be_enabled;
1278         hpsa_show_dev_msg(KERN_INFO, h, h->dev[entry], "updated");
1279         h->dev[entry]->offload_enabled = offload_enabled;
1280 }
1281
1282 /* Replace an entry from h->dev[] array. */
1283 static void hpsa_scsi_replace_entry(struct ctlr_info *h,
1284         int entry, struct hpsa_scsi_dev_t *new_entry,
1285         struct hpsa_scsi_dev_t *added[], int *nadded,
1286         struct hpsa_scsi_dev_t *removed[], int *nremoved)
1287 {
1288         /* assumes h->devlock is held */
1289         BUG_ON(entry < 0 || entry >= HPSA_MAX_DEVICES);
1290         removed[*nremoved] = h->dev[entry];
1291         (*nremoved)++;
1292
1293         /*
1294          * New physical devices won't have target/lun assigned yet
1295          * so we need to preserve the values in the slot we are replacing.
1296          */
1297         if (new_entry->target == -1) {
1298                 new_entry->target = h->dev[entry]->target;
1299                 new_entry->lun = h->dev[entry]->lun;
1300         }
1301
1302         h->dev[entry] = new_entry;
1303         added[*nadded] = new_entry;
1304         (*nadded)++;
1305         hpsa_show_dev_msg(KERN_INFO, h, new_entry, "replaced");
1306         new_entry->offload_to_be_enabled = new_entry->offload_enabled;
1307         new_entry->offload_enabled = 0;
1308 }
1309
1310 /* Remove an entry from h->dev[] array. */
1311 static void hpsa_scsi_remove_entry(struct ctlr_info *h, int entry,
1312         struct hpsa_scsi_dev_t *removed[], int *nremoved)
1313 {
1314         /* assumes h->devlock is held */
1315         int i;
1316         struct hpsa_scsi_dev_t *sd;
1317
1318         BUG_ON(entry < 0 || entry >= HPSA_MAX_DEVICES);
1319
1320         sd = h->dev[entry];
1321         removed[*nremoved] = h->dev[entry];
1322         (*nremoved)++;
1323
1324         for (i = entry; i < h->ndevices-1; i++)
1325                 h->dev[i] = h->dev[i+1];
1326         h->ndevices--;
1327         hpsa_show_dev_msg(KERN_INFO, h, sd, "removed");
1328 }
1329
1330 #define SCSI3ADDR_EQ(a, b) ( \
1331         (a)[7] == (b)[7] && \
1332         (a)[6] == (b)[6] && \
1333         (a)[5] == (b)[5] && \
1334         (a)[4] == (b)[4] && \
1335         (a)[3] == (b)[3] && \
1336         (a)[2] == (b)[2] && \
1337         (a)[1] == (b)[1] && \
1338         (a)[0] == (b)[0])
1339
1340 static void fixup_botched_add(struct ctlr_info *h,
1341         struct hpsa_scsi_dev_t *added)
1342 {
1343         /* called when scsi_add_device fails in order to re-adjust
1344          * h->dev[] to match the mid layer's view.
1345          */
1346         unsigned long flags;
1347         int i, j;
1348
1349         spin_lock_irqsave(&h->lock, flags);
1350         for (i = 0; i < h->ndevices; i++) {
1351                 if (h->dev[i] == added) {
1352                         for (j = i; j < h->ndevices-1; j++)
1353                                 h->dev[j] = h->dev[j+1];
1354                         h->ndevices--;
1355                         break;
1356                 }
1357         }
1358         spin_unlock_irqrestore(&h->lock, flags);
1359         kfree(added);
1360 }
1361
1362 static inline int device_is_the_same(struct hpsa_scsi_dev_t *dev1,
1363         struct hpsa_scsi_dev_t *dev2)
1364 {
1365         /* we compare everything except lun and target as these
1366          * are not yet assigned.  Compare parts likely
1367          * to differ first
1368          */
1369         if (memcmp(dev1->scsi3addr, dev2->scsi3addr,
1370                 sizeof(dev1->scsi3addr)) != 0)
1371                 return 0;
1372         if (memcmp(dev1->device_id, dev2->device_id,
1373                 sizeof(dev1->device_id)) != 0)
1374                 return 0;
1375         if (memcmp(dev1->model, dev2->model, sizeof(dev1->model)) != 0)
1376                 return 0;
1377         if (memcmp(dev1->vendor, dev2->vendor, sizeof(dev1->vendor)) != 0)
1378                 return 0;
1379         if (dev1->devtype != dev2->devtype)
1380                 return 0;
1381         if (dev1->bus != dev2->bus)
1382                 return 0;
1383         return 1;
1384 }
1385
1386 static inline int device_updated(struct hpsa_scsi_dev_t *dev1,
1387         struct hpsa_scsi_dev_t *dev2)
1388 {
1389         /* Device attributes that can change, but don't mean
1390          * that the device is a different device, nor that the OS
1391          * needs to be told anything about the change.
1392          */
1393         if (dev1->raid_level != dev2->raid_level)
1394                 return 1;
1395         if (dev1->offload_config != dev2->offload_config)
1396                 return 1;
1397         if (dev1->offload_enabled != dev2->offload_enabled)
1398                 return 1;
1399         if (!is_logical_dev_addr_mode(dev1->scsi3addr))
1400                 if (dev1->queue_depth != dev2->queue_depth)
1401                         return 1;
1402         return 0;
1403 }
1404
1405 /* Find needle in haystack.  If exact match found, return DEVICE_SAME,
1406  * and return needle location in *index.  If scsi3addr matches, but not
1407  * vendor, model, serial num, etc. return DEVICE_CHANGED, and return needle
1408  * location in *index.
1409  * In the case of a minor device attribute change, such as RAID level, just
1410  * return DEVICE_UPDATED, along with the updated device's location in index.
1411  * If needle not found, return DEVICE_NOT_FOUND.
1412  */
1413 static int hpsa_scsi_find_entry(struct hpsa_scsi_dev_t *needle,
1414         struct hpsa_scsi_dev_t *haystack[], int haystack_size,
1415         int *index)
1416 {
1417         int i;
1418 #define DEVICE_NOT_FOUND 0
1419 #define DEVICE_CHANGED 1
1420 #define DEVICE_SAME 2
1421 #define DEVICE_UPDATED 3
1422         if (needle == NULL)
1423                 return DEVICE_NOT_FOUND;
1424
1425         for (i = 0; i < haystack_size; i++) {
1426                 if (haystack[i] == NULL) /* previously removed. */
1427                         continue;
1428                 if (SCSI3ADDR_EQ(needle->scsi3addr, haystack[i]->scsi3addr)) {
1429                         *index = i;
1430                         if (device_is_the_same(needle, haystack[i])) {
1431                                 if (device_updated(needle, haystack[i]))
1432                                         return DEVICE_UPDATED;
1433                                 return DEVICE_SAME;
1434                         } else {
1435                                 /* Keep offline devices offline */
1436                                 if (needle->volume_offline)
1437                                         return DEVICE_NOT_FOUND;
1438                                 return DEVICE_CHANGED;
1439                         }
1440                 }
1441         }
1442         *index = -1;
1443         return DEVICE_NOT_FOUND;
1444 }
1445
1446 static void hpsa_monitor_offline_device(struct ctlr_info *h,
1447                                         unsigned char scsi3addr[])
1448 {
1449         struct offline_device_entry *device;
1450         unsigned long flags;
1451
1452         /* Check to see if device is already on the list */
1453         spin_lock_irqsave(&h->offline_device_lock, flags);
1454         list_for_each_entry(device, &h->offline_device_list, offline_list) {
1455                 if (memcmp(device->scsi3addr, scsi3addr,
1456                         sizeof(device->scsi3addr)) == 0) {
1457                         spin_unlock_irqrestore(&h->offline_device_lock, flags);
1458                         return;
1459                 }
1460         }
1461         spin_unlock_irqrestore(&h->offline_device_lock, flags);
1462
1463         /* Device is not on the list, add it. */
1464         device = kmalloc(sizeof(*device), GFP_KERNEL);
1465         if (!device) {
1466                 dev_warn(&h->pdev->dev, "out of memory in %s\n", __func__);
1467                 return;
1468         }
1469         memcpy(device->scsi3addr, scsi3addr, sizeof(device->scsi3addr));
1470         spin_lock_irqsave(&h->offline_device_lock, flags);
1471         list_add_tail(&device->offline_list, &h->offline_device_list);
1472         spin_unlock_irqrestore(&h->offline_device_lock, flags);
1473 }
1474
1475 /* Print a message explaining various offline volume states */
1476 static void hpsa_show_volume_status(struct ctlr_info *h,
1477         struct hpsa_scsi_dev_t *sd)
1478 {
1479         if (sd->volume_offline == HPSA_VPD_LV_STATUS_UNSUPPORTED)
1480                 dev_info(&h->pdev->dev,
1481                         "C%d:B%d:T%d:L%d Volume status is not available through vital product data pages.\n",
1482                         h->scsi_host->host_no,
1483                         sd->bus, sd->target, sd->lun);
1484         switch (sd->volume_offline) {
1485         case HPSA_LV_OK:
1486                 break;
1487         case HPSA_LV_UNDERGOING_ERASE:
1488                 dev_info(&h->pdev->dev,
1489                         "C%d:B%d:T%d:L%d Volume is undergoing background erase process.\n",
1490                         h->scsi_host->host_no,
1491                         sd->bus, sd->target, sd->lun);
1492                 break;
1493         case HPSA_LV_NOT_AVAILABLE:
1494                 dev_info(&h->pdev->dev,
1495                         "C%d:B%d:T%d:L%d Volume is waiting for transforming volume.\n",
1496                         h->scsi_host->host_no,
1497                         sd->bus, sd->target, sd->lun);
1498                 break;
1499         case HPSA_LV_UNDERGOING_RPI:
1500                 dev_info(&h->pdev->dev,
1501                         "C%d:B%d:T%d:L%d Volume is undergoing rapid parity init.\n",
1502                         h->scsi_host->host_no,
1503                         sd->bus, sd->target, sd->lun);
1504                 break;
1505         case HPSA_LV_PENDING_RPI:
1506                 dev_info(&h->pdev->dev,
1507                         "C%d:B%d:T%d:L%d Volume is queued for rapid parity initialization process.\n",
1508                         h->scsi_host->host_no,
1509                         sd->bus, sd->target, sd->lun);
1510                 break;
1511         case HPSA_LV_ENCRYPTED_NO_KEY:
1512                 dev_info(&h->pdev->dev,
1513                         "C%d:B%d:T%d:L%d Volume is encrypted and cannot be accessed because key is not present.\n",
1514                         h->scsi_host->host_no,
1515                         sd->bus, sd->target, sd->lun);
1516                 break;
1517         case HPSA_LV_PLAINTEXT_IN_ENCRYPT_ONLY_CONTROLLER:
1518                 dev_info(&h->pdev->dev,
1519                         "C%d:B%d:T%d:L%d Volume is not encrypted and cannot be accessed because controller is in encryption-only mode.\n",
1520                         h->scsi_host->host_no,
1521                         sd->bus, sd->target, sd->lun);
1522                 break;
1523         case HPSA_LV_UNDERGOING_ENCRYPTION:
1524                 dev_info(&h->pdev->dev,
1525                         "C%d:B%d:T%d:L%d Volume is undergoing encryption process.\n",
1526                         h->scsi_host->host_no,
1527                         sd->bus, sd->target, sd->lun);
1528                 break;
1529         case HPSA_LV_UNDERGOING_ENCRYPTION_REKEYING:
1530                 dev_info(&h->pdev->dev,
1531                         "C%d:B%d:T%d:L%d Volume is undergoing encryption re-keying process.\n",
1532                         h->scsi_host->host_no,
1533                         sd->bus, sd->target, sd->lun);
1534                 break;
1535         case HPSA_LV_ENCRYPTED_IN_NON_ENCRYPTED_CONTROLLER:
1536                 dev_info(&h->pdev->dev,
1537                         "C%d:B%d:T%d:L%d Volume is encrypted and cannot be accessed because controller does not have encryption enabled.\n",
1538                         h->scsi_host->host_no,
1539                         sd->bus, sd->target, sd->lun);
1540                 break;
1541         case HPSA_LV_PENDING_ENCRYPTION:
1542                 dev_info(&h->pdev->dev,
1543                         "C%d:B%d:T%d:L%d Volume is pending migration to encrypted state, but process has not started.\n",
1544                         h->scsi_host->host_no,
1545                         sd->bus, sd->target, sd->lun);
1546                 break;
1547         case HPSA_LV_PENDING_ENCRYPTION_REKEYING:
1548                 dev_info(&h->pdev->dev,
1549                         "C%d:B%d:T%d:L%d Volume is encrypted and is pending encryption rekeying.\n",
1550                         h->scsi_host->host_no,
1551                         sd->bus, sd->target, sd->lun);
1552                 break;
1553         }
1554 }
1555
1556 /*
1557  * Figure the list of physical drive pointers for a logical drive with
1558  * raid offload configured.
1559  */
1560 static void hpsa_figure_phys_disk_ptrs(struct ctlr_info *h,
1561                                 struct hpsa_scsi_dev_t *dev[], int ndevices,
1562                                 struct hpsa_scsi_dev_t *logical_drive)
1563 {
1564         struct raid_map_data *map = &logical_drive->raid_map;
1565         struct raid_map_disk_data *dd = &map->data[0];
1566         int i, j;
1567         int total_disks_per_row = le16_to_cpu(map->data_disks_per_row) +
1568                                 le16_to_cpu(map->metadata_disks_per_row);
1569         int nraid_map_entries = le16_to_cpu(map->row_cnt) *
1570                                 le16_to_cpu(map->layout_map_count) *
1571                                 total_disks_per_row;
1572         int nphys_disk = le16_to_cpu(map->layout_map_count) *
1573                                 total_disks_per_row;
1574         int qdepth;
1575
1576         if (nraid_map_entries > RAID_MAP_MAX_ENTRIES)
1577                 nraid_map_entries = RAID_MAP_MAX_ENTRIES;
1578
1579         logical_drive->nphysical_disks = nraid_map_entries;
1580
1581         qdepth = 0;
1582         for (i = 0; i < nraid_map_entries; i++) {
1583                 logical_drive->phys_disk[i] = NULL;
1584                 if (!logical_drive->offload_config)
1585                         continue;
1586                 for (j = 0; j < ndevices; j++) {
1587                         if (dev[j] == NULL)
1588                                 continue;
1589                         if (dev[j]->devtype != TYPE_DISK)
1590                                 continue;
1591                         if (is_logical_dev_addr_mode(dev[j]->scsi3addr))
1592                                 continue;
1593                         if (dev[j]->ioaccel_handle != dd[i].ioaccel_handle)
1594                                 continue;
1595
1596                         logical_drive->phys_disk[i] = dev[j];
1597                         if (i < nphys_disk)
1598                                 qdepth = min(h->nr_cmds, qdepth +
1599                                     logical_drive->phys_disk[i]->queue_depth);
1600                         break;
1601                 }
1602
1603                 /*
1604                  * This can happen if a physical drive is removed and
1605                  * the logical drive is degraded.  In that case, the RAID
1606                  * map data will refer to a physical disk which isn't actually
1607                  * present.  And in that case offload_enabled should already
1608                  * be 0, but we'll turn it off here just in case
1609                  */
1610                 if (!logical_drive->phys_disk[i]) {
1611                         logical_drive->offload_enabled = 0;
1612                         logical_drive->offload_to_be_enabled = 0;
1613                         logical_drive->queue_depth = 8;
1614                 }
1615         }
1616         if (nraid_map_entries)
1617                 /*
1618                  * This is correct for reads, too high for full stripe writes,
1619                  * way too high for partial stripe writes
1620                  */
1621                 logical_drive->queue_depth = qdepth;
1622         else
1623                 logical_drive->queue_depth = h->nr_cmds;
1624 }
1625
1626 static void hpsa_update_log_drive_phys_drive_ptrs(struct ctlr_info *h,
1627                                 struct hpsa_scsi_dev_t *dev[], int ndevices)
1628 {
1629         int i;
1630
1631         for (i = 0; i < ndevices; i++) {
1632                 if (dev[i] == NULL)
1633                         continue;
1634                 if (dev[i]->devtype != TYPE_DISK)
1635                         continue;
1636                 if (!is_logical_dev_addr_mode(dev[i]->scsi3addr))
1637                         continue;
1638
1639                 /*
1640                  * If offload is currently enabled, the RAID map and
1641                  * phys_disk[] assignment *better* not be changing
1642                  * and since it isn't changing, we do not need to
1643                  * update it.
1644                  */
1645                 if (dev[i]->offload_enabled)
1646                         continue;
1647
1648                 hpsa_figure_phys_disk_ptrs(h, dev, ndevices, dev[i]);
1649         }
1650 }
1651
1652 static void adjust_hpsa_scsi_table(struct ctlr_info *h,
1653         struct hpsa_scsi_dev_t *sd[], int nsds)
1654 {
1655         /* sd contains scsi3 addresses and devtypes, and inquiry
1656          * data.  This function takes what's in sd to be the current
1657          * reality and updates h->dev[] to reflect that reality.
1658          */
1659         int i, entry, device_change, changes = 0;
1660         struct hpsa_scsi_dev_t *csd;
1661         unsigned long flags;
1662         struct hpsa_scsi_dev_t **added, **removed;
1663         int nadded, nremoved;
1664         struct Scsi_Host *sh = NULL;
1665
1666         added = kzalloc(sizeof(*added) * HPSA_MAX_DEVICES, GFP_KERNEL);
1667         removed = kzalloc(sizeof(*removed) * HPSA_MAX_DEVICES, GFP_KERNEL);
1668
1669         if (!added || !removed) {
1670                 dev_warn(&h->pdev->dev, "out of memory in "
1671                         "adjust_hpsa_scsi_table\n");
1672                 goto free_and_out;
1673         }
1674
1675         spin_lock_irqsave(&h->devlock, flags);
1676
1677         /* find any devices in h->dev[] that are not in
1678          * sd[] and remove them from h->dev[], and for any
1679          * devices which have changed, remove the old device
1680          * info and add the new device info.
1681          * If minor device attributes change, just update
1682          * the existing device structure.
1683          */
1684         i = 0;
1685         nremoved = 0;
1686         nadded = 0;
1687         while (i < h->ndevices) {
1688                 csd = h->dev[i];
1689                 device_change = hpsa_scsi_find_entry(csd, sd, nsds, &entry);
1690                 if (device_change == DEVICE_NOT_FOUND) {
1691                         changes++;
1692                         hpsa_scsi_remove_entry(h, i, removed, &nremoved);
1693                         continue; /* remove ^^^, hence i not incremented */
1694                 } else if (device_change == DEVICE_CHANGED) {
1695                         changes++;
1696                         hpsa_scsi_replace_entry(h, i, sd[entry],
1697                                 added, &nadded, removed, &nremoved);
1698                         /* Set it to NULL to prevent it from being freed
1699                          * at the bottom of hpsa_update_scsi_devices()
1700                          */
1701                         sd[entry] = NULL;
1702                 } else if (device_change == DEVICE_UPDATED) {
1703                         hpsa_scsi_update_entry(h, i, sd[entry]);
1704                 }
1705                 i++;
1706         }
1707
1708         /* Now, make sure every device listed in sd[] is also
1709          * listed in h->dev[], adding them if they aren't found
1710          */
1711
1712         for (i = 0; i < nsds; i++) {
1713                 if (!sd[i]) /* if already added above. */
1714                         continue;
1715
1716                 /* Don't add devices which are NOT READY, FORMAT IN PROGRESS
1717                  * as the SCSI mid-layer does not handle such devices well.
1718                  * It relentlessly loops sending TUR at 3Hz, then READ(10)
1719                  * at 160Hz, and prevents the system from coming up.
1720                  */
1721                 if (sd[i]->volume_offline) {
1722                         hpsa_show_volume_status(h, sd[i]);
1723                         hpsa_show_dev_msg(KERN_INFO, h, sd[i], "offline");
1724                         continue;
1725                 }
1726
1727                 device_change = hpsa_scsi_find_entry(sd[i], h->dev,
1728                                         h->ndevices, &entry);
1729                 if (device_change == DEVICE_NOT_FOUND) {
1730                         changes++;
1731                         if (hpsa_scsi_add_entry(h, sd[i], added, &nadded) != 0)
1732                                 break;
1733                         sd[i] = NULL; /* prevent from being freed later. */
1734                 } else if (device_change == DEVICE_CHANGED) {
1735                         /* should never happen... */
1736                         changes++;
1737                         dev_warn(&h->pdev->dev,
1738                                 "device unexpectedly changed.\n");
1739                         /* but if it does happen, we just ignore that device */
1740                 }
1741         }
1742         hpsa_update_log_drive_phys_drive_ptrs(h, h->dev, h->ndevices);
1743
1744         /* Now that h->dev[]->phys_disk[] is coherent, we can enable
1745          * any logical drives that need it enabled.
1746          */
1747         for (i = 0; i < h->ndevices; i++) {
1748                 if (h->dev[i] == NULL)
1749                         continue;
1750                 h->dev[i]->offload_enabled = h->dev[i]->offload_to_be_enabled;
1751         }
1752
1753         spin_unlock_irqrestore(&h->devlock, flags);
1754
1755         /* Monitor devices which are in one of several NOT READY states to be
1756          * brought online later. This must be done without holding h->devlock,
1757          * so don't touch h->dev[]
1758          */
1759         for (i = 0; i < nsds; i++) {
1760                 if (!sd[i]) /* if already added above. */
1761                         continue;
1762                 if (sd[i]->volume_offline)
1763                         hpsa_monitor_offline_device(h, sd[i]->scsi3addr);
1764         }
1765
1766         /* Don't notify scsi mid layer of any changes the first time through
1767          * (or if there are no changes) scsi_scan_host will do it later the
1768          * first time through.
1769          */
1770         if (!changes)
1771                 goto free_and_out;
1772
1773         sh = h->scsi_host;
1774         /* Notify scsi mid layer of any removed devices */
1775         for (i = 0; i < nremoved; i++) {
1776                 if (removed[i] == NULL)
1777                         continue;
1778                 if (removed[i]->expose_state & HPSA_SCSI_ADD) {
1779                         struct scsi_device *sdev =
1780                                 scsi_device_lookup(sh, removed[i]->bus,
1781                                         removed[i]->target, removed[i]->lun);
1782                         if (sdev != NULL) {
1783                                 scsi_remove_device(sdev);
1784                                 scsi_device_put(sdev);
1785                         } else {
1786                                 /*
1787                                  * We don't expect to get here.
1788                                  * future cmds to this device will get selection
1789                                  * timeout as if the device was gone.
1790                                  */
1791                                 hpsa_show_dev_msg(KERN_WARNING, h, removed[i],
1792                                         "didn't find device for removal.");
1793                         }
1794                 }
1795                 kfree(removed[i]);
1796                 removed[i] = NULL;
1797         }
1798
1799         /* Notify scsi mid layer of any added devices */
1800         for (i = 0; i < nadded; i++) {
1801                 if (added[i] == NULL)
1802                         continue;
1803                 if (!(added[i]->expose_state & HPSA_SCSI_ADD))
1804                         continue;
1805                 if (scsi_add_device(sh, added[i]->bus,
1806                         added[i]->target, added[i]->lun) == 0)
1807                         continue;
1808                 dev_warn(&h->pdev->dev, "addition failed, device not added.");
1809                 /* now we have to remove it from h->dev,
1810                  * since it didn't get added to scsi mid layer
1811                  */
1812                 fixup_botched_add(h, added[i]);
1813                 h->drv_req_rescan = 1;
1814         }
1815
1816 free_and_out:
1817         kfree(added);
1818         kfree(removed);
1819 }
1820
1821 /*
1822  * Lookup bus/target/lun and return corresponding struct hpsa_scsi_dev_t *
1823  * Assume's h->devlock is held.
1824  */
1825 static struct hpsa_scsi_dev_t *lookup_hpsa_scsi_dev(struct ctlr_info *h,
1826         int bus, int target, int lun)
1827 {
1828         int i;
1829         struct hpsa_scsi_dev_t *sd;
1830
1831         for (i = 0; i < h->ndevices; i++) {
1832                 sd = h->dev[i];
1833                 if (sd->bus == bus && sd->target == target && sd->lun == lun)
1834                         return sd;
1835         }
1836         return NULL;
1837 }
1838
1839 static int hpsa_slave_alloc(struct scsi_device *sdev)
1840 {
1841         struct hpsa_scsi_dev_t *sd;
1842         unsigned long flags;
1843         struct ctlr_info *h;
1844
1845         h = sdev_to_hba(sdev);
1846         spin_lock_irqsave(&h->devlock, flags);
1847         sd = lookup_hpsa_scsi_dev(h, sdev_channel(sdev),
1848                 sdev_id(sdev), sdev->lun);
1849         if (likely(sd)) {
1850                 atomic_set(&sd->ioaccel_cmds_out, 0);
1851                 sdev->hostdata = (sd->expose_state & HPSA_SCSI_ADD) ? sd : NULL;
1852         } else
1853                 sdev->hostdata = NULL;
1854         spin_unlock_irqrestore(&h->devlock, flags);
1855         return 0;
1856 }
1857
1858 /* configure scsi device based on internal per-device structure */
1859 static int hpsa_slave_configure(struct scsi_device *sdev)
1860 {
1861         struct hpsa_scsi_dev_t *sd;
1862         int queue_depth;
1863
1864         sd = sdev->hostdata;
1865         sdev->no_uld_attach = !sd || !(sd->expose_state & HPSA_ULD_ATTACH);
1866
1867         if (sd)
1868                 queue_depth = sd->queue_depth != 0 ?
1869                         sd->queue_depth : sdev->host->can_queue;
1870         else
1871                 queue_depth = sdev->host->can_queue;
1872
1873         scsi_change_queue_depth(sdev, queue_depth);
1874
1875         return 0;
1876 }
1877
1878 static void hpsa_slave_destroy(struct scsi_device *sdev)
1879 {
1880         /* nothing to do. */
1881 }
1882
1883 static void hpsa_free_ioaccel2_sg_chain_blocks(struct ctlr_info *h)
1884 {
1885         int i;
1886
1887         if (!h->ioaccel2_cmd_sg_list)
1888                 return;
1889         for (i = 0; i < h->nr_cmds; i++) {
1890                 kfree(h->ioaccel2_cmd_sg_list[i]);
1891                 h->ioaccel2_cmd_sg_list[i] = NULL;
1892         }
1893         kfree(h->ioaccel2_cmd_sg_list);
1894         h->ioaccel2_cmd_sg_list = NULL;
1895 }
1896
1897 static int hpsa_allocate_ioaccel2_sg_chain_blocks(struct ctlr_info *h)
1898 {
1899         int i;
1900
1901         if (h->chainsize <= 0)
1902                 return 0;
1903
1904         h->ioaccel2_cmd_sg_list =
1905                 kzalloc(sizeof(*h->ioaccel2_cmd_sg_list) * h->nr_cmds,
1906                                         GFP_KERNEL);
1907         if (!h->ioaccel2_cmd_sg_list)
1908                 return -ENOMEM;
1909         for (i = 0; i < h->nr_cmds; i++) {
1910                 h->ioaccel2_cmd_sg_list[i] =
1911                         kmalloc(sizeof(*h->ioaccel2_cmd_sg_list[i]) *
1912                                         h->maxsgentries, GFP_KERNEL);
1913                 if (!h->ioaccel2_cmd_sg_list[i])
1914                         goto clean;
1915         }
1916         return 0;
1917
1918 clean:
1919         hpsa_free_ioaccel2_sg_chain_blocks(h);
1920         return -ENOMEM;
1921 }
1922
1923 static void hpsa_free_sg_chain_blocks(struct ctlr_info *h)
1924 {
1925         int i;
1926
1927         if (!h->cmd_sg_list)
1928                 return;
1929         for (i = 0; i < h->nr_cmds; i++) {
1930                 kfree(h->cmd_sg_list[i]);
1931                 h->cmd_sg_list[i] = NULL;
1932         }
1933         kfree(h->cmd_sg_list);
1934         h->cmd_sg_list = NULL;
1935 }
1936
1937 static int hpsa_alloc_sg_chain_blocks(struct ctlr_info *h)
1938 {
1939         int i;
1940
1941         if (h->chainsize <= 0)
1942                 return 0;
1943
1944         h->cmd_sg_list = kzalloc(sizeof(*h->cmd_sg_list) * h->nr_cmds,
1945                                 GFP_KERNEL);
1946         if (!h->cmd_sg_list) {
1947                 dev_err(&h->pdev->dev, "Failed to allocate SG list\n");
1948                 return -ENOMEM;
1949         }
1950         for (i = 0; i < h->nr_cmds; i++) {
1951                 h->cmd_sg_list[i] = kmalloc(sizeof(*h->cmd_sg_list[i]) *
1952                                                 h->chainsize, GFP_KERNEL);
1953                 if (!h->cmd_sg_list[i]) {
1954                         dev_err(&h->pdev->dev, "Failed to allocate cmd SG\n");
1955                         goto clean;
1956                 }
1957         }
1958         return 0;
1959
1960 clean:
1961         hpsa_free_sg_chain_blocks(h);
1962         return -ENOMEM;
1963 }
1964
1965 static int hpsa_map_ioaccel2_sg_chain_block(struct ctlr_info *h,
1966         struct io_accel2_cmd *cp, struct CommandList *c)
1967 {
1968         struct ioaccel2_sg_element *chain_block;
1969         u64 temp64;
1970         u32 chain_size;
1971
1972         chain_block = h->ioaccel2_cmd_sg_list[c->cmdindex];
1973         chain_size = le32_to_cpu(cp->data_len);
1974         temp64 = pci_map_single(h->pdev, chain_block, chain_size,
1975                                 PCI_DMA_TODEVICE);
1976         if (dma_mapping_error(&h->pdev->dev, temp64)) {
1977                 /* prevent subsequent unmapping */
1978                 cp->sg->address = 0;
1979                 return -1;
1980         }
1981         cp->sg->address = cpu_to_le64(temp64);
1982         return 0;
1983 }
1984
1985 static void hpsa_unmap_ioaccel2_sg_chain_block(struct ctlr_info *h,
1986         struct io_accel2_cmd *cp)
1987 {
1988         struct ioaccel2_sg_element *chain_sg;
1989         u64 temp64;
1990         u32 chain_size;
1991
1992         chain_sg = cp->sg;
1993         temp64 = le64_to_cpu(chain_sg->address);
1994         chain_size = le32_to_cpu(cp->data_len);
1995         pci_unmap_single(h->pdev, temp64, chain_size, PCI_DMA_TODEVICE);
1996 }
1997
1998 static int hpsa_map_sg_chain_block(struct ctlr_info *h,
1999         struct CommandList *c)
2000 {
2001         struct SGDescriptor *chain_sg, *chain_block;
2002         u64 temp64;
2003         u32 chain_len;
2004
2005         chain_sg = &c->SG[h->max_cmd_sg_entries - 1];
2006         chain_block = h->cmd_sg_list[c->cmdindex];
2007         chain_sg->Ext = cpu_to_le32(HPSA_SG_CHAIN);
2008         chain_len = sizeof(*chain_sg) *
2009                 (le16_to_cpu(c->Header.SGTotal) - h->max_cmd_sg_entries);
2010         chain_sg->Len = cpu_to_le32(chain_len);
2011         temp64 = pci_map_single(h->pdev, chain_block, chain_len,
2012                                 PCI_DMA_TODEVICE);
2013         if (dma_mapping_error(&h->pdev->dev, temp64)) {
2014                 /* prevent subsequent unmapping */
2015                 chain_sg->Addr = cpu_to_le64(0);
2016                 return -1;
2017         }
2018         chain_sg->Addr = cpu_to_le64(temp64);
2019         return 0;
2020 }
2021
2022 static void hpsa_unmap_sg_chain_block(struct ctlr_info *h,
2023         struct CommandList *c)
2024 {
2025         struct SGDescriptor *chain_sg;
2026
2027         if (le16_to_cpu(c->Header.SGTotal) <= h->max_cmd_sg_entries)
2028                 return;
2029
2030         chain_sg = &c->SG[h->max_cmd_sg_entries - 1];
2031         pci_unmap_single(h->pdev, le64_to_cpu(chain_sg->Addr),
2032                         le32_to_cpu(chain_sg->Len), PCI_DMA_TODEVICE);
2033 }
2034
2035
2036 /* Decode the various types of errors on ioaccel2 path.
2037  * Return 1 for any error that should generate a RAID path retry.
2038  * Return 0 for errors that don't require a RAID path retry.
2039  */
2040 static int handle_ioaccel_mode2_error(struct ctlr_info *h,
2041                                         struct CommandList *c,
2042                                         struct scsi_cmnd *cmd,
2043                                         struct io_accel2_cmd *c2)
2044 {
2045         int data_len;
2046         int retry = 0;
2047         u32 ioaccel2_resid = 0;
2048
2049         switch (c2->error_data.serv_response) {
2050         case IOACCEL2_SERV_RESPONSE_COMPLETE:
2051                 switch (c2->error_data.status) {
2052                 case IOACCEL2_STATUS_SR_TASK_COMP_GOOD:
2053                         break;
2054                 case IOACCEL2_STATUS_SR_TASK_COMP_CHK_COND:
2055                         cmd->result |= SAM_STAT_CHECK_CONDITION;
2056                         if (c2->error_data.data_present !=
2057                                         IOACCEL2_SENSE_DATA_PRESENT) {
2058                                 memset(cmd->sense_buffer, 0,
2059                                         SCSI_SENSE_BUFFERSIZE);
2060                                 break;
2061                         }
2062                         /* copy the sense data */
2063                         data_len = c2->error_data.sense_data_len;
2064                         if (data_len > SCSI_SENSE_BUFFERSIZE)
2065                                 data_len = SCSI_SENSE_BUFFERSIZE;
2066                         if (data_len > sizeof(c2->error_data.sense_data_buff))
2067                                 data_len =
2068                                         sizeof(c2->error_data.sense_data_buff);
2069                         memcpy(cmd->sense_buffer,
2070                                 c2->error_data.sense_data_buff, data_len);
2071                         retry = 1;
2072                         break;
2073                 case IOACCEL2_STATUS_SR_TASK_COMP_BUSY:
2074                         retry = 1;
2075                         break;
2076                 case IOACCEL2_STATUS_SR_TASK_COMP_RES_CON:
2077                         retry = 1;
2078                         break;
2079                 case IOACCEL2_STATUS_SR_TASK_COMP_SET_FULL:
2080                         retry = 1;
2081                         break;
2082                 case IOACCEL2_STATUS_SR_TASK_COMP_ABORTED:
2083                         retry = 1;
2084                         break;
2085                 default:
2086                         retry = 1;
2087                         break;
2088                 }
2089                 break;
2090         case IOACCEL2_SERV_RESPONSE_FAILURE:
2091                 switch (c2->error_data.status) {
2092                 case IOACCEL2_STATUS_SR_IO_ERROR:
2093                 case IOACCEL2_STATUS_SR_IO_ABORTED:
2094                 case IOACCEL2_STATUS_SR_OVERRUN:
2095                         retry = 1;
2096                         break;
2097                 case IOACCEL2_STATUS_SR_UNDERRUN:
2098                         cmd->result = (DID_OK << 16);           /* host byte */
2099                         cmd->result |= (COMMAND_COMPLETE << 8); /* msg byte */
2100                         ioaccel2_resid = get_unaligned_le32(
2101                                                 &c2->error_data.resid_cnt[0]);
2102                         scsi_set_resid(cmd, ioaccel2_resid);
2103                         break;
2104                 case IOACCEL2_STATUS_SR_NO_PATH_TO_DEVICE:
2105                 case IOACCEL2_STATUS_SR_INVALID_DEVICE:
2106                 case IOACCEL2_STATUS_SR_IOACCEL_DISABLED:
2107                         /* We will get an event from ctlr to trigger rescan */
2108                         retry = 1;
2109                         break;
2110                 default:
2111                         retry = 1;
2112                 }
2113                 break;
2114         case IOACCEL2_SERV_RESPONSE_TMF_COMPLETE:
2115                 break;
2116         case IOACCEL2_SERV_RESPONSE_TMF_SUCCESS:
2117                 break;
2118         case IOACCEL2_SERV_RESPONSE_TMF_REJECTED:
2119                 retry = 1;
2120                 break;
2121         case IOACCEL2_SERV_RESPONSE_TMF_WRONG_LUN:
2122                 break;
2123         default:
2124                 retry = 1;
2125                 break;
2126         }
2127
2128         return retry;   /* retry on raid path? */
2129 }
2130
2131 static void hpsa_cmd_resolve_events(struct ctlr_info *h,
2132                 struct CommandList *c)
2133 {
2134         bool do_wake = false;
2135
2136         /*
2137          * Prevent the following race in the abort handler:
2138          *
2139          * 1. LLD is requested to abort a SCSI command
2140          * 2. The SCSI command completes
2141          * 3. The struct CommandList associated with step 2 is made available
2142          * 4. New I/O request to LLD to another LUN re-uses struct CommandList
2143          * 5. Abort handler follows scsi_cmnd->host_scribble and
2144          *    finds struct CommandList and tries to aborts it
2145          * Now we have aborted the wrong command.
2146          *
2147          * Reset c->scsi_cmd here so that the abort or reset handler will know
2148          * this command has completed.  Then, check to see if the handler is
2149          * waiting for this command, and, if so, wake it.
2150          */
2151         c->scsi_cmd = SCSI_CMD_IDLE;
2152         mb();   /* Declare command idle before checking for pending events. */
2153         if (c->abort_pending) {
2154                 do_wake = true;
2155                 c->abort_pending = false;
2156         }
2157         if (c->reset_pending) {
2158                 unsigned long flags;
2159                 struct hpsa_scsi_dev_t *dev;
2160
2161                 /*
2162                  * There appears to be a reset pending; lock the lock and
2163                  * reconfirm.  If so, then decrement the count of outstanding
2164                  * commands and wake the reset command if this is the last one.
2165                  */
2166                 spin_lock_irqsave(&h->lock, flags);
2167                 dev = c->reset_pending;         /* Re-fetch under the lock. */
2168                 if (dev && atomic_dec_and_test(&dev->reset_cmds_out))
2169                         do_wake = true;
2170                 c->reset_pending = NULL;
2171                 spin_unlock_irqrestore(&h->lock, flags);
2172         }
2173
2174         if (do_wake)
2175                 wake_up_all(&h->event_sync_wait_queue);
2176 }
2177
2178 static void hpsa_cmd_resolve_and_free(struct ctlr_info *h,
2179                                       struct CommandList *c)
2180 {
2181         hpsa_cmd_resolve_events(h, c);
2182         cmd_tagged_free(h, c);
2183 }
2184
2185 static void hpsa_cmd_free_and_done(struct ctlr_info *h,
2186                 struct CommandList *c, struct scsi_cmnd *cmd)
2187 {
2188         hpsa_cmd_resolve_and_free(h, c);
2189         cmd->scsi_done(cmd);
2190 }
2191
2192 static void hpsa_retry_cmd(struct ctlr_info *h, struct CommandList *c)
2193 {
2194         INIT_WORK(&c->work, hpsa_command_resubmit_worker);
2195         queue_work_on(raw_smp_processor_id(), h->resubmit_wq, &c->work);
2196 }
2197
2198 static void hpsa_set_scsi_cmd_aborted(struct scsi_cmnd *cmd)
2199 {
2200         cmd->result = DID_ABORT << 16;
2201 }
2202
2203 static void hpsa_cmd_abort_and_free(struct ctlr_info *h, struct CommandList *c,
2204                                     struct scsi_cmnd *cmd)
2205 {
2206         hpsa_set_scsi_cmd_aborted(cmd);
2207         dev_warn(&h->pdev->dev, "CDB %16phN was aborted with status 0x%x\n",
2208                          c->Request.CDB, c->err_info->ScsiStatus);
2209         hpsa_cmd_resolve_and_free(h, c);
2210 }
2211
2212 static void process_ioaccel2_completion(struct ctlr_info *h,
2213                 struct CommandList *c, struct scsi_cmnd *cmd,
2214                 struct hpsa_scsi_dev_t *dev)
2215 {
2216         struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex];
2217
2218         /* check for good status */
2219         if (likely(c2->error_data.serv_response == 0 &&
2220                         c2->error_data.status == 0))
2221                 return hpsa_cmd_free_and_done(h, c, cmd);
2222
2223         /*
2224          * Any RAID offload error results in retry which will use
2225          * the normal I/O path so the controller can handle whatever's
2226          * wrong.
2227          */
2228         if (is_logical_dev_addr_mode(dev->scsi3addr) &&
2229                 c2->error_data.serv_response ==
2230                         IOACCEL2_SERV_RESPONSE_FAILURE) {
2231                 if (c2->error_data.status ==
2232                         IOACCEL2_STATUS_SR_IOACCEL_DISABLED)
2233                         dev->offload_enabled = 0;
2234
2235                 return hpsa_retry_cmd(h, c);
2236         }
2237
2238         if (handle_ioaccel_mode2_error(h, c, cmd, c2))
2239                 return hpsa_retry_cmd(h, c);
2240
2241         return hpsa_cmd_free_and_done(h, c, cmd);
2242 }
2243
2244 /* Returns 0 on success, < 0 otherwise. */
2245 static int hpsa_evaluate_tmf_status(struct ctlr_info *h,
2246                                         struct CommandList *cp)
2247 {
2248         u8 tmf_status = cp->err_info->ScsiStatus;
2249
2250         switch (tmf_status) {
2251         case CISS_TMF_COMPLETE:
2252                 /*
2253                  * CISS_TMF_COMPLETE never happens, instead,
2254                  * ei->CommandStatus == 0 for this case.
2255                  */
2256         case CISS_TMF_SUCCESS:
2257                 return 0;
2258         case CISS_TMF_INVALID_FRAME:
2259         case CISS_TMF_NOT_SUPPORTED:
2260         case CISS_TMF_FAILED:
2261         case CISS_TMF_WRONG_LUN:
2262         case CISS_TMF_OVERLAPPED_TAG:
2263                 break;
2264         default:
2265                 dev_warn(&h->pdev->dev, "Unknown TMF status: 0x%02x\n",
2266                                 tmf_status);
2267                 break;
2268         }
2269         return -tmf_status;
2270 }
2271
2272 static void complete_scsi_command(struct CommandList *cp)
2273 {
2274         struct scsi_cmnd *cmd;
2275         struct ctlr_info *h;
2276         struct ErrorInfo *ei;
2277         struct hpsa_scsi_dev_t *dev;
2278         struct io_accel2_cmd *c2;
2279
2280         u8 sense_key;
2281         u8 asc;      /* additional sense code */
2282         u8 ascq;     /* additional sense code qualifier */
2283         unsigned long sense_data_size;
2284
2285         ei = cp->err_info;
2286         cmd = cp->scsi_cmd;
2287         h = cp->h;
2288         dev = cmd->device->hostdata;
2289         c2 = &h->ioaccel2_cmd_pool[cp->cmdindex];
2290
2291         scsi_dma_unmap(cmd); /* undo the DMA mappings */
2292         if ((cp->cmd_type == CMD_SCSI) &&
2293                 (le16_to_cpu(cp->Header.SGTotal) > h->max_cmd_sg_entries))
2294                 hpsa_unmap_sg_chain_block(h, cp);
2295
2296         if ((cp->cmd_type == CMD_IOACCEL2) &&
2297                 (c2->sg[0].chain_indicator == IOACCEL2_CHAIN))
2298                 hpsa_unmap_ioaccel2_sg_chain_block(h, c2);
2299
2300         cmd->result = (DID_OK << 16);           /* host byte */
2301         cmd->result |= (COMMAND_COMPLETE << 8); /* msg byte */
2302
2303         if (cp->cmd_type == CMD_IOACCEL2 || cp->cmd_type == CMD_IOACCEL1)
2304                 atomic_dec(&cp->phys_disk->ioaccel_cmds_out);
2305
2306         /*
2307          * We check for lockup status here as it may be set for
2308          * CMD_SCSI, CMD_IOACCEL1 and CMD_IOACCEL2 commands by
2309          * fail_all_oustanding_cmds()
2310          */
2311         if (unlikely(ei->CommandStatus == CMD_CTLR_LOCKUP)) {
2312                 /* DID_NO_CONNECT will prevent a retry */
2313                 cmd->result = DID_NO_CONNECT << 16;
2314                 return hpsa_cmd_free_and_done(h, cp, cmd);
2315         }
2316
2317         if ((unlikely(hpsa_is_pending_event(cp)))) {
2318                 if (cp->reset_pending)
2319                         return hpsa_cmd_resolve_and_free(h, cp);
2320                 if (cp->abort_pending)
2321                         return hpsa_cmd_abort_and_free(h, cp, cmd);
2322         }
2323
2324         if (cp->cmd_type == CMD_IOACCEL2)
2325                 return process_ioaccel2_completion(h, cp, cmd, dev);
2326
2327         scsi_set_resid(cmd, ei->ResidualCnt);
2328         if (ei->CommandStatus == 0)
2329                 return hpsa_cmd_free_and_done(h, cp, cmd);
2330
2331         /* For I/O accelerator commands, copy over some fields to the normal
2332          * CISS header used below for error handling.
2333          */
2334         if (cp->cmd_type == CMD_IOACCEL1) {
2335                 struct io_accel1_cmd *c = &h->ioaccel_cmd_pool[cp->cmdindex];
2336                 cp->Header.SGList = scsi_sg_count(cmd);
2337                 cp->Header.SGTotal = cpu_to_le16(cp->Header.SGList);
2338                 cp->Request.CDBLen = le16_to_cpu(c->io_flags) &
2339                         IOACCEL1_IOFLAGS_CDBLEN_MASK;
2340                 cp->Header.tag = c->tag;
2341                 memcpy(cp->Header.LUN.LunAddrBytes, c->CISS_LUN, 8);
2342                 memcpy(cp->Request.CDB, c->CDB, cp->Request.CDBLen);
2343
2344                 /* Any RAID offload error results in retry which will use
2345                  * the normal I/O path so the controller can handle whatever's
2346                  * wrong.
2347                  */
2348                 if (is_logical_dev_addr_mode(dev->scsi3addr)) {
2349                         if (ei->CommandStatus == CMD_IOACCEL_DISABLED)
2350                                 dev->offload_enabled = 0;
2351                         return hpsa_retry_cmd(h, cp);
2352                 }
2353         }
2354
2355         /* an error has occurred */
2356         switch (ei->CommandStatus) {
2357
2358         case CMD_TARGET_STATUS:
2359                 cmd->result |= ei->ScsiStatus;
2360                 /* copy the sense data */
2361                 if (SCSI_SENSE_BUFFERSIZE < sizeof(ei->SenseInfo))
2362                         sense_data_size = SCSI_SENSE_BUFFERSIZE;
2363                 else
2364                         sense_data_size = sizeof(ei->SenseInfo);
2365                 if (ei->SenseLen < sense_data_size)
2366                         sense_data_size = ei->SenseLen;
2367                 memcpy(cmd->sense_buffer, ei->SenseInfo, sense_data_size);
2368                 if (ei->ScsiStatus)
2369                         decode_sense_data(ei->SenseInfo, sense_data_size,
2370                                 &sense_key, &asc, &ascq);
2371                 if (ei->ScsiStatus == SAM_STAT_CHECK_CONDITION) {
2372                         if (sense_key == ABORTED_COMMAND) {
2373                                 cmd->result |= DID_SOFT_ERROR << 16;
2374                                 break;
2375                         }
2376                         break;
2377                 }
2378                 /* Problem was not a check condition
2379                  * Pass it up to the upper layers...
2380                  */
2381                 if (ei->ScsiStatus) {
2382                         dev_warn(&h->pdev->dev, "cp %p has status 0x%x "
2383                                 "Sense: 0x%x, ASC: 0x%x, ASCQ: 0x%x, "
2384                                 "Returning result: 0x%x\n",
2385                                 cp, ei->ScsiStatus,
2386                                 sense_key, asc, ascq,
2387                                 cmd->result);
2388                 } else {  /* scsi status is zero??? How??? */
2389                         dev_warn(&h->pdev->dev, "cp %p SCSI status was 0. "
2390                                 "Returning no connection.\n", cp),
2391
2392                         /* Ordinarily, this case should never happen,
2393                          * but there is a bug in some released firmware
2394                          * revisions that allows it to happen if, for
2395                          * example, a 4100 backplane loses power and
2396                          * the tape drive is in it.  We assume that
2397                          * it's a fatal error of some kind because we
2398                          * can't show that it wasn't. We will make it
2399                          * look like selection timeout since that is
2400                          * the most common reason for this to occur,
2401                          * and it's severe enough.
2402                          */
2403
2404                         cmd->result = DID_NO_CONNECT << 16;
2405                 }
2406                 break;
2407
2408         case CMD_DATA_UNDERRUN: /* let mid layer handle it. */
2409                 break;
2410         case CMD_DATA_OVERRUN:
2411                 dev_warn(&h->pdev->dev,
2412                         "CDB %16phN data overrun\n", cp->Request.CDB);
2413                 break;
2414         case CMD_INVALID: {
2415                 /* print_bytes(cp, sizeof(*cp), 1, 0);
2416                 print_cmd(cp); */
2417                 /* We get CMD_INVALID if you address a non-existent device
2418                  * instead of a selection timeout (no response).  You will
2419                  * see this if you yank out a drive, then try to access it.
2420                  * This is kind of a shame because it means that any other
2421                  * CMD_INVALID (e.g. driver bug) will get interpreted as a
2422                  * missing target. */
2423                 cmd->result = DID_NO_CONNECT << 16;
2424         }
2425                 break;
2426         case CMD_PROTOCOL_ERR:
2427                 cmd->result = DID_ERROR << 16;
2428                 dev_warn(&h->pdev->dev, "CDB %16phN : protocol error\n",
2429                                 cp->Request.CDB);
2430                 break;
2431         case CMD_HARDWARE_ERR:
2432                 cmd->result = DID_ERROR << 16;
2433                 dev_warn(&h->pdev->dev, "CDB %16phN : hardware error\n",
2434                         cp->Request.CDB);
2435                 break;
2436         case CMD_CONNECTION_LOST:
2437                 cmd->result = DID_ERROR << 16;
2438                 dev_warn(&h->pdev->dev, "CDB %16phN : connection lost\n",
2439                         cp->Request.CDB);
2440                 break;
2441         case CMD_ABORTED:
2442                 /* Return now to avoid calling scsi_done(). */
2443                 return hpsa_cmd_abort_and_free(h, cp, cmd);
2444         case CMD_ABORT_FAILED:
2445                 cmd->result = DID_ERROR << 16;
2446                 dev_warn(&h->pdev->dev, "CDB %16phN : abort failed\n",
2447                         cp->Request.CDB);
2448                 break;
2449         case CMD_UNSOLICITED_ABORT:
2450                 cmd->result = DID_SOFT_ERROR << 16; /* retry the command */
2451                 dev_warn(&h->pdev->dev, "CDB %16phN : unsolicited abort\n",
2452                         cp->Request.CDB);
2453                 break;
2454         case CMD_TIMEOUT:
2455                 cmd->result = DID_TIME_OUT << 16;
2456                 dev_warn(&h->pdev->dev, "CDB %16phN timed out\n",
2457                         cp->Request.CDB);
2458                 break;
2459         case CMD_UNABORTABLE:
2460                 cmd->result = DID_ERROR << 16;
2461                 dev_warn(&h->pdev->dev, "Command unabortable\n");
2462                 break;
2463         case CMD_TMF_STATUS:
2464                 if (hpsa_evaluate_tmf_status(h, cp)) /* TMF failed? */
2465                         cmd->result = DID_ERROR << 16;
2466                 break;
2467         case CMD_IOACCEL_DISABLED:
2468                 /* This only handles the direct pass-through case since RAID
2469                  * offload is handled above.  Just attempt a retry.
2470                  */
2471                 cmd->result = DID_SOFT_ERROR << 16;
2472                 dev_warn(&h->pdev->dev,
2473                                 "cp %p had HP SSD Smart Path error\n", cp);
2474                 break;
2475         default:
2476                 cmd->result = DID_ERROR << 16;
2477                 dev_warn(&h->pdev->dev, "cp %p returned unknown status %x\n",
2478                                 cp, ei->CommandStatus);
2479         }
2480
2481         return hpsa_cmd_free_and_done(h, cp, cmd);
2482 }
2483
2484 static void hpsa_pci_unmap(struct pci_dev *pdev,
2485         struct CommandList *c, int sg_used, int data_direction)
2486 {
2487         int i;
2488
2489         for (i = 0; i < sg_used; i++)
2490                 pci_unmap_single(pdev, (dma_addr_t) le64_to_cpu(c->SG[i].Addr),
2491                                 le32_to_cpu(c->SG[i].Len),
2492                                 data_direction);
2493 }
2494
2495 static int hpsa_map_one(struct pci_dev *pdev,
2496                 struct CommandList *cp,
2497                 unsigned char *buf,
2498                 size_t buflen,
2499                 int data_direction)
2500 {
2501         u64 addr64;
2502
2503         if (buflen == 0 || data_direction == PCI_DMA_NONE) {
2504                 cp->Header.SGList = 0;
2505                 cp->Header.SGTotal = cpu_to_le16(0);
2506                 return 0;
2507         }
2508
2509         addr64 = pci_map_single(pdev, buf, buflen, data_direction);
2510         if (dma_mapping_error(&pdev->dev, addr64)) {
2511                 /* Prevent subsequent unmap of something never mapped */
2512                 cp->Header.SGList = 0;
2513                 cp->Header.SGTotal = cpu_to_le16(0);
2514                 return -1;
2515         }
2516         cp->SG[0].Addr = cpu_to_le64(addr64);
2517         cp->SG[0].Len = cpu_to_le32(buflen);
2518         cp->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* we are not chaining */
2519         cp->Header.SGList = 1;   /* no. SGs contig in this cmd */
2520         cp->Header.SGTotal = cpu_to_le16(1); /* total sgs in cmd list */
2521         return 0;
2522 }
2523
2524 #define NO_TIMEOUT ((unsigned long) -1)
2525 #define DEFAULT_TIMEOUT 30000 /* milliseconds */
2526 static int hpsa_scsi_do_simple_cmd_core(struct ctlr_info *h,
2527         struct CommandList *c, int reply_queue, unsigned long timeout_msecs)
2528 {
2529         DECLARE_COMPLETION_ONSTACK(wait);
2530
2531         c->waiting = &wait;
2532         __enqueue_cmd_and_start_io(h, c, reply_queue);
2533         if (timeout_msecs == NO_TIMEOUT) {
2534                 /* TODO: get rid of this no-timeout thing */
2535                 wait_for_completion_io(&wait);
2536                 return IO_OK;
2537         }
2538         if (!wait_for_completion_io_timeout(&wait,
2539                                         msecs_to_jiffies(timeout_msecs))) {
2540                 dev_warn(&h->pdev->dev, "Command timed out.\n");
2541                 return -ETIMEDOUT;
2542         }
2543         return IO_OK;
2544 }
2545
2546 static int hpsa_scsi_do_simple_cmd(struct ctlr_info *h, struct CommandList *c,
2547                                    int reply_queue, unsigned long timeout_msecs)
2548 {
2549         if (unlikely(lockup_detected(h))) {
2550                 c->err_info->CommandStatus = CMD_CTLR_LOCKUP;
2551                 return IO_OK;
2552         }
2553         return hpsa_scsi_do_simple_cmd_core(h, c, reply_queue, timeout_msecs);
2554 }
2555
2556 static u32 lockup_detected(struct ctlr_info *h)
2557 {
2558         int cpu;
2559         u32 rc, *lockup_detected;
2560
2561         cpu = get_cpu();
2562         lockup_detected = per_cpu_ptr(h->lockup_detected, cpu);
2563         rc = *lockup_detected;
2564         put_cpu();
2565         return rc;
2566 }
2567
2568 #define MAX_DRIVER_CMD_RETRIES 25
2569 static int hpsa_scsi_do_simple_cmd_with_retry(struct ctlr_info *h,
2570         struct CommandList *c, int data_direction, unsigned long timeout_msecs)
2571 {
2572         int backoff_time = 10, retry_count = 0;
2573         int rc;
2574
2575         do {
2576                 memset(c->err_info, 0, sizeof(*c->err_info));
2577                 rc = hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE,
2578                                                   timeout_msecs);
2579                 if (rc)
2580                         break;
2581                 retry_count++;
2582                 if (retry_count > 3) {
2583                         msleep(backoff_time);
2584                         if (backoff_time < 1000)
2585                                 backoff_time *= 2;
2586                 }
2587         } while ((check_for_unit_attention(h, c) ||
2588                         check_for_busy(h, c)) &&
2589                         retry_count <= MAX_DRIVER_CMD_RETRIES);
2590         hpsa_pci_unmap(h->pdev, c, 1, data_direction);
2591         if (retry_count > MAX_DRIVER_CMD_RETRIES)
2592                 rc = -EIO;
2593         return rc;
2594 }
2595
2596 static void hpsa_print_cmd(struct ctlr_info *h, char *txt,
2597                                 struct CommandList *c)
2598 {
2599         const u8 *cdb = c->Request.CDB;
2600         const u8 *lun = c->Header.LUN.LunAddrBytes;
2601
2602         dev_warn(&h->pdev->dev, "%s: LUN:%02x%02x%02x%02x%02x%02x%02x%02x"
2603         " CDB:%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x\n",
2604                 txt, lun[0], lun[1], lun[2], lun[3],
2605                 lun[4], lun[5], lun[6], lun[7],
2606                 cdb[0], cdb[1], cdb[2], cdb[3],
2607                 cdb[4], cdb[5], cdb[6], cdb[7],
2608                 cdb[8], cdb[9], cdb[10], cdb[11],
2609                 cdb[12], cdb[13], cdb[14], cdb[15]);
2610 }
2611
2612 static void hpsa_scsi_interpret_error(struct ctlr_info *h,
2613                         struct CommandList *cp)
2614 {
2615         const struct ErrorInfo *ei = cp->err_info;
2616         struct device *d = &cp->h->pdev->dev;
2617         u8 sense_key, asc, ascq;
2618         int sense_len;
2619
2620         switch (ei->CommandStatus) {
2621         case CMD_TARGET_STATUS:
2622                 if (ei->SenseLen > sizeof(ei->SenseInfo))
2623                         sense_len = sizeof(ei->SenseInfo);
2624                 else
2625                         sense_len = ei->SenseLen;
2626                 decode_sense_data(ei->SenseInfo, sense_len,
2627                                         &sense_key, &asc, &ascq);
2628                 hpsa_print_cmd(h, "SCSI status", cp);
2629                 if (ei->ScsiStatus == SAM_STAT_CHECK_CONDITION)
2630                         dev_warn(d, "SCSI Status = 02, Sense key = 0x%02x, ASC = 0x%02x, ASCQ = 0x%02x\n",
2631                                 sense_key, asc, ascq);
2632                 else
2633                         dev_warn(d, "SCSI Status = 0x%02x\n", ei->ScsiStatus);
2634                 if (ei->ScsiStatus == 0)
2635                         dev_warn(d, "SCSI status is abnormally zero.  "
2636                         "(probably indicates selection timeout "
2637                         "reported incorrectly due to a known "
2638                         "firmware bug, circa July, 2001.)\n");
2639                 break;
2640         case CMD_DATA_UNDERRUN: /* let mid layer handle it. */
2641                 break;
2642         case CMD_DATA_OVERRUN:
2643                 hpsa_print_cmd(h, "overrun condition", cp);
2644                 break;
2645         case CMD_INVALID: {
2646                 /* controller unfortunately reports SCSI passthru's
2647                  * to non-existent targets as invalid commands.
2648                  */
2649                 hpsa_print_cmd(h, "invalid command", cp);
2650                 dev_warn(d, "probably means device no longer present\n");
2651                 }
2652                 break;
2653         case CMD_PROTOCOL_ERR:
2654                 hpsa_print_cmd(h, "protocol error", cp);
2655                 break;
2656         case CMD_HARDWARE_ERR:
2657                 hpsa_print_cmd(h, "hardware error", cp);
2658                 break;
2659         case CMD_CONNECTION_LOST:
2660                 hpsa_print_cmd(h, "connection lost", cp);
2661                 break;
2662         case CMD_ABORTED:
2663                 hpsa_print_cmd(h, "aborted", cp);
2664                 break;
2665         case CMD_ABORT_FAILED:
2666                 hpsa_print_cmd(h, "abort failed", cp);
2667                 break;
2668         case CMD_UNSOLICITED_ABORT:
2669                 hpsa_print_cmd(h, "unsolicited abort", cp);
2670                 break;
2671         case CMD_TIMEOUT:
2672                 hpsa_print_cmd(h, "timed out", cp);
2673                 break;
2674         case CMD_UNABORTABLE:
2675                 hpsa_print_cmd(h, "unabortable", cp);
2676                 break;
2677         case CMD_CTLR_LOCKUP:
2678                 hpsa_print_cmd(h, "controller lockup detected", cp);
2679                 break;
2680         default:
2681                 hpsa_print_cmd(h, "unknown status", cp);
2682                 dev_warn(d, "Unknown command status %x\n",
2683                                 ei->CommandStatus);
2684         }
2685 }
2686
2687 static int hpsa_scsi_do_inquiry(struct ctlr_info *h, unsigned char *scsi3addr,
2688                         u16 page, unsigned char *buf,
2689                         unsigned char bufsize)
2690 {
2691         int rc = IO_OK;
2692         struct CommandList *c;
2693         struct ErrorInfo *ei;
2694
2695         c = cmd_alloc(h);
2696
2697         if (fill_cmd(c, HPSA_INQUIRY, h, buf, bufsize,
2698                         page, scsi3addr, TYPE_CMD)) {
2699                 rc = -1;
2700                 goto out;
2701         }
2702         rc = hpsa_scsi_do_simple_cmd_with_retry(h, c,
2703                                         PCI_DMA_FROMDEVICE, NO_TIMEOUT);
2704         if (rc)
2705                 goto out;
2706         ei = c->err_info;
2707         if (ei->CommandStatus != 0 && ei->CommandStatus != CMD_DATA_UNDERRUN) {
2708                 hpsa_scsi_interpret_error(h, c);
2709                 rc = -1;
2710         }
2711 out:
2712         cmd_free(h, c);
2713         return rc;
2714 }
2715
2716 static int hpsa_send_reset(struct ctlr_info *h, unsigned char *scsi3addr,
2717         u8 reset_type, int reply_queue)
2718 {
2719         int rc = IO_OK;
2720         struct CommandList *c;
2721         struct ErrorInfo *ei;
2722
2723         c = cmd_alloc(h);
2724
2725
2726         /* fill_cmd can't fail here, no data buffer to map. */
2727         (void) fill_cmd(c, HPSA_DEVICE_RESET_MSG, h, NULL, 0, 0,
2728                         scsi3addr, TYPE_MSG);
2729         c->Request.CDB[1] = reset_type; /* fill_cmd defaults to LUN reset */
2730         rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT);
2731         if (rc) {
2732                 dev_warn(&h->pdev->dev, "Failed to send reset command\n");
2733                 goto out;
2734         }
2735         /* no unmap needed here because no data xfer. */
2736
2737         ei = c->err_info;
2738         if (ei->CommandStatus != 0) {
2739                 hpsa_scsi_interpret_error(h, c);
2740                 rc = -1;
2741         }
2742 out:
2743         cmd_free(h, c);
2744         return rc;
2745 }
2746
2747 static bool hpsa_cmd_dev_match(struct ctlr_info *h, struct CommandList *c,
2748                                struct hpsa_scsi_dev_t *dev,
2749                                unsigned char *scsi3addr)
2750 {
2751         int i;
2752         bool match = false;
2753         struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex];
2754         struct hpsa_tmf_struct *ac = (struct hpsa_tmf_struct *) c2;
2755
2756         if (hpsa_is_cmd_idle(c))
2757                 return false;
2758
2759         switch (c->cmd_type) {
2760         case CMD_SCSI:
2761         case CMD_IOCTL_PEND:
2762                 match = !memcmp(scsi3addr, &c->Header.LUN.LunAddrBytes,
2763                                 sizeof(c->Header.LUN.LunAddrBytes));
2764                 break;
2765
2766         case CMD_IOACCEL1:
2767         case CMD_IOACCEL2:
2768                 if (c->phys_disk == dev) {
2769                         /* HBA mode match */
2770                         match = true;
2771                 } else {
2772                         /* Possible RAID mode -- check each phys dev. */
2773                         /* FIXME:  Do we need to take out a lock here?  If
2774                          * so, we could just call hpsa_get_pdisk_of_ioaccel2()
2775                          * instead. */
2776                         for (i = 0; i < dev->nphysical_disks && !match; i++) {
2777                                 /* FIXME: an alternate test might be
2778                                  *
2779                                  * match = dev->phys_disk[i]->ioaccel_handle
2780                                  *              == c2->scsi_nexus;      */
2781                                 match = dev->phys_disk[i] == c->phys_disk;
2782                         }
2783                 }
2784                 break;
2785
2786         case IOACCEL2_TMF:
2787                 for (i = 0; i < dev->nphysical_disks && !match; i++) {
2788                         match = dev->phys_disk[i]->ioaccel_handle ==
2789                                         le32_to_cpu(ac->it_nexus);
2790                 }
2791                 break;
2792
2793         case 0:         /* The command is in the middle of being initialized. */
2794                 match = false;
2795                 break;
2796
2797         default:
2798                 dev_err(&h->pdev->dev, "unexpected cmd_type: %d\n",
2799                         c->cmd_type);
2800                 BUG();
2801         }
2802
2803         return match;
2804 }
2805
2806 static int hpsa_do_reset(struct ctlr_info *h, struct hpsa_scsi_dev_t *dev,
2807         unsigned char *scsi3addr, u8 reset_type, int reply_queue)
2808 {
2809         int i;
2810         int rc = 0;
2811
2812         /* We can really only handle one reset at a time */
2813         if (mutex_lock_interruptible(&h->reset_mutex) == -EINTR) {
2814                 dev_warn(&h->pdev->dev, "concurrent reset wait interrupted.\n");
2815                 return -EINTR;
2816         }
2817
2818         BUG_ON(atomic_read(&dev->reset_cmds_out) != 0);
2819
2820         for (i = 0; i < h->nr_cmds; i++) {
2821                 struct CommandList *c = h->cmd_pool + i;
2822                 int refcount = atomic_inc_return(&c->refcount);
2823
2824                 if (refcount > 1 && hpsa_cmd_dev_match(h, c, dev, scsi3addr)) {
2825                         unsigned long flags;
2826
2827                         /*
2828                          * Mark the target command as having a reset pending,
2829                          * then lock a lock so that the command cannot complete
2830                          * while we're considering it.  If the command is not
2831                          * idle then count it; otherwise revoke the event.
2832                          */
2833                         c->reset_pending = dev;
2834                         spin_lock_irqsave(&h->lock, flags);     /* Implied MB */
2835                         if (!hpsa_is_cmd_idle(c))
2836                                 atomic_inc(&dev->reset_cmds_out);
2837                         else
2838                                 c->reset_pending = NULL;
2839                         spin_unlock_irqrestore(&h->lock, flags);
2840                 }
2841
2842                 cmd_free(h, c);
2843         }
2844
2845         rc = hpsa_send_reset(h, scsi3addr, reset_type, reply_queue);
2846         if (!rc)
2847                 wait_event(h->event_sync_wait_queue,
2848                         atomic_read(&dev->reset_cmds_out) == 0 ||
2849                         lockup_detected(h));
2850
2851         if (unlikely(lockup_detected(h))) {
2852                 dev_warn(&h->pdev->dev,
2853                          "Controller lockup detected during reset wait\n");
2854                 rc = -ENODEV;
2855         }
2856
2857         if (unlikely(rc))
2858                 atomic_set(&dev->reset_cmds_out, 0);
2859
2860         mutex_unlock(&h->reset_mutex);
2861         return rc;
2862 }
2863
2864 static void hpsa_get_raid_level(struct ctlr_info *h,
2865         unsigned char *scsi3addr, unsigned char *raid_level)
2866 {
2867         int rc;
2868         unsigned char *buf;
2869
2870         *raid_level = RAID_UNKNOWN;
2871         buf = kzalloc(64, GFP_KERNEL);
2872         if (!buf)
2873                 return;
2874         rc = hpsa_scsi_do_inquiry(h, scsi3addr, VPD_PAGE | 0xC1, buf, 64);
2875         if (rc == 0)
2876                 *raid_level = buf[8];
2877         if (*raid_level > RAID_UNKNOWN)
2878                 *raid_level = RAID_UNKNOWN;
2879         kfree(buf);
2880         return;
2881 }
2882
2883 #define HPSA_MAP_DEBUG
2884 #ifdef HPSA_MAP_DEBUG
2885 static void hpsa_debug_map_buff(struct ctlr_info *h, int rc,
2886                                 struct raid_map_data *map_buff)
2887 {
2888         struct raid_map_disk_data *dd = &map_buff->data[0];
2889         int map, row, col;
2890         u16 map_cnt, row_cnt, disks_per_row;
2891
2892         if (rc != 0)
2893                 return;
2894
2895         /* Show details only if debugging has been activated. */
2896         if (h->raid_offload_debug < 2)
2897                 return;
2898
2899         dev_info(&h->pdev->dev, "structure_size = %u\n",
2900                                 le32_to_cpu(map_buff->structure_size));
2901         dev_info(&h->pdev->dev, "volume_blk_size = %u\n",
2902                         le32_to_cpu(map_buff->volume_blk_size));
2903         dev_info(&h->pdev->dev, "volume_blk_cnt = 0x%llx\n",
2904                         le64_to_cpu(map_buff->volume_blk_cnt));
2905         dev_info(&h->pdev->dev, "physicalBlockShift = %u\n",
2906                         map_buff->phys_blk_shift);
2907         dev_info(&h->pdev->dev, "parity_rotation_shift = %u\n",
2908                         map_buff->parity_rotation_shift);
2909         dev_info(&h->pdev->dev, "strip_size = %u\n",
2910                         le16_to_cpu(map_buff->strip_size));
2911         dev_info(&h->pdev->dev, "disk_starting_blk = 0x%llx\n",
2912                         le64_to_cpu(map_buff->disk_starting_blk));
2913         dev_info(&h->pdev->dev, "disk_blk_cnt = 0x%llx\n",
2914                         le64_to_cpu(map_buff->disk_blk_cnt));
2915         dev_info(&h->pdev->dev, "data_disks_per_row = %u\n",
2916                         le16_to_cpu(map_buff->data_disks_per_row));
2917         dev_info(&h->pdev->dev, "metadata_disks_per_row = %u\n",
2918                         le16_to_cpu(map_buff->metadata_disks_per_row));
2919         dev_info(&h->pdev->dev, "row_cnt = %u\n",
2920                         le16_to_cpu(map_buff->row_cnt));
2921         dev_info(&h->pdev->dev, "layout_map_count = %u\n",
2922                         le16_to_cpu(map_buff->layout_map_count));
2923         dev_info(&h->pdev->dev, "flags = 0x%x\n",
2924                         le16_to_cpu(map_buff->flags));
2925         dev_info(&h->pdev->dev, "encrypytion = %s\n",
2926                         le16_to_cpu(map_buff->flags) &
2927                         RAID_MAP_FLAG_ENCRYPT_ON ?  "ON" : "OFF");
2928         dev_info(&h->pdev->dev, "dekindex = %u\n",
2929                         le16_to_cpu(map_buff->dekindex));
2930         map_cnt = le16_to_cpu(map_buff->layout_map_count);
2931         for (map = 0; map < map_cnt; map++) {
2932                 dev_info(&h->pdev->dev, "Map%u:\n", map);
2933                 row_cnt = le16_to_cpu(map_buff->row_cnt);
2934                 for (row = 0; row < row_cnt; row++) {
2935                         dev_info(&h->pdev->dev, "  Row%u:\n", row);
2936                         disks_per_row =
2937                                 le16_to_cpu(map_buff->data_disks_per_row);
2938                         for (col = 0; col < disks_per_row; col++, dd++)
2939                                 dev_info(&h->pdev->dev,
2940                                         "    D%02u: h=0x%04x xor=%u,%u\n",
2941                                         col, dd->ioaccel_handle,
2942                                         dd->xor_mult[0], dd->xor_mult[1]);
2943                         disks_per_row =
2944                                 le16_to_cpu(map_buff->metadata_disks_per_row);
2945                         for (col = 0; col < disks_per_row; col++, dd++)
2946                                 dev_info(&h->pdev->dev,
2947                                         "    M%02u: h=0x%04x xor=%u,%u\n",
2948                                         col, dd->ioaccel_handle,
2949                                         dd->xor_mult[0], dd->xor_mult[1]);
2950                 }
2951         }
2952 }
2953 #else
2954 static void hpsa_debug_map_buff(__attribute__((unused)) struct ctlr_info *h,
2955                         __attribute__((unused)) int rc,
2956                         __attribute__((unused)) struct raid_map_data *map_buff)
2957 {
2958 }
2959 #endif
2960
2961 static int hpsa_get_raid_map(struct ctlr_info *h,
2962         unsigned char *scsi3addr, struct hpsa_scsi_dev_t *this_device)
2963 {
2964         int rc = 0;
2965         struct CommandList *c;
2966         struct ErrorInfo *ei;
2967
2968         c = cmd_alloc(h);
2969
2970         if (fill_cmd(c, HPSA_GET_RAID_MAP, h, &this_device->raid_map,
2971                         sizeof(this_device->raid_map), 0,
2972                         scsi3addr, TYPE_CMD)) {
2973                 dev_warn(&h->pdev->dev, "hpsa_get_raid_map fill_cmd failed\n");
2974                 cmd_free(h, c);
2975                 return -1;
2976         }
2977         rc = hpsa_scsi_do_simple_cmd_with_retry(h, c,
2978                                         PCI_DMA_FROMDEVICE, NO_TIMEOUT);
2979         if (rc)
2980                 goto out;
2981         ei = c->err_info;
2982         if (ei->CommandStatus != 0 && ei->CommandStatus != CMD_DATA_UNDERRUN) {
2983                 hpsa_scsi_interpret_error(h, c);
2984                 rc = -1;
2985                 goto out;
2986         }
2987         cmd_free(h, c);
2988
2989         /* @todo in the future, dynamically allocate RAID map memory */
2990         if (le32_to_cpu(this_device->raid_map.structure_size) >
2991                                 sizeof(this_device->raid_map)) {
2992                 dev_warn(&h->pdev->dev, "RAID map size is too large!\n");
2993                 rc = -1;
2994         }
2995         hpsa_debug_map_buff(h, rc, &this_device->raid_map);
2996         return rc;
2997 out:
2998         cmd_free(h, c);
2999         return rc;
3000 }
3001
3002 static int hpsa_bmic_id_physical_device(struct ctlr_info *h,
3003                 unsigned char scsi3addr[], u16 bmic_device_index,
3004                 struct bmic_identify_physical_device *buf, size_t bufsize)
3005 {
3006         int rc = IO_OK;
3007         struct CommandList *c;
3008         struct ErrorInfo *ei;
3009
3010         c = cmd_alloc(h);
3011         rc = fill_cmd(c, BMIC_IDENTIFY_PHYSICAL_DEVICE, h, buf, bufsize,
3012                 0, RAID_CTLR_LUNID, TYPE_CMD);
3013         if (rc)
3014                 goto out;
3015
3016         c->Request.CDB[2] = bmic_device_index & 0xff;
3017         c->Request.CDB[9] = (bmic_device_index >> 8) & 0xff;
3018
3019         hpsa_scsi_do_simple_cmd_with_retry(h, c, PCI_DMA_FROMDEVICE,
3020                                                 NO_TIMEOUT);
3021         ei = c->err_info;
3022         if (ei->CommandStatus != 0 && ei->CommandStatus != CMD_DATA_UNDERRUN) {
3023                 hpsa_scsi_interpret_error(h, c);
3024                 rc = -1;
3025         }
3026 out:
3027         cmd_free(h, c);
3028         return rc;
3029 }
3030
3031 static int hpsa_vpd_page_supported(struct ctlr_info *h,
3032         unsigned char scsi3addr[], u8 page)
3033 {
3034         int rc;
3035         int i;
3036         int pages;
3037         unsigned char *buf, bufsize;
3038
3039         buf = kzalloc(256, GFP_KERNEL);
3040         if (!buf)
3041                 return 0;
3042
3043         /* Get the size of the page list first */
3044         rc = hpsa_scsi_do_inquiry(h, scsi3addr,
3045                                 VPD_PAGE | HPSA_VPD_SUPPORTED_PAGES,
3046                                 buf, HPSA_VPD_HEADER_SZ);
3047         if (rc != 0)
3048                 goto exit_unsupported;
3049         pages = buf[3];
3050         if ((pages + HPSA_VPD_HEADER_SZ) <= 255)
3051                 bufsize = pages + HPSA_VPD_HEADER_SZ;
3052         else
3053                 bufsize = 255;
3054
3055         /* Get the whole VPD page list */
3056         rc = hpsa_scsi_do_inquiry(h, scsi3addr,
3057                                 VPD_PAGE | HPSA_VPD_SUPPORTED_PAGES,
3058                                 buf, bufsize);
3059         if (rc != 0)
3060                 goto exit_unsupported;
3061
3062         pages = buf[3];
3063         for (i = 1; i <= pages; i++)
3064                 if (buf[3 + i] == page)
3065                         goto exit_supported;
3066 exit_unsupported:
3067         kfree(buf);
3068         return 0;
3069 exit_supported:
3070         kfree(buf);
3071         return 1;
3072 }
3073
3074 static void hpsa_get_ioaccel_status(struct ctlr_info *h,
3075         unsigned char *scsi3addr, struct hpsa_scsi_dev_t *this_device)
3076 {
3077         int rc;
3078         unsigned char *buf;
3079         u8 ioaccel_status;
3080
3081         this_device->offload_config = 0;
3082         this_device->offload_enabled = 0;
3083         this_device->offload_to_be_enabled = 0;
3084
3085         buf = kzalloc(64, GFP_KERNEL);
3086         if (!buf)
3087                 return;
3088         if (!hpsa_vpd_page_supported(h, scsi3addr, HPSA_VPD_LV_IOACCEL_STATUS))
3089                 goto out;
3090         rc = hpsa_scsi_do_inquiry(h, scsi3addr,
3091                         VPD_PAGE | HPSA_VPD_LV_IOACCEL_STATUS, buf, 64);
3092         if (rc != 0)
3093                 goto out;
3094
3095 #define IOACCEL_STATUS_BYTE 4
3096 #define OFFLOAD_CONFIGURED_BIT 0x01
3097 #define OFFLOAD_ENABLED_BIT 0x02
3098         ioaccel_status = buf[IOACCEL_STATUS_BYTE];
3099         this_device->offload_config =
3100                 !!(ioaccel_status & OFFLOAD_CONFIGURED_BIT);
3101         if (this_device->offload_config) {
3102                 this_device->offload_enabled =
3103                         !!(ioaccel_status & OFFLOAD_ENABLED_BIT);
3104                 if (hpsa_get_raid_map(h, scsi3addr, this_device))
3105                         this_device->offload_enabled = 0;
3106         }
3107         this_device->offload_to_be_enabled = this_device->offload_enabled;
3108 out:
3109         kfree(buf);
3110         return;
3111 }
3112
3113 /* Get the device id from inquiry page 0x83 */
3114 static int hpsa_get_device_id(struct ctlr_info *h, unsigned char *scsi3addr,
3115         unsigned char *device_id, int buflen)
3116 {
3117         int rc;
3118         unsigned char *buf;
3119
3120         if (buflen > 16)
3121                 buflen = 16;
3122         buf = kzalloc(64, GFP_KERNEL);
3123         if (!buf)
3124                 return -ENOMEM;
3125         rc = hpsa_scsi_do_inquiry(h, scsi3addr, VPD_PAGE | 0x83, buf, 64);
3126         if (rc == 0)
3127                 memcpy(device_id, &buf[8], buflen);
3128         kfree(buf);
3129         return rc != 0;
3130 }
3131
3132 static int hpsa_scsi_do_report_luns(struct ctlr_info *h, int logical,
3133                 void *buf, int bufsize,
3134                 int extended_response)
3135 {
3136         int rc = IO_OK;
3137         struct CommandList *c;
3138         unsigned char scsi3addr[8];
3139         struct ErrorInfo *ei;
3140
3141         c = cmd_alloc(h);
3142
3143         /* address the controller */
3144         memset(scsi3addr, 0, sizeof(scsi3addr));
3145         if (fill_cmd(c, logical ? HPSA_REPORT_LOG : HPSA_REPORT_PHYS, h,
3146                 buf, bufsize, 0, scsi3addr, TYPE_CMD)) {
3147                 rc = -1;
3148                 goto out;
3149         }
3150         if (extended_response)
3151                 c->Request.CDB[1] = extended_response;
3152         rc = hpsa_scsi_do_simple_cmd_with_retry(h, c,
3153                                         PCI_DMA_FROMDEVICE, NO_TIMEOUT);
3154         if (rc)
3155                 goto out;
3156         ei = c->err_info;
3157         if (ei->CommandStatus != 0 &&
3158             ei->CommandStatus != CMD_DATA_UNDERRUN) {
3159                 hpsa_scsi_interpret_error(h, c);
3160                 rc = -1;
3161         } else {
3162                 struct ReportLUNdata *rld = buf;
3163
3164                 if (rld->extended_response_flag != extended_response) {
3165                         dev_err(&h->pdev->dev,
3166                                 "report luns requested format %u, got %u\n",
3167                                 extended_response,
3168                                 rld->extended_response_flag);
3169                         rc = -1;
3170                 }
3171         }
3172 out:
3173         cmd_free(h, c);
3174         return rc;
3175 }
3176
3177 static inline int hpsa_scsi_do_report_phys_luns(struct ctlr_info *h,
3178                 struct ReportExtendedLUNdata *buf, int bufsize)
3179 {
3180         return hpsa_scsi_do_report_luns(h, 0, buf, bufsize,
3181                                                 HPSA_REPORT_PHYS_EXTENDED);
3182 }
3183
3184 static inline int hpsa_scsi_do_report_log_luns(struct ctlr_info *h,
3185                 struct ReportLUNdata *buf, int bufsize)
3186 {
3187         return hpsa_scsi_do_report_luns(h, 1, buf, bufsize, 0);
3188 }
3189
3190 static inline void hpsa_set_bus_target_lun(struct hpsa_scsi_dev_t *device,
3191         int bus, int target, int lun)
3192 {
3193         device->bus = bus;
3194         device->target = target;
3195         device->lun = lun;
3196 }
3197
3198 /* Use VPD inquiry to get details of volume status */
3199 static int hpsa_get_volume_status(struct ctlr_info *h,
3200                                         unsigned char scsi3addr[])
3201 {
3202         int rc;
3203         int status;
3204         int size;
3205         unsigned char *buf;
3206
3207         buf = kzalloc(64, GFP_KERNEL);
3208         if (!buf)
3209                 return HPSA_VPD_LV_STATUS_UNSUPPORTED;
3210
3211         /* Does controller have VPD for logical volume status? */
3212         if (!hpsa_vpd_page_supported(h, scsi3addr, HPSA_VPD_LV_STATUS))
3213                 goto exit_failed;
3214
3215         /* Get the size of the VPD return buffer */
3216         rc = hpsa_scsi_do_inquiry(h, scsi3addr, VPD_PAGE | HPSA_VPD_LV_STATUS,
3217                                         buf, HPSA_VPD_HEADER_SZ);
3218         if (rc != 0)
3219                 goto exit_failed;
3220         size = buf[3];
3221
3222         /* Now get the whole VPD buffer */
3223         rc = hpsa_scsi_do_inquiry(h, scsi3addr, VPD_PAGE | HPSA_VPD_LV_STATUS,
3224                                         buf, size + HPSA_VPD_HEADER_SZ);
3225         if (rc != 0)
3226                 goto exit_failed;
3227         status = buf[4]; /* status byte */
3228
3229         kfree(buf);
3230         return status;
3231 exit_failed:
3232         kfree(buf);
3233         return HPSA_VPD_LV_STATUS_UNSUPPORTED;
3234 }
3235
3236 /* Determine offline status of a volume.
3237  * Return either:
3238  *  0 (not offline)
3239  *  0xff (offline for unknown reasons)
3240  *  # (integer code indicating one of several NOT READY states
3241  *     describing why a volume is to be kept offline)
3242  */
3243 static int hpsa_volume_offline(struct ctlr_info *h,
3244                                         unsigned char scsi3addr[])
3245 {
3246         struct CommandList *c;
3247         unsigned char *sense;
3248         u8 sense_key, asc, ascq;
3249         int sense_len;
3250         int rc, ldstat = 0;
3251         u16 cmd_status;
3252         u8 scsi_status;
3253 #define ASC_LUN_NOT_READY 0x04
3254 #define ASCQ_LUN_NOT_READY_FORMAT_IN_PROGRESS 0x04
3255 #define ASCQ_LUN_NOT_READY_INITIALIZING_CMD_REQ 0x02
3256
3257         c = cmd_alloc(h);
3258
3259         (void) fill_cmd(c, TEST_UNIT_READY, h, NULL, 0, 0, scsi3addr, TYPE_CMD);
3260         rc = hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE, NO_TIMEOUT);
3261         if (rc) {
3262                 cmd_free(h, c);
3263                 return 0;
3264         }
3265         sense = c->err_info->SenseInfo;
3266         if (c->err_info->SenseLen > sizeof(c->err_info->SenseInfo))
3267                 sense_len = sizeof(c->err_info->SenseInfo);
3268         else
3269                 sense_len = c->err_info->SenseLen;
3270         decode_sense_data(sense, sense_len, &sense_key, &asc, &ascq);
3271         cmd_status = c->err_info->CommandStatus;
3272         scsi_status = c->err_info->ScsiStatus;
3273         cmd_free(h, c);
3274         /* Is the volume 'not ready'? */
3275         if (cmd_status != CMD_TARGET_STATUS ||
3276                 scsi_status != SAM_STAT_CHECK_CONDITION ||
3277                 sense_key != NOT_READY ||
3278                 asc != ASC_LUN_NOT_READY)  {
3279                 return 0;
3280         }
3281
3282         /* Determine the reason for not ready state */
3283         ldstat = hpsa_get_volume_status(h, scsi3addr);
3284
3285         /* Keep volume offline in certain cases: */
3286         switch (ldstat) {
3287         case HPSA_LV_UNDERGOING_ERASE:
3288         case HPSA_LV_NOT_AVAILABLE:
3289         case HPSA_LV_UNDERGOING_RPI:
3290         case HPSA_LV_PENDING_RPI:
3291         case HPSA_LV_ENCRYPTED_NO_KEY:
3292         case HPSA_LV_PLAINTEXT_IN_ENCRYPT_ONLY_CONTROLLER:
3293         case HPSA_LV_UNDERGOING_ENCRYPTION:
3294         case HPSA_LV_UNDERGOING_ENCRYPTION_REKEYING:
3295         case HPSA_LV_ENCRYPTED_IN_NON_ENCRYPTED_CONTROLLER:
3296                 return ldstat;
3297         case HPSA_VPD_LV_STATUS_UNSUPPORTED:
3298                 /* If VPD status page isn't available,
3299                  * use ASC/ASCQ to determine state
3300                  */
3301                 if ((ascq == ASCQ_LUN_NOT_READY_FORMAT_IN_PROGRESS) ||
3302                         (ascq == ASCQ_LUN_NOT_READY_INITIALIZING_CMD_REQ))
3303                         return ldstat;
3304                 break;
3305         default:
3306                 break;
3307         }
3308         return 0;
3309 }
3310
3311 /*
3312  * Find out if a logical device supports aborts by simply trying one.
3313  * Smart Array may claim not to support aborts on logical drives, but
3314  * if a MSA2000 * is connected, the drives on that will be presented
3315  * by the Smart Array as logical drives, and aborts may be sent to
3316  * those devices successfully.  So the simplest way to find out is
3317  * to simply try an abort and see how the device responds.
3318  */
3319 static int hpsa_device_supports_aborts(struct ctlr_info *h,
3320                                         unsigned char *scsi3addr)
3321 {
3322         struct CommandList *c;
3323         struct ErrorInfo *ei;
3324         int rc = 0;
3325
3326         u64 tag = (u64) -1; /* bogus tag */
3327
3328         /* Assume that physical devices support aborts */
3329         if (!is_logical_dev_addr_mode(scsi3addr))
3330                 return 1;
3331
3332         c = cmd_alloc(h);
3333
3334         (void) fill_cmd(c, HPSA_ABORT_MSG, h, &tag, 0, 0, scsi3addr, TYPE_MSG);
3335         (void) hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE, NO_TIMEOUT);
3336         /* no unmap needed here because no data xfer. */
3337         ei = c->err_info;
3338         switch (ei->CommandStatus) {
3339         case CMD_INVALID:
3340                 rc = 0;
3341                 break;
3342         case CMD_UNABORTABLE:
3343         case CMD_ABORT_FAILED:
3344                 rc = 1;
3345                 break;
3346         case CMD_TMF_STATUS:
3347                 rc = hpsa_evaluate_tmf_status(h, c);
3348                 break;
3349         default:
3350                 rc = 0;
3351                 break;
3352         }
3353         cmd_free(h, c);
3354         return rc;
3355 }
3356
3357 static int hpsa_update_device_info(struct ctlr_info *h,
3358         unsigned char scsi3addr[], struct hpsa_scsi_dev_t *this_device,
3359         unsigned char *is_OBDR_device)
3360 {
3361
3362 #define OBDR_SIG_OFFSET 43
3363 #define OBDR_TAPE_SIG "$DR-10"
3364 #define OBDR_SIG_LEN (sizeof(OBDR_TAPE_SIG) - 1)
3365 #define OBDR_TAPE_INQ_SIZE (OBDR_SIG_OFFSET + OBDR_SIG_LEN)
3366
3367         unsigned char *inq_buff;
3368         unsigned char *obdr_sig;
3369         int rc = 0;
3370
3371         inq_buff = kzalloc(OBDR_TAPE_INQ_SIZE, GFP_KERNEL);
3372         if (!inq_buff) {
3373                 rc = -ENOMEM;
3374                 goto bail_out;
3375         }
3376
3377         /* Do an inquiry to the device to see what it is. */
3378         if (hpsa_scsi_do_inquiry(h, scsi3addr, 0, inq_buff,
3379                 (unsigned char) OBDR_TAPE_INQ_SIZE) != 0) {
3380                 /* Inquiry failed (msg printed already) */
3381                 dev_err(&h->pdev->dev,
3382                         "hpsa_update_device_info: inquiry failed\n");
3383                 rc = -EIO;
3384                 goto bail_out;
3385         }
3386
3387         this_device->devtype = (inq_buff[0] & 0x1f);
3388         memcpy(this_device->scsi3addr, scsi3addr, 8);
3389         memcpy(this_device->vendor, &inq_buff[8],
3390                 sizeof(this_device->vendor));
3391         memcpy(this_device->model, &inq_buff[16],
3392                 sizeof(this_device->model));
3393         memset(this_device->device_id, 0,
3394                 sizeof(this_device->device_id));
3395         hpsa_get_device_id(h, scsi3addr, this_device->device_id,
3396                 sizeof(this_device->device_id));
3397
3398         if (this_device->devtype == TYPE_DISK &&
3399                 is_logical_dev_addr_mode(scsi3addr)) {
3400                 int volume_offline;
3401
3402                 hpsa_get_raid_level(h, scsi3addr, &this_device->raid_level);
3403                 if (h->fw_support & MISC_FW_RAID_OFFLOAD_BASIC)
3404                         hpsa_get_ioaccel_status(h, scsi3addr, this_device);
3405                 volume_offline = hpsa_volume_offline(h, scsi3addr);
3406                 if (volume_offline < 0 || volume_offline > 0xff)
3407                         volume_offline = HPSA_VPD_LV_STATUS_UNSUPPORTED;
3408                 this_device->volume_offline = volume_offline & 0xff;
3409         } else {
3410                 this_device->raid_level = RAID_UNKNOWN;
3411                 this_device->offload_config = 0;
3412                 this_device->offload_enabled = 0;
3413                 this_device->offload_to_be_enabled = 0;
3414                 this_device->hba_ioaccel_enabled = 0;
3415                 this_device->volume_offline = 0;
3416                 this_device->queue_depth = h->nr_cmds;
3417         }
3418
3419         if (is_OBDR_device) {
3420                 /* See if this is a One-Button-Disaster-Recovery device
3421                  * by looking for "$DR-10" at offset 43 in inquiry data.
3422                  */
3423                 obdr_sig = &inq_buff[OBDR_SIG_OFFSET];
3424                 *is_OBDR_device = (this_device->devtype == TYPE_ROM &&
3425                                         strncmp(obdr_sig, OBDR_TAPE_SIG,
3426                                                 OBDR_SIG_LEN) == 0);
3427         }
3428         kfree(inq_buff);
3429         return 0;
3430
3431 bail_out:
3432         kfree(inq_buff);
3433         return rc;
3434 }
3435
3436 static void hpsa_update_device_supports_aborts(struct ctlr_info *h,
3437                         struct hpsa_scsi_dev_t *dev, u8 *scsi3addr)
3438 {
3439         unsigned long flags;
3440         int rc, entry;
3441         /*
3442          * See if this device supports aborts.  If we already know
3443          * the device, we already know if it supports aborts, otherwise
3444          * we have to find out if it supports aborts by trying one.
3445          */
3446         spin_lock_irqsave(&h->devlock, flags);
3447         rc = hpsa_scsi_find_entry(dev, h->dev, h->ndevices, &entry);
3448         if ((rc == DEVICE_SAME || rc == DEVICE_UPDATED) &&
3449                 entry >= 0 && entry < h->ndevices) {
3450                 dev->supports_aborts = h->dev[entry]->supports_aborts;
3451                 spin_unlock_irqrestore(&h->devlock, flags);
3452         } else {
3453                 spin_unlock_irqrestore(&h->devlock, flags);
3454                 dev->supports_aborts =
3455                                 hpsa_device_supports_aborts(h, scsi3addr);
3456                 if (dev->supports_aborts < 0)
3457                         dev->supports_aborts = 0;
3458         }
3459 }
3460
3461 static unsigned char *ext_target_model[] = {
3462         "MSA2012",
3463         "MSA2024",
3464         "MSA2312",
3465         "MSA2324",
3466         "P2000 G3 SAS",
3467         "MSA 2040 SAS",
3468         NULL,
3469 };
3470
3471 static int is_ext_target(struct ctlr_info *h, struct hpsa_scsi_dev_t *device)
3472 {
3473         int i;
3474
3475         for (i = 0; ext_target_model[i]; i++)
3476                 if (strncmp(device->model, ext_target_model[i],
3477                         strlen(ext_target_model[i])) == 0)
3478                         return 1;
3479         return 0;
3480 }
3481
3482 /* Helper function to assign bus, target, lun mapping of devices.
3483  * Puts non-external target logical volumes on bus 0, external target logical
3484  * volumes on bus 1, physical devices on bus 2. and the hba on bus 3.
3485  * Logical drive target and lun are assigned at this time, but
3486  * physical device lun and target assignment are deferred (assigned
3487  * in hpsa_find_target_lun, called by hpsa_scsi_add_entry.)
3488  */
3489 static void figure_bus_target_lun(struct ctlr_info *h,
3490         u8 *lunaddrbytes, struct hpsa_scsi_dev_t *device)
3491 {
3492         u32 lunid = le32_to_cpu(*((__le32 *) lunaddrbytes));
3493
3494         if (!is_logical_dev_addr_mode(lunaddrbytes)) {
3495                 /* physical device, target and lun filled in later */
3496                 if (is_hba_lunid(lunaddrbytes))
3497                         hpsa_set_bus_target_lun(device, 3, 0, lunid & 0x3fff);
3498                 else
3499                         /* defer target, lun assignment for physical devices */
3500                         hpsa_set_bus_target_lun(device, 2, -1, -1);
3501                 return;
3502         }
3503         /* It's a logical device */
3504         if (is_ext_target(h, device)) {
3505                 /* external target way, put logicals on bus 1
3506                  * and match target/lun numbers box
3507                  * reports, other smart array, bus 0, target 0, match lunid
3508                  */
3509                 hpsa_set_bus_target_lun(device,
3510                         1, (lunid >> 16) & 0x3fff, lunid & 0x00ff);
3511                 return;
3512         }
3513         hpsa_set_bus_target_lun(device, 0, 0, lunid & 0x3fff);
3514 }
3515
3516 /*
3517  * If there is no lun 0 on a target, linux won't find any devices.
3518  * For the external targets (arrays), we have to manually detect the enclosure
3519  * which is at lun zero, as CCISS_REPORT_PHYSICAL_LUNS doesn't report
3520  * it for some reason.  *tmpdevice is the target we're adding,
3521  * this_device is a pointer into the current element of currentsd[]
3522  * that we're building up in update_scsi_devices(), below.
3523  * lunzerobits is a bitmap that tracks which targets already have a
3524  * lun 0 assigned.
3525  * Returns 1 if an enclosure was added, 0 if not.
3526  */
3527 static int add_ext_target_dev(struct ctlr_info *h,
3528         struct hpsa_scsi_dev_t *tmpdevice,
3529         struct hpsa_scsi_dev_t *this_device, u8 *lunaddrbytes,
3530         unsigned long lunzerobits[], int *n_ext_target_devs)
3531 {
3532         unsigned char scsi3addr[8];
3533
3534         if (test_bit(tmpdevice->target, lunzerobits))
3535                 return 0; /* There is already a lun 0 on this target. */
3536
3537         if (!is_logical_dev_addr_mode(lunaddrbytes))
3538                 return 0; /* It's the logical targets that may lack lun 0. */
3539
3540         if (!is_ext_target(h, tmpdevice))
3541                 return 0; /* Only external target devices have this problem. */
3542
3543         if (tmpdevice->lun == 0) /* if lun is 0, then we have a lun 0. */
3544                 return 0;
3545
3546         memset(scsi3addr, 0, 8);
3547         scsi3addr[3] = tmpdevice->target;
3548         if (is_hba_lunid(scsi3addr))
3549                 return 0; /* Don't add the RAID controller here. */
3550
3551         if (is_scsi_rev_5(h))
3552                 return 0; /* p1210m doesn't need to do this. */
3553
3554         if (*n_ext_target_devs >= MAX_EXT_TARGETS) {
3555                 dev_warn(&h->pdev->dev, "Maximum number of external "
3556                         "target devices exceeded.  Check your hardware "
3557                         "configuration.");
3558                 return 0;
3559         }
3560
3561         if (hpsa_update_device_info(h, scsi3addr, this_device, NULL))
3562                 return 0;
3563         (*n_ext_target_devs)++;
3564         hpsa_set_bus_target_lun(this_device,
3565                                 tmpdevice->bus, tmpdevice->target, 0);
3566         hpsa_update_device_supports_aborts(h, this_device, scsi3addr);
3567         set_bit(tmpdevice->target, lunzerobits);
3568         return 1;
3569 }
3570
3571 /*
3572  * Get address of physical disk used for an ioaccel2 mode command:
3573  *      1. Extract ioaccel2 handle from the command.
3574  *      2. Find a matching ioaccel2 handle from list of physical disks.
3575  *      3. Return:
3576  *              1 and set scsi3addr to address of matching physical
3577  *              0 if no matching physical disk was found.
3578  */
3579 static int hpsa_get_pdisk_of_ioaccel2(struct ctlr_info *h,
3580         struct CommandList *ioaccel2_cmd_to_abort, unsigned char *scsi3addr)
3581 {
3582         struct io_accel2_cmd *c2 =
3583                         &h->ioaccel2_cmd_pool[ioaccel2_cmd_to_abort->cmdindex];
3584         unsigned long flags;
3585         int i;
3586
3587         spin_lock_irqsave(&h->devlock, flags);
3588         for (i = 0; i < h->ndevices; i++)
3589                 if (h->dev[i]->ioaccel_handle == le32_to_cpu(c2->scsi_nexus)) {
3590                         memcpy(scsi3addr, h->dev[i]->scsi3addr,
3591                                 sizeof(h->dev[i]->scsi3addr));
3592                         spin_unlock_irqrestore(&h->devlock, flags);
3593                         return 1;
3594                 }
3595         spin_unlock_irqrestore(&h->devlock, flags);
3596         return 0;
3597 }
3598
3599 /*
3600  * Do CISS_REPORT_PHYS and CISS_REPORT_LOG.  Data is returned in physdev,
3601  * logdev.  The number of luns in physdev and logdev are returned in
3602  * *nphysicals and *nlogicals, respectively.
3603  * Returns 0 on success, -1 otherwise.
3604  */
3605 static int hpsa_gather_lun_info(struct ctlr_info *h,
3606         struct ReportExtendedLUNdata *physdev, u32 *nphysicals,
3607         struct ReportLUNdata *logdev, u32 *nlogicals)
3608 {
3609         if (hpsa_scsi_do_report_phys_luns(h, physdev, sizeof(*physdev))) {
3610                 dev_err(&h->pdev->dev, "report physical LUNs failed.\n");
3611                 return -1;
3612         }
3613         *nphysicals = be32_to_cpu(*((__be32 *)physdev->LUNListLength)) / 24;
3614         if (*nphysicals > HPSA_MAX_PHYS_LUN) {
3615                 dev_warn(&h->pdev->dev, "maximum physical LUNs (%d) exceeded. %d LUNs ignored.\n",
3616                         HPSA_MAX_PHYS_LUN, *nphysicals - HPSA_MAX_PHYS_LUN);
3617                 *nphysicals = HPSA_MAX_PHYS_LUN;
3618         }
3619         if (hpsa_scsi_do_report_log_luns(h, logdev, sizeof(*logdev))) {
3620                 dev_err(&h->pdev->dev, "report logical LUNs failed.\n");
3621                 return -1;
3622         }
3623         *nlogicals = be32_to_cpu(*((__be32 *) logdev->LUNListLength)) / 8;
3624         /* Reject Logicals in excess of our max capability. */
3625         if (*nlogicals > HPSA_MAX_LUN) {
3626                 dev_warn(&h->pdev->dev,
3627                         "maximum logical LUNs (%d) exceeded.  "
3628                         "%d LUNs ignored.\n", HPSA_MAX_LUN,
3629                         *nlogicals - HPSA_MAX_LUN);
3630                         *nlogicals = HPSA_MAX_LUN;
3631         }
3632         if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) {
3633                 dev_warn(&h->pdev->dev,
3634                         "maximum logical + physical LUNs (%d) exceeded. "
3635                         "%d LUNs ignored.\n", HPSA_MAX_PHYS_LUN,
3636                         *nphysicals + *nlogicals - HPSA_MAX_PHYS_LUN);
3637                 *nlogicals = HPSA_MAX_PHYS_LUN - *nphysicals;
3638         }
3639         return 0;
3640 }
3641
3642 static u8 *figure_lunaddrbytes(struct ctlr_info *h, int raid_ctlr_position,
3643         int i, int nphysicals, int nlogicals,
3644         struct ReportExtendedLUNdata *physdev_list,
3645         struct ReportLUNdata *logdev_list)
3646 {
3647         /* Helper function, figure out where the LUN ID info is coming from
3648          * given index i, lists of physical and logical devices, where in
3649          * the list the raid controller is supposed to appear (first or last)
3650          */
3651
3652         int logicals_start = nphysicals + (raid_ctlr_position == 0);
3653         int last_device = nphysicals + nlogicals + (raid_ctlr_position == 0);
3654
3655         if (i == raid_ctlr_position)
3656                 return RAID_CTLR_LUNID;
3657
3658         if (i < logicals_start)
3659                 return &physdev_list->LUN[i -
3660                                 (raid_ctlr_position == 0)].lunid[0];
3661
3662         if (i < last_device)
3663                 return &logdev_list->LUN[i - nphysicals -
3664                         (raid_ctlr_position == 0)][0];
3665         BUG();
3666         return NULL;
3667 }
3668
3669 /* get physical drive ioaccel handle and queue depth */
3670 static void hpsa_get_ioaccel_drive_info(struct ctlr_info *h,
3671                 struct hpsa_scsi_dev_t *dev,
3672                 u8 *lunaddrbytes,
3673                 struct bmic_identify_physical_device *id_phys)
3674 {
3675         int rc;
3676         struct ext_report_lun_entry *rle =
3677                 (struct ext_report_lun_entry *) lunaddrbytes;
3678
3679         dev->ioaccel_handle = rle->ioaccel_handle;
3680         if (PHYS_IOACCEL(lunaddrbytes) && dev->ioaccel_handle)
3681                 dev->hba_ioaccel_enabled = 1;
3682         memset(id_phys, 0, sizeof(*id_phys));
3683         rc = hpsa_bmic_id_physical_device(h, lunaddrbytes,
3684                         GET_BMIC_DRIVE_NUMBER(lunaddrbytes), id_phys,
3685                         sizeof(*id_phys));
3686         if (!rc)
3687                 /* Reserve space for FW operations */
3688 #define DRIVE_CMDS_RESERVED_FOR_FW 2
3689 #define DRIVE_QUEUE_DEPTH 7
3690                 dev->queue_depth =
3691                         le16_to_cpu(id_phys->current_queue_depth_limit) -
3692                                 DRIVE_CMDS_RESERVED_FOR_FW;
3693         else
3694                 dev->queue_depth = DRIVE_QUEUE_DEPTH; /* conservative */
3695 }
3696
3697 static void hpsa_get_path_info(struct hpsa_scsi_dev_t *this_device,
3698         u8 *lunaddrbytes,
3699         struct bmic_identify_physical_device *id_phys)
3700 {
3701         if (PHYS_IOACCEL(lunaddrbytes)
3702                 && this_device->ioaccel_handle)
3703                 this_device->hba_ioaccel_enabled = 1;
3704
3705         memcpy(&this_device->active_path_index,
3706                 &id_phys->active_path_number,
3707                 sizeof(this_device->active_path_index));
3708         memcpy(&this_device->path_map,
3709                 &id_phys->redundant_path_present_map,
3710                 sizeof(this_device->path_map));
3711         memcpy(&this_device->box,
3712                 &id_phys->alternate_paths_phys_box_on_port,
3713                 sizeof(this_device->box));
3714         memcpy(&this_device->phys_connector,
3715                 &id_phys->alternate_paths_phys_connector,
3716                 sizeof(this_device->phys_connector));
3717         memcpy(&this_device->bay,
3718                 &id_phys->phys_bay_in_box,
3719                 sizeof(this_device->bay));
3720 }
3721
3722 static void hpsa_update_scsi_devices(struct ctlr_info *h)
3723 {
3724         /* the idea here is we could get notified
3725          * that some devices have changed, so we do a report
3726          * physical luns and report logical luns cmd, and adjust
3727          * our list of devices accordingly.
3728          *
3729          * The scsi3addr's of devices won't change so long as the
3730          * adapter is not reset.  That means we can rescan and
3731          * tell which devices we already know about, vs. new
3732          * devices, vs.  disappearing devices.
3733          */
3734         struct ReportExtendedLUNdata *physdev_list = NULL;
3735         struct ReportLUNdata *logdev_list = NULL;
3736         struct bmic_identify_physical_device *id_phys = NULL;
3737         u32 nphysicals = 0;
3738         u32 nlogicals = 0;
3739         u32 ndev_allocated = 0;
3740         struct hpsa_scsi_dev_t **currentsd, *this_device, *tmpdevice;
3741         int ncurrent = 0;
3742         int i, n_ext_target_devs, ndevs_to_allocate;
3743         int raid_ctlr_position;
3744         DECLARE_BITMAP(lunzerobits, MAX_EXT_TARGETS);
3745
3746         currentsd = kzalloc(sizeof(*currentsd) * HPSA_MAX_DEVICES, GFP_KERNEL);
3747         physdev_list = kzalloc(sizeof(*physdev_list), GFP_KERNEL);
3748         logdev_list = kzalloc(sizeof(*logdev_list), GFP_KERNEL);
3749         tmpdevice = kzalloc(sizeof(*tmpdevice), GFP_KERNEL);
3750         id_phys = kzalloc(sizeof(*id_phys), GFP_KERNEL);
3751
3752         if (!currentsd || !physdev_list || !logdev_list ||
3753                 !tmpdevice || !id_phys) {
3754                 dev_err(&h->pdev->dev, "out of memory\n");
3755                 goto out;
3756         }
3757         memset(lunzerobits, 0, sizeof(lunzerobits));
3758
3759         h->drv_req_rescan = 0; /* cancel scheduled rescan - we're doing it. */
3760
3761         if (hpsa_gather_lun_info(h, physdev_list, &nphysicals,
3762                         logdev_list, &nlogicals)) {
3763                 h->drv_req_rescan = 1;
3764                 goto out;
3765         }
3766
3767         /* We might see up to the maximum number of logical and physical disks
3768          * plus external target devices, and a device for the local RAID
3769          * controller.
3770          */
3771         ndevs_to_allocate = nphysicals + nlogicals + MAX_EXT_TARGETS + 1;
3772
3773         /* Allocate the per device structures */
3774         for (i = 0; i < ndevs_to_allocate; i++) {
3775                 if (i >= HPSA_MAX_DEVICES) {
3776                         dev_warn(&h->pdev->dev, "maximum devices (%d) exceeded."
3777                                 "  %d devices ignored.\n", HPSA_MAX_DEVICES,
3778                                 ndevs_to_allocate - HPSA_MAX_DEVICES);
3779                         break;
3780                 }
3781
3782                 currentsd[i] = kzalloc(sizeof(*currentsd[i]), GFP_KERNEL);
3783                 if (!currentsd[i]) {
3784                         dev_warn(&h->pdev->dev, "out of memory at %s:%d\n",
3785                                 __FILE__, __LINE__);
3786                         h->drv_req_rescan = 1;
3787                         goto out;
3788                 }
3789                 ndev_allocated++;
3790         }
3791
3792         if (is_scsi_rev_5(h))
3793                 raid_ctlr_position = 0;
3794         else
3795                 raid_ctlr_position = nphysicals + nlogicals;
3796
3797         /* adjust our table of devices */
3798         n_ext_target_devs = 0;
3799         for (i = 0; i < nphysicals + nlogicals + 1; i++) {
3800                 u8 *lunaddrbytes, is_OBDR = 0;
3801                 int rc = 0;
3802
3803                 /* Figure out where the LUN ID info is coming from */
3804                 lunaddrbytes = figure_lunaddrbytes(h, raid_ctlr_position,
3805                         i, nphysicals, nlogicals, physdev_list, logdev_list);
3806
3807                 /* skip masked non-disk devices */
3808                 if (MASKED_DEVICE(lunaddrbytes))
3809                         if (i < nphysicals + (raid_ctlr_position == 0) &&
3810                                 NON_DISK_PHYS_DEV(lunaddrbytes))
3811                                 continue;
3812
3813                 /* Get device type, vendor, model, device id */
3814                 rc = hpsa_update_device_info(h, lunaddrbytes, tmpdevice,
3815                                                         &is_OBDR);
3816                 if (rc == -ENOMEM) {
3817                         dev_warn(&h->pdev->dev,
3818                                 "Out of memory, rescan deferred.\n");
3819                         h->drv_req_rescan = 1;
3820                         goto out;
3821                 }
3822                 if (rc) {
3823                         dev_warn(&h->pdev->dev,
3824                                 "Inquiry failed, skipping device.\n");
3825                         continue;
3826                 }
3827
3828                 figure_bus_target_lun(h, lunaddrbytes, tmpdevice);
3829                 hpsa_update_device_supports_aborts(h, tmpdevice, lunaddrbytes);
3830                 this_device = currentsd[ncurrent];
3831
3832                 /*
3833                  * For external target devices, we have to insert a LUN 0 which
3834                  * doesn't show up in CCISS_REPORT_PHYSICAL data, but there
3835                  * is nonetheless an enclosure device there.  We have to
3836                  * present that otherwise linux won't find anything if
3837                  * there is no lun 0.
3838                  */
3839                 if (add_ext_target_dev(h, tmpdevice, this_device,
3840                                 lunaddrbytes, lunzerobits,
3841                                 &n_ext_target_devs)) {
3842                         ncurrent++;
3843                         this_device = currentsd[ncurrent];
3844                 }
3845
3846                 *this_device = *tmpdevice;
3847
3848                 /* do not expose masked devices */
3849                 if (MASKED_DEVICE(lunaddrbytes) &&
3850                         i < nphysicals + (raid_ctlr_position == 0)) {
3851                         this_device->expose_state = HPSA_DO_NOT_EXPOSE;
3852                 } else {
3853                         this_device->expose_state =
3854                                         HPSA_SG_ATTACH | HPSA_ULD_ATTACH;
3855                 }
3856
3857                 switch (this_device->devtype) {
3858                 case TYPE_ROM:
3859                         /* We don't *really* support actual CD-ROM devices,
3860                          * just "One Button Disaster Recovery" tape drive
3861                          * which temporarily pretends to be a CD-ROM drive.
3862                          * So we check that the device is really an OBDR tape
3863                          * device by checking for "$DR-10" in bytes 43-48 of
3864                          * the inquiry data.
3865                          */
3866                         if (is_OBDR)
3867                                 ncurrent++;
3868                         break;
3869                 case TYPE_DISK:
3870                         if (i < nphysicals + (raid_ctlr_position == 0)) {
3871                                 /* The disk is in HBA mode. */
3872                                 /* Never use RAID mapper in HBA mode. */
3873                                 this_device->offload_enabled = 0;
3874                                 hpsa_get_ioaccel_drive_info(h, this_device,
3875                                         lunaddrbytes, id_phys);
3876                                 hpsa_get_path_info(this_device, lunaddrbytes,
3877                                                         id_phys);
3878                         }
3879                         ncurrent++;
3880                         break;
3881                 case TYPE_TAPE:
3882                 case TYPE_MEDIUM_CHANGER:
3883                 case TYPE_ENCLOSURE:
3884                         ncurrent++;
3885                         break;
3886                 case TYPE_RAID:
3887                         /* Only present the Smartarray HBA as a RAID controller.
3888                          * If it's a RAID controller other than the HBA itself
3889                          * (an external RAID controller, MSA500 or similar)
3890                          * don't present it.
3891                          */
3892                         if (!is_hba_lunid(lunaddrbytes))
3893                                 break;
3894                         ncurrent++;
3895                         break;
3896                 default:
3897                         break;
3898                 }
3899                 if (ncurrent >= HPSA_MAX_DEVICES)
3900                         break;
3901         }
3902         adjust_hpsa_scsi_table(h, currentsd, ncurrent);
3903 out:
3904         kfree(tmpdevice);
3905         for (i = 0; i < ndev_allocated; i++)
3906                 kfree(currentsd[i]);
3907         kfree(currentsd);
3908         kfree(physdev_list);
3909         kfree(logdev_list);
3910         kfree(id_phys);
3911 }
3912
3913 static void hpsa_set_sg_descriptor(struct SGDescriptor *desc,
3914                                    struct scatterlist *sg)
3915 {
3916         u64 addr64 = (u64) sg_dma_address(sg);
3917         unsigned int len = sg_dma_len(sg);
3918
3919         desc->Addr = cpu_to_le64(addr64);
3920         desc->Len = cpu_to_le32(len);
3921         desc->Ext = 0;
3922 }
3923
3924 /*
3925  * hpsa_scatter_gather takes a struct scsi_cmnd, (cmd), and does the pci
3926  * dma mapping  and fills in the scatter gather entries of the
3927  * hpsa command, cp.
3928  */
3929 static int hpsa_scatter_gather(struct ctlr_info *h,
3930                 struct CommandList *cp,
3931                 struct scsi_cmnd *cmd)
3932 {
3933         struct scatterlist *sg;
3934         int use_sg, i, sg_limit, chained, last_sg;
3935         struct SGDescriptor *curr_sg;
3936
3937         BUG_ON(scsi_sg_count(cmd) > h->maxsgentries);
3938
3939         use_sg = scsi_dma_map(cmd);
3940         if (use_sg < 0)
3941                 return use_sg;
3942
3943         if (!use_sg)
3944                 goto sglist_finished;
3945
3946         /*
3947          * If the number of entries is greater than the max for a single list,
3948          * then we have a chained list; we will set up all but one entry in the
3949          * first list (the last entry is saved for link information);
3950          * otherwise, we don't have a chained list and we'll set up at each of
3951          * the entries in the one list.
3952          */
3953         curr_sg = cp->SG;
3954         chained = use_sg > h->max_cmd_sg_entries;
3955         sg_limit = chained ? h->max_cmd_sg_entries - 1 : use_sg;
3956         last_sg = scsi_sg_count(cmd) - 1;
3957         scsi_for_each_sg(cmd, sg, sg_limit, i) {
3958                 hpsa_set_sg_descriptor(curr_sg, sg);
3959                 curr_sg++;
3960         }
3961
3962         if (chained) {
3963                 /*
3964                  * Continue with the chained list.  Set curr_sg to the chained
3965                  * list.  Modify the limit to the total count less the entries
3966                  * we've already set up.  Resume the scan at the list entry
3967                  * where the previous loop left off.
3968                  */
3969                 curr_sg = h->cmd_sg_list[cp->cmdindex];
3970                 sg_limit = use_sg - sg_limit;
3971                 for_each_sg(sg, sg, sg_limit, i) {
3972                         hpsa_set_sg_descriptor(curr_sg, sg);
3973                         curr_sg++;
3974                 }
3975         }
3976
3977         /* Back the pointer up to the last entry and mark it as "last". */
3978         (curr_sg - 1)->Ext = cpu_to_le32(HPSA_SG_LAST);
3979
3980         if (use_sg + chained > h->maxSG)
3981                 h->maxSG = use_sg + chained;
3982
3983         if (chained) {
3984                 cp->Header.SGList = h->max_cmd_sg_entries;
3985                 cp->Header.SGTotal = cpu_to_le16(use_sg + 1);
3986                 if (hpsa_map_sg_chain_block(h, cp)) {
3987                         scsi_dma_unmap(cmd);
3988                         return -1;
3989                 }
3990                 return 0;
3991         }
3992
3993 sglist_finished:
3994
3995         cp->Header.SGList = (u8) use_sg;   /* no. SGs contig in this cmd */
3996         cp->Header.SGTotal = cpu_to_le16(use_sg); /* total sgs in cmd list */
3997         return 0;
3998 }
3999
4000 #define IO_ACCEL_INELIGIBLE (1)
4001 static int fixup_ioaccel_cdb(u8 *cdb, int *cdb_len)
4002 {
4003         int is_write = 0;
4004         u32 block;
4005         u32 block_cnt;
4006
4007         /* Perform some CDB fixups if needed using 10 byte reads/writes only */
4008         switch (cdb[0]) {
4009         case WRITE_6:
4010         case WRITE_12:
4011                 is_write = 1;
4012         case READ_6:
4013         case READ_12:
4014                 if (*cdb_len == 6) {
4015                         block = (((u32) cdb[2]) << 8) | cdb[3];
4016                         block_cnt = cdb[4];
4017                 } else {
4018                         BUG_ON(*cdb_len != 12);
4019                         block = (((u32) cdb[2]) << 24) |
4020                                 (((u32) cdb[3]) << 16) |
4021                                 (((u32) cdb[4]) << 8) |
4022                                 cdb[5];
4023                         block_cnt =
4024                                 (((u32) cdb[6]) << 24) |
4025                                 (((u32) cdb[7]) << 16) |
4026                                 (((u32) cdb[8]) << 8) |
4027                                 cdb[9];
4028                 }
4029                 if (block_cnt > 0xffff)
4030                         return IO_ACCEL_INELIGIBLE;
4031
4032                 cdb[0] = is_write ? WRITE_10 : READ_10;
4033                 cdb[1] = 0;
4034                 cdb[2] = (u8) (block >> 24);
4035                 cdb[3] = (u8) (block >> 16);
4036                 cdb[4] = (u8) (block >> 8);
4037                 cdb[5] = (u8) (block);
4038                 cdb[6] = 0;
4039                 cdb[7] = (u8) (block_cnt >> 8);
4040                 cdb[8] = (u8) (block_cnt);
4041                 cdb[9] = 0;
4042                 *cdb_len = 10;
4043                 break;
4044         }
4045         return 0;
4046 }
4047
4048 static int hpsa_scsi_ioaccel1_queue_command(struct ctlr_info *h,
4049         struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len,
4050         u8 *scsi3addr, struct hpsa_scsi_dev_t *phys_disk)
4051 {
4052         struct scsi_cmnd *cmd = c->scsi_cmd;
4053         struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[c->cmdindex];
4054         unsigned int len;
4055         unsigned int total_len = 0;
4056         struct scatterlist *sg;
4057         u64 addr64;
4058         int use_sg, i;
4059         struct SGDescriptor *curr_sg;
4060         u32 control = IOACCEL1_CONTROL_SIMPLEQUEUE;
4061
4062         /* TODO: implement chaining support */
4063         if (scsi_sg_count(cmd) > h->ioaccel_maxsg) {
4064                 atomic_dec(&phys_disk->ioaccel_cmds_out);
4065                 return IO_ACCEL_INELIGIBLE;
4066         }
4067
4068         BUG_ON(cmd->cmd_len > IOACCEL1_IOFLAGS_CDBLEN_MAX);
4069
4070         if (fixup_ioaccel_cdb(cdb, &cdb_len)) {
4071                 atomic_dec(&phys_disk->ioaccel_cmds_out);
4072                 return IO_ACCEL_INELIGIBLE;
4073         }
4074
4075         c->cmd_type = CMD_IOACCEL1;
4076
4077         /* Adjust the DMA address to point to the accelerated command buffer */
4078         c->busaddr = (u32) h->ioaccel_cmd_pool_dhandle +
4079                                 (c->cmdindex * sizeof(*cp));
4080         BUG_ON(c->busaddr & 0x0000007F);
4081
4082         use_sg = scsi_dma_map(cmd);
4083         if (use_sg < 0) {
4084                 atomic_dec(&phys_disk->ioaccel_cmds_out);
4085                 return use_sg;
4086         }
4087
4088         if (use_sg) {
4089                 curr_sg = cp->SG;
4090                 scsi_for_each_sg(cmd, sg, use_sg, i) {
4091                         addr64 = (u64) sg_dma_address(sg);
4092                         len  = sg_dma_len(sg);
4093                         total_len += len;
4094                         curr_sg->Addr = cpu_to_le64(addr64);
4095                         curr_sg->Len = cpu_to_le32(len);
4096                         curr_sg->Ext = cpu_to_le32(0);
4097                         curr_sg++;
4098                 }
4099                 (--curr_sg)->Ext = cpu_to_le32(HPSA_SG_LAST);
4100
4101                 switch (cmd->sc_data_direction) {
4102                 case DMA_TO_DEVICE:
4103                         control |= IOACCEL1_CONTROL_DATA_OUT;
4104                         break;
4105                 case DMA_FROM_DEVICE:
4106                         control |= IOACCEL1_CONTROL_DATA_IN;
4107                         break;
4108                 case DMA_NONE:
4109                         control |= IOACCEL1_CONTROL_NODATAXFER;
4110                         break;
4111                 default:
4112                         dev_err(&h->pdev->dev, "unknown data direction: %d\n",
4113                         cmd->sc_data_direction);
4114                         BUG();
4115                         break;
4116                 }
4117         } else {
4118                 control |= IOACCEL1_CONTROL_NODATAXFER;
4119         }
4120
4121         c->Header.SGList = use_sg;
4122         /* Fill out the command structure to submit */
4123         cp->dev_handle = cpu_to_le16(ioaccel_handle & 0xFFFF);
4124         cp->transfer_len = cpu_to_le32(total_len);
4125         cp->io_flags = cpu_to_le16(IOACCEL1_IOFLAGS_IO_REQ |
4126                         (cdb_len & IOACCEL1_IOFLAGS_CDBLEN_MASK));
4127         cp->control = cpu_to_le32(control);
4128         memcpy(cp->CDB, cdb, cdb_len);
4129         memcpy(cp->CISS_LUN, scsi3addr, 8);
4130         /* Tag was already set at init time. */
4131         enqueue_cmd_and_start_io(h, c);
4132         return 0;
4133 }
4134
4135 /*
4136  * Queue a command directly to a device behind the controller using the
4137  * I/O accelerator path.
4138  */
4139 static int hpsa_scsi_ioaccel_direct_map(struct ctlr_info *h,
4140         struct CommandList *c)
4141 {
4142         struct scsi_cmnd *cmd = c->scsi_cmd;
4143         struct hpsa_scsi_dev_t *dev = cmd->device->hostdata;
4144
4145         c->phys_disk = dev;
4146
4147         return hpsa_scsi_ioaccel_queue_command(h, c, dev->ioaccel_handle,
4148                 cmd->cmnd, cmd->cmd_len, dev->scsi3addr, dev);
4149 }
4150
4151 /*
4152  * Set encryption parameters for the ioaccel2 request
4153  */
4154 static void set_encrypt_ioaccel2(struct ctlr_info *h,
4155         struct CommandList *c, struct io_accel2_cmd *cp)
4156 {
4157         struct scsi_cmnd *cmd = c->scsi_cmd;
4158         struct hpsa_scsi_dev_t *dev = cmd->device->hostdata;
4159         struct raid_map_data *map = &dev->raid_map;
4160         u64 first_block;
4161
4162         /* Are we doing encryption on this device */
4163         if (!(le16_to_cpu(map->flags) & RAID_MAP_FLAG_ENCRYPT_ON))
4164                 return;
4165         /* Set the data encryption key index. */
4166         cp->dekindex = map->dekindex;
4167
4168         /* Set the encryption enable flag, encoded into direction field. */
4169         cp->direction |= IOACCEL2_DIRECTION_ENCRYPT_MASK;
4170
4171         /* Set encryption tweak values based on logical block address
4172          * If block size is 512, tweak value is LBA.
4173          * For other block sizes, tweak is (LBA * block size)/ 512)
4174          */
4175         switch (cmd->cmnd[0]) {
4176         /* Required? 6-byte cdbs eliminated by fixup_ioaccel_cdb */
4177         case WRITE_6:
4178         case READ_6:
4179                 first_block = get_unaligned_be16(&cmd->cmnd[2]);
4180                 break;
4181         case WRITE_10:
4182         case READ_10:
4183         /* Required? 12-byte cdbs eliminated by fixup_ioaccel_cdb */
4184         case WRITE_12:
4185         case READ_12:
4186                 first_block = get_unaligned_be32(&cmd->cmnd[2]);
4187                 break;
4188         case WRITE_16:
4189         case READ_16:
4190                 first_block = get_unaligned_be64(&cmd->cmnd[2]);
4191                 break;
4192         default:
4193                 dev_err(&h->pdev->dev,
4194                         "ERROR: %s: size (0x%x) not supported for encryption\n",
4195                         __func__, cmd->cmnd[0]);
4196                 BUG();
4197                 break;
4198         }
4199
4200         if (le32_to_cpu(map->volume_blk_size) != 512)
4201                 first_block = first_block *
4202                                 le32_to_cpu(map->volume_blk_size)/512;
4203
4204         cp->tweak_lower = cpu_to_le32(first_block);
4205         cp->tweak_upper = cpu_to_le32(first_block >> 32);
4206 }
4207
4208 static int hpsa_scsi_ioaccel2_queue_command(struct ctlr_info *h,
4209         struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len,
4210         u8 *scsi3addr, struct hpsa_scsi_dev_t *phys_disk)
4211 {
4212         struct scsi_cmnd *cmd = c->scsi_cmd;
4213         struct io_accel2_cmd *cp = &h->ioaccel2_cmd_pool[c->cmdindex];
4214         struct ioaccel2_sg_element *curr_sg;
4215         int use_sg, i;
4216         struct scatterlist *sg;
4217         u64 addr64;
4218         u32 len;
4219         u32 total_len = 0;
4220
4221         BUG_ON(scsi_sg_count(cmd) > h->maxsgentries);
4222
4223         if (fixup_ioaccel_cdb(cdb, &cdb_len)) {
4224                 atomic_dec(&phys_disk->ioaccel_cmds_out);
4225                 return IO_ACCEL_INELIGIBLE;
4226         }
4227
4228         c->cmd_type = CMD_IOACCEL2;
4229         /* Adjust the DMA address to point to the accelerated command buffer */
4230         c->busaddr = (u32) h->ioaccel2_cmd_pool_dhandle +
4231                                 (c->cmdindex * sizeof(*cp));
4232         BUG_ON(c->busaddr & 0x0000007F);
4233
4234         memset(cp, 0, sizeof(*cp));
4235         cp->IU_type = IOACCEL2_IU_TYPE;
4236
4237         use_sg = scsi_dma_map(cmd);
4238         if (use_sg < 0) {
4239                 atomic_dec(&phys_disk->ioaccel_cmds_out);
4240                 return use_sg;
4241         }
4242
4243         if (use_sg) {
4244                 curr_sg = cp->sg;
4245                 if (use_sg > h->ioaccel_maxsg) {
4246                         addr64 = le64_to_cpu(
4247                                 h->ioaccel2_cmd_sg_list[c->cmdindex]->address);
4248                         curr_sg->address = cpu_to_le64(addr64);
4249                         curr_sg->length = 0;
4250                         curr_sg->reserved[0] = 0;
4251                         curr_sg->reserved[1] = 0;
4252                         curr_sg->reserved[2] = 0;
4253                         curr_sg->chain_indicator = 0x80;
4254
4255                         curr_sg = h->ioaccel2_cmd_sg_list[c->cmdindex];
4256                 }
4257                 scsi_for_each_sg(cmd, sg, use_sg, i) {
4258                         addr64 = (u64) sg_dma_address(sg);
4259                         len  = sg_dma_len(sg);
4260                         total_len += len;
4261                         curr_sg->address = cpu_to_le64(addr64);
4262                         curr_sg->length = cpu_to_le32(len);
4263                         curr_sg->reserved[0] = 0;
4264                         curr_sg->reserved[1] = 0;
4265                         curr_sg->reserved[2] = 0;
4266                         curr_sg->chain_indicator = 0;
4267                         curr_sg++;
4268                 }
4269
4270                 switch (cmd->sc_data_direction) {
4271                 case DMA_TO_DEVICE:
4272                         cp->direction &= ~IOACCEL2_DIRECTION_MASK;
4273                         cp->direction |= IOACCEL2_DIR_DATA_OUT;
4274                         break;
4275                 case DMA_FROM_DEVICE:
4276                         cp->direction &= ~IOACCEL2_DIRECTION_MASK;
4277                         cp->direction |= IOACCEL2_DIR_DATA_IN;
4278                         break;
4279                 case DMA_NONE:
4280                         cp->direction &= ~IOACCEL2_DIRECTION_MASK;
4281                         cp->direction |= IOACCEL2_DIR_NO_DATA;
4282                         break;
4283                 default:
4284                         dev_err(&h->pdev->dev, "unknown data direction: %d\n",
4285                                 cmd->sc_data_direction);
4286                         BUG();
4287                         break;
4288                 }
4289         } else {
4290                 cp->direction &= ~IOACCEL2_DIRECTION_MASK;
4291                 cp->direction |= IOACCEL2_DIR_NO_DATA;
4292         }
4293
4294         /* Set encryption parameters, if necessary */
4295         set_encrypt_ioaccel2(h, c, cp);
4296
4297         cp->scsi_nexus = cpu_to_le32(ioaccel_handle);
4298         cp->Tag = cpu_to_le32(c->cmdindex << DIRECT_LOOKUP_SHIFT);
4299         memcpy(cp->cdb, cdb, sizeof(cp->cdb));
4300
4301         cp->data_len = cpu_to_le32(total_len);
4302         cp->err_ptr = cpu_to_le64(c->busaddr +
4303                         offsetof(struct io_accel2_cmd, error_data));
4304         cp->err_len = cpu_to_le32(sizeof(cp->error_data));
4305
4306         /* fill in sg elements */
4307         if (use_sg > h->ioaccel_maxsg) {
4308                 cp->sg_count = 1;
4309                 if (hpsa_map_ioaccel2_sg_chain_block(h, cp, c)) {
4310                         atomic_dec(&phys_disk->ioaccel_cmds_out);
4311                         scsi_dma_unmap(cmd);
4312                         return -1;
4313                 }
4314         } else
4315                 cp->sg_count = (u8) use_sg;
4316
4317         enqueue_cmd_and_start_io(h, c);
4318         return 0;
4319 }
4320
4321 /*
4322  * Queue a command to the correct I/O accelerator path.
4323  */
4324 static int hpsa_scsi_ioaccel_queue_command(struct ctlr_info *h,
4325         struct CommandList *c, u32 ioaccel_handle, u8 *cdb, int cdb_len,
4326         u8 *scsi3addr, struct hpsa_scsi_dev_t *phys_disk)
4327 {
4328         /* Try to honor the device's queue depth */
4329         if (atomic_inc_return(&phys_disk->ioaccel_cmds_out) >
4330                                         phys_disk->queue_depth) {
4331                 atomic_dec(&phys_disk->ioaccel_cmds_out);
4332                 return IO_ACCEL_INELIGIBLE;
4333         }
4334         if (h->transMethod & CFGTBL_Trans_io_accel1)
4335                 return hpsa_scsi_ioaccel1_queue_command(h, c, ioaccel_handle,
4336                                                 cdb, cdb_len, scsi3addr,
4337                                                 phys_disk);
4338         else
4339                 return hpsa_scsi_ioaccel2_queue_command(h, c, ioaccel_handle,
4340                                                 cdb, cdb_len, scsi3addr,
4341                                                 phys_disk);
4342 }
4343
4344 static void raid_map_helper(struct raid_map_data *map,
4345                 int offload_to_mirror, u32 *map_index, u32 *current_group)
4346 {
4347         if (offload_to_mirror == 0)  {
4348                 /* use physical disk in the first mirrored group. */
4349                 *map_index %= le16_to_cpu(map->data_disks_per_row);
4350                 return;
4351         }
4352         do {
4353                 /* determine mirror group that *map_index indicates */
4354                 *current_group = *map_index /
4355                         le16_to_cpu(map->data_disks_per_row);
4356                 if (offload_to_mirror == *current_group)
4357                         continue;
4358                 if (*current_group < le16_to_cpu(map->layout_map_count) - 1) {
4359                         /* select map index from next group */
4360                         *map_index += le16_to_cpu(map->data_disks_per_row);
4361                         (*current_group)++;
4362                 } else {
4363                         /* select map index from first group */
4364                         *map_index %= le16_to_cpu(map->data_disks_per_row);
4365                         *current_group = 0;
4366                 }
4367         } while (offload_to_mirror != *current_group);
4368 }
4369
4370 /*
4371  * Attempt to perform offload RAID mapping for a logical volume I/O.
4372  */
4373 static int hpsa_scsi_ioaccel_raid_map(struct ctlr_info *h,
4374         struct CommandList *c)
4375 {
4376         struct scsi_cmnd *cmd = c->scsi_cmd;
4377         struct hpsa_scsi_dev_t *dev = cmd->device->hostdata;
4378         struct raid_map_data *map = &dev->raid_map;
4379         struct raid_map_disk_data *dd = &map->data[0];
4380         int is_write = 0;
4381         u32 map_index;
4382         u64 first_block, last_block;
4383         u32 block_cnt;
4384         u32 blocks_per_row;
4385         u64 first_row, last_row;
4386         u32 first_row_offset, last_row_offset;
4387         u32 first_column, last_column;
4388         u64 r0_first_row, r0_last_row;
4389         u32 r5or6_blocks_per_row;
4390         u64 r5or6_first_row, r5or6_last_row;
4391         u32 r5or6_first_row_offset, r5or6_last_row_offset;
4392         u32 r5or6_first_column, r5or6_last_column;
4393         u32 total_disks_per_row;
4394         u32 stripesize;
4395         u32 first_group, last_group, current_group;
4396         u32 map_row;
4397         u32 disk_handle;
4398         u64 disk_block;
4399         u32 disk_block_cnt;
4400         u8 cdb[16];
4401         u8 cdb_len;
4402         u16 strip_size;
4403 #if BITS_PER_LONG == 32
4404         u64 tmpdiv;
4405 #endif
4406         int offload_to_mirror;
4407
4408         /* check for valid opcode, get LBA and block count */
4409         switch (cmd->cmnd[0]) {
4410         case WRITE_6:
4411                 is_write = 1;
4412         case READ_6:
4413                 first_block =
4414                         (((u64) cmd->cmnd[2]) << 8) |
4415                         cmd->cmnd[3];
4416                 block_cnt = cmd->cmnd[4];
4417                 if (block_cnt == 0)
4418                         block_cnt = 256;
4419                 break;
4420         case WRITE_10:
4421                 is_write = 1;
4422         case READ_10:
4423                 first_block =
4424                         (((u64) cmd->cmnd[2]) << 24) |
4425                         (((u64) cmd->cmnd[3]) << 16) |
4426                         (((u64) cmd->cmnd[4]) << 8) |
4427                         cmd->cmnd[5];
4428                 block_cnt =
4429                         (((u32) cmd->cmnd[7]) << 8) |
4430                         cmd->cmnd[8];
4431                 break;
4432         case WRITE_12:
4433                 is_write = 1;
4434         case READ_12:
4435                 first_block =
4436                         (((u64) cmd->cmnd[2]) << 24) |
4437                         (((u64) cmd->cmnd[3]) << 16) |
4438                         (((u64) cmd->cmnd[4]) << 8) |
4439                         cmd->cmnd[5];
4440                 block_cnt =
4441                         (((u32) cmd->cmnd[6]) << 24) |
4442                         (((u32) cmd->cmnd[7]) << 16) |
4443                         (((u32) cmd->cmnd[8]) << 8) |
4444                 cmd->cmnd[9];
4445                 break;
4446         case WRITE_16:
4447                 is_write = 1;
4448         case READ_16:
4449                 first_block =
4450                         (((u64) cmd->cmnd[2]) << 56) |
4451                         (((u64) cmd->cmnd[3]) << 48) |
4452                         (((u64) cmd->cmnd[4]) << 40) |
4453                         (((u64) cmd->cmnd[5]) << 32) |
4454                         (((u64) cmd->cmnd[6]) << 24) |
4455                         (((u64) cmd->cmnd[7]) << 16) |
4456                         (((u64) cmd->cmnd[8]) << 8) |
4457                         cmd->cmnd[9];
4458                 block_cnt =
4459                         (((u32) cmd->cmnd[10]) << 24) |
4460                         (((u32) cmd->cmnd[11]) << 16) |
4461                         (((u32) cmd->cmnd[12]) << 8) |
4462                         cmd->cmnd[13];
4463                 break;
4464         default:
4465                 return IO_ACCEL_INELIGIBLE; /* process via normal I/O path */
4466         }
4467         last_block = first_block + block_cnt - 1;
4468
4469         /* check for write to non-RAID-0 */
4470         if (is_write && dev->raid_level != 0)
4471                 return IO_ACCEL_INELIGIBLE;
4472
4473         /* check for invalid block or wraparound */
4474         if (last_block >= le64_to_cpu(map->volume_blk_cnt) ||
4475                 last_block < first_block)
4476                 return IO_ACCEL_INELIGIBLE;
4477
4478         /* calculate stripe information for the request */
4479         blocks_per_row = le16_to_cpu(map->data_disks_per_row) *
4480                                 le16_to_cpu(map->strip_size);
4481         strip_size = le16_to_cpu(map->strip_size);
4482 #if BITS_PER_LONG == 32
4483         tmpdiv = first_block;
4484         (void) do_div(tmpdiv, blocks_per_row);
4485         first_row = tmpdiv;
4486         tmpdiv = last_block;
4487         (void) do_div(tmpdiv, blocks_per_row);
4488         last_row = tmpdiv;
4489         first_row_offset = (u32) (first_block - (first_row * blocks_per_row));
4490         last_row_offset = (u32) (last_block - (last_row * blocks_per_row));
4491         tmpdiv = first_row_offset;
4492         (void) do_div(tmpdiv, strip_size);
4493         first_column = tmpdiv;
4494         tmpdiv = last_row_offset;
4495         (void) do_div(tmpdiv, strip_size);
4496         last_column = tmpdiv;
4497 #else
4498         first_row = first_block / blocks_per_row;
4499         last_row = last_block / blocks_per_row;
4500         first_row_offset = (u32) (first_block - (first_row * blocks_per_row));
4501         last_row_offset = (u32) (last_block - (last_row * blocks_per_row));
4502         first_column = first_row_offset / strip_size;
4503         last_column = last_row_offset / strip_size;
4504 #endif
4505
4506         /* if this isn't a single row/column then give to the controller */
4507         if ((first_row != last_row) || (first_column != last_column))
4508                 return IO_ACCEL_INELIGIBLE;
4509
4510         /* proceeding with driver mapping */
4511         total_disks_per_row = le16_to_cpu(map->data_disks_per_row) +
4512                                 le16_to_cpu(map->metadata_disks_per_row);
4513         map_row = ((u32)(first_row >> map->parity_rotation_shift)) %
4514                                 le16_to_cpu(map->row_cnt);
4515         map_index = (map_row * total_disks_per_row) + first_column;
4516
4517         switch (dev->raid_level) {
4518         case HPSA_RAID_0:
4519                 break; /* nothing special to do */
4520         case HPSA_RAID_1:
4521                 /* Handles load balance across RAID 1 members.
4522                  * (2-drive R1 and R10 with even # of drives.)
4523                  * Appropriate for SSDs, not optimal for HDDs
4524                  */
4525                 BUG_ON(le16_to_cpu(map->layout_map_count) != 2);
4526                 if (dev->offload_to_mirror)
4527                         map_index += le16_to_cpu(map->data_disks_per_row);
4528                 dev->offload_to_mirror = !dev->offload_to_mirror;
4529                 break;
4530         case HPSA_RAID_ADM:
4531                 /* Handles N-way mirrors  (R1-ADM)
4532                  * and R10 with # of drives divisible by 3.)
4533                  */
4534                 BUG_ON(le16_to_cpu(map->layout_map_count) != 3);
4535
4536                 offload_to_mirror = dev->offload_to_mirror;
4537                 raid_map_helper(map, offload_to_mirror,
4538                                 &map_index, &current_group);
4539                 /* set mirror group to use next time */
4540                 offload_to_mirror =
4541                         (offload_to_mirror >=
4542                         le16_to_cpu(map->layout_map_count) - 1)
4543                         ? 0 : offload_to_mirror + 1;
4544                 dev->offload_to_mirror = offload_to_mirror;
4545                 /* Avoid direct use of dev->offload_to_mirror within this
4546                  * function since multiple threads might simultaneously
4547                  * increment it beyond the range of dev->layout_map_count -1.
4548                  */
4549                 break;
4550         case HPSA_RAID_5:
4551         case HPSA_RAID_6:
4552                 if (le16_to_cpu(map->layout_map_count) <= 1)
4553                         break;
4554
4555                 /* Verify first and last block are in same RAID group */
4556                 r5or6_blocks_per_row =
4557                         le16_to_cpu(map->strip_size) *
4558                         le16_to_cpu(map->data_disks_per_row);
4559                 BUG_ON(r5or6_blocks_per_row == 0);
4560                 stripesize = r5or6_blocks_per_row *
4561                         le16_to_cpu(map->layout_map_count);
4562 #if BITS_PER_LONG == 32
4563                 tmpdiv = first_block;
4564                 first_group = do_div(tmpdiv, stripesize);
4565                 tmpdiv = first_group;
4566                 (void) do_div(tmpdiv, r5or6_blocks_per_row);
4567                 first_group = tmpdiv;
4568                 tmpdiv = last_block;
4569                 last_group = do_div(tmpdiv, stripesize);
4570                 tmpdiv = last_group;
4571                 (void) do_div(tmpdiv, r5or6_blocks_per_row);
4572                 last_group = tmpdiv;
4573 #else
4574                 first_group = (first_block % stripesize) / r5or6_blocks_per_row;
4575                 last_group = (last_block % stripesize) / r5or6_blocks_per_row;
4576 #endif
4577                 if (first_group != last_group)
4578                         return IO_ACCEL_INELIGIBLE;
4579
4580                 /* Verify request is in a single row of RAID 5/6 */
4581 #if BITS_PER_LONG == 32
4582                 tmpdiv = first_block;
4583                 (void) do_div(tmpdiv, stripesize);
4584                 first_row = r5or6_first_row = r0_first_row = tmpdiv;
4585                 tmpdiv = last_block;
4586                 (void) do_div(tmpdiv, stripesize);
4587                 r5or6_last_row = r0_last_row = tmpdiv;
4588 #else
4589                 first_row = r5or6_first_row = r0_first_row =
4590                                                 first_block / stripesize;
4591                 r5or6_last_row = r0_last_row = last_block / stripesize;
4592 #endif
4593                 if (r5or6_first_row != r5or6_last_row)
4594                         return IO_ACCEL_INELIGIBLE;
4595
4596
4597                 /* Verify request is in a single column */
4598 #if BITS_PER_LONG == 32
4599                 tmpdiv = first_block;
4600                 first_row_offset = do_div(tmpdiv, stripesize);
4601                 tmpdiv = first_row_offset;
4602                 first_row_offset = (u32) do_div(tmpdiv, r5or6_blocks_per_row);
4603                 r5or6_first_row_offset = first_row_offset;
4604                 tmpdiv = last_block;
4605                 r5or6_last_row_offset = do_div(tmpdiv, stripesize);
4606                 tmpdiv = r5or6_last_row_offset;
4607                 r5or6_last_row_offset = do_div(tmpdiv, r5or6_blocks_per_row);
4608                 tmpdiv = r5or6_first_row_offset;
4609                 (void) do_div(tmpdiv, map->strip_size);
4610                 first_column = r5or6_first_column = tmpdiv;
4611                 tmpdiv = r5or6_last_row_offset;
4612                 (void) do_div(tmpdiv, map->strip_size);
4613                 r5or6_last_column = tmpdiv;
4614 #else
4615                 first_row_offset = r5or6_first_row_offset =
4616                         (u32)((first_block % stripesize) %
4617                                                 r5or6_blocks_per_row);
4618
4619                 r5or6_last_row_offset =
4620                         (u32)((last_block % stripesize) %
4621                                                 r5or6_blocks_per_row);
4622
4623                 first_column = r5or6_first_column =
4624                         r5or6_first_row_offset / le16_to_cpu(map->strip_size);
4625                 r5or6_last_column =
4626                         r5or6_last_row_offset / le16_to_cpu(map->strip_size);
4627 #endif
4628                 if (r5or6_first_column != r5or6_last_column)
4629                         return IO_ACCEL_INELIGIBLE;
4630
4631                 /* Request is eligible */
4632                 map_row = ((u32)(first_row >> map->parity_rotation_shift)) %
4633                         le16_to_cpu(map->row_cnt);
4634
4635                 map_index = (first_group *
4636                         (le16_to_cpu(map->row_cnt) * total_disks_per_row)) +
4637                         (map_row * total_disks_per_row) + first_column;
4638                 break;
4639         default:
4640                 return IO_ACCEL_INELIGIBLE;
4641         }
4642
4643         if (unlikely(map_index >= RAID_MAP_MAX_ENTRIES))
4644                 return IO_ACCEL_INELIGIBLE;
4645
4646         c->phys_disk = dev->phys_disk[map_index];
4647
4648         disk_handle = dd[map_index].ioaccel_handle;
4649         disk_block = le64_to_cpu(map->disk_starting_blk) +
4650                         first_row * le16_to_cpu(map->strip_size) +
4651                         (first_row_offset - first_column *
4652                         le16_to_cpu(map->strip_size));
4653         disk_block_cnt = block_cnt;
4654
4655         /* handle differing logical/physical block sizes */
4656         if (map->phys_blk_shift) {
4657                 disk_block <<= map->phys_blk_shift;
4658                 disk_block_cnt <<= map->phys_blk_shift;
4659         }
4660         BUG_ON(disk_block_cnt > 0xffff);
4661
4662         /* build the new CDB for the physical disk I/O */
4663         if (disk_block > 0xffffffff) {
4664                 cdb[0] = is_write ? WRITE_16 : READ_16;
4665                 cdb[1] = 0;
4666                 cdb[2] = (u8) (disk_block >> 56);
4667                 cdb[3] = (u8) (disk_block >> 48);
4668                 cdb[4] = (u8) (disk_block >> 40);
4669                 cdb[5] = (u8) (disk_block >> 32);
4670                 cdb[6] = (u8) (disk_block >> 24);
4671                 cdb[7] = (u8) (disk_block >> 16);
4672                 cdb[8] = (u8) (disk_block >> 8);
4673                 cdb[9] = (u8) (disk_block);
4674                 cdb[10] = (u8) (disk_block_cnt >> 24);
4675                 cdb[11] = (u8) (disk_block_cnt >> 16);
4676                 cdb[12] = (u8) (disk_block_cnt >> 8);
4677                 cdb[13] = (u8) (disk_block_cnt);
4678                 cdb[14] = 0;
4679                 cdb[15] = 0;
4680                 cdb_len = 16;
4681         } else {
4682                 cdb[0] = is_write ? WRITE_10 : READ_10;
4683                 cdb[1] = 0;
4684                 cdb[2] = (u8) (disk_block >> 24);
4685                 cdb[3] = (u8) (disk_block >> 16);
4686                 cdb[4] = (u8) (disk_block >> 8);
4687                 cdb[5] = (u8) (disk_block);
4688                 cdb[6] = 0;
4689                 cdb[7] = (u8) (disk_block_cnt >> 8);
4690                 cdb[8] = (u8) (disk_block_cnt);
4691                 cdb[9] = 0;
4692                 cdb_len = 10;
4693         }
4694         return hpsa_scsi_ioaccel_queue_command(h, c, disk_handle, cdb, cdb_len,
4695                                                 dev->scsi3addr,
4696                                                 dev->phys_disk[map_index]);
4697 }
4698
4699 /*
4700  * Submit commands down the "normal" RAID stack path
4701  * All callers to hpsa_ciss_submit must check lockup_detected
4702  * beforehand, before (opt.) and after calling cmd_alloc
4703  */
4704 static int hpsa_ciss_submit(struct ctlr_info *h,
4705         struct CommandList *c, struct scsi_cmnd *cmd,
4706         unsigned char scsi3addr[])
4707 {
4708         cmd->host_scribble = (unsigned char *) c;
4709         c->cmd_type = CMD_SCSI;
4710         c->scsi_cmd = cmd;
4711         c->Header.ReplyQueue = 0;  /* unused in simple mode */
4712         memcpy(&c->Header.LUN.LunAddrBytes[0], &scsi3addr[0], 8);
4713         c->Header.tag = cpu_to_le64((c->cmdindex << DIRECT_LOOKUP_SHIFT));
4714
4715         /* Fill in the request block... */
4716
4717         c->Request.Timeout = 0;
4718         BUG_ON(cmd->cmd_len > sizeof(c->Request.CDB));
4719         c->Request.CDBLen = cmd->cmd_len;
4720         memcpy(c->Request.CDB, cmd->cmnd, cmd->cmd_len);
4721         switch (cmd->sc_data_direction) {
4722         case DMA_TO_DEVICE:
4723                 c->Request.type_attr_dir =
4724                         TYPE_ATTR_DIR(TYPE_CMD, ATTR_SIMPLE, XFER_WRITE);
4725                 break;
4726         case DMA_FROM_DEVICE:
4727                 c->Request.type_attr_dir =
4728                         TYPE_ATTR_DIR(TYPE_CMD, ATTR_SIMPLE, XFER_READ);
4729                 break;
4730         case DMA_NONE:
4731                 c->Request.type_attr_dir =
4732                         TYPE_ATTR_DIR(TYPE_CMD, ATTR_SIMPLE, XFER_NONE);
4733                 break;
4734         case DMA_BIDIRECTIONAL:
4735                 /* This can happen if a buggy application does a scsi passthru
4736                  * and sets both inlen and outlen to non-zero. ( see
4737                  * ../scsi/scsi_ioctl.c:scsi_ioctl_send_command() )
4738                  */
4739
4740                 c->Request.type_attr_dir =
4741                         TYPE_ATTR_DIR(TYPE_CMD, ATTR_SIMPLE, XFER_RSVD);
4742                 /* This is technically wrong, and hpsa controllers should
4743                  * reject it with CMD_INVALID, which is the most correct
4744                  * response, but non-fibre backends appear to let it
4745                  * slide by, and give the same results as if this field
4746                  * were set correctly.  Either way is acceptable for
4747                  * our purposes here.
4748                  */
4749
4750                 break;
4751
4752         default:
4753                 dev_err(&h->pdev->dev, "unknown data direction: %d\n",
4754                         cmd->sc_data_direction);
4755                 BUG();
4756                 break;
4757         }
4758
4759         if (hpsa_scatter_gather(h, c, cmd) < 0) { /* Fill SG list */
4760                 hpsa_cmd_resolve_and_free(h, c);
4761                 return SCSI_MLQUEUE_HOST_BUSY;
4762         }
4763         enqueue_cmd_and_start_io(h, c);
4764         /* the cmd'll come back via intr handler in complete_scsi_command()  */
4765         return 0;
4766 }
4767
4768 static void hpsa_cmd_init(struct ctlr_info *h, int index,
4769                                 struct CommandList *c)
4770 {
4771         dma_addr_t cmd_dma_handle, err_dma_handle;
4772
4773         /* Zero out all of commandlist except the last field, refcount */
4774         memset(c, 0, offsetof(struct CommandList, refcount));
4775         c->Header.tag = cpu_to_le64((u64) (index << DIRECT_LOOKUP_SHIFT));
4776         cmd_dma_handle = h->cmd_pool_dhandle + index * sizeof(*c);
4777         c->err_info = h->errinfo_pool + index;
4778         memset(c->err_info, 0, sizeof(*c->err_info));
4779         err_dma_handle = h->errinfo_pool_dhandle
4780             + index * sizeof(*c->err_info);
4781         c->cmdindex = index;
4782         c->busaddr = (u32) cmd_dma_handle;
4783         c->ErrDesc.Addr = cpu_to_le64((u64) err_dma_handle);
4784         c->ErrDesc.Len = cpu_to_le32((u32) sizeof(*c->err_info));
4785         c->h = h;
4786         c->scsi_cmd = SCSI_CMD_IDLE;
4787 }
4788
4789 static void hpsa_preinitialize_commands(struct ctlr_info *h)
4790 {
4791         int i;
4792
4793         for (i = 0; i < h->nr_cmds; i++) {
4794                 struct CommandList *c = h->cmd_pool + i;
4795
4796                 hpsa_cmd_init(h, i, c);
4797                 atomic_set(&c->refcount, 0);
4798         }
4799 }
4800
4801 static inline void hpsa_cmd_partial_init(struct ctlr_info *h, int index,
4802                                 struct CommandList *c)
4803 {
4804         dma_addr_t cmd_dma_handle = h->cmd_pool_dhandle + index * sizeof(*c);
4805
4806         BUG_ON(c->cmdindex != index);
4807
4808         memset(c->Request.CDB, 0, sizeof(c->Request.CDB));
4809         memset(c->err_info, 0, sizeof(*c->err_info));
4810         c->busaddr = (u32) cmd_dma_handle;
4811 }
4812
4813 static int hpsa_ioaccel_submit(struct ctlr_info *h,
4814                 struct CommandList *c, struct scsi_cmnd *cmd,
4815                 unsigned char *scsi3addr)
4816 {
4817         struct hpsa_scsi_dev_t *dev = cmd->device->hostdata;
4818         int rc = IO_ACCEL_INELIGIBLE;
4819
4820         cmd->host_scribble = (unsigned char *) c;
4821
4822         if (dev->offload_enabled) {
4823                 hpsa_cmd_init(h, c->cmdindex, c);
4824                 c->cmd_type = CMD_SCSI;
4825                 c->scsi_cmd = cmd;
4826                 rc = hpsa_scsi_ioaccel_raid_map(h, c);
4827                 if (rc < 0)     /* scsi_dma_map failed. */
4828                         rc = SCSI_MLQUEUE_HOST_BUSY;
4829         } else if (dev->hba_ioaccel_enabled) {
4830                 hpsa_cmd_init(h, c->cmdindex, c);
4831                 c->cmd_type = CMD_SCSI;
4832                 c->scsi_cmd = cmd;
4833                 rc = hpsa_scsi_ioaccel_direct_map(h, c);
4834                 if (rc < 0)     /* scsi_dma_map failed. */
4835                         rc = SCSI_MLQUEUE_HOST_BUSY;
4836         }
4837         return rc;
4838 }
4839
4840 static void hpsa_command_resubmit_worker(struct work_struct *work)
4841 {
4842         struct scsi_cmnd *cmd;
4843         struct hpsa_scsi_dev_t *dev;
4844         struct CommandList *c = container_of(work, struct CommandList, work);
4845
4846         cmd = c->scsi_cmd;
4847         dev = cmd->device->hostdata;
4848         if (!dev) {
4849                 cmd->result = DID_NO_CONNECT << 16;
4850                 return hpsa_cmd_free_and_done(c->h, c, cmd);
4851         }
4852         if (c->reset_pending)
4853                 return hpsa_cmd_resolve_and_free(c->h, c);
4854         if (c->abort_pending)
4855                 return hpsa_cmd_abort_and_free(c->h, c, cmd);
4856         if (c->cmd_type == CMD_IOACCEL2) {
4857                 struct ctlr_info *h = c->h;
4858                 struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex];
4859                 int rc;
4860
4861                 if (c2->error_data.serv_response ==
4862                                 IOACCEL2_STATUS_SR_TASK_COMP_SET_FULL) {
4863                         rc = hpsa_ioaccel_submit(h, c, cmd, dev->scsi3addr);
4864                         if (rc == 0)
4865                                 return;
4866                         if (rc == SCSI_MLQUEUE_HOST_BUSY) {
4867                                 /*
4868                                  * If we get here, it means dma mapping failed.
4869                                  * Try again via scsi mid layer, which will
4870                                  * then get SCSI_MLQUEUE_HOST_BUSY.
4871                                  */
4872                                 cmd->result = DID_IMM_RETRY << 16;
4873                                 return hpsa_cmd_free_and_done(h, c, cmd);
4874                         }
4875                         /* else, fall thru and resubmit down CISS path */
4876                 }
4877         }
4878         hpsa_cmd_partial_init(c->h, c->cmdindex, c);
4879         if (hpsa_ciss_submit(c->h, c, cmd, dev->scsi3addr)) {
4880                 /*
4881                  * If we get here, it means dma mapping failed. Try
4882                  * again via scsi mid layer, which will then get
4883                  * SCSI_MLQUEUE_HOST_BUSY.
4884                  *
4885                  * hpsa_ciss_submit will have already freed c
4886                  * if it encountered a dma mapping failure.
4887                  */
4888                 cmd->result = DID_IMM_RETRY << 16;
4889                 cmd->scsi_done(cmd);
4890         }
4891 }
4892
4893 /* Running in struct Scsi_Host->host_lock less mode */
4894 static int hpsa_scsi_queue_command(struct Scsi_Host *sh, struct scsi_cmnd *cmd)
4895 {
4896         struct ctlr_info *h;
4897         struct hpsa_scsi_dev_t *dev;
4898         unsigned char scsi3addr[8];
4899         struct CommandList *c;
4900         int rc = 0;
4901
4902         /* Get the ptr to our adapter structure out of cmd->host. */
4903         h = sdev_to_hba(cmd->device);
4904
4905         BUG_ON(cmd->request->tag < 0);
4906
4907         dev = cmd->device->hostdata;
4908         if (!dev) {
4909                 cmd->result = DID_NO_CONNECT << 16;
4910                 cmd->scsi_done(cmd);
4911                 return 0;
4912         }
4913
4914         memcpy(scsi3addr, dev->scsi3addr, sizeof(scsi3addr));
4915
4916         if (unlikely(lockup_detected(h))) {
4917                 cmd->result = DID_NO_CONNECT << 16;
4918                 cmd->scsi_done(cmd);
4919                 return 0;
4920         }
4921         c = cmd_tagged_alloc(h, cmd);
4922
4923         /*
4924          * Call alternate submit routine for I/O accelerated commands.
4925          * Retries always go down the normal I/O path.
4926          */
4927         if (likely(cmd->retries == 0 &&
4928                 cmd->request->cmd_type == REQ_TYPE_FS &&
4929                 h->acciopath_status)) {
4930                 rc = hpsa_ioaccel_submit(h, c, cmd, scsi3addr);
4931                 if (rc == 0)
4932                         return 0;
4933                 if (rc == SCSI_MLQUEUE_HOST_BUSY) {
4934                         hpsa_cmd_resolve_and_free(h, c);
4935                         return SCSI_MLQUEUE_HOST_BUSY;
4936                 }
4937         }
4938         return hpsa_ciss_submit(h, c, cmd, scsi3addr);
4939 }
4940
4941 static void hpsa_scan_complete(struct ctlr_info *h)
4942 {
4943         unsigned long flags;
4944
4945         spin_lock_irqsave(&h->scan_lock, flags);
4946         h->scan_finished = 1;
4947         wake_up_all(&h->scan_wait_queue);
4948         spin_unlock_irqrestore(&h->scan_lock, flags);
4949 }
4950
4951 static void hpsa_scan_start(struct Scsi_Host *sh)
4952 {
4953         struct ctlr_info *h = shost_to_hba(sh);
4954         unsigned long flags;
4955
4956         /*
4957          * Don't let rescans be initiated on a controller known to be locked
4958          * up.  If the controller locks up *during* a rescan, that thread is
4959          * probably hosed, but at least we can prevent new rescan threads from
4960          * piling up on a locked up controller.
4961          */
4962         if (unlikely(lockup_detected(h)))
4963                 return hpsa_scan_complete(h);
4964
4965         /* wait until any scan already in progress is finished. */
4966         while (1) {
4967                 spin_lock_irqsave(&h->scan_lock, flags);
4968                 if (h->scan_finished)
4969                         break;
4970                 spin_unlock_irqrestore(&h->scan_lock, flags);
4971                 wait_event(h->scan_wait_queue, h->scan_finished);
4972                 /* Note: We don't need to worry about a race between this
4973                  * thread and driver unload because the midlayer will
4974                  * have incremented the reference count, so unload won't
4975                  * happen if we're in here.
4976                  */
4977         }
4978         h->scan_finished = 0; /* mark scan as in progress */
4979         spin_unlock_irqrestore(&h->scan_lock, flags);
4980
4981         if (unlikely(lockup_detected(h)))
4982                 return hpsa_scan_complete(h);
4983
4984         hpsa_update_scsi_devices(h);
4985
4986         hpsa_scan_complete(h);
4987 }
4988
4989 static int hpsa_change_queue_depth(struct scsi_device *sdev, int qdepth)
4990 {
4991         struct hpsa_scsi_dev_t *logical_drive = sdev->hostdata;
4992
4993         if (!logical_drive)
4994                 return -ENODEV;
4995
4996         if (qdepth < 1)
4997                 qdepth = 1;
4998         else if (qdepth > logical_drive->queue_depth)
4999                 qdepth = logical_drive->queue_depth;
5000
5001         return scsi_change_queue_depth(sdev, qdepth);
5002 }
5003
5004 static int hpsa_scan_finished(struct Scsi_Host *sh,
5005         unsigned long elapsed_time)
5006 {
5007         struct ctlr_info *h = shost_to_hba(sh);
5008         unsigned long flags;
5009         int finished;
5010
5011         spin_lock_irqsave(&h->scan_lock, flags);
5012         finished = h->scan_finished;
5013         spin_unlock_irqrestore(&h->scan_lock, flags);
5014         return finished;
5015 }
5016
5017 static int hpsa_scsi_host_alloc(struct ctlr_info *h)
5018 {
5019         struct Scsi_Host *sh;
5020         int error;
5021
5022         sh = scsi_host_alloc(&hpsa_driver_template, sizeof(h));
5023         if (sh == NULL) {
5024                 dev_err(&h->pdev->dev, "scsi_host_alloc failed\n");
5025                 return -ENOMEM;
5026         }
5027
5028         sh->io_port = 0;
5029         sh->n_io_port = 0;
5030         sh->this_id = -1;
5031         sh->max_channel = 3;
5032         sh->max_cmd_len = MAX_COMMAND_SIZE;
5033         sh->max_lun = HPSA_MAX_LUN;
5034         sh->max_id = HPSA_MAX_LUN;
5035         sh->can_queue = h->nr_cmds - HPSA_NRESERVED_CMDS;
5036         sh->cmd_per_lun = sh->can_queue;
5037         sh->sg_tablesize = h->maxsgentries;
5038         sh->hostdata[0] = (unsigned long) h;
5039         sh->irq = h->intr[h->intr_mode];
5040         sh->unique_id = sh->irq;
5041         error = scsi_init_shared_tag_map(sh, sh->can_queue);
5042         if (error) {
5043                 dev_err(&h->pdev->dev,
5044                         "%s: scsi_init_shared_tag_map failed for controller %d\n",
5045                         __func__, h->ctlr);
5046                         scsi_host_put(sh);
5047                         return error;
5048         }
5049         h->scsi_host = sh;
5050         return 0;
5051 }
5052
5053 static int hpsa_scsi_add_host(struct ctlr_info *h)
5054 {
5055         int rv;
5056
5057         rv = scsi_add_host(h->scsi_host, &h->pdev->dev);
5058         if (rv) {
5059                 dev_err(&h->pdev->dev, "scsi_add_host failed\n");
5060                 return rv;
5061         }
5062         scsi_scan_host(h->scsi_host);
5063         return 0;
5064 }
5065
5066 /*
5067  * The block layer has already gone to the trouble of picking out a unique,
5068  * small-integer tag for this request.  We use an offset from that value as
5069  * an index to select our command block.  (The offset allows us to reserve the
5070  * low-numbered entries for our own uses.)
5071  */
5072 static int hpsa_get_cmd_index(struct scsi_cmnd *scmd)
5073 {
5074         int idx = scmd->request->tag;
5075
5076         if (idx < 0)
5077                 return idx;
5078
5079         /* Offset to leave space for internal cmds. */
5080         return idx += HPSA_NRESERVED_CMDS;
5081 }
5082
5083 /*
5084  * Send a TEST_UNIT_READY command to the specified LUN using the specified
5085  * reply queue; returns zero if the unit is ready, and non-zero otherwise.
5086  */
5087 static int hpsa_send_test_unit_ready(struct ctlr_info *h,
5088                                 struct CommandList *c, unsigned char lunaddr[],
5089                                 int reply_queue)
5090 {
5091         int rc;
5092
5093         /* Send the Test Unit Ready, fill_cmd can't fail, no mapping */
5094         (void) fill_cmd(c, TEST_UNIT_READY, h,
5095                         NULL, 0, 0, lunaddr, TYPE_CMD);
5096         rc = hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT);
5097         if (rc)
5098                 return rc;
5099         /* no unmap needed here because no data xfer. */
5100
5101         /* Check if the unit is already ready. */
5102         if (c->err_info->CommandStatus == CMD_SUCCESS)
5103                 return 0;
5104
5105         /*
5106          * The first command sent after reset will receive "unit attention" to
5107          * indicate that the LUN has been reset...this is actually what we're
5108          * looking for (but, success is good too).
5109          */
5110         if (c->err_info->CommandStatus == CMD_TARGET_STATUS &&
5111                 c->err_info->ScsiStatus == SAM_STAT_CHECK_CONDITION &&
5112                         (c->err_info->SenseInfo[2] == NO_SENSE ||
5113                          c->err_info->SenseInfo[2] == UNIT_ATTENTION))
5114                 return 0;
5115
5116         return 1;
5117 }
5118
5119 /*
5120  * Wait for a TEST_UNIT_READY command to complete, retrying as necessary;
5121  * returns zero when the unit is ready, and non-zero when giving up.
5122  */
5123 static int hpsa_wait_for_test_unit_ready(struct ctlr_info *h,
5124                                 struct CommandList *c,
5125                                 unsigned char lunaddr[], int reply_queue)
5126 {
5127         int rc;
5128         int count = 0;
5129         int waittime = 1; /* seconds */
5130
5131         /* Send test unit ready until device ready, or give up. */
5132         for (count = 0; count < HPSA_TUR_RETRY_LIMIT; count++) {
5133
5134                 /*
5135                  * Wait for a bit.  do this first, because if we send
5136                  * the TUR right away, the reset will just abort it.
5137                  */
5138                 msleep(1000 * waittime);
5139
5140                 rc = hpsa_send_test_unit_ready(h, c, lunaddr, reply_queue);
5141                 if (!rc)
5142                         break;
5143
5144                 /* Increase wait time with each try, up to a point. */
5145                 if (waittime < HPSA_MAX_WAIT_INTERVAL_SECS)
5146                         waittime *= 2;
5147
5148                 dev_warn(&h->pdev->dev,
5149                          "waiting %d secs for device to become ready.\n",
5150                          waittime);
5151         }
5152
5153         return rc;
5154 }
5155
5156 static int wait_for_device_to_become_ready(struct ctlr_info *h,
5157                                            unsigned char lunaddr[],
5158                                            int reply_queue)
5159 {
5160         int first_queue;
5161         int last_queue;
5162         int rq;
5163         int rc = 0;
5164         struct CommandList *c;
5165
5166         c = cmd_alloc(h);
5167
5168         /*
5169          * If no specific reply queue was requested, then send the TUR
5170          * repeatedly, requesting a reply on each reply queue; otherwise execute
5171          * the loop exactly once using only the specified queue.
5172          */
5173         if (reply_queue == DEFAULT_REPLY_QUEUE) {
5174                 first_queue = 0;
5175                 last_queue = h->nreply_queues - 1;
5176         } else {
5177                 first_queue = reply_queue;
5178                 last_queue = reply_queue;
5179         }
5180
5181         for (rq = first_queue; rq <= last_queue; rq++) {
5182                 rc = hpsa_wait_for_test_unit_ready(h, c, lunaddr, rq);
5183                 if (rc)
5184                         break;
5185         }
5186
5187         if (rc)
5188                 dev_warn(&h->pdev->dev, "giving up on device.\n");
5189         else
5190                 dev_warn(&h->pdev->dev, "device is ready.\n");
5191
5192         cmd_free(h, c);
5193         return rc;
5194 }
5195
5196 /* Need at least one of these error handlers to keep ../scsi/hosts.c from
5197  * complaining.  Doing a host- or bus-reset can't do anything good here.
5198  */
5199 static int hpsa_eh_device_reset_handler(struct scsi_cmnd *scsicmd)
5200 {
5201         int rc;
5202         struct ctlr_info *h;
5203         struct hpsa_scsi_dev_t *dev;
5204         char msg[48];
5205
5206         /* find the controller to which the command to be aborted was sent */
5207         h = sdev_to_hba(scsicmd->device);
5208         if (h == NULL) /* paranoia */
5209                 return FAILED;
5210
5211         if (lockup_detected(h))
5212                 return FAILED;
5213
5214         dev = scsicmd->device->hostdata;
5215         if (!dev) {
5216                 dev_err(&h->pdev->dev, "%s: device lookup failed\n", __func__);
5217                 return FAILED;
5218         }
5219
5220         /* if controller locked up, we can guarantee command won't complete */
5221         if (lockup_detected(h)) {
5222                 snprintf(msg, sizeof(msg),
5223                          "cmd %d RESET FAILED, lockup detected",
5224                          hpsa_get_cmd_index(scsicmd));
5225                 hpsa_show_dev_msg(KERN_WARNING, h, dev, msg);
5226                 return FAILED;
5227         }
5228
5229         /* this reset request might be the result of a lockup; check */
5230         if (detect_controller_lockup(h)) {
5231                 snprintf(msg, sizeof(msg),
5232                          "cmd %d RESET FAILED, new lockup detected",
5233                          hpsa_get_cmd_index(scsicmd));
5234                 hpsa_show_dev_msg(KERN_WARNING, h, dev, msg);
5235                 return FAILED;
5236         }
5237
5238         /* Do not attempt on controller */
5239         if (is_hba_lunid(dev->scsi3addr))
5240                 return SUCCESS;
5241
5242         hpsa_show_dev_msg(KERN_WARNING, h, dev, "resetting");
5243
5244         /* send a reset to the SCSI LUN which the command was sent to */
5245         rc = hpsa_do_reset(h, dev, dev->scsi3addr, HPSA_RESET_TYPE_LUN,
5246                            DEFAULT_REPLY_QUEUE);
5247         snprintf(msg, sizeof(msg), "reset %s",
5248                  rc == 0 ? "completed successfully" : "failed");
5249         hpsa_show_dev_msg(KERN_WARNING, h, dev, msg);
5250         return rc == 0 ? SUCCESS : FAILED;
5251 }
5252
5253 static void swizzle_abort_tag(u8 *tag)
5254 {
5255         u8 original_tag[8];
5256
5257         memcpy(original_tag, tag, 8);
5258         tag[0] = original_tag[3];
5259         tag[1] = original_tag[2];
5260         tag[2] = original_tag[1];
5261         tag[3] = original_tag[0];
5262         tag[4] = original_tag[7];
5263         tag[5] = original_tag[6];
5264         tag[6] = original_tag[5];
5265         tag[7] = original_tag[4];
5266 }
5267
5268 static void hpsa_get_tag(struct ctlr_info *h,
5269         struct CommandList *c, __le32 *taglower, __le32 *tagupper)
5270 {
5271         u64 tag;
5272         if (c->cmd_type == CMD_IOACCEL1) {
5273                 struct io_accel1_cmd *cm1 = (struct io_accel1_cmd *)
5274                         &h->ioaccel_cmd_pool[c->cmdindex];
5275                 tag = le64_to_cpu(cm1->tag);
5276                 *tagupper = cpu_to_le32(tag >> 32);
5277                 *taglower = cpu_to_le32(tag);
5278                 return;
5279         }
5280         if (c->cmd_type == CMD_IOACCEL2) {
5281                 struct io_accel2_cmd *cm2 = (struct io_accel2_cmd *)
5282                         &h->ioaccel2_cmd_pool[c->cmdindex];
5283                 /* upper tag not used in ioaccel2 mode */
5284                 memset(tagupper, 0, sizeof(*tagupper));
5285                 *taglower = cm2->Tag;
5286                 return;
5287         }
5288         tag = le64_to_cpu(c->Header.tag);
5289         *tagupper = cpu_to_le32(tag >> 32);
5290         *taglower = cpu_to_le32(tag);
5291 }
5292
5293 static int hpsa_send_abort(struct ctlr_info *h, unsigned char *scsi3addr,
5294         struct CommandList *abort, int reply_queue)
5295 {
5296         int rc = IO_OK;
5297         struct CommandList *c;
5298         struct ErrorInfo *ei;
5299         __le32 tagupper, taglower;
5300
5301         c = cmd_alloc(h);
5302
5303         /* fill_cmd can't fail here, no buffer to map */
5304         (void) fill_cmd(c, HPSA_ABORT_MSG, h, &abort->Header.tag,
5305                 0, 0, scsi3addr, TYPE_MSG);
5306         if (h->needs_abort_tags_swizzled)
5307                 swizzle_abort_tag(&c->Request.CDB[4]);
5308         (void) hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT);
5309         hpsa_get_tag(h, abort, &taglower, &tagupper);
5310         dev_dbg(&h->pdev->dev, "%s: Tag:0x%08x:%08x: do_simple_cmd(abort) completed.\n",
5311                 __func__, tagupper, taglower);
5312         /* no unmap needed here because no data xfer. */
5313
5314         ei = c->err_info;
5315         switch (ei->CommandStatus) {
5316         case CMD_SUCCESS:
5317                 break;
5318         case CMD_TMF_STATUS:
5319                 rc = hpsa_evaluate_tmf_status(h, c);
5320                 break;
5321         case CMD_UNABORTABLE: /* Very common, don't make noise. */
5322                 rc = -1;
5323                 break;
5324         default:
5325                 dev_dbg(&h->pdev->dev, "%s: Tag:0x%08x:%08x: interpreting error.\n",
5326                         __func__, tagupper, taglower);
5327                 hpsa_scsi_interpret_error(h, c);
5328                 rc = -1;
5329                 break;
5330         }
5331         cmd_free(h, c);
5332         dev_dbg(&h->pdev->dev, "%s: Tag:0x%08x:%08x: Finished.\n",
5333                 __func__, tagupper, taglower);
5334         return rc;
5335 }
5336
5337 static void setup_ioaccel2_abort_cmd(struct CommandList *c, struct ctlr_info *h,
5338         struct CommandList *command_to_abort, int reply_queue)
5339 {
5340         struct io_accel2_cmd *c2 = &h->ioaccel2_cmd_pool[c->cmdindex];
5341         struct hpsa_tmf_struct *ac = (struct hpsa_tmf_struct *) c2;
5342         struct io_accel2_cmd *c2a =
5343                 &h->ioaccel2_cmd_pool[command_to_abort->cmdindex];
5344         struct scsi_cmnd *scmd = command_to_abort->scsi_cmd;
5345         struct hpsa_scsi_dev_t *dev = scmd->device->hostdata;
5346
5347         /*
5348          * We're overlaying struct hpsa_tmf_struct on top of something which
5349          * was allocated as a struct io_accel2_cmd, so we better be sure it
5350          * actually fits, and doesn't overrun the error info space.
5351          */
5352         BUILD_BUG_ON(sizeof(struct hpsa_tmf_struct) >
5353                         sizeof(struct io_accel2_cmd));
5354         BUG_ON(offsetof(struct io_accel2_cmd, error_data) <
5355                         offsetof(struct hpsa_tmf_struct, error_len) +
5356                                 sizeof(ac->error_len));
5357
5358         c->cmd_type = IOACCEL2_TMF;
5359         c->scsi_cmd = SCSI_CMD_BUSY;
5360
5361         /* Adjust the DMA address to point to the accelerated command buffer */
5362         c->busaddr = (u32) h->ioaccel2_cmd_pool_dhandle +
5363                                 (c->cmdindex * sizeof(struct io_accel2_cmd));
5364         BUG_ON(c->busaddr & 0x0000007F);
5365
5366         memset(ac, 0, sizeof(*c2)); /* yes this is correct */
5367         ac->iu_type = IOACCEL2_IU_TMF_TYPE;
5368         ac->reply_queue = reply_queue;
5369         ac->tmf = IOACCEL2_TMF_ABORT;
5370         ac->it_nexus = cpu_to_le32(dev->ioaccel_handle);
5371         memset(ac->lun_id, 0, sizeof(ac->lun_id));
5372         ac->tag = cpu_to_le64(c->cmdindex << DIRECT_LOOKUP_SHIFT);
5373         ac->abort_tag = cpu_to_le64(le32_to_cpu(c2a->Tag));
5374         ac->error_ptr = cpu_to_le64(c->busaddr +
5375                         offsetof(struct io_accel2_cmd, error_data));
5376         ac->error_len = cpu_to_le32(sizeof(c2->error_data));
5377 }
5378
5379 /* ioaccel2 path firmware cannot handle abort task requests.
5380  * Change abort requests to physical target reset, and send to the
5381  * address of the physical disk used for the ioaccel 2 command.
5382  * Return 0 on success (IO_OK)
5383  *       -1 on failure
5384  */
5385
5386 static int hpsa_send_reset_as_abort_ioaccel2(struct ctlr_info *h,
5387         unsigned char *scsi3addr, struct CommandList *abort, int reply_queue)
5388 {
5389         int rc = IO_OK;
5390         struct scsi_cmnd *scmd; /* scsi command within request being aborted */
5391         struct hpsa_scsi_dev_t *dev; /* device to which scsi cmd was sent */
5392         unsigned char phys_scsi3addr[8]; /* addr of phys disk with volume */
5393         unsigned char *psa = &phys_scsi3addr[0];
5394
5395         /* Get a pointer to the hpsa logical device. */
5396         scmd = abort->scsi_cmd;
5397         dev = (struct hpsa_scsi_dev_t *)(scmd->device->hostdata);
5398         if (dev == NULL) {
5399                 dev_warn(&h->pdev->dev,
5400                         "Cannot abort: no device pointer for command.\n");
5401                         return -1; /* not abortable */
5402         }
5403
5404         if (h->raid_offload_debug > 0)
5405                 dev_info(&h->pdev->dev,
5406                         "scsi %d:%d:%d:%d %s scsi3addr 0x%02x%02x%02x%02x%02x%02x%02x%02x\n",
5407                         h->scsi_host->host_no, dev->bus, dev->target, dev->lun,
5408                         "Reset as abort",
5409                         scsi3addr[0], scsi3addr[1], scsi3addr[2], scsi3addr[3],
5410                         scsi3addr[4], scsi3addr[5], scsi3addr[6], scsi3addr[7]);
5411
5412         if (!dev->offload_enabled) {
5413                 dev_warn(&h->pdev->dev,
5414                         "Can't abort: device is not operating in HP SSD Smart Path mode.\n");
5415                 return -1; /* not abortable */
5416         }
5417
5418         /* Incoming scsi3addr is logical addr. We need physical disk addr. */
5419         if (!hpsa_get_pdisk_of_ioaccel2(h, abort, psa)) {
5420                 dev_warn(&h->pdev->dev, "Can't abort: Failed lookup of physical address.\n");
5421                 return -1; /* not abortable */
5422         }
5423
5424         /* send the reset */
5425         if (h->raid_offload_debug > 0)
5426                 dev_info(&h->pdev->dev,
5427                         "Reset as abort: Resetting physical device at scsi3addr 0x%02x%02x%02x%02x%02x%02x%02x%02x\n",
5428                         psa[0], psa[1], psa[2], psa[3],
5429                         psa[4], psa[5], psa[6], psa[7]);
5430         rc = hpsa_do_reset(h, dev, psa, HPSA_RESET_TYPE_TARGET, reply_queue);
5431         if (rc != 0) {
5432                 dev_warn(&h->pdev->dev,
5433                         "Reset as abort: Failed on physical device at scsi3addr 0x%02x%02x%02x%02x%02x%02x%02x%02x\n",
5434                         psa[0], psa[1], psa[2], psa[3],
5435                         psa[4], psa[5], psa[6], psa[7]);
5436                 return rc; /* failed to reset */
5437         }
5438
5439         /* wait for device to recover */
5440         if (wait_for_device_to_become_ready(h, psa, reply_queue) != 0) {
5441                 dev_warn(&h->pdev->dev,
5442                         "Reset as abort: Failed: Device never recovered from reset: 0x%02x%02x%02x%02x%02x%02x%02x%02x\n",
5443                         psa[0], psa[1], psa[2], psa[3],
5444                         psa[4], psa[5], psa[6], psa[7]);
5445                 return -1;  /* failed to recover */
5446         }
5447
5448         /* device recovered */
5449         dev_info(&h->pdev->dev,
5450                 "Reset as abort: Device recovered from reset: scsi3addr 0x%02x%02x%02x%02x%02x%02x%02x%02x\n",
5451                 psa[0], psa[1], psa[2], psa[3],
5452                 psa[4], psa[5], psa[6], psa[7]);
5453
5454         return rc; /* success */
5455 }
5456
5457 static int hpsa_send_abort_ioaccel2(struct ctlr_info *h,
5458         struct CommandList *abort, int reply_queue)
5459 {
5460         int rc = IO_OK;
5461         struct CommandList *c;
5462         __le32 taglower, tagupper;
5463         struct hpsa_scsi_dev_t *dev;
5464         struct io_accel2_cmd *c2;
5465
5466         dev = abort->scsi_cmd->device->hostdata;
5467         if (!dev->offload_enabled && !dev->hba_ioaccel_enabled)
5468                 return -1;
5469
5470         c = cmd_alloc(h);
5471         setup_ioaccel2_abort_cmd(c, h, abort, reply_queue);
5472         c2 = &h->ioaccel2_cmd_pool[c->cmdindex];
5473         (void) hpsa_scsi_do_simple_cmd(h, c, reply_queue, NO_TIMEOUT);
5474         hpsa_get_tag(h, abort, &taglower, &tagupper);
5475         dev_dbg(&h->pdev->dev,
5476                 "%s: Tag:0x%08x:%08x: do_simple_cmd(ioaccel2 abort) completed.\n",
5477                 __func__, tagupper, taglower);
5478         /* no unmap needed here because no data xfer. */
5479
5480         dev_dbg(&h->pdev->dev,
5481                 "%s: Tag:0x%08x:%08x: abort service response = 0x%02x.\n",
5482                 __func__, tagupper, taglower, c2->error_data.serv_response);
5483         switch (c2->error_data.serv_response) {
5484         case IOACCEL2_SERV_RESPONSE_TMF_COMPLETE:
5485         case IOACCEL2_SERV_RESPONSE_TMF_SUCCESS:
5486                 rc = 0;
5487                 break;
5488         case IOACCEL2_SERV_RESPONSE_TMF_REJECTED:
5489         case IOACCEL2_SERV_RESPONSE_FAILURE:
5490         case IOACCEL2_SERV_RESPONSE_TMF_WRONG_LUN:
5491                 rc = -1;
5492                 break;
5493         default:
5494                 dev_warn(&h->pdev->dev,
5495                         "%s: Tag:0x%08x:%08x: unknown abort service response 0x%02x\n",
5496                         __func__, tagupper, taglower,
5497                         c2->error_data.serv_response);
5498                 rc = -1;
5499         }
5500         cmd_free(h, c);
5501         dev_dbg(&h->pdev->dev, "%s: Tag:0x%08x:%08x: Finished.\n", __func__,
5502                 tagupper, taglower);
5503         return rc;
5504 }
5505
5506 static int hpsa_send_abort_both_ways(struct ctlr_info *h,
5507         unsigned char *scsi3addr, struct CommandList *abort, int reply_queue)
5508 {
5509         /*
5510          * ioccelerator mode 2 commands should be aborted via the
5511          * accelerated path, since RAID path is unaware of these commands,
5512          * but not all underlying firmware can handle abort TMF.
5513          * Change abort to physical device reset when abort TMF is unsupported.
5514          */
5515         if (abort->cmd_type == CMD_IOACCEL2) {
5516                 if (HPSATMF_IOACCEL_ENABLED & h->TMFSupportFlags)
5517                         return hpsa_send_abort_ioaccel2(h, abort,
5518                                                 reply_queue);
5519                 else
5520                         return hpsa_send_reset_as_abort_ioaccel2(h, scsi3addr,
5521                                                         abort, reply_queue);
5522         }
5523         return hpsa_send_abort(h, scsi3addr, abort, reply_queue);
5524 }
5525
5526 /* Find out which reply queue a command was meant to return on */
5527 static int hpsa_extract_reply_queue(struct ctlr_info *h,
5528                                         struct CommandList *c)
5529 {
5530         if (c->cmd_type == CMD_IOACCEL2)
5531                 return h->ioaccel2_cmd_pool[c->cmdindex].reply_queue;
5532         return c->Header.ReplyQueue;
5533 }
5534
5535 /*
5536  * Limit concurrency of abort commands to prevent
5537  * over-subscription of commands
5538  */
5539 static inline int wait_for_available_abort_cmd(struct ctlr_info *h)
5540 {
5541 #define ABORT_CMD_WAIT_MSECS 5000
5542         return !wait_event_timeout(h->abort_cmd_wait_queue,
5543                         atomic_dec_if_positive(&h->abort_cmds_available) >= 0,
5544                         msecs_to_jiffies(ABORT_CMD_WAIT_MSECS));
5545 }
5546
5547 /* Send an abort for the specified command.
5548  *      If the device and controller support it,
5549  *              send a task abort request.
5550  */
5551 static int hpsa_eh_abort_handler(struct scsi_cmnd *sc)
5552 {
5553
5554         int rc;
5555         struct ctlr_info *h;
5556         struct hpsa_scsi_dev_t *dev;
5557         struct CommandList *abort; /* pointer to command to be aborted */
5558         struct scsi_cmnd *as;   /* ptr to scsi cmd inside aborted command. */
5559         char msg[256];          /* For debug messaging. */
5560         int ml = 0;
5561         __le32 tagupper, taglower;
5562         int refcount, reply_queue;
5563
5564         if (sc == NULL)
5565                 return FAILED;
5566
5567         if (sc->device == NULL)
5568                 return FAILED;
5569
5570         /* Find the controller of the command to be aborted */
5571         h = sdev_to_hba(sc->device);
5572         if (h == NULL)
5573                 return FAILED;
5574
5575         /* Find the device of the command to be aborted */
5576         dev = sc->device->hostdata;
5577         if (!dev) {
5578                 dev_err(&h->pdev->dev, "%s FAILED, Device lookup failed.\n",
5579                                 msg);
5580                 return FAILED;
5581         }
5582
5583         /* If controller locked up, we can guarantee command won't complete */
5584         if (lockup_detected(h)) {
5585                 hpsa_show_dev_msg(KERN_WARNING, h, dev,
5586                                         "ABORT FAILED, lockup detected");
5587                 return FAILED;
5588         }
5589
5590         /* This is a good time to check if controller lockup has occurred */
5591         if (detect_controller_lockup(h)) {
5592                 hpsa_show_dev_msg(KERN_WARNING, h, dev,
5593                                         "ABORT FAILED, new lockup detected");
5594                 return FAILED;
5595         }
5596
5597         /* Check that controller supports some kind of task abort */
5598         if (!(HPSATMF_PHYS_TASK_ABORT & h->TMFSupportFlags) &&
5599                 !(HPSATMF_LOG_TASK_ABORT & h->TMFSupportFlags))
5600                 return FAILED;
5601
5602         memset(msg, 0, sizeof(msg));
5603         ml += sprintf(msg+ml, "scsi %d:%d:%d:%llu %s %p",
5604                 h->scsi_host->host_no, sc->device->channel,
5605                 sc->device->id, sc->device->lun,
5606                 "Aborting command", sc);
5607
5608         /* Get SCSI command to be aborted */
5609         abort = (struct CommandList *) sc->host_scribble;
5610         if (abort == NULL) {
5611                 /* This can happen if the command already completed. */
5612                 return SUCCESS;
5613         }
5614         refcount = atomic_inc_return(&abort->refcount);
5615         if (refcount == 1) { /* Command is done already. */
5616                 cmd_free(h, abort);
5617                 return SUCCESS;
5618         }
5619
5620         /* Don't bother trying the abort if we know it won't work. */
5621         if (abort->cmd_type != CMD_IOACCEL2 &&
5622                 abort->cmd_type != CMD_IOACCEL1 && !dev->supports_aborts) {
5623                 cmd_free(h, abort);
5624                 return FAILED;
5625         }
5626
5627         /*
5628          * Check that we're aborting the right command.
5629          * It's possible the CommandList already completed and got re-used.
5630          */
5631         if (abort->scsi_cmd != sc) {
5632                 cmd_free(h, abort);
5633                 return SUCCESS;
5634         }
5635
5636         abort->abort_pending = true;
5637         hpsa_get_tag(h, abort, &taglower, &tagupper);
5638         reply_queue = hpsa_extract_reply_queue(h, abort);
5639         ml += sprintf(msg+ml, "Tag:0x%08x:%08x ", tagupper, taglower);
5640         as  = abort->scsi_cmd;
5641         if (as != NULL)
5642                 ml += sprintf(msg+ml,
5643                         "CDBLen: %d CDB: 0x%02x%02x... SN: 0x%lx ",
5644                         as->cmd_len, as->cmnd[0], as->cmnd[1],
5645                         as->serial_number);
5646         dev_warn(&h->pdev->dev, "%s BEING SENT\n", msg);
5647         hpsa_show_dev_msg(KERN_WARNING, h, dev, "Aborting command");
5648
5649         /*
5650          * Command is in flight, or possibly already completed
5651          * by the firmware (but not to the scsi mid layer) but we can't
5652          * distinguish which.  Send the abort down.
5653          */
5654         if (wait_for_available_abort_cmd(h)) {
5655                 dev_warn(&h->pdev->dev,
5656                         "%s FAILED, timeout waiting for an abort command to become available.\n",
5657                         msg);
5658                 cmd_free(h, abort);
5659                 return FAILED;
5660         }
5661         rc = hpsa_send_abort_both_ways(h, dev->scsi3addr, abort, reply_queue);
5662         atomic_inc(&h->abort_cmds_available);
5663         wake_up_all(&h->abort_cmd_wait_queue);
5664         if (rc != 0) {
5665                 dev_warn(&h->pdev->dev, "%s SENT, FAILED\n", msg);
5666                 hpsa_show_dev_msg(KERN_WARNING, h, dev,
5667                                 "FAILED to abort command");
5668                 cmd_free(h, abort);
5669                 return FAILED;
5670         }
5671         dev_info(&h->pdev->dev, "%s SENT, SUCCESS\n", msg);
5672         wait_event(h->event_sync_wait_queue,
5673                    abort->scsi_cmd != sc || lockup_detected(h));
5674         cmd_free(h, abort);
5675         return !lockup_detected(h) ? SUCCESS : FAILED;
5676 }
5677
5678 /*
5679  * For operations with an associated SCSI command, a command block is allocated
5680  * at init, and managed by cmd_tagged_alloc() and cmd_tagged_free() using the
5681  * block request tag as an index into a table of entries.  cmd_tagged_free() is
5682  * the complement, although cmd_free() may be called instead.
5683  */
5684 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h,
5685                                             struct scsi_cmnd *scmd)
5686 {
5687         int idx = hpsa_get_cmd_index(scmd);
5688         struct CommandList *c = h->cmd_pool + idx;
5689
5690         if (idx < HPSA_NRESERVED_CMDS || idx >= h->nr_cmds) {
5691                 dev_err(&h->pdev->dev, "Bad block tag: %d not in [%d..%d]\n",
5692                         idx, HPSA_NRESERVED_CMDS, h->nr_cmds - 1);
5693                 /* The index value comes from the block layer, so if it's out of
5694                  * bounds, it's probably not our bug.
5695                  */
5696                 BUG();
5697         }
5698
5699         atomic_inc(&c->refcount);
5700         if (unlikely(!hpsa_is_cmd_idle(c))) {
5701                 /*
5702                  * We expect that the SCSI layer will hand us a unique tag
5703                  * value.  Thus, there should never be a collision here between
5704                  * two requests...because if the selected command isn't idle
5705                  * then someone is going to be very disappointed.
5706                  */
5707                 dev_err(&h->pdev->dev,
5708                         "tag collision (tag=%d) in cmd_tagged_alloc().\n",
5709                         idx);
5710                 if (c->scsi_cmd != NULL)
5711                         scsi_print_command(c->scsi_cmd);
5712                 scsi_print_command(scmd);
5713         }
5714
5715         hpsa_cmd_partial_init(h, idx, c);
5716         return c;
5717 }
5718
5719 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c)
5720 {
5721         /*
5722          * Release our reference to the block.  We don't need to do anything
5723          * else to free it, because it is accessed by index.  (There's no point
5724          * in checking the result of the decrement, since we cannot guarantee
5725          * that there isn't a concurrent abort which is also accessing it.)
5726          */
5727         (void)atomic_dec(&c->refcount);
5728 }
5729
5730 /*
5731  * For operations that cannot sleep, a command block is allocated at init,
5732  * and managed by cmd_alloc() and cmd_free() using a simple bitmap to track
5733  * which ones are free or in use.  Lock must be held when calling this.
5734  * cmd_free() is the complement.
5735  * This function never gives up and returns NULL.  If it hangs,
5736  * another thread must call cmd_free() to free some tags.
5737  */
5738
5739 static struct CommandList *cmd_alloc(struct ctlr_info *h)
5740 {
5741         struct CommandList *c;
5742         int refcount, i;
5743         int offset = 0;
5744
5745         /*
5746          * There is some *extremely* small but non-zero chance that that
5747          * multiple threads could get in here, and one thread could
5748          * be scanning through the list of bits looking for a free
5749          * one, but the free ones are always behind him, and other
5750          * threads sneak in behind him and eat them before he can
5751          * get to them, so that while there is always a free one, a
5752          * very unlucky thread might be starved anyway, never able to
5753          * beat the other threads.  In reality, this happens so
5754          * infrequently as to be indistinguishable from never.
5755          *
5756          * Note that we start allocating commands before the SCSI host structure
5757          * is initialized.  Since the search starts at bit zero, this
5758          * all works, since we have at least one command structure available;
5759          * however, it means that the structures with the low indexes have to be
5760          * reserved for driver-initiated requests, while requests from the block
5761          * layer will use the higher indexes.
5762          */
5763
5764         for (;;) {
5765                 i = find_next_zero_bit(h->cmd_pool_bits,
5766                                         HPSA_NRESERVED_CMDS,
5767                                         offset);
5768                 if (unlikely(i >= HPSA_NRESERVED_CMDS)) {
5769                         offset = 0;
5770                         continue;
5771                 }
5772                 c = h->cmd_pool + i;
5773                 refcount = atomic_inc_return(&c->refcount);
5774                 if (unlikely(refcount > 1)) {
5775                         cmd_free(h, c); /* already in use */
5776                         offset = (i + 1) % HPSA_NRESERVED_CMDS;
5777                         continue;
5778                 }
5779                 set_bit(i & (BITS_PER_LONG - 1),
5780                         h->cmd_pool_bits + (i / BITS_PER_LONG));
5781                 break; /* it's ours now. */
5782         }
5783         hpsa_cmd_partial_init(h, i, c);
5784         return c;
5785 }
5786
5787 /*
5788  * This is the complementary operation to cmd_alloc().  Note, however, in some
5789  * corner cases it may also be used to free blocks allocated by
5790  * cmd_tagged_alloc() in which case the ref-count decrement does the trick and
5791  * the clear-bit is harmless.
5792  */
5793 static void cmd_free(struct ctlr_info *h, struct CommandList *c)
5794 {
5795         if (atomic_dec_and_test(&c->refcount)) {
5796                 int i;
5797
5798                 i = c - h->cmd_pool;
5799                 clear_bit(i & (BITS_PER_LONG - 1),
5800                           h->cmd_pool_bits + (i / BITS_PER_LONG));
5801         }
5802 }
5803
5804 #ifdef CONFIG_COMPAT
5805
5806 static int hpsa_ioctl32_passthru(struct scsi_device *dev, int cmd,
5807         void __user *arg)
5808 {
5809         IOCTL32_Command_struct __user *arg32 =
5810             (IOCTL32_Command_struct __user *) arg;
5811         IOCTL_Command_struct arg64;
5812         IOCTL_Command_struct __user *p = compat_alloc_user_space(sizeof(arg64));
5813         int err;
5814         u32 cp;
5815
5816         memset(&arg64, 0, sizeof(arg64));
5817         err = 0;
5818         err |= copy_from_user(&arg64.LUN_info, &arg32->LUN_info,
5819                            sizeof(arg64.LUN_info));
5820         err |= copy_from_user(&arg64.Request, &arg32->Request,
5821                            sizeof(arg64.Request));
5822         err |= copy_from_user(&arg64.error_info, &arg32->error_info,
5823                            sizeof(arg64.error_info));
5824         err |= get_user(arg64.buf_size, &arg32->buf_size);
5825         err |= get_user(cp, &arg32->buf);
5826         arg64.buf = compat_ptr(cp);
5827         err |= copy_to_user(p, &arg64, sizeof(arg64));
5828
5829         if (err)
5830                 return -EFAULT;
5831
5832         err = hpsa_ioctl(dev, CCISS_PASSTHRU, p);
5833         if (err)
5834                 return err;
5835         err |= copy_in_user(&arg32->error_info, &p->error_info,
5836                          sizeof(arg32->error_info));
5837         if (err)
5838                 return -EFAULT;
5839         return err;
5840 }
5841
5842 static int hpsa_ioctl32_big_passthru(struct scsi_device *dev,
5843         int cmd, void __user *arg)
5844 {
5845         BIG_IOCTL32_Command_struct __user *arg32 =
5846             (BIG_IOCTL32_Command_struct __user *) arg;
5847         BIG_IOCTL_Command_struct arg64;
5848         BIG_IOCTL_Command_struct __user *p =
5849             compat_alloc_user_space(sizeof(arg64));
5850         int err;
5851         u32 cp;
5852
5853         memset(&arg64, 0, sizeof(arg64));
5854         err = 0;
5855         err |= copy_from_user(&arg64.LUN_info, &arg32->LUN_info,
5856                            sizeof(arg64.LUN_info));
5857         err |= copy_from_user(&arg64.Request, &arg32->Request,
5858                            sizeof(arg64.Request));
5859         err |= copy_from_user(&arg64.error_info, &arg32->error_info,
5860                            sizeof(arg64.error_info));
5861         err |= get_user(arg64.buf_size, &arg32->buf_size);
5862         err |= get_user(arg64.malloc_size, &arg32->malloc_size);
5863         err |= get_user(cp, &arg32->buf);
5864         arg64.buf = compat_ptr(cp);
5865         err |= copy_to_user(p, &arg64, sizeof(arg64));
5866
5867         if (err)
5868                 return -EFAULT;
5869
5870         err = hpsa_ioctl(dev, CCISS_BIG_PASSTHRU, p);
5871         if (err)
5872                 return err;
5873         err |= copy_in_user(&arg32->error_info, &p->error_info,
5874                          sizeof(arg32->error_info));
5875         if (err)
5876                 return -EFAULT;
5877         return err;
5878 }
5879
5880 static int hpsa_compat_ioctl(struct scsi_device *dev, int cmd, void __user *arg)
5881 {
5882         switch (cmd) {
5883         case CCISS_GETPCIINFO:
5884         case CCISS_GETINTINFO:
5885         case CCISS_SETINTINFO:
5886         case CCISS_GETNODENAME:
5887         case CCISS_SETNODENAME:
5888         case CCISS_GETHEARTBEAT:
5889         case CCISS_GETBUSTYPES:
5890         case CCISS_GETFIRMVER:
5891         case CCISS_GETDRIVVER:
5892         case CCISS_REVALIDVOLS:
5893         case CCISS_DEREGDISK:
5894         case CCISS_REGNEWDISK:
5895         case CCISS_REGNEWD:
5896         case CCISS_RESCANDISK:
5897         case CCISS_GETLUNINFO:
5898                 return hpsa_ioctl(dev, cmd, arg);
5899
5900         case CCISS_PASSTHRU32:
5901                 return hpsa_ioctl32_passthru(dev, cmd, arg);
5902         case CCISS_BIG_PASSTHRU32:
5903                 return hpsa_ioctl32_big_passthru(dev, cmd, arg);
5904
5905         default:
5906                 return -ENOIOCTLCMD;
5907         }
5908 }
5909 #endif
5910
5911 static int hpsa_getpciinfo_ioctl(struct ctlr_info *h, void __user *argp)
5912 {
5913         struct hpsa_pci_info pciinfo;
5914
5915         if (!argp)
5916                 return -EINVAL;
5917         pciinfo.domain = pci_domain_nr(h->pdev->bus);
5918         pciinfo.bus = h->pdev->bus->number;
5919         pciinfo.dev_fn = h->pdev->devfn;
5920         pciinfo.board_id = h->board_id;
5921         if (copy_to_user(argp, &pciinfo, sizeof(pciinfo)))
5922                 return -EFAULT;
5923         return 0;
5924 }
5925
5926 static int hpsa_getdrivver_ioctl(struct ctlr_info *h, void __user *argp)
5927 {
5928         DriverVer_type DriverVer;
5929         unsigned char vmaj, vmin, vsubmin;
5930         int rc;
5931
5932         rc = sscanf(HPSA_DRIVER_VERSION, "%hhu.%hhu.%hhu",
5933                 &vmaj, &vmin, &vsubmin);
5934         if (rc != 3) {
5935                 dev_info(&h->pdev->dev, "driver version string '%s' "
5936                         "unrecognized.", HPSA_DRIVER_VERSION);
5937                 vmaj = 0;
5938                 vmin = 0;
5939                 vsubmin = 0;
5940         }
5941         DriverVer = (vmaj << 16) | (vmin << 8) | vsubmin;
5942         if (!argp)
5943                 return -EINVAL;
5944         if (copy_to_user(argp, &DriverVer, sizeof(DriverVer_type)))
5945                 return -EFAULT;
5946         return 0;
5947 }
5948
5949 static int hpsa_passthru_ioctl(struct ctlr_info *h, void __user *argp)
5950 {
5951         IOCTL_Command_struct iocommand;
5952         struct CommandList *c;
5953         char *buff = NULL;
5954         u64 temp64;
5955         int rc = 0;
5956
5957         if (!argp)
5958                 return -EINVAL;
5959         if (!capable(CAP_SYS_RAWIO))
5960                 return -EPERM;
5961         if (copy_from_user(&iocommand, argp, sizeof(iocommand)))
5962                 return -EFAULT;
5963         if ((iocommand.buf_size < 1) &&
5964             (iocommand.Request.Type.Direction != XFER_NONE)) {
5965                 return -EINVAL;
5966         }
5967         if (iocommand.buf_size > 0) {
5968                 buff = kmalloc(iocommand.buf_size, GFP_KERNEL);
5969                 if (buff == NULL)
5970                         return -ENOMEM;
5971                 if (iocommand.Request.Type.Direction & XFER_WRITE) {
5972                         /* Copy the data into the buffer we created */
5973                         if (copy_from_user(buff, iocommand.buf,
5974                                 iocommand.buf_size)) {
5975                                 rc = -EFAULT;
5976                                 goto out_kfree;
5977                         }
5978                 } else {
5979                         memset(buff, 0, iocommand.buf_size);
5980                 }
5981         }
5982         c = cmd_alloc(h);
5983
5984         /* Fill in the command type */
5985         c->cmd_type = CMD_IOCTL_PEND;
5986         c->scsi_cmd = SCSI_CMD_BUSY;
5987         /* Fill in Command Header */
5988         c->Header.ReplyQueue = 0; /* unused in simple mode */
5989         if (iocommand.buf_size > 0) {   /* buffer to fill */
5990                 c->Header.SGList = 1;
5991                 c->Header.SGTotal = cpu_to_le16(1);
5992         } else  { /* no buffers to fill */
5993                 c->Header.SGList = 0;
5994                 c->Header.SGTotal = cpu_to_le16(0);
5995         }
5996         memcpy(&c->Header.LUN, &iocommand.LUN_info, sizeof(c->Header.LUN));
5997
5998         /* Fill in Request block */
5999         memcpy(&c->Request, &iocommand.Request,
6000                 sizeof(c->Request));
6001
6002         /* Fill in the scatter gather information */
6003         if (iocommand.buf_size > 0) {
6004                 temp64 = pci_map_single(h->pdev, buff,
6005                         iocommand.buf_size, PCI_DMA_BIDIRECTIONAL);
6006                 if (dma_mapping_error(&h->pdev->dev, (dma_addr_t) temp64)) {
6007                         c->SG[0].Addr = cpu_to_le64(0);
6008                         c->SG[0].Len = cpu_to_le32(0);
6009                         rc = -ENOMEM;
6010                         goto out;
6011                 }
6012                 c->SG[0].Addr = cpu_to_le64(temp64);
6013                 c->SG[0].Len = cpu_to_le32(iocommand.buf_size);
6014                 c->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* not chaining */
6015         }
6016         rc = hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE, NO_TIMEOUT);
6017         if (iocommand.buf_size > 0)
6018                 hpsa_pci_unmap(h->pdev, c, 1, PCI_DMA_BIDIRECTIONAL);
6019         check_ioctl_unit_attention(h, c);
6020         if (rc) {
6021                 rc = -EIO;
6022                 goto out;
6023         }
6024
6025         /* Copy the error information out */
6026         memcpy(&iocommand.error_info, c->err_info,
6027                 sizeof(iocommand.error_info));
6028         if (copy_to_user(argp, &iocommand, sizeof(iocommand))) {
6029                 rc = -EFAULT;
6030                 goto out;
6031         }
6032         if ((iocommand.Request.Type.Direction & XFER_READ) &&
6033                 iocommand.buf_size > 0) {
6034                 /* Copy the data out of the buffer we created */
6035                 if (copy_to_user(iocommand.buf, buff, iocommand.buf_size)) {
6036                         rc = -EFAULT;
6037                         goto out;
6038                 }
6039         }
6040 out:
6041         cmd_free(h, c);
6042 out_kfree:
6043         kfree(buff);
6044         return rc;
6045 }
6046
6047 static int hpsa_big_passthru_ioctl(struct ctlr_info *h, void __user *argp)
6048 {
6049         BIG_IOCTL_Command_struct *ioc;
6050         struct CommandList *c;
6051         unsigned char **buff = NULL;
6052         int *buff_size = NULL;
6053         u64 temp64;
6054         BYTE sg_used = 0;
6055         int status = 0;
6056         u32 left;
6057         u32 sz;
6058         BYTE __user *data_ptr;
6059
6060         if (!argp)
6061                 return -EINVAL;
6062         if (!capable(CAP_SYS_RAWIO))
6063                 return -EPERM;
6064         ioc = (BIG_IOCTL_Command_struct *)
6065             kmalloc(sizeof(*ioc), GFP_KERNEL);
6066         if (!ioc) {
6067                 status = -ENOMEM;
6068                 goto cleanup1;
6069         }
6070         if (copy_from_user(ioc, argp, sizeof(*ioc))) {
6071                 status = -EFAULT;
6072                 goto cleanup1;
6073         }
6074         if ((ioc->buf_size < 1) &&
6075             (ioc->Request.Type.Direction != XFER_NONE)) {
6076                 status = -EINVAL;
6077                 goto cleanup1;
6078         }
6079         /* Check kmalloc limits  using all SGs */
6080         if (ioc->malloc_size > MAX_KMALLOC_SIZE) {
6081                 status = -EINVAL;
6082                 goto cleanup1;
6083         }
6084         if (ioc->buf_size > ioc->malloc_size * SG_ENTRIES_IN_CMD) {
6085                 status = -EINVAL;
6086                 goto cleanup1;
6087         }
6088         buff = kzalloc(SG_ENTRIES_IN_CMD * sizeof(char *), GFP_KERNEL);
6089         if (!buff) {
6090                 status = -ENOMEM;
6091                 goto cleanup1;
6092         }
6093         buff_size = kmalloc(SG_ENTRIES_IN_CMD * sizeof(int), GFP_KERNEL);
6094         if (!buff_size) {
6095                 status = -ENOMEM;
6096                 goto cleanup1;
6097         }
6098         left = ioc->buf_size;
6099         data_ptr = ioc->buf;
6100         while (left) {
6101                 sz = (left > ioc->malloc_size) ? ioc->malloc_size : left;
6102                 buff_size[sg_used] = sz;
6103                 buff[sg_used] = kmalloc(sz, GFP_KERNEL);
6104                 if (buff[sg_used] == NULL) {
6105                         status = -ENOMEM;
6106                         goto cleanup1;
6107                 }
6108                 if (ioc->Request.Type.Direction & XFER_WRITE) {
6109                         if (copy_from_user(buff[sg_used], data_ptr, sz)) {
6110                                 status = -EFAULT;
6111                                 goto cleanup1;
6112                         }
6113                 } else
6114                         memset(buff[sg_used], 0, sz);
6115                 left -= sz;
6116                 data_ptr += sz;
6117                 sg_used++;
6118         }
6119         c = cmd_alloc(h);
6120
6121         c->cmd_type = CMD_IOCTL_PEND;
6122         c->scsi_cmd = SCSI_CMD_BUSY;
6123         c->Header.ReplyQueue = 0;
6124         c->Header.SGList = (u8) sg_used;
6125         c->Header.SGTotal = cpu_to_le16(sg_used);
6126         memcpy(&c->Header.LUN, &ioc->LUN_info, sizeof(c->Header.LUN));
6127         memcpy(&c->Request, &ioc->Request, sizeof(c->Request));
6128         if (ioc->buf_size > 0) {
6129                 int i;
6130                 for (i = 0; i < sg_used; i++) {
6131                         temp64 = pci_map_single(h->pdev, buff[i],
6132                                     buff_size[i], PCI_DMA_BIDIRECTIONAL);
6133                         if (dma_mapping_error(&h->pdev->dev,
6134                                                         (dma_addr_t) temp64)) {
6135                                 c->SG[i].Addr = cpu_to_le64(0);
6136                                 c->SG[i].Len = cpu_to_le32(0);
6137                                 hpsa_pci_unmap(h->pdev, c, i,
6138                                         PCI_DMA_BIDIRECTIONAL);
6139                                 status = -ENOMEM;
6140                                 goto cleanup0;
6141                         }
6142                         c->SG[i].Addr = cpu_to_le64(temp64);
6143                         c->SG[i].Len = cpu_to_le32(buff_size[i]);
6144                         c->SG[i].Ext = cpu_to_le32(0);
6145                 }
6146                 c->SG[--i].Ext = cpu_to_le32(HPSA_SG_LAST);
6147         }
6148         status = hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE, NO_TIMEOUT);
6149         if (sg_used)
6150                 hpsa_pci_unmap(h->pdev, c, sg_used, PCI_DMA_BIDIRECTIONAL);
6151         check_ioctl_unit_attention(h, c);
6152         if (status) {
6153                 status = -EIO;
6154                 goto cleanup0;
6155         }
6156
6157         /* Copy the error information out */
6158         memcpy(&ioc->error_info, c->err_info, sizeof(ioc->error_info));
6159         if (copy_to_user(argp, ioc, sizeof(*ioc))) {
6160                 status = -EFAULT;
6161                 goto cleanup0;
6162         }
6163         if ((ioc->Request.Type.Direction & XFER_READ) && ioc->buf_size > 0) {
6164                 int i;
6165
6166                 /* Copy the data out of the buffer we created */
6167                 BYTE __user *ptr = ioc->buf;
6168                 for (i = 0; i < sg_used; i++) {
6169                         if (copy_to_user(ptr, buff[i], buff_size[i])) {
6170                                 status = -EFAULT;
6171                                 goto cleanup0;
6172                         }
6173                         ptr += buff_size[i];
6174                 }
6175         }
6176         status = 0;
6177 cleanup0:
6178         cmd_free(h, c);
6179 cleanup1:
6180         if (buff) {
6181                 int i;
6182
6183                 for (i = 0; i < sg_used; i++)
6184                         kfree(buff[i]);
6185                 kfree(buff);
6186         }
6187         kfree(buff_size);
6188         kfree(ioc);
6189         return status;
6190 }
6191
6192 static void check_ioctl_unit_attention(struct ctlr_info *h,
6193         struct CommandList *c)
6194 {
6195         if (c->err_info->CommandStatus == CMD_TARGET_STATUS &&
6196                         c->err_info->ScsiStatus != SAM_STAT_CHECK_CONDITION)
6197                 (void) check_for_unit_attention(h, c);
6198 }
6199
6200 /*
6201  * ioctl
6202  */
6203 static int hpsa_ioctl(struct scsi_device *dev, int cmd, void __user *arg)
6204 {
6205         struct ctlr_info *h;
6206         void __user *argp = (void __user *)arg;
6207         int rc;
6208
6209         h = sdev_to_hba(dev);
6210
6211         switch (cmd) {
6212         case CCISS_DEREGDISK:
6213         case CCISS_REGNEWDISK:
6214         case CCISS_REGNEWD:
6215                 hpsa_scan_start(h->scsi_host);
6216                 return 0;
6217         case CCISS_GETPCIINFO:
6218                 return hpsa_getpciinfo_ioctl(h, argp);
6219         case CCISS_GETDRIVVER:
6220                 return hpsa_getdrivver_ioctl(h, argp);
6221         case CCISS_PASSTHRU:
6222                 if (atomic_dec_if_positive(&h->passthru_cmds_avail) < 0)
6223                         return -EAGAIN;
6224                 rc = hpsa_passthru_ioctl(h, argp);
6225                 atomic_inc(&h->passthru_cmds_avail);
6226                 return rc;
6227         case CCISS_BIG_PASSTHRU:
6228                 if (atomic_dec_if_positive(&h->passthru_cmds_avail) < 0)
6229                         return -EAGAIN;
6230                 rc = hpsa_big_passthru_ioctl(h, argp);
6231                 atomic_inc(&h->passthru_cmds_avail);
6232                 return rc;
6233         default:
6234                 return -ENOTTY;
6235         }
6236 }
6237
6238 static void hpsa_send_host_reset(struct ctlr_info *h, unsigned char *scsi3addr,
6239                                 u8 reset_type)
6240 {
6241         struct CommandList *c;
6242
6243         c = cmd_alloc(h);
6244
6245         /* fill_cmd can't fail here, no data buffer to map */
6246         (void) fill_cmd(c, HPSA_DEVICE_RESET_MSG, h, NULL, 0, 0,
6247                 RAID_CTLR_LUNID, TYPE_MSG);
6248         c->Request.CDB[1] = reset_type; /* fill_cmd defaults to target reset */
6249         c->waiting = NULL;
6250         enqueue_cmd_and_start_io(h, c);
6251         /* Don't wait for completion, the reset won't complete.  Don't free
6252          * the command either.  This is the last command we will send before
6253          * re-initializing everything, so it doesn't matter and won't leak.
6254          */
6255         return;
6256 }
6257
6258 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h,
6259         void *buff, size_t size, u16 page_code, unsigned char *scsi3addr,
6260         int cmd_type)
6261 {
6262         int pci_dir = XFER_NONE;
6263         u64 tag; /* for commands to be aborted */
6264
6265         c->cmd_type = CMD_IOCTL_PEND;
6266         c->scsi_cmd = SCSI_CMD_BUSY;
6267         c->Header.ReplyQueue = 0;
6268         if (buff != NULL && size > 0) {
6269                 c->Header.SGList = 1;
6270                 c->Header.SGTotal = cpu_to_le16(1);
6271         } else {
6272                 c->Header.SGList = 0;
6273                 c->Header.SGTotal = cpu_to_le16(0);
6274         }
6275         memcpy(c->Header.LUN.LunAddrBytes, scsi3addr, 8);
6276
6277         if (cmd_type == TYPE_CMD) {
6278                 switch (cmd) {
6279                 case HPSA_INQUIRY:
6280                         /* are we trying to read a vital product page */
6281                         if (page_code & VPD_PAGE) {
6282                                 c->Request.CDB[1] = 0x01;
6283                                 c->Request.CDB[2] = (page_code & 0xff);
6284                         }
6285                         c->Request.CDBLen = 6;
6286                         c->Request.type_attr_dir =
6287                                 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_READ);
6288                         c->Request.Timeout = 0;
6289                         c->Request.CDB[0] = HPSA_INQUIRY;
6290                         c->Request.CDB[4] = size & 0xFF;
6291                         break;
6292                 case HPSA_REPORT_LOG:
6293                 case HPSA_REPORT_PHYS:
6294                         /* Talking to controller so It's a physical command
6295                            mode = 00 target = 0.  Nothing to write.
6296                          */
6297                         c->Request.CDBLen = 12;
6298                         c->Request.type_attr_dir =
6299                                 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_READ);
6300                         c->Request.Timeout = 0;
6301                         c->Request.CDB[0] = cmd;
6302                         c->Request.CDB[6] = (size >> 24) & 0xFF; /* MSB */
6303                         c->Request.CDB[7] = (size >> 16) & 0xFF;
6304                         c->Request.CDB[8] = (size >> 8) & 0xFF;
6305                         c->Request.CDB[9] = size & 0xFF;
6306                         break;
6307                 case HPSA_CACHE_FLUSH:
6308                         c->Request.CDBLen = 12;
6309                         c->Request.type_attr_dir =
6310                                         TYPE_ATTR_DIR(cmd_type,
6311                                                 ATTR_SIMPLE, XFER_WRITE);
6312                         c->Request.Timeout = 0;
6313                         c->Request.CDB[0] = BMIC_WRITE;
6314                         c->Request.CDB[6] = BMIC_CACHE_FLUSH;
6315                         c->Request.CDB[7] = (size >> 8) & 0xFF;
6316                         c->Request.CDB[8] = size & 0xFF;
6317                         break;
6318                 case TEST_UNIT_READY:
6319                         c->Request.CDBLen = 6;
6320                         c->Request.type_attr_dir =
6321                                 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_NONE);
6322                         c->Request.Timeout = 0;
6323                         break;
6324                 case HPSA_GET_RAID_MAP:
6325                         c->Request.CDBLen = 12;
6326                         c->Request.type_attr_dir =
6327                                 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_READ);
6328                         c->Request.Timeout = 0;
6329                         c->Request.CDB[0] = HPSA_CISS_READ;
6330                         c->Request.CDB[1] = cmd;
6331                         c->Request.CDB[6] = (size >> 24) & 0xFF; /* MSB */
6332                         c->Request.CDB[7] = (size >> 16) & 0xFF;
6333                         c->Request.CDB[8] = (size >> 8) & 0xFF;
6334                         c->Request.CDB[9] = size & 0xFF;
6335                         break;
6336                 case BMIC_SENSE_CONTROLLER_PARAMETERS:
6337                         c->Request.CDBLen = 10;
6338                         c->Request.type_attr_dir =
6339                                 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_READ);
6340                         c->Request.Timeout = 0;
6341                         c->Request.CDB[0] = BMIC_READ;
6342                         c->Request.CDB[6] = BMIC_SENSE_CONTROLLER_PARAMETERS;
6343                         c->Request.CDB[7] = (size >> 16) & 0xFF;
6344                         c->Request.CDB[8] = (size >> 8) & 0xFF;
6345                         break;
6346                 case BMIC_IDENTIFY_PHYSICAL_DEVICE:
6347                         c->Request.CDBLen = 10;
6348                         c->Request.type_attr_dir =
6349                                 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_READ);
6350                         c->Request.Timeout = 0;
6351                         c->Request.CDB[0] = BMIC_READ;
6352                         c->Request.CDB[6] = BMIC_IDENTIFY_PHYSICAL_DEVICE;
6353                         c->Request.CDB[7] = (size >> 16) & 0xFF;
6354                         c->Request.CDB[8] = (size >> 8) & 0XFF;
6355                         break;
6356                 default:
6357                         dev_warn(&h->pdev->dev, "unknown command 0x%c\n", cmd);
6358                         BUG();
6359                         return -1;
6360                 }
6361         } else if (cmd_type == TYPE_MSG) {
6362                 switch (cmd) {
6363
6364                 case  HPSA_DEVICE_RESET_MSG:
6365                         c->Request.CDBLen = 16;
6366                         c->Request.type_attr_dir =
6367                                 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_NONE);
6368                         c->Request.Timeout = 0; /* Don't time out */
6369                         memset(&c->Request.CDB[0], 0, sizeof(c->Request.CDB));
6370                         c->Request.CDB[0] =  cmd;
6371                         c->Request.CDB[1] = HPSA_RESET_TYPE_LUN;
6372                         /* If bytes 4-7 are zero, it means reset the */
6373                         /* LunID device */
6374                         c->Request.CDB[4] = 0x00;
6375                         c->Request.CDB[5] = 0x00;
6376                         c->Request.CDB[6] = 0x00;
6377                         c->Request.CDB[7] = 0x00;
6378                         break;
6379                 case  HPSA_ABORT_MSG:
6380                         memcpy(&tag, buff, sizeof(tag));
6381                         dev_dbg(&h->pdev->dev,
6382                                 "Abort Tag:0x%016llx using rqst Tag:0x%016llx",
6383                                 tag, c->Header.tag);
6384                         c->Request.CDBLen = 16;
6385                         c->Request.type_attr_dir =
6386                                         TYPE_ATTR_DIR(cmd_type,
6387                                                 ATTR_SIMPLE, XFER_WRITE);
6388                         c->Request.Timeout = 0; /* Don't time out */
6389                         c->Request.CDB[0] = HPSA_TASK_MANAGEMENT;
6390                         c->Request.CDB[1] = HPSA_TMF_ABORT_TASK;
6391                         c->Request.CDB[2] = 0x00; /* reserved */
6392                         c->Request.CDB[3] = 0x00; /* reserved */
6393                         /* Tag to abort goes in CDB[4]-CDB[11] */
6394                         memcpy(&c->Request.CDB[4], &tag, sizeof(tag));
6395                         c->Request.CDB[12] = 0x00; /* reserved */
6396                         c->Request.CDB[13] = 0x00; /* reserved */
6397                         c->Request.CDB[14] = 0x00; /* reserved */
6398                         c->Request.CDB[15] = 0x00; /* reserved */
6399                 break;
6400                 default:
6401                         dev_warn(&h->pdev->dev, "unknown message type %d\n",
6402                                 cmd);
6403                         BUG();
6404                 }
6405         } else {
6406                 dev_warn(&h->pdev->dev, "unknown command type %d\n", cmd_type);
6407                 BUG();
6408         }
6409
6410         switch (GET_DIR(c->Request.type_attr_dir)) {
6411         case XFER_READ:
6412                 pci_dir = PCI_DMA_FROMDEVICE;
6413                 break;
6414         case XFER_WRITE:
6415                 pci_dir = PCI_DMA_TODEVICE;
6416                 break;
6417         case XFER_NONE:
6418                 pci_dir = PCI_DMA_NONE;
6419                 break;
6420         default:
6421                 pci_dir = PCI_DMA_BIDIRECTIONAL;
6422         }
6423         if (hpsa_map_one(h->pdev, c, buff, size, pci_dir))
6424                 return -1;
6425         return 0;
6426 }
6427
6428 /*
6429  * Map (physical) PCI mem into (virtual) kernel space
6430  */
6431 static void __iomem *remap_pci_mem(ulong base, ulong size)
6432 {
6433         ulong page_base = ((ulong) base) & PAGE_MASK;
6434         ulong page_offs = ((ulong) base) - page_base;
6435         void __iomem *page_remapped = ioremap_nocache(page_base,
6436                 page_offs + size);
6437
6438         return page_remapped ? (page_remapped + page_offs) : NULL;
6439 }
6440
6441 static inline unsigned long get_next_completion(struct ctlr_info *h, u8 q)
6442 {
6443         return h->access.command_completed(h, q);
6444 }
6445
6446 static inline bool interrupt_pending(struct ctlr_info *h)
6447 {
6448         return h->access.intr_pending(h);
6449 }
6450
6451 static inline long interrupt_not_for_us(struct ctlr_info *h)
6452 {
6453         return (h->access.intr_pending(h) == 0) ||
6454                 (h->interrupts_enabled == 0);
6455 }
6456
6457 static inline int bad_tag(struct ctlr_info *h, u32 tag_index,
6458         u32 raw_tag)
6459 {
6460         if (unlikely(tag_index >= h->nr_cmds)) {
6461                 dev_warn(&h->pdev->dev, "bad tag 0x%08x ignored.\n", raw_tag);
6462                 return 1;
6463         }
6464         return 0;
6465 }
6466
6467 static inline void finish_cmd(struct CommandList *c)
6468 {
6469         dial_up_lockup_detection_on_fw_flash_complete(c->h, c);
6470         if (likely(c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_SCSI
6471                         || c->cmd_type == CMD_IOACCEL2))
6472                 complete_scsi_command(c);
6473         else if (c->cmd_type == CMD_IOCTL_PEND || c->cmd_type == IOACCEL2_TMF)
6474                 complete(c->waiting);
6475 }
6476
6477 /* process completion of an indexed ("direct lookup") command */
6478 static inline void process_indexed_cmd(struct ctlr_info *h,
6479         u32 raw_tag)
6480 {
6481         u32 tag_index;
6482         struct CommandList *c;
6483
6484         tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT;
6485         if (!bad_tag(h, tag_index, raw_tag)) {
6486                 c = h->cmd_pool + tag_index;
6487                 finish_cmd(c);
6488         }
6489 }
6490
6491 /* Some controllers, like p400, will give us one interrupt
6492  * after a soft reset, even if we turned interrupts off.
6493  * Only need to check for this in the hpsa_xxx_discard_completions
6494  * functions.
6495  */
6496 static int ignore_bogus_interrupt(struct ctlr_info *h)
6497 {
6498         if (likely(!reset_devices))
6499                 return 0;
6500
6501         if (likely(h->interrupts_enabled))
6502                 return 0;
6503
6504         dev_info(&h->pdev->dev, "Received interrupt while interrupts disabled "
6505                 "(known firmware bug.)  Ignoring.\n");
6506
6507         return 1;
6508 }
6509
6510 /*
6511  * Convert &h->q[x] (passed to interrupt handlers) back to h.
6512  * Relies on (h-q[x] == x) being true for x such that
6513  * 0 <= x < MAX_REPLY_QUEUES.
6514  */
6515 static struct ctlr_info *queue_to_hba(u8 *queue)
6516 {
6517         return container_of((queue - *queue), struct ctlr_info, q[0]);
6518 }
6519
6520 static irqreturn_t hpsa_intx_discard_completions(int irq, void *queue)
6521 {
6522         struct ctlr_info *h = queue_to_hba(queue);
6523         u8 q = *(u8 *) queue;
6524         u32 raw_tag;
6525
6526         if (ignore_bogus_interrupt(h))
6527                 return IRQ_NONE;
6528
6529         if (interrupt_not_for_us(h))
6530                 return IRQ_NONE;
6531         h->last_intr_timestamp = get_jiffies_64();
6532         while (interrupt_pending(h)) {
6533                 raw_tag = get_next_completion(h, q);
6534                 while (raw_tag != FIFO_EMPTY)
6535                         raw_tag = next_command(h, q);
6536         }
6537         return IRQ_HANDLED;
6538 }
6539
6540 static irqreturn_t hpsa_msix_discard_completions(int irq, void *queue)
6541 {
6542         struct ctlr_info *h = queue_to_hba(queue);
6543         u32 raw_tag;
6544         u8 q = *(u8 *) queue;
6545
6546         if (ignore_bogus_interrupt(h))
6547                 return IRQ_NONE;
6548
6549         h->last_intr_timestamp = get_jiffies_64();
6550         raw_tag = get_next_completion(h, q);
6551         while (raw_tag != FIFO_EMPTY)
6552                 raw_tag = next_command(h, q);
6553         return IRQ_HANDLED;
6554 }
6555
6556 static irqreturn_t do_hpsa_intr_intx(int irq, void *queue)
6557 {
6558         struct ctlr_info *h = queue_to_hba((u8 *) queue);
6559         u32 raw_tag;
6560         u8 q = *(u8 *) queue;
6561
6562         if (interrupt_not_for_us(h))
6563                 return IRQ_NONE;
6564         h->last_intr_timestamp = get_jiffies_64();
6565         while (interrupt_pending(h)) {
6566                 raw_tag = get_next_completion(h, q);
6567                 while (raw_tag != FIFO_EMPTY) {
6568                         process_indexed_cmd(h, raw_tag);
6569                         raw_tag = next_command(h, q);
6570                 }
6571         }
6572         return IRQ_HANDLED;
6573 }
6574
6575 static irqreturn_t do_hpsa_intr_msi(int irq, void *queue)
6576 {
6577         struct ctlr_info *h = queue_to_hba(queue);
6578         u32 raw_tag;
6579         u8 q = *(u8 *) queue;
6580
6581         h->last_intr_timestamp = get_jiffies_64();
6582         raw_tag = get_next_completion(h, q);
6583         while (raw_tag != FIFO_EMPTY) {
6584                 process_indexed_cmd(h, raw_tag);
6585                 raw_tag = next_command(h, q);
6586         }
6587         return IRQ_HANDLED;
6588 }
6589
6590 /* Send a message CDB to the firmware. Careful, this only works
6591  * in simple mode, not performant mode due to the tag lookup.
6592  * We only ever use this immediately after a controller reset.
6593  */
6594 static int hpsa_message(struct pci_dev *pdev, unsigned char opcode,
6595                         unsigned char type)
6596 {
6597         struct Command {
6598                 struct CommandListHeader CommandHeader;
6599                 struct RequestBlock Request;
6600                 struct ErrDescriptor ErrorDescriptor;
6601         };
6602         struct Command *cmd;
6603         static const size_t cmd_sz = sizeof(*cmd) +
6604                                         sizeof(cmd->ErrorDescriptor);
6605         dma_addr_t paddr64;
6606         __le32 paddr32;
6607         u32 tag;
6608         void __iomem *vaddr;
6609         int i, err;
6610
6611         vaddr = pci_ioremap_bar(pdev, 0);
6612         if (vaddr == NULL)
6613                 return -ENOMEM;
6614
6615         /* The Inbound Post Queue only accepts 32-bit physical addresses for the
6616          * CCISS commands, so they must be allocated from the lower 4GiB of
6617          * memory.
6618          */
6619         err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
6620         if (err) {
6621                 iounmap(vaddr);
6622                 return err;
6623         }
6624
6625         cmd = pci_alloc_consistent(pdev, cmd_sz, &paddr64);
6626         if (cmd == NULL) {
6627                 iounmap(vaddr);
6628                 return -ENOMEM;
6629         }
6630
6631         /* This must fit, because of the 32-bit consistent DMA mask.  Also,
6632          * although there's no guarantee, we assume that the address is at
6633          * least 4-byte aligned (most likely, it's page-aligned).
6634          */
6635         paddr32 = cpu_to_le32(paddr64);
6636
6637         cmd->CommandHeader.ReplyQueue = 0;
6638         cmd->CommandHeader.SGList = 0;
6639         cmd->CommandHeader.SGTotal = cpu_to_le16(0);
6640         cmd->CommandHeader.tag = cpu_to_le64(paddr64);
6641         memset(&cmd->CommandHeader.LUN.LunAddrBytes, 0, 8);
6642
6643         cmd->Request.CDBLen = 16;
6644         cmd->Request.type_attr_dir =
6645                         TYPE_ATTR_DIR(TYPE_MSG, ATTR_HEADOFQUEUE, XFER_NONE);
6646         cmd->Request.Timeout = 0; /* Don't time out */
6647         cmd->Request.CDB[0] = opcode;
6648         cmd->Request.CDB[1] = type;
6649         memset(&cmd->Request.CDB[2], 0, 14); /* rest of the CDB is reserved */
6650         cmd->ErrorDescriptor.Addr =
6651                         cpu_to_le64((le32_to_cpu(paddr32) + sizeof(*cmd)));
6652         cmd->ErrorDescriptor.Len = cpu_to_le32(sizeof(struct ErrorInfo));
6653
6654         writel(le32_to_cpu(paddr32), vaddr + SA5_REQUEST_PORT_OFFSET);
6655
6656         for (i = 0; i < HPSA_MSG_SEND_RETRY_LIMIT; i++) {
6657                 tag = readl(vaddr + SA5_REPLY_PORT_OFFSET);
6658                 if ((tag & ~HPSA_SIMPLE_ERROR_BITS) == paddr64)
6659                         break;
6660                 msleep(HPSA_MSG_SEND_RETRY_INTERVAL_MSECS);
6661         }
6662
6663         iounmap(vaddr);
6664
6665         /* we leak the DMA buffer here ... no choice since the controller could
6666          *  still complete the command.
6667          */
6668         if (i == HPSA_MSG_SEND_RETRY_LIMIT) {
6669                 dev_err(&pdev->dev, "controller message %02x:%02x timed out\n",
6670                         opcode, type);
6671                 return -ETIMEDOUT;
6672         }
6673
6674         pci_free_consistent(pdev, cmd_sz, cmd, paddr64);
6675
6676         if (tag & HPSA_ERROR_BIT) {
6677                 dev_err(&pdev->dev, "controller message %02x:%02x failed\n",
6678                         opcode, type);
6679                 return -EIO;
6680         }
6681
6682         dev_info(&pdev->dev, "controller message %02x:%02x succeeded\n",
6683                 opcode, type);
6684         return 0;
6685 }
6686
6687 #define hpsa_noop(p) hpsa_message(p, 3, 0)
6688
6689 static int hpsa_controller_hard_reset(struct pci_dev *pdev,
6690         void __iomem *vaddr, u32 use_doorbell)
6691 {
6692
6693         if (use_doorbell) {
6694                 /* For everything after the P600, the PCI power state method
6695                  * of resetting the controller doesn't work, so we have this
6696                  * other way using the doorbell register.
6697                  */
6698                 dev_info(&pdev->dev, "using doorbell to reset controller\n");
6699                 writel(use_doorbell, vaddr + SA5_DOORBELL);
6700
6701                 /* PMC hardware guys tell us we need a 10 second delay after
6702                  * doorbell reset and before any attempt to talk to the board
6703                  * at all to ensure that this actually works and doesn't fall
6704                  * over in some weird corner cases.
6705                  */
6706                 msleep(10000);
6707         } else { /* Try to do it the PCI power state way */
6708
6709                 /* Quoting from the Open CISS Specification: "The Power
6710                  * Management Control/Status Register (CSR) controls the power
6711                  * state of the device.  The normal operating state is D0,
6712                  * CSR=00h.  The software off state is D3, CSR=03h.  To reset
6713                  * the controller, place the interface device in D3 then to D0,
6714                  * this causes a secondary PCI reset which will reset the
6715                  * controller." */
6716
6717                 int rc = 0;
6718
6719                 dev_info(&pdev->dev, "using PCI PM to reset controller\n");
6720
6721                 /* enter the D3hot power management state */
6722                 rc = pci_set_power_state(pdev, PCI_D3hot);
6723                 if (rc)
6724                         return rc;
6725
6726                 msleep(500);
6727
6728                 /* enter the D0 power management state */
6729                 rc = pci_set_power_state(pdev, PCI_D0);
6730                 if (rc)
6731                         return rc;
6732
6733                 /*
6734                  * The P600 requires a small delay when changing states.
6735                  * Otherwise we may think the board did not reset and we bail.
6736                  * This for kdump only and is particular to the P600.
6737                  */
6738                 msleep(500);
6739         }
6740         return 0;
6741 }
6742
6743 static void init_driver_version(char *driver_version, int len)
6744 {
6745         memset(driver_version, 0, len);
6746         strncpy(driver_version, HPSA " " HPSA_DRIVER_VERSION, len - 1);
6747 }
6748
6749 static int write_driver_ver_to_cfgtable(struct CfgTable __iomem *cfgtable)
6750 {
6751         char *driver_version;
6752         int i, size = sizeof(cfgtable->driver_version);
6753
6754         driver_version = kmalloc(size, GFP_KERNEL);
6755         if (!driver_version)
6756                 return -ENOMEM;
6757
6758         init_driver_version(driver_version, size);
6759         for (i = 0; i < size; i++)
6760                 writeb(driver_version[i], &cfgtable->driver_version[i]);
6761         kfree(driver_version);
6762         return 0;
6763 }
6764
6765 static void read_driver_ver_from_cfgtable(struct CfgTable __iomem *cfgtable,
6766                                           unsigned char *driver_ver)
6767 {
6768         int i;
6769
6770         for (i = 0; i < sizeof(cfgtable->driver_version); i++)
6771                 driver_ver[i] = readb(&cfgtable->driver_version[i]);
6772 }
6773
6774 static int controller_reset_failed(struct CfgTable __iomem *cfgtable)
6775 {
6776
6777         char *driver_ver, *old_driver_ver;
6778         int rc, size = sizeof(cfgtable->driver_version);
6779
6780         old_driver_ver = kmalloc(2 * size, GFP_KERNEL);
6781         if (!old_driver_ver)
6782                 return -ENOMEM;
6783         driver_ver = old_driver_ver + size;
6784
6785         /* After a reset, the 32 bytes of "driver version" in the cfgtable
6786          * should have been changed, otherwise we know the reset failed.
6787          */
6788         init_driver_version(old_driver_ver, size);
6789         read_driver_ver_from_cfgtable(cfgtable, driver_ver);
6790         rc = !memcmp(driver_ver, old_driver_ver, size);
6791         kfree(old_driver_ver);
6792         return rc;
6793 }
6794 /* This does a hard reset of the controller using PCI power management
6795  * states or the using the doorbell register.
6796  */
6797 static int hpsa_kdump_hard_reset_controller(struct pci_dev *pdev, u32 board_id)
6798 {
6799         u64 cfg_offset;
6800         u32 cfg_base_addr;
6801         u64 cfg_base_addr_index;
6802         void __iomem *vaddr;
6803         unsigned long paddr;
6804         u32 misc_fw_support;
6805         int rc;
6806         struct CfgTable __iomem *cfgtable;
6807         u32 use_doorbell;
6808         u16 command_register;
6809
6810         /* For controllers as old as the P600, this is very nearly
6811          * the same thing as
6812          *
6813          * pci_save_state(pci_dev);
6814          * pci_set_power_state(pci_dev, PCI_D3hot);
6815          * pci_set_power_state(pci_dev, PCI_D0);
6816          * pci_restore_state(pci_dev);
6817          *
6818          * For controllers newer than the P600, the pci power state
6819          * method of resetting doesn't work so we have another way
6820          * using the doorbell register.
6821          */
6822
6823         if (!ctlr_is_resettable(board_id)) {
6824                 dev_warn(&pdev->dev, "Controller not resettable\n");
6825                 return -ENODEV;
6826         }
6827
6828         /* if controller is soft- but not hard resettable... */
6829         if (!ctlr_is_hard_resettable(board_id))
6830                 return -ENOTSUPP; /* try soft reset later. */
6831
6832         /* Save the PCI command register */
6833         pci_read_config_word(pdev, 4, &command_register);
6834         pci_save_state(pdev);
6835
6836         /* find the first memory BAR, so we can find the cfg table */
6837         rc = hpsa_pci_find_memory_BAR(pdev, &paddr);
6838         if (rc)
6839                 return rc;
6840         vaddr = remap_pci_mem(paddr, 0x250);
6841         if (!vaddr)
6842                 return -ENOMEM;
6843
6844         /* find cfgtable in order to check if reset via doorbell is supported */
6845         rc = hpsa_find_cfg_addrs(pdev, vaddr, &cfg_base_addr,
6846                                         &cfg_base_addr_index, &cfg_offset);
6847         if (rc)
6848                 goto unmap_vaddr;
6849         cfgtable = remap_pci_mem(pci_resource_start(pdev,
6850                        cfg_base_addr_index) + cfg_offset, sizeof(*cfgtable));
6851         if (!cfgtable) {
6852                 rc = -ENOMEM;
6853                 goto unmap_vaddr;
6854         }
6855         rc = write_driver_ver_to_cfgtable(cfgtable);
6856         if (rc)
6857                 goto unmap_cfgtable;
6858
6859         /* If reset via doorbell register is supported, use that.
6860          * There are two such methods.  Favor the newest method.
6861          */
6862         misc_fw_support = readl(&cfgtable->misc_fw_support);
6863         use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET2;
6864         if (use_doorbell) {
6865                 use_doorbell = DOORBELL_CTLR_RESET2;
6866         } else {
6867                 use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET;
6868                 if (use_doorbell) {
6869                         dev_warn(&pdev->dev,
6870                                 "Soft reset not supported. Firmware update is required.\n");
6871                         rc = -ENOTSUPP; /* try soft reset */
6872                         goto unmap_cfgtable;
6873                 }
6874         }
6875
6876         rc = hpsa_controller_hard_reset(pdev, vaddr, use_doorbell);
6877         if (rc)
6878                 goto unmap_cfgtable;
6879
6880         pci_restore_state(pdev);
6881         pci_write_config_word(pdev, 4, command_register);
6882
6883         /* Some devices (notably the HP Smart Array 5i Controller)
6884            need a little pause here */
6885         msleep(HPSA_POST_RESET_PAUSE_MSECS);
6886
6887         rc = hpsa_wait_for_board_state(pdev, vaddr, BOARD_READY);
6888         if (rc) {
6889                 dev_warn(&pdev->dev,
6890                         "Failed waiting for board to become ready after hard reset\n");
6891                 goto unmap_cfgtable;
6892         }
6893
6894         rc = controller_reset_failed(vaddr);
6895         if (rc < 0)
6896                 goto unmap_cfgtable;
6897         if (rc) {
6898                 dev_warn(&pdev->dev, "Unable to successfully reset "
6899                         "controller. Will try soft reset.\n");
6900                 rc = -ENOTSUPP;
6901         } else {
6902                 dev_info(&pdev->dev, "board ready after hard reset.\n");
6903         }
6904
6905 unmap_cfgtable:
6906         iounmap(cfgtable);
6907
6908 unmap_vaddr:
6909         iounmap(vaddr);
6910         return rc;
6911 }
6912
6913 /*
6914  *  We cannot read the structure directly, for portability we must use
6915  *   the io functions.
6916  *   This is for debug only.
6917  */
6918 static void print_cfg_table(struct device *dev, struct CfgTable __iomem *tb)
6919 {
6920 #ifdef HPSA_DEBUG
6921         int i;
6922         char temp_name[17];
6923
6924         dev_info(dev, "Controller Configuration information\n");
6925         dev_info(dev, "------------------------------------\n");
6926         for (i = 0; i < 4; i++)
6927                 temp_name[i] = readb(&(tb->Signature[i]));
6928         temp_name[4] = '\0';
6929         dev_info(dev, "   Signature = %s\n", temp_name);
6930         dev_info(dev, "   Spec Number = %d\n", readl(&(tb->SpecValence)));
6931         dev_info(dev, "   Transport methods supported = 0x%x\n",
6932                readl(&(tb->TransportSupport)));
6933         dev_info(dev, "   Transport methods active = 0x%x\n",
6934                readl(&(tb->TransportActive)));
6935         dev_info(dev, "   Requested transport Method = 0x%x\n",
6936                readl(&(tb->HostWrite.TransportRequest)));
6937         dev_info(dev, "   Coalesce Interrupt Delay = 0x%x\n",
6938                readl(&(tb->HostWrite.CoalIntDelay)));
6939         dev_info(dev, "   Coalesce Interrupt Count = 0x%x\n",
6940                readl(&(tb->HostWrite.CoalIntCount)));
6941         dev_info(dev, "   Max outstanding commands = %d\n",
6942                readl(&(tb->CmdsOutMax)));
6943         dev_info(dev, "   Bus Types = 0x%x\n", readl(&(tb->BusTypes)));
6944         for (i = 0; i < 16; i++)
6945                 temp_name[i] = readb(&(tb->ServerName[i]));
6946         temp_name[16] = '\0';
6947         dev_info(dev, "   Server Name = %s\n", temp_name);
6948         dev_info(dev, "   Heartbeat Counter = 0x%x\n\n\n",
6949                 readl(&(tb->HeartBeat)));
6950 #endif                          /* HPSA_DEBUG */
6951 }
6952
6953 static int find_PCI_BAR_index(struct pci_dev *pdev, unsigned long pci_bar_addr)
6954 {
6955         int i, offset, mem_type, bar_type;
6956
6957         if (pci_bar_addr == PCI_BASE_ADDRESS_0) /* looking for BAR zero? */
6958                 return 0;
6959         offset = 0;
6960         for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) {
6961                 bar_type = pci_resource_flags(pdev, i) & PCI_BASE_ADDRESS_SPACE;
6962                 if (bar_type == PCI_BASE_ADDRESS_SPACE_IO)
6963                         offset += 4;
6964                 else {
6965                         mem_type = pci_resource_flags(pdev, i) &
6966                             PCI_BASE_ADDRESS_MEM_TYPE_MASK;
6967                         switch (mem_type) {
6968                         case PCI_BASE_ADDRESS_MEM_TYPE_32:
6969                         case PCI_BASE_ADDRESS_MEM_TYPE_1M:
6970                                 offset += 4;    /* 32 bit */
6971                                 break;
6972                         case PCI_BASE_ADDRESS_MEM_TYPE_64:
6973                                 offset += 8;
6974                                 break;
6975                         default:        /* reserved in PCI 2.2 */
6976                                 dev_warn(&pdev->dev,
6977                                        "base address is invalid\n");
6978                                 return -1;
6979                                 break;
6980                         }
6981                 }
6982                 if (offset == pci_bar_addr - PCI_BASE_ADDRESS_0)
6983                         return i + 1;
6984         }
6985         return -1;
6986 }
6987
6988 static void hpsa_disable_interrupt_mode(struct ctlr_info *h)
6989 {
6990         if (h->msix_vector) {
6991                 if (h->pdev->msix_enabled)
6992                         pci_disable_msix(h->pdev);
6993                 h->msix_vector = 0;
6994         } else if (h->msi_vector) {
6995                 if (h->pdev->msi_enabled)
6996                         pci_disable_msi(h->pdev);
6997                 h->msi_vector = 0;
6998         }
6999 }
7000
7001 /* If MSI/MSI-X is supported by the kernel we will try to enable it on
7002  * controllers that are capable. If not, we use legacy INTx mode.
7003  */
7004 static void hpsa_interrupt_mode(struct ctlr_info *h)
7005 {
7006 #ifdef CONFIG_PCI_MSI
7007         int err, i;
7008         struct msix_entry hpsa_msix_entries[MAX_REPLY_QUEUES];
7009
7010         for (i = 0; i < MAX_REPLY_QUEUES; i++) {
7011                 hpsa_msix_entries[i].vector = 0;
7012                 hpsa_msix_entries[i].entry = i;
7013         }
7014
7015         /* Some boards advertise MSI but don't really support it */
7016         if ((h->board_id == 0x40700E11) || (h->board_id == 0x40800E11) ||
7017             (h->board_id == 0x40820E11) || (h->board_id == 0x40830E11))
7018                 goto default_int_mode;
7019         if (pci_find_capability(h->pdev, PCI_CAP_ID_MSIX)) {
7020                 dev_info(&h->pdev->dev, "MSI-X capable controller\n");
7021                 h->msix_vector = MAX_REPLY_QUEUES;
7022                 if (h->msix_vector > num_online_cpus())
7023                         h->msix_vector = num_online_cpus();
7024                 err = pci_enable_msix_range(h->pdev, hpsa_msix_entries,
7025                                             1, h->msix_vector);
7026                 if (err < 0) {
7027                         dev_warn(&h->pdev->dev, "MSI-X init failed %d\n", err);
7028                         h->msix_vector = 0;
7029                         goto single_msi_mode;
7030                 } else if (err < h->msix_vector) {
7031                         dev_warn(&h->pdev->dev, "only %d MSI-X vectors "
7032                                "available\n", err);
7033                 }
7034                 h->msix_vector = err;
7035                 for (i = 0; i < h->msix_vector; i++)
7036                         h->intr[i] = hpsa_msix_entries[i].vector;
7037                 return;
7038         }
7039 single_msi_mode:
7040         if (pci_find_capability(h->pdev, PCI_CAP_ID_MSI)) {
7041                 dev_info(&h->pdev->dev, "MSI capable controller\n");
7042                 if (!pci_enable_msi(h->pdev))
7043                         h->msi_vector = 1;
7044                 else
7045                         dev_warn(&h->pdev->dev, "MSI init failed\n");
7046         }
7047 default_int_mode:
7048 #endif                          /* CONFIG_PCI_MSI */
7049         /* if we get here we're going to use the default interrupt mode */
7050         h->intr[h->intr_mode] = h->pdev->irq;
7051 }
7052
7053 static int hpsa_lookup_board_id(struct pci_dev *pdev, u32 *board_id)
7054 {
7055         int i;
7056         u32 subsystem_vendor_id, subsystem_device_id;
7057
7058         subsystem_vendor_id = pdev->subsystem_vendor;
7059         subsystem_device_id = pdev->subsystem_device;
7060         *board_id = ((subsystem_device_id << 16) & 0xffff0000) |
7061                     subsystem_vendor_id;
7062
7063         for (i = 0; i < ARRAY_SIZE(products); i++)
7064                 if (*board_id == products[i].board_id)
7065                         return i;
7066
7067         if ((subsystem_vendor_id != PCI_VENDOR_ID_HP &&
7068                 subsystem_vendor_id != PCI_VENDOR_ID_COMPAQ) ||
7069                 !hpsa_allow_any) {
7070                 dev_warn(&pdev->dev, "unrecognized board ID: "
7071                         "0x%08x, ignoring.\n", *board_id);
7072                         return -ENODEV;
7073         }
7074         return ARRAY_SIZE(products) - 1; /* generic unknown smart array */
7075 }
7076
7077 static int hpsa_pci_find_memory_BAR(struct pci_dev *pdev,
7078                                     unsigned long *memory_bar)
7079 {
7080         int i;
7081
7082         for (i = 0; i < DEVICE_COUNT_RESOURCE; i++)
7083                 if (pci_resource_flags(pdev, i) & IORESOURCE_MEM) {
7084                         /* addressing mode bits already removed */
7085                         *memory_bar = pci_resource_start(pdev, i);
7086                         dev_dbg(&pdev->dev, "memory BAR = %lx\n",
7087                                 *memory_bar);
7088                         return 0;
7089                 }
7090         dev_warn(&pdev->dev, "no memory BAR found\n");
7091         return -ENODEV;
7092 }
7093
7094 static int hpsa_wait_for_board_state(struct pci_dev *pdev, void __iomem *vaddr,
7095                                      int wait_for_ready)
7096 {
7097         int i, iterations;
7098         u32 scratchpad;
7099         if (wait_for_ready)
7100                 iterations = HPSA_BOARD_READY_ITERATIONS;
7101         else
7102                 iterations = HPSA_BOARD_NOT_READY_ITERATIONS;
7103
7104         for (i = 0; i < iterations; i++) {
7105                 scratchpad = readl(vaddr + SA5_SCRATCHPAD_OFFSET);
7106                 if (wait_for_ready) {
7107                         if (scratchpad == HPSA_FIRMWARE_READY)
7108                                 return 0;
7109                 } else {
7110                         if (scratchpad != HPSA_FIRMWARE_READY)
7111                                 return 0;
7112                 }
7113                 msleep(HPSA_BOARD_READY_POLL_INTERVAL_MSECS);
7114         }
7115         dev_warn(&pdev->dev, "board not ready, timed out.\n");
7116         return -ENODEV;
7117 }
7118
7119 static int hpsa_find_cfg_addrs(struct pci_dev *pdev, void __iomem *vaddr,
7120                                u32 *cfg_base_addr, u64 *cfg_base_addr_index,
7121                                u64 *cfg_offset)
7122 {
7123         *cfg_base_addr = readl(vaddr + SA5_CTCFG_OFFSET);
7124         *cfg_offset = readl(vaddr + SA5_CTMEM_OFFSET);
7125         *cfg_base_addr &= (u32) 0x0000ffff;
7126         *cfg_base_addr_index = find_PCI_BAR_index(pdev, *cfg_base_addr);
7127         if (*cfg_base_addr_index == -1) {
7128                 dev_warn(&pdev->dev, "cannot find cfg_base_addr_index\n");
7129                 return -ENODEV;
7130         }
7131         return 0;
7132 }
7133
7134 static void hpsa_free_cfgtables(struct ctlr_info *h)
7135 {
7136         if (h->transtable) {
7137                 iounmap(h->transtable);
7138                 h->transtable = NULL;
7139         }
7140         if (h->cfgtable) {
7141                 iounmap(h->cfgtable);
7142                 h->cfgtable = NULL;
7143         }
7144 }
7145
7146 /* Find and map CISS config table and transfer table
7147 + * several items must be unmapped (freed) later
7148 + * */
7149 static int hpsa_find_cfgtables(struct ctlr_info *h)
7150 {
7151         u64 cfg_offset;
7152         u32 cfg_base_addr;
7153         u64 cfg_base_addr_index;
7154         u32 trans_offset;
7155         int rc;
7156
7157         rc = hpsa_find_cfg_addrs(h->pdev, h->vaddr, &cfg_base_addr,
7158                 &cfg_base_addr_index, &cfg_offset);
7159         if (rc)
7160                 return rc;
7161         h->cfgtable = remap_pci_mem(pci_resource_start(h->pdev,
7162                        cfg_base_addr_index) + cfg_offset, sizeof(*h->cfgtable));
7163         if (!h->cfgtable) {
7164                 dev_err(&h->pdev->dev, "Failed mapping cfgtable\n");
7165                 return -ENOMEM;
7166         }
7167         rc = write_driver_ver_to_cfgtable(h->cfgtable);
7168         if (rc)
7169                 return rc;
7170         /* Find performant mode table. */
7171         trans_offset = readl(&h->cfgtable->TransMethodOffset);
7172         h->transtable = remap_pci_mem(pci_resource_start(h->pdev,
7173                                 cfg_base_addr_index)+cfg_offset+trans_offset,
7174                                 sizeof(*h->transtable));
7175         if (!h->transtable) {
7176                 dev_err(&h->pdev->dev, "Failed mapping transfer table\n");
7177                 hpsa_free_cfgtables(h);
7178                 return -ENOMEM;
7179         }
7180         return 0;
7181 }
7182
7183 static void hpsa_get_max_perf_mode_cmds(struct ctlr_info *h)
7184 {
7185 #define MIN_MAX_COMMANDS 16
7186         BUILD_BUG_ON(MIN_MAX_COMMANDS <= HPSA_NRESERVED_CMDS);
7187
7188         h->max_commands = readl(&h->cfgtable->MaxPerformantModeCommands);
7189
7190         /* Limit commands in memory limited kdump scenario. */
7191         if (reset_devices && h->max_commands > 32)
7192                 h->max_commands = 32;
7193
7194         if (h->max_commands < MIN_MAX_COMMANDS) {
7195                 dev_warn(&h->pdev->dev,
7196                         "Controller reports max supported commands of %d Using %d instead. Ensure that firmware is up to date.\n",
7197                         h->max_commands,
7198                         MIN_MAX_COMMANDS);
7199                 h->max_commands = MIN_MAX_COMMANDS;
7200         }
7201 }
7202
7203 /* If the controller reports that the total max sg entries is greater than 512,
7204  * then we know that chained SG blocks work.  (Original smart arrays did not
7205  * support chained SG blocks and would return zero for max sg entries.)
7206  */
7207 static int hpsa_supports_chained_sg_blocks(struct ctlr_info *h)
7208 {
7209         return h->maxsgentries > 512;
7210 }
7211
7212 /* Interrogate the hardware for some limits:
7213  * max commands, max SG elements without chaining, and with chaining,
7214  * SG chain block size, etc.
7215  */
7216 static void hpsa_find_board_params(struct ctlr_info *h)
7217 {
7218         hpsa_get_max_perf_mode_cmds(h);
7219         h->nr_cmds = h->max_commands;
7220         h->maxsgentries = readl(&(h->cfgtable->MaxScatterGatherElements));
7221         h->fw_support = readl(&(h->cfgtable->misc_fw_support));
7222         if (hpsa_supports_chained_sg_blocks(h)) {
7223                 /* Limit in-command s/g elements to 32 save dma'able memory. */
7224                 h->max_cmd_sg_entries = 32;
7225                 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries;
7226                 h->maxsgentries--; /* save one for chain pointer */
7227         } else {
7228                 /*
7229                  * Original smart arrays supported at most 31 s/g entries
7230                  * embedded inline in the command (trying to use more
7231                  * would lock up the controller)
7232                  */
7233                 h->max_cmd_sg_entries = 31;
7234                 h->maxsgentries = 31; /* default to traditional values */
7235                 h->chainsize = 0;
7236         }
7237
7238         /* Find out what task management functions are supported and cache */
7239         h->TMFSupportFlags = readl(&(h->cfgtable->TMFSupportFlags));
7240         if (!(HPSATMF_PHYS_TASK_ABORT & h->TMFSupportFlags))
7241                 dev_warn(&h->pdev->dev, "Physical aborts not supported\n");
7242         if (!(HPSATMF_LOG_TASK_ABORT & h->TMFSupportFlags))
7243                 dev_warn(&h->pdev->dev, "Logical aborts not supported\n");
7244         if (!(HPSATMF_IOACCEL_ENABLED & h->TMFSupportFlags))
7245                 dev_warn(&h->pdev->dev, "HP SSD Smart Path aborts not supported\n");
7246 }
7247
7248 static inline bool hpsa_CISS_signature_present(struct ctlr_info *h)
7249 {
7250         if (!check_signature(h->cfgtable->Signature, "CISS", 4)) {
7251                 dev_err(&h->pdev->dev, "not a valid CISS config table\n");
7252                 return false;
7253         }
7254         return true;
7255 }
7256
7257 static inline void hpsa_set_driver_support_bits(struct ctlr_info *h)
7258 {
7259         u32 driver_support;
7260
7261         driver_support = readl(&(h->cfgtable->driver_support));
7262         /* Need to enable prefetch in the SCSI core for 6400 in x86 */
7263 #ifdef CONFIG_X86
7264         driver_support |= ENABLE_SCSI_PREFETCH;
7265 #endif
7266         driver_support |= ENABLE_UNIT_ATTN;
7267         writel(driver_support, &(h->cfgtable->driver_support));
7268 }
7269
7270 /* Disable DMA prefetch for the P600.  Otherwise an ASIC bug may result
7271  * in a prefetch beyond physical memory.
7272  */
7273 static inline void hpsa_p600_dma_prefetch_quirk(struct ctlr_info *h)
7274 {
7275         u32 dma_prefetch;
7276
7277         if (h->board_id != 0x3225103C)
7278                 return;
7279         dma_prefetch = readl(h->vaddr + I2O_DMA1_CFG);
7280         dma_prefetch |= 0x8000;
7281         writel(dma_prefetch, h->vaddr + I2O_DMA1_CFG);
7282 }
7283
7284 static int hpsa_wait_for_clear_event_notify_ack(struct ctlr_info *h)
7285 {
7286         int i;
7287         u32 doorbell_value;
7288         unsigned long flags;
7289         /* wait until the clear_event_notify bit 6 is cleared by controller. */
7290         for (i = 0; i < MAX_CLEAR_EVENT_WAIT; i++) {
7291                 spin_lock_irqsave(&h->lock, flags);
7292                 doorbell_value = readl(h->vaddr + SA5_DOORBELL);
7293                 spin_unlock_irqrestore(&h->lock, flags);
7294                 if (!(doorbell_value & DOORBELL_CLEAR_EVENTS))
7295                         goto done;
7296                 /* delay and try again */
7297                 msleep(CLEAR_EVENT_WAIT_INTERVAL);
7298         }
7299         return -ENODEV;
7300 done:
7301         return 0;
7302 }
7303
7304 static int hpsa_wait_for_mode_change_ack(struct ctlr_info *h)
7305 {
7306         int i;
7307         u32 doorbell_value;
7308         unsigned long flags;
7309
7310         /* under certain very rare conditions, this can take awhile.
7311          * (e.g.: hot replace a failed 144GB drive in a RAID 5 set right
7312          * as we enter this code.)
7313          */
7314         for (i = 0; i < MAX_MODE_CHANGE_WAIT; i++) {
7315                 if (h->remove_in_progress)
7316                         goto done;
7317                 spin_lock_irqsave(&h->lock, flags);
7318                 doorbell_value = readl(h->vaddr + SA5_DOORBELL);
7319                 spin_unlock_irqrestore(&h->lock, flags);
7320                 if (!(doorbell_value & CFGTBL_ChangeReq))
7321                         goto done;
7322                 /* delay and try again */
7323                 msleep(MODE_CHANGE_WAIT_INTERVAL);
7324         }
7325         return -ENODEV;
7326 done:
7327         return 0;
7328 }
7329
7330 /* return -ENODEV or other reason on error, 0 on success */
7331 static int hpsa_enter_simple_mode(struct ctlr_info *h)
7332 {
7333         u32 trans_support;
7334
7335         trans_support = readl(&(h->cfgtable->TransportSupport));
7336         if (!(trans_support & SIMPLE_MODE))
7337                 return -ENOTSUPP;
7338
7339         h->max_commands = readl(&(h->cfgtable->CmdsOutMax));
7340
7341         /* Update the field, and then ring the doorbell */
7342         writel(CFGTBL_Trans_Simple, &(h->cfgtable->HostWrite.TransportRequest));
7343         writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi);
7344         writel(CFGTBL_ChangeReq, h->vaddr + SA5_DOORBELL);
7345         if (hpsa_wait_for_mode_change_ack(h))
7346                 goto error;
7347         print_cfg_table(&h->pdev->dev, h->cfgtable);
7348         if (!(readl(&(h->cfgtable->TransportActive)) & CFGTBL_Trans_Simple))
7349                 goto error;
7350         h->transMethod = CFGTBL_Trans_Simple;
7351         return 0;
7352 error:
7353         dev_err(&h->pdev->dev, "failed to enter simple mode\n");
7354         return -ENODEV;
7355 }
7356
7357 /* free items allocated or mapped by hpsa_pci_init */
7358 static void hpsa_free_pci_init(struct ctlr_info *h)
7359 {
7360         hpsa_free_cfgtables(h);                 /* pci_init 4 */
7361         iounmap(h->vaddr);                      /* pci_init 3 */
7362         h->vaddr = NULL;
7363         hpsa_disable_interrupt_mode(h);         /* pci_init 2 */
7364         /*
7365          * call pci_disable_device before pci_release_regions per
7366          * Documentation/PCI/pci.txt
7367          */
7368         pci_disable_device(h->pdev);            /* pci_init 1 */
7369         pci_release_regions(h->pdev);           /* pci_init 2 */
7370 }
7371
7372 /* several items must be freed later */
7373 static int hpsa_pci_init(struct ctlr_info *h)
7374 {
7375         int prod_index, err;
7376
7377         prod_index = hpsa_lookup_board_id(h->pdev, &h->board_id);
7378         if (prod_index < 0)
7379                 return prod_index;
7380         h->product_name = products[prod_index].product_name;
7381         h->access = *(products[prod_index].access);
7382
7383         h->needs_abort_tags_swizzled =
7384                 ctlr_needs_abort_tags_swizzled(h->board_id);
7385
7386         pci_disable_link_state(h->pdev, PCIE_LINK_STATE_L0S |
7387                                PCIE_LINK_STATE_L1 | PCIE_LINK_STATE_CLKPM);
7388
7389         err = pci_enable_device(h->pdev);
7390         if (err) {
7391                 dev_err(&h->pdev->dev, "failed to enable PCI device\n");
7392                 pci_disable_device(h->pdev);
7393                 return err;
7394         }
7395
7396         err = pci_request_regions(h->pdev, HPSA);
7397         if (err) {
7398                 dev_err(&h->pdev->dev,
7399                         "failed to obtain PCI resources\n");
7400                 pci_disable_device(h->pdev);
7401                 return err;
7402         }
7403
7404         pci_set_master(h->pdev);
7405
7406         hpsa_interrupt_mode(h);
7407         err = hpsa_pci_find_memory_BAR(h->pdev, &h->paddr);
7408         if (err)
7409                 goto clean2;    /* intmode+region, pci */
7410         h->vaddr = remap_pci_mem(h->paddr, 0x250);
7411         if (!h->vaddr) {
7412                 dev_err(&h->pdev->dev, "failed to remap PCI mem\n");
7413                 err = -ENOMEM;
7414                 goto clean2;    /* intmode+region, pci */
7415         }
7416         err = hpsa_wait_for_board_state(h->pdev, h->vaddr, BOARD_READY);
7417         if (err)
7418                 goto clean3;    /* vaddr, intmode+region, pci */
7419         err = hpsa_find_cfgtables(h);
7420         if (err)
7421                 goto clean3;    /* vaddr, intmode+region, pci */
7422         hpsa_find_board_params(h);
7423
7424         if (!hpsa_CISS_signature_present(h)) {
7425                 err = -ENODEV;
7426                 goto clean4;    /* cfgtables, vaddr, intmode+region, pci */
7427         }
7428         hpsa_set_driver_support_bits(h);
7429         hpsa_p600_dma_prefetch_quirk(h);
7430         err = hpsa_enter_simple_mode(h);
7431         if (err)
7432                 goto clean4;    /* cfgtables, vaddr, intmode+region, pci */
7433         return 0;
7434
7435 clean4: /* cfgtables, vaddr, intmode+region, pci */
7436         hpsa_free_cfgtables(h);
7437 clean3: /* vaddr, intmode+region, pci */
7438         iounmap(h->vaddr);
7439         h->vaddr = NULL;
7440 clean2: /* intmode+region, pci */
7441         hpsa_disable_interrupt_mode(h);
7442         /*
7443          * call pci_disable_device before pci_release_regions per
7444          * Documentation/PCI/pci.txt
7445          */
7446         pci_disable_device(h->pdev);
7447         pci_release_regions(h->pdev);
7448         return err;
7449 }
7450
7451 static void hpsa_hba_inquiry(struct ctlr_info *h)
7452 {
7453         int rc;
7454
7455 #define HBA_INQUIRY_BYTE_COUNT 64
7456         h->hba_inquiry_data = kmalloc(HBA_INQUIRY_BYTE_COUNT, GFP_KERNEL);
7457         if (!h->hba_inquiry_data)
7458                 return;
7459         rc = hpsa_scsi_do_inquiry(h, RAID_CTLR_LUNID, 0,
7460                 h->hba_inquiry_data, HBA_INQUIRY_BYTE_COUNT);
7461         if (rc != 0) {
7462                 kfree(h->hba_inquiry_data);
7463                 h->hba_inquiry_data = NULL;
7464         }
7465 }
7466
7467 static int hpsa_init_reset_devices(struct pci_dev *pdev, u32 board_id)
7468 {
7469         int rc, i;
7470         void __iomem *vaddr;
7471
7472         if (!reset_devices)
7473                 return 0;
7474
7475         /* kdump kernel is loading, we don't know in which state is
7476          * the pci interface. The dev->enable_cnt is equal zero
7477          * so we call enable+disable, wait a while and switch it on.
7478          */
7479         rc = pci_enable_device(pdev);
7480         if (rc) {
7481                 dev_warn(&pdev->dev, "Failed to enable PCI device\n");
7482                 return -ENODEV;
7483         }
7484         pci_disable_device(pdev);
7485         msleep(260);                    /* a randomly chosen number */
7486         rc = pci_enable_device(pdev);
7487         if (rc) {
7488                 dev_warn(&pdev->dev, "failed to enable device.\n");
7489                 return -ENODEV;
7490         }
7491
7492         pci_set_master(pdev);
7493
7494         vaddr = pci_ioremap_bar(pdev, 0);
7495         if (vaddr == NULL) {
7496                 rc = -ENOMEM;
7497                 goto out_disable;
7498         }
7499         writel(SA5_INTR_OFF, vaddr + SA5_REPLY_INTR_MASK_OFFSET);
7500         iounmap(vaddr);
7501
7502         /* Reset the controller with a PCI power-cycle or via doorbell */
7503         rc = hpsa_kdump_hard_reset_controller(pdev, board_id);
7504
7505         /* -ENOTSUPP here means we cannot reset the controller
7506          * but it's already (and still) up and running in
7507          * "performant mode".  Or, it might be 640x, which can't reset
7508          * due to concerns about shared bbwc between 6402/6404 pair.
7509          */
7510         if (rc)
7511                 goto out_disable;
7512
7513         /* Now try to get the controller to respond to a no-op */
7514         dev_info(&pdev->dev, "Waiting for controller to respond to no-op\n");
7515         for (i = 0; i < HPSA_POST_RESET_NOOP_RETRIES; i++) {
7516                 if (hpsa_noop(pdev) == 0)
7517                         break;
7518                 else
7519                         dev_warn(&pdev->dev, "no-op failed%s\n",
7520                                         (i < 11 ? "; re-trying" : ""));
7521         }
7522
7523 out_disable:
7524
7525         pci_disable_device(pdev);
7526         return rc;
7527 }
7528
7529 static void hpsa_free_cmd_pool(struct ctlr_info *h)
7530 {
7531         kfree(h->cmd_pool_bits);
7532         h->cmd_pool_bits = NULL;
7533         if (h->cmd_pool) {
7534                 pci_free_consistent(h->pdev,
7535                                 h->nr_cmds * sizeof(struct CommandList),
7536                                 h->cmd_pool,
7537                                 h->cmd_pool_dhandle);
7538                 h->cmd_pool = NULL;
7539                 h->cmd_pool_dhandle = 0;
7540         }
7541         if (h->errinfo_pool) {
7542                 pci_free_consistent(h->pdev,
7543                                 h->nr_cmds * sizeof(struct ErrorInfo),
7544                                 h->errinfo_pool,
7545                                 h->errinfo_pool_dhandle);
7546                 h->errinfo_pool = NULL;
7547                 h->errinfo_pool_dhandle = 0;
7548         }
7549 }
7550
7551 static int hpsa_alloc_cmd_pool(struct ctlr_info *h)
7552 {
7553         h->cmd_pool_bits = kzalloc(
7554                 DIV_ROUND_UP(h->nr_cmds, BITS_PER_LONG) *
7555                 sizeof(unsigned long), GFP_KERNEL);
7556         h->cmd_pool = pci_alloc_consistent(h->pdev,
7557                     h->nr_cmds * sizeof(*h->cmd_pool),
7558                     &(h->cmd_pool_dhandle));
7559         h->errinfo_pool = pci_alloc_consistent(h->pdev,
7560                     h->nr_cmds * sizeof(*h->errinfo_pool),
7561                     &(h->errinfo_pool_dhandle));
7562         if ((h->cmd_pool_bits == NULL)
7563             || (h->cmd_pool == NULL)
7564             || (h->errinfo_pool == NULL)) {
7565                 dev_err(&h->pdev->dev, "out of memory in %s", __func__);
7566                 goto clean_up;
7567         }
7568         hpsa_preinitialize_commands(h);
7569         return 0;
7570 clean_up:
7571         hpsa_free_cmd_pool(h);
7572         return -ENOMEM;
7573 }
7574
7575 static void hpsa_irq_affinity_hints(struct ctlr_info *h)
7576 {
7577         int i, cpu;
7578
7579         cpu = cpumask_first(cpu_online_mask);
7580         for (i = 0; i < h->msix_vector; i++) {
7581                 irq_set_affinity_hint(h->intr[i], get_cpu_mask(cpu));
7582                 cpu = cpumask_next(cpu, cpu_online_mask);
7583         }
7584 }
7585
7586 /* clear affinity hints and free MSI-X, MSI, or legacy INTx vectors */
7587 static void hpsa_free_irqs(struct ctlr_info *h)
7588 {
7589         int i;
7590
7591         if (!h->msix_vector || h->intr_mode != PERF_MODE_INT) {
7592                 /* Single reply queue, only one irq to free */
7593                 i = h->intr_mode;
7594                 irq_set_affinity_hint(h->intr[i], NULL);
7595                 free_irq(h->intr[i], &h->q[i]);
7596                 h->q[i] = 0;
7597                 return;
7598         }
7599
7600         for (i = 0; i < h->msix_vector; i++) {
7601                 irq_set_affinity_hint(h->intr[i], NULL);
7602                 free_irq(h->intr[i], &h->q[i]);
7603                 h->q[i] = 0;
7604         }
7605         for (; i < MAX_REPLY_QUEUES; i++)
7606                 h->q[i] = 0;
7607 }
7608
7609 /* returns 0 on success; cleans up and returns -Enn on error */
7610 static int hpsa_request_irqs(struct ctlr_info *h,
7611         irqreturn_t (*msixhandler)(int, void *),
7612         irqreturn_t (*intxhandler)(int, void *))
7613 {
7614         int rc, i;
7615
7616         /*
7617          * initialize h->q[x] = x so that interrupt handlers know which
7618          * queue to process.
7619          */
7620         for (i = 0; i < MAX_REPLY_QUEUES; i++)
7621                 h->q[i] = (u8) i;
7622
7623         if (h->intr_mode == PERF_MODE_INT && h->msix_vector > 0) {
7624                 /* If performant mode and MSI-X, use multiple reply queues */
7625                 for (i = 0; i < h->msix_vector; i++) {
7626                         sprintf(h->intrname[i], "%s-msix%d", h->devname, i);
7627                         rc = request_irq(h->intr[i], msixhandler,
7628                                         0, h->intrname[i],
7629                                         &h->q[i]);
7630                         if (rc) {
7631                                 int j;
7632
7633                                 dev_err(&h->pdev->dev,
7634                                         "failed to get irq %d for %s\n",
7635                                        h->intr[i], h->devname);
7636                                 for (j = 0; j < i; j++) {
7637                                         free_irq(h->intr[j], &h->q[j]);
7638                                         h->q[j] = 0;
7639                                 }
7640                                 for (; j < MAX_REPLY_QUEUES; j++)
7641                                         h->q[j] = 0;
7642                                 return rc;
7643                         }
7644                 }
7645                 hpsa_irq_affinity_hints(h);
7646         } else {
7647                 /* Use single reply pool */
7648                 if (h->msix_vector > 0 || h->msi_vector) {
7649                         if (h->msix_vector)
7650                                 sprintf(h->intrname[h->intr_mode],
7651                                         "%s-msix", h->devname);
7652                         else
7653                                 sprintf(h->intrname[h->intr_mode],
7654                                         "%s-msi", h->devname);
7655                         rc = request_irq(h->intr[h->intr_mode],
7656                                 msixhandler, 0,
7657                                 h->intrname[h->intr_mode],
7658                                 &h->q[h->intr_mode]);
7659                 } else {
7660                         sprintf(h->intrname[h->intr_mode],
7661                                 "%s-intx", h->devname);
7662                         rc = request_irq(h->intr[h->intr_mode],
7663                                 intxhandler, IRQF_SHARED,
7664                                 h->intrname[h->intr_mode],
7665                                 &h->q[h->intr_mode]);
7666                 }
7667                 irq_set_affinity_hint(h->intr[h->intr_mode], NULL);
7668         }
7669         if (rc) {
7670                 dev_err(&h->pdev->dev, "failed to get irq %d for %s\n",
7671                        h->intr[h->intr_mode], h->devname);
7672                 hpsa_free_irqs(h);
7673                 return -ENODEV;
7674         }
7675         return 0;
7676 }
7677
7678 static int hpsa_kdump_soft_reset(struct ctlr_info *h)
7679 {
7680         int rc;
7681         hpsa_send_host_reset(h, RAID_CTLR_LUNID, HPSA_RESET_TYPE_CONTROLLER);
7682
7683         dev_info(&h->pdev->dev, "Waiting for board to soft reset.\n");
7684         rc = hpsa_wait_for_board_state(h->pdev, h->vaddr, BOARD_NOT_READY);
7685         if (rc) {
7686                 dev_warn(&h->pdev->dev, "Soft reset had no effect.\n");
7687                 return rc;
7688         }
7689
7690         dev_info(&h->pdev->dev, "Board reset, awaiting READY status.\n");
7691         rc = hpsa_wait_for_board_state(h->pdev, h->vaddr, BOARD_READY);
7692         if (rc) {
7693                 dev_warn(&h->pdev->dev, "Board failed to become ready "
7694                         "after soft reset.\n");
7695                 return rc;
7696         }
7697
7698         return 0;
7699 }
7700
7701 static void hpsa_free_reply_queues(struct ctlr_info *h)
7702 {
7703         int i;
7704
7705         for (i = 0; i < h->nreply_queues; i++) {
7706                 if (!h->reply_queue[i].head)
7707                         continue;
7708                 pci_free_consistent(h->pdev,
7709                                         h->reply_queue_size,
7710                                         h->reply_queue[i].head,
7711                                         h->reply_queue[i].busaddr);
7712                 h->reply_queue[i].head = NULL;
7713                 h->reply_queue[i].busaddr = 0;
7714         }
7715         h->reply_queue_size = 0;
7716 }
7717
7718 static void hpsa_undo_allocations_after_kdump_soft_reset(struct ctlr_info *h)
7719 {
7720         hpsa_free_performant_mode(h);           /* init_one 7 */
7721         hpsa_free_sg_chain_blocks(h);           /* init_one 6 */
7722         hpsa_free_cmd_pool(h);                  /* init_one 5 */
7723         hpsa_free_irqs(h);                      /* init_one 4 */
7724         scsi_host_put(h->scsi_host);            /* init_one 3 */
7725         h->scsi_host = NULL;                    /* init_one 3 */
7726         hpsa_free_pci_init(h);                  /* init_one 2_5 */
7727         free_percpu(h->lockup_detected);        /* init_one 2 */
7728         h->lockup_detected = NULL;              /* init_one 2 */
7729         if (h->resubmit_wq) {
7730                 destroy_workqueue(h->resubmit_wq);      /* init_one 1 */
7731                 h->resubmit_wq = NULL;
7732         }
7733         if (h->rescan_ctlr_wq) {
7734                 destroy_workqueue(h->rescan_ctlr_wq);
7735                 h->rescan_ctlr_wq = NULL;
7736         }
7737         kfree(h);                               /* init_one 1 */
7738 }
7739
7740 /* Called when controller lockup detected. */
7741 static void fail_all_outstanding_cmds(struct ctlr_info *h)
7742 {
7743         int i, refcount;
7744         struct CommandList *c;
7745         int failcount = 0;
7746
7747         flush_workqueue(h->resubmit_wq); /* ensure all cmds are fully built */
7748         for (i = 0; i < h->nr_cmds; i++) {
7749                 c = h->cmd_pool + i;
7750                 refcount = atomic_inc_return(&c->refcount);
7751                 if (refcount > 1) {
7752                         c->err_info->CommandStatus = CMD_CTLR_LOCKUP;
7753                         finish_cmd(c);
7754                         atomic_dec(&h->commands_outstanding);
7755                         failcount++;
7756                 }
7757                 cmd_free(h, c);
7758         }
7759         dev_warn(&h->pdev->dev,
7760                 "failed %d commands in fail_all\n", failcount);
7761 }
7762
7763 static void set_lockup_detected_for_all_cpus(struct ctlr_info *h, u32 value)
7764 {
7765         int cpu;
7766
7767         for_each_online_cpu(cpu) {
7768                 u32 *lockup_detected;
7769                 lockup_detected = per_cpu_ptr(h->lockup_detected, cpu);
7770                 *lockup_detected = value;
7771         }
7772         wmb(); /* be sure the per-cpu variables are out to memory */
7773 }
7774
7775 static void controller_lockup_detected(struct ctlr_info *h)
7776 {
7777         unsigned long flags;
7778         u32 lockup_detected;
7779
7780         h->access.set_intr_mask(h, HPSA_INTR_OFF);
7781         spin_lock_irqsave(&h->lock, flags);
7782         lockup_detected = readl(h->vaddr + SA5_SCRATCHPAD_OFFSET);
7783         if (!lockup_detected) {
7784                 /* no heartbeat, but controller gave us a zero. */
7785                 dev_warn(&h->pdev->dev,
7786                         "lockup detected after %d but scratchpad register is zero\n",
7787                         h->heartbeat_sample_interval / HZ);
7788                 lockup_detected = 0xffffffff;
7789         }
7790         set_lockup_detected_for_all_cpus(h, lockup_detected);
7791         spin_unlock_irqrestore(&h->lock, flags);
7792         dev_warn(&h->pdev->dev, "Controller lockup detected: 0x%08x after %d\n",
7793                         lockup_detected, h->heartbeat_sample_interval / HZ);
7794         pci_disable_device(h->pdev);
7795         fail_all_outstanding_cmds(h);
7796 }
7797
7798 static int detect_controller_lockup(struct ctlr_info *h)
7799 {
7800         u64 now;
7801         u32 heartbeat;
7802         unsigned long flags;
7803
7804         now = get_jiffies_64();
7805         /* If we've received an interrupt recently, we're ok. */
7806         if (time_after64(h->last_intr_timestamp +
7807                                 (h->heartbeat_sample_interval), now))
7808                 return false;
7809
7810         /*
7811          * If we've already checked the heartbeat recently, we're ok.
7812          * This could happen if someone sends us a signal. We
7813          * otherwise don't care about signals in this thread.
7814          */
7815         if (time_after64(h->last_heartbeat_timestamp +
7816                                 (h->heartbeat_sample_interval), now))
7817                 return false;
7818
7819         /* If heartbeat has not changed since we last looked, we're not ok. */
7820         spin_lock_irqsave(&h->lock, flags);
7821         heartbeat = readl(&h->cfgtable->HeartBeat);
7822         spin_unlock_irqrestore(&h->lock, flags);
7823         if (h->last_heartbeat == heartbeat) {
7824                 controller_lockup_detected(h);
7825                 return true;
7826         }
7827
7828         /* We're ok. */
7829         h->last_heartbeat = heartbeat;
7830         h->last_heartbeat_timestamp = now;
7831         return false;
7832 }
7833
7834 static void hpsa_ack_ctlr_events(struct ctlr_info *h)
7835 {
7836         int i;
7837         char *event_type;
7838
7839         if (!(h->fw_support & MISC_FW_EVENT_NOTIFY))
7840                 return;
7841
7842         /* Ask the controller to clear the events we're handling. */
7843         if ((h->transMethod & (CFGTBL_Trans_io_accel1
7844                         | CFGTBL_Trans_io_accel2)) &&
7845                 (h->events & HPSA_EVENT_NOTIFY_ACCEL_IO_PATH_STATE_CHANGE ||
7846                  h->events & HPSA_EVENT_NOTIFY_ACCEL_IO_PATH_CONFIG_CHANGE)) {
7847
7848                 if (h->events & HPSA_EVENT_NOTIFY_ACCEL_IO_PATH_STATE_CHANGE)
7849                         event_type = "state change";
7850                 if (h->events & HPSA_EVENT_NOTIFY_ACCEL_IO_PATH_CONFIG_CHANGE)
7851                         event_type = "configuration change";
7852                 /* Stop sending new RAID offload reqs via the IO accelerator */
7853                 scsi_block_requests(h->scsi_host);
7854                 for (i = 0; i < h->ndevices; i++)
7855                         h->dev[i]->offload_enabled = 0;
7856                 hpsa_drain_accel_commands(h);
7857                 /* Set 'accelerator path config change' bit */
7858                 dev_warn(&h->pdev->dev,
7859                         "Acknowledging event: 0x%08x (HP SSD Smart Path %s)\n",
7860                         h->events, event_type);
7861                 writel(h->events, &(h->cfgtable->clear_event_notify));
7862                 /* Set the "clear event notify field update" bit 6 */
7863                 writel(DOORBELL_CLEAR_EVENTS, h->vaddr + SA5_DOORBELL);
7864                 /* Wait until ctlr clears 'clear event notify field', bit 6 */
7865                 hpsa_wait_for_clear_event_notify_ack(h);
7866                 scsi_unblock_requests(h->scsi_host);
7867         } else {
7868                 /* Acknowledge controller notification events. */
7869                 writel(h->events, &(h->cfgtable->clear_event_notify));
7870                 writel(DOORBELL_CLEAR_EVENTS, h->vaddr + SA5_DOORBELL);
7871                 hpsa_wait_for_clear_event_notify_ack(h);
7872 #if 0
7873                 writel(CFGTBL_ChangeReq, h->vaddr + SA5_DOORBELL);
7874                 hpsa_wait_for_mode_change_ack(h);
7875 #endif
7876         }
7877         return;
7878 }
7879
7880 /* Check a register on the controller to see if there are configuration
7881  * changes (added/changed/removed logical drives, etc.) which mean that
7882  * we should rescan the controller for devices.
7883  * Also check flag for driver-initiated rescan.
7884  */
7885 static int hpsa_ctlr_needs_rescan(struct ctlr_info *h)
7886 {
7887         if (h->drv_req_rescan) {
7888                 h->drv_req_rescan = 0;
7889                 return 1;
7890         }
7891
7892         if (!(h->fw_support & MISC_FW_EVENT_NOTIFY))
7893                 return 0;
7894
7895         h->events = readl(&(h->cfgtable->event_notify));
7896         return h->events & RESCAN_REQUIRED_EVENT_BITS;
7897 }
7898
7899 /*
7900  * Check if any of the offline devices have become ready
7901  */
7902 static int hpsa_offline_devices_ready(struct ctlr_info *h)
7903 {
7904         unsigned long flags;
7905         struct offline_device_entry *d;
7906         struct list_head *this, *tmp;
7907
7908         spin_lock_irqsave(&h->offline_device_lock, flags);
7909         list_for_each_safe(this, tmp, &h->offline_device_list) {
7910                 d = list_entry(this, struct offline_device_entry,
7911                                 offline_list);
7912                 spin_unlock_irqrestore(&h->offline_device_lock, flags);
7913                 if (!hpsa_volume_offline(h, d->scsi3addr)) {
7914                         spin_lock_irqsave(&h->offline_device_lock, flags);
7915                         list_del(&d->offline_list);
7916                         spin_unlock_irqrestore(&h->offline_device_lock, flags);
7917                         return 1;
7918                 }
7919                 spin_lock_irqsave(&h->offline_device_lock, flags);
7920         }
7921         spin_unlock_irqrestore(&h->offline_device_lock, flags);
7922         return 0;
7923 }
7924
7925 static void hpsa_rescan_ctlr_worker(struct work_struct *work)
7926 {
7927         unsigned long flags;
7928         struct ctlr_info *h = container_of(to_delayed_work(work),
7929                                         struct ctlr_info, rescan_ctlr_work);
7930
7931
7932         if (h->remove_in_progress)
7933                 return;
7934
7935         if (hpsa_ctlr_needs_rescan(h) || hpsa_offline_devices_ready(h)) {
7936                 scsi_host_get(h->scsi_host);
7937                 hpsa_ack_ctlr_events(h);
7938                 hpsa_scan_start(h->scsi_host);
7939                 scsi_host_put(h->scsi_host);
7940         }
7941         spin_lock_irqsave(&h->lock, flags);
7942         if (!h->remove_in_progress)
7943                 queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work,
7944                                 h->heartbeat_sample_interval);
7945         spin_unlock_irqrestore(&h->lock, flags);
7946 }
7947
7948 static void hpsa_monitor_ctlr_worker(struct work_struct *work)
7949 {
7950         unsigned long flags;
7951         struct ctlr_info *h = container_of(to_delayed_work(work),
7952                                         struct ctlr_info, monitor_ctlr_work);
7953
7954         detect_controller_lockup(h);
7955         if (lockup_detected(h))
7956                 return;
7957
7958         spin_lock_irqsave(&h->lock, flags);
7959         if (!h->remove_in_progress)
7960                 schedule_delayed_work(&h->monitor_ctlr_work,
7961                                 h->heartbeat_sample_interval);
7962         spin_unlock_irqrestore(&h->lock, flags);
7963 }
7964
7965 static struct workqueue_struct *hpsa_create_controller_wq(struct ctlr_info *h,
7966                                                 char *name)
7967 {
7968         struct workqueue_struct *wq = NULL;
7969
7970         wq = alloc_ordered_workqueue("%s_%d_hpsa", 0, name, h->ctlr);
7971         if (!wq)
7972                 dev_err(&h->pdev->dev, "failed to create %s workqueue\n", name);
7973
7974         return wq;
7975 }
7976
7977 static int hpsa_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
7978 {
7979         int dac, rc;
7980         struct ctlr_info *h;
7981         int try_soft_reset = 0;
7982         unsigned long flags;
7983         u32 board_id;
7984
7985         if (number_of_controllers == 0)
7986                 printk(KERN_INFO DRIVER_NAME "\n");
7987
7988         rc = hpsa_lookup_board_id(pdev, &board_id);
7989         if (rc < 0) {
7990                 dev_warn(&pdev->dev, "Board ID not found\n");
7991                 return rc;
7992         }
7993
7994         rc = hpsa_init_reset_devices(pdev, board_id);
7995         if (rc) {
7996                 if (rc != -ENOTSUPP)
7997                         return rc;
7998                 /* If the reset fails in a particular way (it has no way to do
7999                  * a proper hard reset, so returns -ENOTSUPP) we can try to do
8000                  * a soft reset once we get the controller configured up to the
8001                  * point that it can accept a command.
8002                  */
8003                 try_soft_reset = 1;
8004                 rc = 0;
8005         }
8006
8007 reinit_after_soft_reset:
8008
8009         /* Command structures must be aligned on a 32-byte boundary because
8010          * the 5 lower bits of the address are used by the hardware. and by
8011          * the driver.  See comments in hpsa.h for more info.
8012          */
8013         BUILD_BUG_ON(sizeof(struct CommandList) % COMMANDLIST_ALIGNMENT);
8014         h = kzalloc(sizeof(*h), GFP_KERNEL);
8015         if (!h) {
8016                 dev_err(&pdev->dev, "Failed to allocate controller head\n");
8017                 return -ENOMEM;
8018         }
8019
8020         h->pdev = pdev;
8021
8022         h->intr_mode = hpsa_simple_mode ? SIMPLE_MODE_INT : PERF_MODE_INT;
8023         INIT_LIST_HEAD(&h->offline_device_list);
8024         spin_lock_init(&h->lock);
8025         spin_lock_init(&h->offline_device_lock);
8026         spin_lock_init(&h->scan_lock);
8027         atomic_set(&h->passthru_cmds_avail, HPSA_MAX_CONCURRENT_PASSTHRUS);
8028         atomic_set(&h->abort_cmds_available, HPSA_CMDS_RESERVED_FOR_ABORTS);
8029
8030         /* Allocate and clear per-cpu variable lockup_detected */
8031         h->lockup_detected = alloc_percpu(u32);
8032         if (!h->lockup_detected) {
8033                 dev_err(&h->pdev->dev, "Failed to allocate lockup detector\n");
8034                 rc = -ENOMEM;
8035                 goto clean1;    /* aer/h */
8036         }
8037         set_lockup_detected_for_all_cpus(h, 0);
8038
8039         rc = hpsa_pci_init(h);
8040         if (rc)
8041                 goto clean2;    /* lu, aer/h */
8042
8043         /* relies on h-> settings made by hpsa_pci_init, including
8044          * interrupt_mode h->intr */
8045         rc = hpsa_scsi_host_alloc(h);
8046         if (rc)
8047                 goto clean2_5;  /* pci, lu, aer/h */
8048
8049         sprintf(h->devname, HPSA "%d", h->scsi_host->host_no);
8050         h->ctlr = number_of_controllers;
8051         number_of_controllers++;
8052
8053         /* configure PCI DMA stuff */
8054         rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(64));
8055         if (rc == 0) {
8056                 dac = 1;
8057         } else {
8058                 rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
8059                 if (rc == 0) {
8060                         dac = 0;
8061                 } else {
8062                         dev_err(&pdev->dev, "no suitable DMA available\n");
8063                         goto clean3;    /* shost, pci, lu, aer/h */
8064                 }
8065         }
8066
8067         /* make sure the board interrupts are off */
8068         h->access.set_intr_mask(h, HPSA_INTR_OFF);
8069
8070         rc = hpsa_request_irqs(h, do_hpsa_intr_msi, do_hpsa_intr_intx);
8071         if (rc)
8072                 goto clean3;    /* shost, pci, lu, aer/h */
8073         rc = hpsa_alloc_cmd_pool(h);
8074         if (rc)
8075                 goto clean4;    /* irq, shost, pci, lu, aer/h */
8076         rc = hpsa_alloc_sg_chain_blocks(h);
8077         if (rc)
8078                 goto clean5;    /* cmd, irq, shost, pci, lu, aer/h */
8079         init_waitqueue_head(&h->scan_wait_queue);
8080         init_waitqueue_head(&h->abort_cmd_wait_queue);
8081         init_waitqueue_head(&h->event_sync_wait_queue);
8082         mutex_init(&h->reset_mutex);
8083         h->scan_finished = 1; /* no scan currently in progress */
8084
8085         pci_set_drvdata(pdev, h);
8086         h->ndevices = 0;
8087
8088         spin_lock_init(&h->devlock);
8089         rc = hpsa_put_ctlr_into_performant_mode(h);
8090         if (rc)
8091                 goto clean6; /* sg, cmd, irq, shost, pci, lu, aer/h */
8092
8093         /* hook into SCSI subsystem */
8094         rc = hpsa_scsi_add_host(h);
8095         if (rc)
8096                 goto clean7; /* perf, sg, cmd, irq, shost, pci, lu, aer/h */
8097
8098         /* create the resubmit workqueue */
8099         h->rescan_ctlr_wq = hpsa_create_controller_wq(h, "rescan");
8100         if (!h->rescan_ctlr_wq) {
8101                 rc = -ENOMEM;
8102                 goto clean7;
8103         }
8104
8105         h->resubmit_wq = hpsa_create_controller_wq(h, "resubmit");
8106         if (!h->resubmit_wq) {
8107                 rc = -ENOMEM;
8108                 goto clean7;    /* aer/h */
8109         }
8110
8111         /*
8112          * At this point, the controller is ready to take commands.
8113          * Now, if reset_devices and the hard reset didn't work, try
8114          * the soft reset and see if that works.
8115          */
8116         if (try_soft_reset) {
8117
8118                 /* This is kind of gross.  We may or may not get a completion
8119                  * from the soft reset command, and if we do, then the value
8120                  * from the fifo may or may not be valid.  So, we wait 10 secs
8121                  * after the reset throwing away any completions we get during
8122                  * that time.  Unregister the interrupt handler and register
8123                  * fake ones to scoop up any residual completions.
8124                  */
8125                 spin_lock_irqsave(&h->lock, flags);
8126                 h->access.set_intr_mask(h, HPSA_INTR_OFF);
8127                 spin_unlock_irqrestore(&h->lock, flags);
8128                 hpsa_free_irqs(h);
8129                 rc = hpsa_request_irqs(h, hpsa_msix_discard_completions,
8130                                         hpsa_intx_discard_completions);
8131                 if (rc) {
8132                         dev_warn(&h->pdev->dev,
8133                                 "Failed to request_irq after soft reset.\n");
8134                         /*
8135                          * cannot goto clean7 or free_irqs will be called
8136                          * again. Instead, do its work
8137                          */
8138                         hpsa_free_performant_mode(h);   /* clean7 */
8139                         hpsa_free_sg_chain_blocks(h);   /* clean6 */
8140                         hpsa_free_cmd_pool(h);          /* clean5 */
8141                         /*
8142                          * skip hpsa_free_irqs(h) clean4 since that
8143                          * was just called before request_irqs failed
8144                          */
8145                         goto clean3;
8146                 }
8147
8148                 rc = hpsa_kdump_soft_reset(h);
8149                 if (rc)
8150                         /* Neither hard nor soft reset worked, we're hosed. */
8151                         goto clean7;
8152
8153                 dev_info(&h->pdev->dev, "Board READY.\n");
8154                 dev_info(&h->pdev->dev,
8155                         "Waiting for stale completions to drain.\n");
8156                 h->access.set_intr_mask(h, HPSA_INTR_ON);
8157                 msleep(10000);
8158                 h->access.set_intr_mask(h, HPSA_INTR_OFF);
8159
8160                 rc = controller_reset_failed(h->cfgtable);
8161                 if (rc)
8162                         dev_info(&h->pdev->dev,
8163                                 "Soft reset appears to have failed.\n");
8164
8165                 /* since the controller's reset, we have to go back and re-init
8166                  * everything.  Easiest to just forget what we've done and do it
8167                  * all over again.
8168                  */
8169                 hpsa_undo_allocations_after_kdump_soft_reset(h);
8170                 try_soft_reset = 0;
8171                 if (rc)
8172                         /* don't goto clean, we already unallocated */
8173                         return -ENODEV;
8174
8175                 goto reinit_after_soft_reset;
8176         }
8177
8178         /* Enable Accelerated IO path at driver layer */
8179         h->acciopath_status = 1;
8180
8181
8182         /* Turn the interrupts on so we can service requests */
8183         h->access.set_intr_mask(h, HPSA_INTR_ON);
8184
8185         hpsa_hba_inquiry(h);
8186
8187         /* Monitor the controller for firmware lockups */
8188         h->heartbeat_sample_interval = HEARTBEAT_SAMPLE_INTERVAL;
8189         INIT_DELAYED_WORK(&h->monitor_ctlr_work, hpsa_monitor_ctlr_worker);
8190         schedule_delayed_work(&h->monitor_ctlr_work,
8191                                 h->heartbeat_sample_interval);
8192         INIT_DELAYED_WORK(&h->rescan_ctlr_work, hpsa_rescan_ctlr_worker);
8193         queue_delayed_work(h->rescan_ctlr_wq, &h->rescan_ctlr_work,
8194                                 h->heartbeat_sample_interval);
8195         return 0;
8196
8197 clean7: /* perf, sg, cmd, irq, shost, pci, lu, aer/h */
8198         hpsa_free_performant_mode(h);
8199         h->access.set_intr_mask(h, HPSA_INTR_OFF);
8200 clean6: /* sg, cmd, irq, pci, lockup, wq/aer/h */
8201         hpsa_free_sg_chain_blocks(h);
8202 clean5: /* cmd, irq, shost, pci, lu, aer/h */
8203         hpsa_free_cmd_pool(h);
8204 clean4: /* irq, shost, pci, lu, aer/h */
8205         hpsa_free_irqs(h);
8206 clean3: /* shost, pci, lu, aer/h */
8207         scsi_host_put(h->scsi_host);
8208         h->scsi_host = NULL;
8209 clean2_5: /* pci, lu, aer/h */
8210         hpsa_free_pci_init(h);
8211 clean2: /* lu, aer/h */
8212         if (h->lockup_detected) {
8213                 free_percpu(h->lockup_detected);
8214                 h->lockup_detected = NULL;
8215         }
8216 clean1: /* wq/aer/h */
8217         if (h->resubmit_wq) {
8218                 destroy_workqueue(h->resubmit_wq);
8219                 h->resubmit_wq = NULL;
8220         }
8221         if (h->rescan_ctlr_wq) {
8222                 destroy_workqueue(h->rescan_ctlr_wq);
8223                 h->rescan_ctlr_wq = NULL;
8224         }
8225         kfree(h);
8226         return rc;
8227 }
8228
8229 static void hpsa_flush_cache(struct ctlr_info *h)
8230 {
8231         char *flush_buf;
8232         struct CommandList *c;
8233         int rc;
8234
8235         if (unlikely(lockup_detected(h)))
8236                 return;
8237         flush_buf = kzalloc(4, GFP_KERNEL);
8238         if (!flush_buf)
8239                 return;
8240
8241         c = cmd_alloc(h);
8242
8243         if (fill_cmd(c, HPSA_CACHE_FLUSH, h, flush_buf, 4, 0,
8244                 RAID_CTLR_LUNID, TYPE_CMD)) {
8245                 goto out;
8246         }
8247         rc = hpsa_scsi_do_simple_cmd_with_retry(h, c,
8248                                         PCI_DMA_TODEVICE, NO_TIMEOUT);
8249         if (rc)
8250                 goto out;
8251         if (c->err_info->CommandStatus != 0)
8252 out:
8253                 dev_warn(&h->pdev->dev,
8254                         "error flushing cache on controller\n");
8255         cmd_free(h, c);
8256         kfree(flush_buf);
8257 }
8258
8259 static void hpsa_shutdown(struct pci_dev *pdev)
8260 {
8261         struct ctlr_info *h;
8262
8263         h = pci_get_drvdata(pdev);
8264         /* Turn board interrupts off  and send the flush cache command
8265          * sendcmd will turn off interrupt, and send the flush...
8266          * To write all data in the battery backed cache to disks
8267          */
8268         hpsa_flush_cache(h);
8269         h->access.set_intr_mask(h, HPSA_INTR_OFF);
8270         hpsa_free_irqs(h);                      /* init_one 4 */
8271         hpsa_disable_interrupt_mode(h);         /* pci_init 2 */
8272 }
8273
8274 static void hpsa_free_device_info(struct ctlr_info *h)
8275 {
8276         int i;
8277
8278         for (i = 0; i < h->ndevices; i++) {
8279                 kfree(h->dev[i]);
8280                 h->dev[i] = NULL;
8281         }
8282 }
8283
8284 static void hpsa_remove_one(struct pci_dev *pdev)
8285 {
8286         struct ctlr_info *h;
8287         unsigned long flags;
8288
8289         if (pci_get_drvdata(pdev) == NULL) {
8290                 dev_err(&pdev->dev, "unable to remove device\n");
8291                 return;
8292         }
8293         h = pci_get_drvdata(pdev);
8294
8295         /* Get rid of any controller monitoring work items */
8296         spin_lock_irqsave(&h->lock, flags);
8297         h->remove_in_progress = 1;
8298         spin_unlock_irqrestore(&h->lock, flags);
8299         cancel_delayed_work_sync(&h->monitor_ctlr_work);
8300         cancel_delayed_work_sync(&h->rescan_ctlr_work);
8301         destroy_workqueue(h->rescan_ctlr_wq);
8302         destroy_workqueue(h->resubmit_wq);
8303
8304         /*
8305          * Call before disabling interrupts.
8306          * scsi_remove_host can trigger I/O operations especially
8307          * when multipath is enabled. There can be SYNCHRONIZE CACHE
8308          * operations which cannot complete and will hang the system.
8309          */
8310         if (h->scsi_host)
8311                 scsi_remove_host(h->scsi_host);         /* init_one 8 */
8312         /* includes hpsa_free_irqs - init_one 4 */
8313         /* includes hpsa_disable_interrupt_mode - pci_init 2 */
8314         hpsa_shutdown(pdev);
8315
8316         hpsa_free_device_info(h);               /* scan */
8317
8318         kfree(h->hba_inquiry_data);                     /* init_one 10 */
8319         h->hba_inquiry_data = NULL;                     /* init_one 10 */
8320         hpsa_free_ioaccel2_sg_chain_blocks(h);
8321         hpsa_free_performant_mode(h);                   /* init_one 7 */
8322         hpsa_free_sg_chain_blocks(h);                   /* init_one 6 */
8323         hpsa_free_cmd_pool(h);                          /* init_one 5 */
8324
8325         /* hpsa_free_irqs already called via hpsa_shutdown init_one 4 */
8326
8327         scsi_host_put(h->scsi_host);                    /* init_one 3 */
8328         h->scsi_host = NULL;                            /* init_one 3 */
8329
8330         /* includes hpsa_disable_interrupt_mode - pci_init 2 */
8331         hpsa_free_pci_init(h);                          /* init_one 2.5 */
8332
8333         free_percpu(h->lockup_detected);                /* init_one 2 */
8334         h->lockup_detected = NULL;                      /* init_one 2 */
8335         /* (void) pci_disable_pcie_error_reporting(pdev); */    /* init_one 1 */
8336         kfree(h);                                       /* init_one 1 */
8337 }
8338
8339 static int hpsa_suspend(__attribute__((unused)) struct pci_dev *pdev,
8340         __attribute__((unused)) pm_message_t state)
8341 {
8342         return -ENOSYS;
8343 }
8344
8345 static int hpsa_resume(__attribute__((unused)) struct pci_dev *pdev)
8346 {
8347         return -ENOSYS;
8348 }
8349
8350 static struct pci_driver hpsa_pci_driver = {
8351         .name = HPSA,
8352         .probe = hpsa_init_one,
8353         .remove = hpsa_remove_one,
8354         .id_table = hpsa_pci_device_id, /* id_table */
8355         .shutdown = hpsa_shutdown,
8356         .suspend = hpsa_suspend,
8357         .resume = hpsa_resume,
8358 };
8359
8360 /* Fill in bucket_map[], given nsgs (the max number of
8361  * scatter gather elements supported) and bucket[],
8362  * which is an array of 8 integers.  The bucket[] array
8363  * contains 8 different DMA transfer sizes (in 16
8364  * byte increments) which the controller uses to fetch
8365  * commands.  This function fills in bucket_map[], which
8366  * maps a given number of scatter gather elements to one of
8367  * the 8 DMA transfer sizes.  The point of it is to allow the
8368  * controller to only do as much DMA as needed to fetch the
8369  * command, with the DMA transfer size encoded in the lower
8370  * bits of the command address.
8371  */
8372 static void  calc_bucket_map(int bucket[], int num_buckets,
8373         int nsgs, int min_blocks, u32 *bucket_map)
8374 {
8375         int i, j, b, size;
8376
8377         /* Note, bucket_map must have nsgs+1 entries. */
8378         for (i = 0; i <= nsgs; i++) {
8379                 /* Compute size of a command with i SG entries */
8380                 size = i + min_blocks;
8381                 b = num_buckets; /* Assume the biggest bucket */
8382                 /* Find the bucket that is just big enough */
8383                 for (j = 0; j < num_buckets; j++) {
8384                         if (bucket[j] >= size) {
8385                                 b = j;
8386                                 break;
8387                         }
8388                 }
8389                 /* for a command with i SG entries, use bucket b. */
8390                 bucket_map[i] = b;
8391         }
8392 }
8393
8394 /*
8395  * return -ENODEV on err, 0 on success (or no action)
8396  * allocates numerous items that must be freed later
8397  */
8398 static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support)
8399 {
8400         int i;
8401         unsigned long register_value;
8402         unsigned long transMethod = CFGTBL_Trans_Performant |
8403                         (trans_support & CFGTBL_Trans_use_short_tags) |
8404                                 CFGTBL_Trans_enable_directed_msix |
8405                         (trans_support & (CFGTBL_Trans_io_accel1 |
8406                                 CFGTBL_Trans_io_accel2));
8407         struct access_method access = SA5_performant_access;
8408
8409         /* This is a bit complicated.  There are 8 registers on
8410          * the controller which we write to to tell it 8 different
8411          * sizes of commands which there may be.  It's a way of
8412          * reducing the DMA done to fetch each command.  Encoded into
8413          * each command's tag are 3 bits which communicate to the controller
8414          * which of the eight sizes that command fits within.  The size of
8415          * each command depends on how many scatter gather entries there are.
8416          * Each SG entry requires 16 bytes.  The eight registers are programmed
8417          * with the number of 16-byte blocks a command of that size requires.
8418          * The smallest command possible requires 5 such 16 byte blocks.
8419          * the largest command possible requires SG_ENTRIES_IN_CMD + 4 16-byte
8420          * blocks.  Note, this only extends to the SG entries contained
8421          * within the command block, and does not extend to chained blocks
8422          * of SG elements.   bft[] contains the eight values we write to
8423          * the registers.  They are not evenly distributed, but have more
8424          * sizes for small commands, and fewer sizes for larger commands.
8425          */
8426         int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4};
8427 #define MIN_IOACCEL2_BFT_ENTRY 5
8428 #define HPSA_IOACCEL2_HEADER_SZ 4
8429         int bft2[16] = {MIN_IOACCEL2_BFT_ENTRY, 6, 7, 8, 9, 10, 11, 12,
8430                         13, 14, 15, 16, 17, 18, 19,
8431                         HPSA_IOACCEL2_HEADER_SZ + IOACCEL2_MAXSGENTRIES};
8432         BUILD_BUG_ON(ARRAY_SIZE(bft2) != 16);
8433         BUILD_BUG_ON(ARRAY_SIZE(bft) != 8);
8434         BUILD_BUG_ON(offsetof(struct io_accel2_cmd, sg) >
8435                                  16 * MIN_IOACCEL2_BFT_ENTRY);
8436         BUILD_BUG_ON(sizeof(struct ioaccel2_sg_element) != 16);
8437         BUILD_BUG_ON(28 > SG_ENTRIES_IN_CMD + 4);
8438         /*  5 = 1 s/g entry or 4k
8439          *  6 = 2 s/g entry or 8k
8440          *  8 = 4 s/g entry or 16k
8441          * 10 = 6 s/g entry or 24k
8442          */
8443
8444         /* If the controller supports either ioaccel method then
8445          * we can also use the RAID stack submit path that does not
8446          * perform the superfluous readl() after each command submission.
8447          */
8448         if (trans_support & (CFGTBL_Trans_io_accel1 | CFGTBL_Trans_io_accel2))
8449                 access = SA5_performant_access_no_read;
8450
8451         /* Controller spec: zero out this buffer. */
8452         for (i = 0; i < h->nreply_queues; i++)
8453                 memset(h->reply_queue[i].head, 0, h->reply_queue_size);
8454
8455         bft[7] = SG_ENTRIES_IN_CMD + 4;
8456         calc_bucket_map(bft, ARRAY_SIZE(bft),
8457                                 SG_ENTRIES_IN_CMD, 4, h->blockFetchTable);
8458         for (i = 0; i < 8; i++)
8459                 writel(bft[i], &h->transtable->BlockFetch[i]);
8460
8461         /* size of controller ring buffer */
8462         writel(h->max_commands, &h->transtable->RepQSize);
8463         writel(h->nreply_queues, &h->transtable->RepQCount);
8464         writel(0, &h->transtable->RepQCtrAddrLow32);
8465         writel(0, &h->transtable->RepQCtrAddrHigh32);
8466
8467         for (i = 0; i < h->nreply_queues; i++) {
8468                 writel(0, &h->transtable->RepQAddr[i].upper);
8469                 writel(h->reply_queue[i].busaddr,
8470                         &h->transtable->RepQAddr[i].lower);
8471         }
8472
8473         writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi);
8474         writel(transMethod, &(h->cfgtable->HostWrite.TransportRequest));
8475         /*
8476          * enable outbound interrupt coalescing in accelerator mode;
8477          */
8478         if (trans_support & CFGTBL_Trans_io_accel1) {
8479                 access = SA5_ioaccel_mode1_access;
8480                 writel(10, &h->cfgtable->HostWrite.CoalIntDelay);
8481                 writel(4, &h->cfgtable->HostWrite.CoalIntCount);
8482         } else {
8483                 if (trans_support & CFGTBL_Trans_io_accel2) {
8484                         access = SA5_ioaccel_mode2_access;
8485                         writel(10, &h->cfgtable->HostWrite.CoalIntDelay);
8486                         writel(4, &h->cfgtable->HostWrite.CoalIntCount);
8487                 }
8488         }
8489         writel(CFGTBL_ChangeReq, h->vaddr + SA5_DOORBELL);
8490         if (hpsa_wait_for_mode_change_ack(h)) {
8491                 dev_err(&h->pdev->dev,
8492                         "performant mode problem - doorbell timeout\n");
8493                 return -ENODEV;
8494         }
8495         register_value = readl(&(h->cfgtable->TransportActive));
8496         if (!(register_value & CFGTBL_Trans_Performant)) {
8497                 dev_err(&h->pdev->dev,
8498                         "performant mode problem - transport not active\n");
8499                 return -ENODEV;
8500         }
8501         /* Change the access methods to the performant access methods */
8502         h->access = access;
8503         h->transMethod = transMethod;
8504
8505         if (!((trans_support & CFGTBL_Trans_io_accel1) ||
8506                 (trans_support & CFGTBL_Trans_io_accel2)))
8507                 return 0;
8508
8509         if (trans_support & CFGTBL_Trans_io_accel1) {
8510                 /* Set up I/O accelerator mode */
8511                 for (i = 0; i < h->nreply_queues; i++) {
8512                         writel(i, h->vaddr + IOACCEL_MODE1_REPLY_QUEUE_INDEX);
8513                         h->reply_queue[i].current_entry =
8514                                 readl(h->vaddr + IOACCEL_MODE1_PRODUCER_INDEX);
8515                 }
8516                 bft[7] = h->ioaccel_maxsg + 8;
8517                 calc_bucket_map(bft, ARRAY_SIZE(bft), h->ioaccel_maxsg, 8,
8518                                 h->ioaccel1_blockFetchTable);
8519
8520                 /* initialize all reply queue entries to unused */
8521                 for (i = 0; i < h->nreply_queues; i++)
8522                         memset(h->reply_queue[i].head,
8523                                 (u8) IOACCEL_MODE1_REPLY_UNUSED,
8524                                 h->reply_queue_size);
8525
8526                 /* set all the constant fields in the accelerator command
8527                  * frames once at init time to save CPU cycles later.
8528                  */
8529                 for (i = 0; i < h->nr_cmds; i++) {
8530                         struct io_accel1_cmd *cp = &h->ioaccel_cmd_pool[i];
8531
8532                         cp->function = IOACCEL1_FUNCTION_SCSIIO;
8533                         cp->err_info = (u32) (h->errinfo_pool_dhandle +
8534                                         (i * sizeof(struct ErrorInfo)));
8535                         cp->err_info_len = sizeof(struct ErrorInfo);
8536                         cp->sgl_offset = IOACCEL1_SGLOFFSET;
8537                         cp->host_context_flags =
8538                                 cpu_to_le16(IOACCEL1_HCFLAGS_CISS_FORMAT);
8539                         cp->timeout_sec = 0;
8540                         cp->ReplyQueue = 0;
8541                         cp->tag =
8542                                 cpu_to_le64((i << DIRECT_LOOKUP_SHIFT));
8543                         cp->host_addr =
8544                                 cpu_to_le64(h->ioaccel_cmd_pool_dhandle +
8545                                         (i * sizeof(struct io_accel1_cmd)));
8546                 }
8547         } else if (trans_support & CFGTBL_Trans_io_accel2) {
8548                 u64 cfg_offset, cfg_base_addr_index;
8549                 u32 bft2_offset, cfg_base_addr;
8550                 int rc;
8551
8552                 rc = hpsa_find_cfg_addrs(h->pdev, h->vaddr, &cfg_base_addr,
8553                         &cfg_base_addr_index, &cfg_offset);
8554                 BUILD_BUG_ON(offsetof(struct io_accel2_cmd, sg) != 64);
8555                 bft2[15] = h->ioaccel_maxsg + HPSA_IOACCEL2_HEADER_SZ;
8556                 calc_bucket_map(bft2, ARRAY_SIZE(bft2), h->ioaccel_maxsg,
8557                                 4, h->ioaccel2_blockFetchTable);
8558                 bft2_offset = readl(&h->cfgtable->io_accel_request_size_offset);
8559                 BUILD_BUG_ON(offsetof(struct CfgTable,
8560                                 io_accel_request_size_offset) != 0xb8);
8561                 h->ioaccel2_bft2_regs =
8562                         remap_pci_mem(pci_resource_start(h->pdev,
8563                                         cfg_base_addr_index) +
8564                                         cfg_offset + bft2_offset,
8565                                         ARRAY_SIZE(bft2) *
8566                                         sizeof(*h->ioaccel2_bft2_regs));
8567                 for (i = 0; i < ARRAY_SIZE(bft2); i++)
8568                         writel(bft2[i], &h->ioaccel2_bft2_regs[i]);
8569         }
8570         writel(CFGTBL_ChangeReq, h->vaddr + SA5_DOORBELL);
8571         if (hpsa_wait_for_mode_change_ack(h)) {
8572                 dev_err(&h->pdev->dev,
8573                         "performant mode problem - enabling ioaccel mode\n");
8574                 return -ENODEV;
8575         }
8576         return 0;
8577 }
8578
8579 /* Free ioaccel1 mode command blocks and block fetch table */
8580 static void hpsa_free_ioaccel1_cmd_and_bft(struct ctlr_info *h)
8581 {
8582         if (h->ioaccel_cmd_pool) {
8583                 pci_free_consistent(h->pdev,
8584                         h->nr_cmds * sizeof(*h->ioaccel_cmd_pool),
8585                         h->ioaccel_cmd_pool,
8586                         h->ioaccel_cmd_pool_dhandle);
8587                 h->ioaccel_cmd_pool = NULL;
8588                 h->ioaccel_cmd_pool_dhandle = 0;
8589         }
8590         kfree(h->ioaccel1_blockFetchTable);
8591         h->ioaccel1_blockFetchTable = NULL;
8592 }
8593
8594 /* Allocate ioaccel1 mode command blocks and block fetch table */
8595 static int hpsa_alloc_ioaccel1_cmd_and_bft(struct ctlr_info *h)
8596 {
8597         h->ioaccel_maxsg =
8598                 readl(&(h->cfgtable->io_accel_max_embedded_sg_count));
8599         if (h->ioaccel_maxsg > IOACCEL1_MAXSGENTRIES)
8600                 h->ioaccel_maxsg = IOACCEL1_MAXSGENTRIES;
8601
8602         /* Command structures must be aligned on a 128-byte boundary
8603          * because the 7 lower bits of the address are used by the
8604          * hardware.
8605          */
8606         BUILD_BUG_ON(sizeof(struct io_accel1_cmd) %
8607                         IOACCEL1_COMMANDLIST_ALIGNMENT);
8608         h->ioaccel_cmd_pool =
8609                 pci_alloc_consistent(h->pdev,
8610                         h->nr_cmds * sizeof(*h->ioaccel_cmd_pool),
8611                         &(h->ioaccel_cmd_pool_dhandle));
8612
8613         h->ioaccel1_blockFetchTable =
8614                 kmalloc(((h->ioaccel_maxsg + 1) *
8615                                 sizeof(u32)), GFP_KERNEL);
8616
8617         if ((h->ioaccel_cmd_pool == NULL) ||
8618                 (h->ioaccel1_blockFetchTable == NULL))
8619                 goto clean_up;
8620
8621         memset(h->ioaccel_cmd_pool, 0,
8622                 h->nr_cmds * sizeof(*h->ioaccel_cmd_pool));
8623         return 0;
8624
8625 clean_up:
8626         hpsa_free_ioaccel1_cmd_and_bft(h);
8627         return -ENOMEM;
8628 }
8629
8630 /* Free ioaccel2 mode command blocks and block fetch table */
8631 static void hpsa_free_ioaccel2_cmd_and_bft(struct ctlr_info *h)
8632 {
8633         hpsa_free_ioaccel2_sg_chain_blocks(h);
8634
8635         if (h->ioaccel2_cmd_pool) {
8636                 pci_free_consistent(h->pdev,
8637                         h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool),
8638                         h->ioaccel2_cmd_pool,
8639                         h->ioaccel2_cmd_pool_dhandle);
8640                 h->ioaccel2_cmd_pool = NULL;
8641                 h->ioaccel2_cmd_pool_dhandle = 0;
8642         }
8643         kfree(h->ioaccel2_blockFetchTable);
8644         h->ioaccel2_blockFetchTable = NULL;
8645 }
8646
8647 /* Allocate ioaccel2 mode command blocks and block fetch table */
8648 static int hpsa_alloc_ioaccel2_cmd_and_bft(struct ctlr_info *h)
8649 {
8650         int rc;
8651
8652         /* Allocate ioaccel2 mode command blocks and block fetch table */
8653
8654         h->ioaccel_maxsg =
8655                 readl(&(h->cfgtable->io_accel_max_embedded_sg_count));
8656         if (h->ioaccel_maxsg > IOACCEL2_MAXSGENTRIES)
8657                 h->ioaccel_maxsg = IOACCEL2_MAXSGENTRIES;
8658
8659         BUILD_BUG_ON(sizeof(struct io_accel2_cmd) %
8660                         IOACCEL2_COMMANDLIST_ALIGNMENT);
8661         h->ioaccel2_cmd_pool =
8662                 pci_alloc_consistent(h->pdev,
8663                         h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool),
8664                         &(h->ioaccel2_cmd_pool_dhandle));
8665
8666         h->ioaccel2_blockFetchTable =
8667                 kmalloc(((h->ioaccel_maxsg + 1) *
8668                                 sizeof(u32)), GFP_KERNEL);
8669
8670         if ((h->ioaccel2_cmd_pool == NULL) ||
8671                 (h->ioaccel2_blockFetchTable == NULL)) {
8672                 rc = -ENOMEM;
8673                 goto clean_up;
8674         }
8675
8676         rc = hpsa_allocate_ioaccel2_sg_chain_blocks(h);
8677         if (rc)
8678                 goto clean_up;
8679
8680         memset(h->ioaccel2_cmd_pool, 0,
8681                 h->nr_cmds * sizeof(*h->ioaccel2_cmd_pool));
8682         return 0;
8683
8684 clean_up:
8685         hpsa_free_ioaccel2_cmd_and_bft(h);
8686         return rc;
8687 }
8688
8689 /* Free items allocated by hpsa_put_ctlr_into_performant_mode */
8690 static void hpsa_free_performant_mode(struct ctlr_info *h)
8691 {
8692         kfree(h->blockFetchTable);
8693         h->blockFetchTable = NULL;
8694         hpsa_free_reply_queues(h);
8695         hpsa_free_ioaccel1_cmd_and_bft(h);
8696         hpsa_free_ioaccel2_cmd_and_bft(h);
8697 }
8698
8699 /* return -ENODEV on error, 0 on success (or no action)
8700  * allocates numerous items that must be freed later
8701  */
8702 static int hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h)
8703 {
8704         u32 trans_support;
8705         unsigned long transMethod = CFGTBL_Trans_Performant |
8706                                         CFGTBL_Trans_use_short_tags;
8707         int i, rc;
8708
8709         if (hpsa_simple_mode)
8710                 return 0;
8711
8712         trans_support = readl(&(h->cfgtable->TransportSupport));
8713         if (!(trans_support & PERFORMANT_MODE))
8714                 return 0;
8715
8716         /* Check for I/O accelerator mode support */
8717         if (trans_support & CFGTBL_Trans_io_accel1) {
8718                 transMethod |= CFGTBL_Trans_io_accel1 |
8719                                 CFGTBL_Trans_enable_directed_msix;
8720                 rc = hpsa_alloc_ioaccel1_cmd_and_bft(h);
8721                 if (rc)
8722                         return rc;
8723         } else if (trans_support & CFGTBL_Trans_io_accel2) {
8724                 transMethod |= CFGTBL_Trans_io_accel2 |
8725                                 CFGTBL_Trans_enable_directed_msix;
8726                 rc = hpsa_alloc_ioaccel2_cmd_and_bft(h);
8727                 if (rc)
8728                         return rc;
8729         }
8730
8731         h->nreply_queues = h->msix_vector > 0 ? h->msix_vector : 1;
8732         hpsa_get_max_perf_mode_cmds(h);
8733         /* Performant mode ring buffer and supporting data structures */
8734         h->reply_queue_size = h->max_commands * sizeof(u64);
8735
8736         for (i = 0; i < h->nreply_queues; i++) {
8737                 h->reply_queue[i].head = pci_alloc_consistent(h->pdev,
8738                                                 h->reply_queue_size,
8739                                                 &(h->reply_queue[i].busaddr));
8740                 if (!h->reply_queue[i].head) {
8741                         rc = -ENOMEM;
8742                         goto clean1;    /* rq, ioaccel */
8743                 }
8744                 h->reply_queue[i].size = h->max_commands;
8745                 h->reply_queue[i].wraparound = 1;  /* spec: init to 1 */
8746                 h->reply_queue[i].current_entry = 0;
8747         }
8748
8749         /* Need a block fetch table for performant mode */
8750         h->blockFetchTable = kmalloc(((SG_ENTRIES_IN_CMD + 1) *
8751                                 sizeof(u32)), GFP_KERNEL);
8752         if (!h->blockFetchTable) {
8753                 rc = -ENOMEM;
8754                 goto clean1;    /* rq, ioaccel */
8755         }
8756
8757         rc = hpsa_enter_performant_mode(h, trans_support);
8758         if (rc)
8759                 goto clean2;    /* bft, rq, ioaccel */
8760         return 0;
8761
8762 clean2: /* bft, rq, ioaccel */
8763         kfree(h->blockFetchTable);
8764         h->blockFetchTable = NULL;
8765 clean1: /* rq, ioaccel */
8766         hpsa_free_reply_queues(h);
8767         hpsa_free_ioaccel1_cmd_and_bft(h);
8768         hpsa_free_ioaccel2_cmd_and_bft(h);
8769         return rc;
8770 }
8771
8772 static int is_accelerated_cmd(struct CommandList *c)
8773 {
8774         return c->cmd_type == CMD_IOACCEL1 || c->cmd_type == CMD_IOACCEL2;
8775 }
8776
8777 static void hpsa_drain_accel_commands(struct ctlr_info *h)
8778 {
8779         struct CommandList *c = NULL;
8780         int i, accel_cmds_out;
8781         int refcount;
8782
8783         do { /* wait for all outstanding ioaccel commands to drain out */
8784                 accel_cmds_out = 0;
8785                 for (i = 0; i < h->nr_cmds; i++) {
8786                         c = h->cmd_pool + i;
8787                         refcount = atomic_inc_return(&c->refcount);
8788                         if (refcount > 1) /* Command is allocated */
8789                                 accel_cmds_out += is_accelerated_cmd(c);
8790                         cmd_free(h, c);
8791                 }
8792                 if (accel_cmds_out <= 0)
8793                         break;
8794                 msleep(100);
8795         } while (1);
8796 }
8797
8798 /*
8799  *  This is it.  Register the PCI driver information for the cards we control
8800  *  the OS will call our registered routines when it finds one of our cards.
8801  */
8802 static int __init hpsa_init(void)
8803 {
8804         return pci_register_driver(&hpsa_pci_driver);
8805 }
8806
8807 static void __exit hpsa_cleanup(void)
8808 {
8809         pci_unregister_driver(&hpsa_pci_driver);
8810 }
8811
8812 static void __attribute__((unused)) verify_offsets(void)
8813 {
8814 #define VERIFY_OFFSET(member, offset) \
8815         BUILD_BUG_ON(offsetof(struct raid_map_data, member) != offset)
8816
8817         VERIFY_OFFSET(structure_size, 0);
8818         VERIFY_OFFSET(volume_blk_size, 4);
8819         VERIFY_OFFSET(volume_blk_cnt, 8);
8820         VERIFY_OFFSET(phys_blk_shift, 16);
8821         VERIFY_OFFSET(parity_rotation_shift, 17);
8822         VERIFY_OFFSET(strip_size, 18);
8823         VERIFY_OFFSET(disk_starting_blk, 20);
8824         VERIFY_OFFSET(disk_blk_cnt, 28);
8825         VERIFY_OFFSET(data_disks_per_row, 36);
8826         VERIFY_OFFSET(metadata_disks_per_row, 38);
8827         VERIFY_OFFSET(row_cnt, 40);
8828         VERIFY_OFFSET(layout_map_count, 42);
8829         VERIFY_OFFSET(flags, 44);
8830         VERIFY_OFFSET(dekindex, 46);
8831         /* VERIFY_OFFSET(reserved, 48 */
8832         VERIFY_OFFSET(data, 64);
8833
8834 #undef VERIFY_OFFSET
8835
8836 #define VERIFY_OFFSET(member, offset) \
8837         BUILD_BUG_ON(offsetof(struct io_accel2_cmd, member) != offset)
8838
8839         VERIFY_OFFSET(IU_type, 0);
8840         VERIFY_OFFSET(direction, 1);
8841         VERIFY_OFFSET(reply_queue, 2);
8842         /* VERIFY_OFFSET(reserved1, 3);  */
8843         VERIFY_OFFSET(scsi_nexus, 4);
8844         VERIFY_OFFSET(Tag, 8);
8845         VERIFY_OFFSET(cdb, 16);
8846         VERIFY_OFFSET(cciss_lun, 32);
8847         VERIFY_OFFSET(data_len, 40);
8848         VERIFY_OFFSET(cmd_priority_task_attr, 44);
8849         VERIFY_OFFSET(sg_count, 45);
8850         /* VERIFY_OFFSET(reserved3 */
8851         VERIFY_OFFSET(err_ptr, 48);
8852         VERIFY_OFFSET(err_len, 56);
8853         /* VERIFY_OFFSET(reserved4  */
8854         VERIFY_OFFSET(sg, 64);
8855
8856 #undef VERIFY_OFFSET
8857
8858 #define VERIFY_OFFSET(member, offset) \
8859         BUILD_BUG_ON(offsetof(struct io_accel1_cmd, member) != offset)
8860
8861         VERIFY_OFFSET(dev_handle, 0x00);
8862         VERIFY_OFFSET(reserved1, 0x02);
8863         VERIFY_OFFSET(function, 0x03);
8864         VERIFY_OFFSET(reserved2, 0x04);
8865         VERIFY_OFFSET(err_info, 0x0C);
8866         VERIFY_OFFSET(reserved3, 0x10);
8867         VERIFY_OFFSET(err_info_len, 0x12);
8868         VERIFY_OFFSET(reserved4, 0x13);
8869         VERIFY_OFFSET(sgl_offset, 0x14);
8870         VERIFY_OFFSET(reserved5, 0x15);
8871         VERIFY_OFFSET(transfer_len, 0x1C);
8872         VERIFY_OFFSET(reserved6, 0x20);
8873         VERIFY_OFFSET(io_flags, 0x24);
8874         VERIFY_OFFSET(reserved7, 0x26);
8875         VERIFY_OFFSET(LUN, 0x34);
8876         VERIFY_OFFSET(control, 0x3C);
8877         VERIFY_OFFSET(CDB, 0x40);
8878         VERIFY_OFFSET(reserved8, 0x50);
8879         VERIFY_OFFSET(host_context_flags, 0x60);
8880         VERIFY_OFFSET(timeout_sec, 0x62);
8881         VERIFY_OFFSET(ReplyQueue, 0x64);
8882         VERIFY_OFFSET(reserved9, 0x65);
8883         VERIFY_OFFSET(tag, 0x68);
8884         VERIFY_OFFSET(host_addr, 0x70);
8885         VERIFY_OFFSET(CISS_LUN, 0x78);
8886         VERIFY_OFFSET(SG, 0x78 + 8);
8887 #undef VERIFY_OFFSET
8888 }
8889
8890 module_init(hpsa_init);
8891 module_exit(hpsa_cleanup);