blob: cae3816e68db3abf6d99c16f38f1179a869b093a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * sbp2.c - SBP-2 protocol driver for IEEE-1394
3 *
4 * Copyright (C) 2000 James Goodwin, Filanet Corporation (www.filanet.com)
5 * jamesg@filanet.com (JSG)
6 *
7 * Copyright (C) 2003 Ben Collins <bcollins@debian.org>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software Foundation,
21 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 */
23
24/*
25 * Brief Description:
26 *
27 * This driver implements the Serial Bus Protocol 2 (SBP-2) over IEEE-1394
28 * under Linux. The SBP-2 driver is implemented as an IEEE-1394 high-level
29 * driver. It also registers as a SCSI lower-level driver in order to accept
30 * SCSI commands for transport using SBP-2.
31 *
Stefan Richter2a533b12006-11-02 21:16:08 +010032 * You may access any attached SBP-2 (usually storage devices) as regular
33 * SCSI devices. E.g. mount /dev/sda1, fdisk, mkfs, etc..
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 *
Stefan Richter2a533b12006-11-02 21:16:08 +010035 * See http://www.t10.org/drafts.htm#sbp2 for the final draft of the SBP-2
36 * specification and for where to purchase the official standard.
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 *
Stefan Richter2a533b12006-11-02 21:16:08 +010038 * TODO:
39 * - look into possible improvements of the SCSI error handlers
40 * - handle Unit_Characteristics.mgt_ORB_timeout and .ORB_size
41 * - handle Logical_Unit_Number.ordered
42 * - handle src == 1 in status blocks
43 * - reimplement the DMA mapping in absence of physical DMA so that
44 * bus_to_virt is no longer required
45 * - debug the handling of absent physical DMA
46 * - replace CONFIG_IEEE1394_SBP2_PHYS_DMA by automatic detection
47 * (this is easy but depends on the previous two TODO items)
48 * - make the parameter serialize_io configurable per device
49 * - move all requests to fetch agent registers into non-atomic context,
50 * replace all usages of sbp2util_node_write_no_wait by true transactions
Stefan Richter2a533b12006-11-02 21:16:08 +010051 * Grep for inline FIXME comments below.
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 */
53
Stefan Richter902abed2006-08-14 18:56:00 +020054#include <linux/compiler.h>
55#include <linux/delay.h>
56#include <linux/device.h>
57#include <linux/dma-mapping.h>
58#include <linux/gfp.h>
59#include <linux/init.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#include <linux/kernel.h>
61#include <linux/list.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070062#include <linux/module.h>
63#include <linux/moduleparam.h>
Stefan Richter902abed2006-08-14 18:56:00 +020064#include <linux/slab.h>
65#include <linux/spinlock.h>
66#include <linux/stat.h>
67#include <linux/string.h>
68#include <linux/stringify.h>
69#include <linux/types.h>
Stefan Richtere8398bb2006-07-23 22:19:00 +020070#include <linux/wait.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070071
Linus Torvalds1da177e2005-04-16 15:20:36 -070072#include <asm/byteorder.h>
Stefan Richter902abed2006-08-14 18:56:00 +020073#include <asm/errno.h>
74#include <asm/param.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070075#include <asm/scatterlist.h>
Stefan Richter902abed2006-08-14 18:56:00 +020076#include <asm/system.h>
77#include <asm/types.h>
78
79#ifdef CONFIG_IEEE1394_SBP2_PHYS_DMA
80#include <asm/io.h> /* for bus_to_virt */
81#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070082
83#include <scsi/scsi.h>
84#include <scsi/scsi_cmnd.h>
85#include <scsi/scsi_dbg.h>
86#include <scsi/scsi_device.h>
87#include <scsi/scsi_host.h>
88
89#include "csr1212.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070090#include "highlevel.h"
Stefan Richter902abed2006-08-14 18:56:00 +020091#include "hosts.h"
92#include "ieee1394.h"
93#include "ieee1394_core.h"
94#include "ieee1394_hotplug.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070095#include "ieee1394_transactions.h"
Stefan Richter902abed2006-08-14 18:56:00 +020096#include "ieee1394_types.h"
97#include "nodemgr.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070098#include "sbp2.h"
99
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100/*
101 * Module load parameter definitions
102 */
103
104/*
105 * Change max_speed on module load if you have a bad IEEE-1394
106 * controller that has trouble running 2KB packets at 400mb.
107 *
108 * NOTE: On certain OHCI parts I have seen short packets on async transmit
109 * (probably due to PCI latency/throughput issues with the part). You can
110 * bump down the speed if you are running into problems.
111 */
Stefan Richterca0c7452006-11-02 21:16:08 +0100112static int sbp2_max_speed = IEEE1394_SPEED_MAX;
113module_param_named(max_speed, sbp2_max_speed, int, 0644);
Stefan Richter28b06672006-11-02 21:16:08 +0100114MODULE_PARM_DESC(max_speed, "Force max speed "
115 "(3 = 800Mb/s, 2 = 400Mb/s, 1 = 200Mb/s, 0 = 100Mb/s)");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116
117/*
118 * Set serialize_io to 1 if you'd like only one scsi command sent
119 * down to us at a time (debugging). This might be necessary for very
120 * badly behaved sbp2 devices.
121 */
Stefan Richterca0c7452006-11-02 21:16:08 +0100122static int sbp2_serialize_io = 1;
123module_param_named(serialize_io, sbp2_serialize_io, int, 0444);
124MODULE_PARM_DESC(serialize_io, "Serialize I/O coming from scsi drivers "
125 "(default = 1, faster = 0)");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126
127/*
128 * Bump up max_sectors if you'd like to support very large sized
129 * transfers. Please note that some older sbp2 bridge chips are broken for
130 * transfers greater or equal to 128KB. Default is a value of 255
131 * sectors, or just under 128KB (at 512 byte sector size). I can note that
132 * the Oxsemi sbp2 chipsets have no problems supporting very large
133 * transfer sizes.
134 */
Stefan Richterca0c7452006-11-02 21:16:08 +0100135static int sbp2_max_sectors = SBP2_MAX_SECTORS;
136module_param_named(max_sectors, sbp2_max_sectors, int, 0444);
137MODULE_PARM_DESC(max_sectors, "Change max sectors per I/O supported "
138 "(default = " __stringify(SBP2_MAX_SECTORS) ")");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139
140/*
141 * Exclusive login to sbp2 device? In most cases, the sbp2 driver should
142 * do an exclusive login, as it's generally unsafe to have two hosts
143 * talking to a single sbp2 device at the same time (filesystem coherency,
144 * etc.). If you're running an sbp2 device that supports multiple logins,
145 * and you're either running read-only filesystems or some sort of special
Ben Collins20f45782006-06-12 18:13:11 -0400146 * filesystem supporting multiple hosts, e.g. OpenGFS, Oracle Cluster
147 * File System, or Lustre, then set exclusive_login to zero.
148 *
149 * So far only bridges from Oxford Semiconductor are known to support
150 * concurrent logins. Depending on firmware, four or two concurrent logins
151 * are possible on OXFW911 and newer Oxsemi bridges.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152 */
Stefan Richterca0c7452006-11-02 21:16:08 +0100153static int sbp2_exclusive_login = 1;
154module_param_named(exclusive_login, sbp2_exclusive_login, int, 0644);
155MODULE_PARM_DESC(exclusive_login, "Exclusive login to sbp2 device "
156 "(default = 1)");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157
158/*
Stefan Richter24d3bf82006-05-15 22:04:59 +0200159 * If any of the following workarounds is required for your device to work,
160 * please submit the kernel messages logged by sbp2 to the linux1394-devel
161 * mailing list.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 *
Stefan Richter24d3bf82006-05-15 22:04:59 +0200163 * - 128kB max transfer
164 * Limit transfer size. Necessary for some old bridges.
165 *
166 * - 36 byte inquiry
167 * When scsi_mod probes the device, let the inquiry command look like that
168 * from MS Windows.
169 *
170 * - skip mode page 8
171 * Suppress sending of mode_sense for mode page 8 if the device pretends to
172 * support the SCSI Primary Block commands instead of Reduced Block Commands.
Stefan Richtere9a1c522006-05-15 22:06:37 +0200173 *
174 * - fix capacity
175 * Tell sd_mod to correct the last sector number reported by read_capacity.
176 * Avoids access beyond actual disk limits on devices with an off-by-one bug.
177 * Don't use this with devices which don't have this bug.
Stefan Richter679c0cd2006-05-15 22:08:09 +0200178 *
179 * - override internal blacklist
180 * Instead of adding to the built-in blacklist, use only the workarounds
181 * specified in the module load parameter.
182 * Useful if a blacklist entry interfered with a non-broken device.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 */
Stefan Richter24d3bf82006-05-15 22:04:59 +0200184static int sbp2_default_workarounds;
185module_param_named(workarounds, sbp2_default_workarounds, int, 0644);
186MODULE_PARM_DESC(workarounds, "Work around device bugs (default = 0"
187 ", 128kB max transfer = " __stringify(SBP2_WORKAROUND_128K_MAX_TRANS)
188 ", 36 byte inquiry = " __stringify(SBP2_WORKAROUND_INQUIRY_36)
189 ", skip mode page 8 = " __stringify(SBP2_WORKAROUND_MODE_SENSE_8)
Stefan Richtere9a1c522006-05-15 22:06:37 +0200190 ", fix capacity = " __stringify(SBP2_WORKAROUND_FIX_CAPACITY)
Stefan Richter679c0cd2006-05-15 22:08:09 +0200191 ", override internal blacklist = " __stringify(SBP2_WORKAROUND_OVERRIDE)
Stefan Richter24d3bf82006-05-15 22:04:59 +0200192 ", or a combination)");
193
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194
Stefan Richteredf1fb22006-11-02 21:16:08 +0100195#define SBP2_INFO(fmt, args...) HPSB_INFO("sbp2: "fmt, ## args)
196#define SBP2_ERR(fmt, args...) HPSB_ERR("sbp2: "fmt, ## args)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198/*
199 * Globals
200 */
Stefan Richter138c8af2006-11-02 21:16:08 +0100201static void sbp2scsi_complete_all_commands(struct sbp2_lu *, u32);
202static void sbp2scsi_complete_command(struct sbp2_lu *, u32, struct scsi_cmnd *,
Stefan Richterea42ea02006-11-02 21:16:08 +0100203 void (*)(struct scsi_cmnd *));
Stefan Richter138c8af2006-11-02 21:16:08 +0100204static struct sbp2_lu *sbp2_alloc_device(struct unit_directory *);
205static int sbp2_start_device(struct sbp2_lu *);
206static void sbp2_remove_device(struct sbp2_lu *);
207static int sbp2_login_device(struct sbp2_lu *);
208static int sbp2_reconnect_device(struct sbp2_lu *);
209static int sbp2_logout_device(struct sbp2_lu *);
Stefan Richterea42ea02006-11-02 21:16:08 +0100210static void sbp2_host_reset(struct hpsb_host *);
211static int sbp2_handle_status_write(struct hpsb_host *, int, int, quadlet_t *,
212 u64, size_t, u16);
Stefan Richter138c8af2006-11-02 21:16:08 +0100213static int sbp2_agent_reset(struct sbp2_lu *, int);
214static void sbp2_parse_unit_directory(struct sbp2_lu *,
Stefan Richterea42ea02006-11-02 21:16:08 +0100215 struct unit_directory *);
Stefan Richter138c8af2006-11-02 21:16:08 +0100216static int sbp2_set_busy_timeout(struct sbp2_lu *);
217static int sbp2_max_speed_and_size(struct sbp2_lu *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219
220static const u8 sbp2_speedto_max_payload[] = { 0x7, 0x8, 0x9, 0xA, 0xB, 0xC };
221
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222static struct hpsb_highlevel sbp2_highlevel = {
Stefan Richterea42ea02006-11-02 21:16:08 +0100223 .name = SBP2_DEVICE_NAME,
224 .host_reset = sbp2_host_reset,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225};
226
227static struct hpsb_address_ops sbp2_ops = {
Stefan Richterea42ea02006-11-02 21:16:08 +0100228 .write = sbp2_handle_status_write
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229};
230
231#ifdef CONFIG_IEEE1394_SBP2_PHYS_DMA
Stefan Richterea42ea02006-11-02 21:16:08 +0100232static int sbp2_handle_physdma_write(struct hpsb_host *, int, int, quadlet_t *,
233 u64, size_t, u16);
234static int sbp2_handle_physdma_read(struct hpsb_host *, int, quadlet_t *, u64,
235 size_t, u16);
236
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237static struct hpsb_address_ops sbp2_physdma_ops = {
Stefan Richterea42ea02006-11-02 21:16:08 +0100238 .read = sbp2_handle_physdma_read,
239 .write = sbp2_handle_physdma_write,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240};
241#endif
242
Stefan Richterea42ea02006-11-02 21:16:08 +0100243
244/*
245 * Interface to driver core and IEEE 1394 core
246 */
247static struct ieee1394_device_id sbp2_id_table[] = {
248 {
249 .match_flags = IEEE1394_MATCH_SPECIFIER_ID | IEEE1394_MATCH_VERSION,
250 .specifier_id = SBP2_UNIT_SPEC_ID_ENTRY & 0xffffff,
251 .version = SBP2_SW_VERSION_ENTRY & 0xffffff},
252 {}
253};
254MODULE_DEVICE_TABLE(ieee1394, sbp2_id_table);
255
256static int sbp2_probe(struct device *);
257static int sbp2_remove(struct device *);
258static int sbp2_update(struct unit_directory *);
259
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260static struct hpsb_protocol_driver sbp2_driver = {
Ben Collinsed30c262006-11-23 13:59:48 -0500261 .name = SBP2_DEVICE_NAME,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 .id_table = sbp2_id_table,
263 .update = sbp2_update,
264 .driver = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265 .probe = sbp2_probe,
266 .remove = sbp2_remove,
267 },
268};
269
Stefan Richterea42ea02006-11-02 21:16:08 +0100270
271/*
272 * Interface to SCSI core
273 */
274static int sbp2scsi_queuecommand(struct scsi_cmnd *,
275 void (*)(struct scsi_cmnd *));
276static int sbp2scsi_abort(struct scsi_cmnd *);
277static int sbp2scsi_reset(struct scsi_cmnd *);
278static int sbp2scsi_slave_alloc(struct scsi_device *);
279static int sbp2scsi_slave_configure(struct scsi_device *);
280static void sbp2scsi_slave_destroy(struct scsi_device *);
281static ssize_t sbp2_sysfs_ieee1394_id_show(struct device *,
282 struct device_attribute *, char *);
283
284static DEVICE_ATTR(ieee1394_id, S_IRUGO, sbp2_sysfs_ieee1394_id_show, NULL);
285
286static struct device_attribute *sbp2_sysfs_sdev_attrs[] = {
287 &dev_attr_ieee1394_id,
288 NULL
289};
290
Stefan Richterca0c7452006-11-02 21:16:08 +0100291static struct scsi_host_template sbp2_shost_template = {
Stefan Richterea42ea02006-11-02 21:16:08 +0100292 .module = THIS_MODULE,
293 .name = "SBP-2 IEEE-1394",
294 .proc_name = SBP2_DEVICE_NAME,
295 .queuecommand = sbp2scsi_queuecommand,
296 .eh_abort_handler = sbp2scsi_abort,
297 .eh_device_reset_handler = sbp2scsi_reset,
298 .slave_alloc = sbp2scsi_slave_alloc,
299 .slave_configure = sbp2scsi_slave_configure,
300 .slave_destroy = sbp2scsi_slave_destroy,
301 .this_id = -1,
302 .sg_tablesize = SG_ALL,
303 .use_clustering = ENABLE_CLUSTERING,
304 .cmd_per_lun = SBP2_MAX_CMDS,
305 .can_queue = SBP2_MAX_CMDS,
Stefan Richterea42ea02006-11-02 21:16:08 +0100306 .sdev_attrs = sbp2_sysfs_sdev_attrs,
307};
308
Stefan Richter4618fd32006-12-30 15:37:09 +0100309/* for match-all entries in sbp2_workarounds_table */
310#define SBP2_ROM_VALUE_WILDCARD 0x1000000
Stefan Richterea42ea02006-11-02 21:16:08 +0100311
Stefan Richtera80614d2006-02-14 22:04:19 -0500312/*
Stefan Richter24d3bf82006-05-15 22:04:59 +0200313 * List of devices with known bugs.
314 *
315 * The firmware_revision field, masked with 0xffff00, is the best indicator
316 * for the type of bridge chip of a device. It yields a few false positives
317 * but this did not break correctly behaving devices so far.
Stefan Richtera80614d2006-02-14 22:04:19 -0500318 */
Stefan Richter24d3bf82006-05-15 22:04:59 +0200319static const struct {
320 u32 firmware_revision;
Stefan Richtere9a1c522006-05-15 22:06:37 +0200321 u32 model_id;
Stefan Richter24d3bf82006-05-15 22:04:59 +0200322 unsigned workarounds;
323} sbp2_workarounds_table[] = {
Ben Collins4b9a3342006-06-12 18:10:18 -0400324 /* DViCO Momobay CX-1 with TSB42AA9 bridge */ {
Stefan Richter24d3bf82006-05-15 22:04:59 +0200325 .firmware_revision = 0x002800,
Ben Collins4b9a3342006-06-12 18:10:18 -0400326 .model_id = 0x001010,
Stefan Richter24d3bf82006-05-15 22:04:59 +0200327 .workarounds = SBP2_WORKAROUND_INQUIRY_36 |
328 SBP2_WORKAROUND_MODE_SENSE_8,
329 },
330 /* Initio bridges, actually only needed for some older ones */ {
331 .firmware_revision = 0x000200,
Stefan Richter4618fd32006-12-30 15:37:09 +0100332 .model_id = SBP2_ROM_VALUE_WILDCARD,
Stefan Richter24d3bf82006-05-15 22:04:59 +0200333 .workarounds = SBP2_WORKAROUND_INQUIRY_36,
334 },
335 /* Symbios bridge */ {
336 .firmware_revision = 0xa0b800,
Stefan Richter4618fd32006-12-30 15:37:09 +0100337 .model_id = SBP2_ROM_VALUE_WILDCARD,
Stefan Richter24d3bf82006-05-15 22:04:59 +0200338 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS,
Stefan Richtere9a1c522006-05-15 22:06:37 +0200339 },
Stefan Richtere9a1c522006-05-15 22:06:37 +0200340 /* iPod 4th generation */ {
341 .firmware_revision = 0x0a2700,
342 .model_id = 0x000021,
343 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
344 },
345 /* iPod mini */ {
346 .firmware_revision = 0x0a2700,
347 .model_id = 0x000023,
348 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
349 },
350 /* iPod Photo */ {
351 .firmware_revision = 0x0a2700,
352 .model_id = 0x00007e,
353 .workarounds = SBP2_WORKAROUND_FIX_CAPACITY,
Stefan Richter24d3bf82006-05-15 22:04:59 +0200354 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355};
356
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357/**************************************
358 * General utility functions
359 **************************************/
360
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361#ifndef __BIG_ENDIAN
362/*
363 * Converts a buffer from be32 to cpu byte ordering. Length is in bytes.
364 */
Stefan Richter2b01b802006-07-03 12:02:28 -0400365static inline void sbp2util_be32_to_cpu_buffer(void *buffer, int length)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366{
367 u32 *temp = buffer;
368
369 for (length = (length >> 2); length--; )
370 temp[length] = be32_to_cpu(temp[length]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371}
372
373/*
374 * Converts a buffer from cpu to be32 byte ordering. Length is in bytes.
375 */
Stefan Richter2b01b802006-07-03 12:02:28 -0400376static inline void sbp2util_cpu_to_be32_buffer(void *buffer, int length)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377{
378 u32 *temp = buffer;
379
380 for (length = (length >> 2); length--; )
381 temp[length] = cpu_to_be32(temp[length]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382}
383#else /* BIG_ENDIAN */
384/* Why waste the cpu cycles? */
Stefan Richter611aa192006-08-02 18:44:00 +0200385#define sbp2util_be32_to_cpu_buffer(x,y) do {} while (0)
386#define sbp2util_cpu_to_be32_buffer(x,y) do {} while (0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387#endif
388
Stefan Richterca0c7452006-11-02 21:16:08 +0100389static DECLARE_WAIT_QUEUE_HEAD(sbp2_access_wq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390
Stefan Richtere8398bb2006-07-23 22:19:00 +0200391/*
392 * Waits for completion of an SBP-2 access request.
393 * Returns nonzero if timed out or prematurely interrupted.
394 */
Stefan Richter138c8af2006-11-02 21:16:08 +0100395static int sbp2util_access_timeout(struct sbp2_lu *lu, int timeout)
Stefan Richtere8398bb2006-07-23 22:19:00 +0200396{
Stefan Richterca0c7452006-11-02 21:16:08 +0100397 long leftover;
Stefan Richtere8398bb2006-07-23 22:19:00 +0200398
Stefan Richterca0c7452006-11-02 21:16:08 +0100399 leftover = wait_event_interruptible_timeout(
Stefan Richter138c8af2006-11-02 21:16:08 +0100400 sbp2_access_wq, lu->access_complete, timeout);
401 lu->access_complete = 0;
Stefan Richtere8398bb2006-07-23 22:19:00 +0200402 return leftover <= 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403}
404
Stefan Richter138c8af2006-11-02 21:16:08 +0100405static void sbp2_free_packet(void *packet)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406{
407 hpsb_free_tlabel(packet);
408 hpsb_free_packet(packet);
409}
410
Stefan Richtere8ca5662006-11-02 21:16:08 +0100411/*
412 * This is much like hpsb_node_write(), except it ignores the response
413 * subaction and returns immediately. Can be used from atomic context.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 */
415static int sbp2util_node_write_no_wait(struct node_entry *ne, u64 addr,
Stefan Richter138c8af2006-11-02 21:16:08 +0100416 quadlet_t *buf, size_t len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417{
418 struct hpsb_packet *packet;
419
Stefan Richter138c8af2006-11-02 21:16:08 +0100420 packet = hpsb_make_writepacket(ne->host, ne->nodeid, addr, buf, len);
Stefan Richtera237f352005-11-07 06:31:39 -0500421 if (!packet)
422 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423
Stefan Richter138c8af2006-11-02 21:16:08 +0100424 hpsb_set_packet_complete_task(packet, sbp2_free_packet, packet);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 hpsb_node_fill_packet(ne, packet);
Stefan Richtera237f352005-11-07 06:31:39 -0500426 if (hpsb_send_packet(packet) < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 sbp2_free_packet(packet);
428 return -EIO;
429 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430 return 0;
431}
432
Stefan Richter138c8af2006-11-02 21:16:08 +0100433static void sbp2util_notify_fetch_agent(struct sbp2_lu *lu, u64 offset,
434 quadlet_t *data, size_t len)
Stefan Richter09ee67a2006-08-14 18:43:00 +0200435{
Stefan Richter138c8af2006-11-02 21:16:08 +0100436 /* There is a small window after a bus reset within which the node
437 * entry's generation is current but the reconnect wasn't completed. */
438 if (unlikely(atomic_read(&lu->state) == SBP2LU_STATE_IN_RESET))
Stefan Richter09ee67a2006-08-14 18:43:00 +0200439 return;
440
Stefan Richter138c8af2006-11-02 21:16:08 +0100441 if (hpsb_node_write(lu->ne, lu->command_block_agent_addr + offset,
Stefan Richter09ee67a2006-08-14 18:43:00 +0200442 data, len))
443 SBP2_ERR("sbp2util_notify_fetch_agent failed.");
Stefan Richter138c8af2006-11-02 21:16:08 +0100444
445 /* Now accept new SCSI commands, unless a bus reset happended during
446 * hpsb_node_write. */
447 if (likely(atomic_read(&lu->state) != SBP2LU_STATE_IN_RESET))
448 scsi_unblock_requests(lu->shost);
Stefan Richter09ee67a2006-08-14 18:43:00 +0200449}
450
David Howellsc4028952006-11-22 14:57:56 +0000451static void sbp2util_write_orb_pointer(struct work_struct *work)
Stefan Richter09ee67a2006-08-14 18:43:00 +0200452{
Stefan Richterec9b7e12006-12-07 23:23:25 +0100453 struct sbp2_lu *lu = container_of(work, struct sbp2_lu, protocol_work);
Stefan Richter09ee67a2006-08-14 18:43:00 +0200454 quadlet_t data[2];
455
Stefan Richterec9b7e12006-12-07 23:23:25 +0100456 data[0] = ORB_SET_NODE_ID(lu->hi->host->node_id);
457 data[1] = lu->last_orb_dma;
Stefan Richter09ee67a2006-08-14 18:43:00 +0200458 sbp2util_cpu_to_be32_buffer(data, 8);
Stefan Richterec9b7e12006-12-07 23:23:25 +0100459 sbp2util_notify_fetch_agent(lu, SBP2_ORB_POINTER_OFFSET, data, 8);
Stefan Richter09ee67a2006-08-14 18:43:00 +0200460}
461
David Howellsc4028952006-11-22 14:57:56 +0000462static void sbp2util_write_doorbell(struct work_struct *work)
Stefan Richter09ee67a2006-08-14 18:43:00 +0200463{
Stefan Richterec9b7e12006-12-07 23:23:25 +0100464 struct sbp2_lu *lu = container_of(work, struct sbp2_lu, protocol_work);
465
466 sbp2util_notify_fetch_agent(lu, SBP2_DOORBELL_OFFSET, NULL, 4);
Stefan Richter09ee67a2006-08-14 18:43:00 +0200467}
468
Stefan Richter138c8af2006-11-02 21:16:08 +0100469static int sbp2util_create_command_orb_pool(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470{
Stefan Richter138c8af2006-11-02 21:16:08 +0100471 struct sbp2_fwhost_info *hi = lu->hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 int i;
473 unsigned long flags, orbs;
Stefan Richter138c8af2006-11-02 21:16:08 +0100474 struct sbp2_command_info *cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475
Stefan Richterca0c7452006-11-02 21:16:08 +0100476 orbs = sbp2_serialize_io ? 2 : SBP2_MAX_CMDS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477
Stefan Richter138c8af2006-11-02 21:16:08 +0100478 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 for (i = 0; i < orbs; i++) {
Stefan Richter138c8af2006-11-02 21:16:08 +0100480 cmd = kzalloc(sizeof(*cmd), GFP_ATOMIC);
481 if (!cmd) {
482 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Stefan Richtera237f352005-11-07 06:31:39 -0500483 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 }
Stefan Richter97d552e2006-12-29 23:47:04 +0100485 cmd->command_orb_dma = dma_map_single(hi->host->device.parent,
Stefan Richter138c8af2006-11-02 21:16:08 +0100486 &cmd->command_orb,
487 sizeof(struct sbp2_command_orb),
Stefan Richter9b7d9c02006-11-22 21:44:34 +0100488 DMA_TO_DEVICE);
Stefan Richter97d552e2006-12-29 23:47:04 +0100489 cmd->sge_dma = dma_map_single(hi->host->device.parent,
Stefan Richter138c8af2006-11-02 21:16:08 +0100490 &cmd->scatter_gather_element,
491 sizeof(cmd->scatter_gather_element),
Stefan Richter2446a792007-02-04 20:54:57 +0100492 DMA_TO_DEVICE);
Stefan Richter138c8af2006-11-02 21:16:08 +0100493 INIT_LIST_HEAD(&cmd->list);
494 list_add_tail(&cmd->list, &lu->cmd_orb_completed);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 }
Stefan Richter138c8af2006-11-02 21:16:08 +0100496 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 return 0;
498}
499
Stefan Richter138c8af2006-11-02 21:16:08 +0100500static void sbp2util_remove_command_orb_pool(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501{
Stefan Richter138c8af2006-11-02 21:16:08 +0100502 struct hpsb_host *host = lu->hi->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 struct list_head *lh, *next;
Stefan Richter138c8af2006-11-02 21:16:08 +0100504 struct sbp2_command_info *cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 unsigned long flags;
506
Stefan Richter138c8af2006-11-02 21:16:08 +0100507 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
508 if (!list_empty(&lu->cmd_orb_completed))
509 list_for_each_safe(lh, next, &lu->cmd_orb_completed) {
510 cmd = list_entry(lh, struct sbp2_command_info, list);
Stefan Richter97d552e2006-12-29 23:47:04 +0100511 dma_unmap_single(host->device.parent,
512 cmd->command_orb_dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 sizeof(struct sbp2_command_orb),
Stefan Richter9b7d9c02006-11-22 21:44:34 +0100514 DMA_TO_DEVICE);
Stefan Richter97d552e2006-12-29 23:47:04 +0100515 dma_unmap_single(host->device.parent, cmd->sge_dma,
Stefan Richter138c8af2006-11-02 21:16:08 +0100516 sizeof(cmd->scatter_gather_element),
Stefan Richter2446a792007-02-04 20:54:57 +0100517 DMA_TO_DEVICE);
Stefan Richter138c8af2006-11-02 21:16:08 +0100518 kfree(cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 }
Stefan Richter138c8af2006-11-02 21:16:08 +0100520 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521 return;
522}
523
524/*
Stefan Richtere8ca5662006-11-02 21:16:08 +0100525 * Finds the sbp2_command for a given outstanding command ORB.
526 * Only looks at the in-use list.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527 */
528static struct sbp2_command_info *sbp2util_find_command_for_orb(
Stefan Richter138c8af2006-11-02 21:16:08 +0100529 struct sbp2_lu *lu, dma_addr_t orb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530{
Stefan Richter138c8af2006-11-02 21:16:08 +0100531 struct sbp2_command_info *cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 unsigned long flags;
533
Stefan Richter138c8af2006-11-02 21:16:08 +0100534 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
535 if (!list_empty(&lu->cmd_orb_inuse))
536 list_for_each_entry(cmd, &lu->cmd_orb_inuse, list)
537 if (cmd->command_orb_dma == orb) {
538 spin_unlock_irqrestore(
539 &lu->cmd_orb_lock, flags);
540 return cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 }
Stefan Richter138c8af2006-11-02 21:16:08 +0100542 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Stefan Richtera237f352005-11-07 06:31:39 -0500543 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544}
545
546/*
Stefan Richtere8ca5662006-11-02 21:16:08 +0100547 * Finds the sbp2_command for a given outstanding SCpnt.
548 * Only looks at the in-use list.
Stefan Richter138c8af2006-11-02 21:16:08 +0100549 * Must be called with lu->cmd_orb_lock held.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 */
Stefan Richter24c7cd02006-04-01 21:11:41 +0200551static struct sbp2_command_info *sbp2util_find_command_for_SCpnt(
Stefan Richter138c8af2006-11-02 21:16:08 +0100552 struct sbp2_lu *lu, void *SCpnt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553{
Stefan Richter138c8af2006-11-02 21:16:08 +0100554 struct sbp2_command_info *cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555
Stefan Richter138c8af2006-11-02 21:16:08 +0100556 if (!list_empty(&lu->cmd_orb_inuse))
557 list_for_each_entry(cmd, &lu->cmd_orb_inuse, list)
558 if (cmd->Current_SCpnt == SCpnt)
559 return cmd;
Stefan Richtera237f352005-11-07 06:31:39 -0500560 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561}
562
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563static struct sbp2_command_info *sbp2util_allocate_command_orb(
Stefan Richter138c8af2006-11-02 21:16:08 +0100564 struct sbp2_lu *lu,
565 struct scsi_cmnd *Current_SCpnt,
566 void (*Current_done)(struct scsi_cmnd *))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567{
568 struct list_head *lh;
Stefan Richter138c8af2006-11-02 21:16:08 +0100569 struct sbp2_command_info *cmd = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 unsigned long flags;
571
Stefan Richter138c8af2006-11-02 21:16:08 +0100572 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
573 if (!list_empty(&lu->cmd_orb_completed)) {
574 lh = lu->cmd_orb_completed.next;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 list_del(lh);
Stefan Richter138c8af2006-11-02 21:16:08 +0100576 cmd = list_entry(lh, struct sbp2_command_info, list);
577 cmd->Current_done = Current_done;
578 cmd->Current_SCpnt = Current_SCpnt;
579 list_add_tail(&cmd->list, &lu->cmd_orb_inuse);
580 } else
Stefan Richterd024ebc2006-03-28 20:03:55 -0500581 SBP2_ERR("%s: no orbs available", __FUNCTION__);
Stefan Richter138c8af2006-11-02 21:16:08 +0100582 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
583 return cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584}
585
Stefan Richter58272c12006-11-04 09:55:33 +0100586/*
587 * Unmaps the DMAs of a command and moves the command to the completed ORB list.
588 * Must be called with lu->cmd_orb_lock held.
589 */
590static void sbp2util_mark_command_completed(struct sbp2_lu *lu,
591 struct sbp2_command_info *cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592{
Stefan Richter58272c12006-11-04 09:55:33 +0100593 struct hpsb_host *host = lu->ud->ne->host;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594
Stefan Richter138c8af2006-11-02 21:16:08 +0100595 if (cmd->cmd_dma) {
596 if (cmd->dma_type == CMD_DMA_SINGLE)
Stefan Richter97d552e2006-12-29 23:47:04 +0100597 dma_unmap_single(host->device.parent, cmd->cmd_dma,
Stefan Richter138c8af2006-11-02 21:16:08 +0100598 cmd->dma_size, cmd->dma_dir);
599 else if (cmd->dma_type == CMD_DMA_PAGE)
Stefan Richter97d552e2006-12-29 23:47:04 +0100600 dma_unmap_page(host->device.parent, cmd->cmd_dma,
Stefan Richter138c8af2006-11-02 21:16:08 +0100601 cmd->dma_size, cmd->dma_dir);
Stefan Richteredf1fb22006-11-02 21:16:08 +0100602 /* XXX: Check for CMD_DMA_NONE bug */
Stefan Richter138c8af2006-11-02 21:16:08 +0100603 cmd->dma_type = CMD_DMA_NONE;
604 cmd->cmd_dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 }
Stefan Richter138c8af2006-11-02 21:16:08 +0100606 if (cmd->sge_buffer) {
Stefan Richter97d552e2006-12-29 23:47:04 +0100607 dma_unmap_sg(host->device.parent, cmd->sge_buffer,
Stefan Richter138c8af2006-11-02 21:16:08 +0100608 cmd->dma_size, cmd->dma_dir);
609 cmd->sge_buffer = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 }
Stefan Richtercd641f62006-11-02 21:16:08 +0100611 list_move_tail(&cmd->list, &lu->cmd_orb_completed);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612}
613
Jody McIntyreabd559b2005-09-30 11:59:06 -0700614/*
Stefan Richter138c8af2006-11-02 21:16:08 +0100615 * Is lu valid? Is the 1394 node still present?
Jody McIntyreabd559b2005-09-30 11:59:06 -0700616 */
Stefan Richter138c8af2006-11-02 21:16:08 +0100617static inline int sbp2util_node_is_available(struct sbp2_lu *lu)
Jody McIntyreabd559b2005-09-30 11:59:06 -0700618{
Stefan Richter138c8af2006-11-02 21:16:08 +0100619 return lu && lu->ne && !lu->ne->in_limbo;
Jody McIntyreabd559b2005-09-30 11:59:06 -0700620}
621
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622/*********************************************
623 * IEEE-1394 core driver stack related section
624 *********************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625
626static int sbp2_probe(struct device *dev)
627{
628 struct unit_directory *ud;
Stefan Richter138c8af2006-11-02 21:16:08 +0100629 struct sbp2_lu *lu;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 ud = container_of(dev, struct unit_directory, device);
632
633 /* Don't probe UD's that have the LUN flag. We'll probe the LUN(s)
634 * instead. */
635 if (ud->flags & UNIT_DIRECTORY_HAS_LUN_DIRECTORY)
636 return -ENODEV;
637
Stefan Richter138c8af2006-11-02 21:16:08 +0100638 lu = sbp2_alloc_device(ud);
639 if (!lu)
Stefan Richtera237f352005-11-07 06:31:39 -0500640 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
Stefan Richter138c8af2006-11-02 21:16:08 +0100642 sbp2_parse_unit_directory(lu, ud);
643 return sbp2_start_device(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644}
645
646static int sbp2_remove(struct device *dev)
647{
648 struct unit_directory *ud;
Stefan Richter138c8af2006-11-02 21:16:08 +0100649 struct sbp2_lu *lu;
Jody McIntyreabd559b2005-09-30 11:59:06 -0700650 struct scsi_device *sdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 ud = container_of(dev, struct unit_directory, device);
Stefan Richter138c8af2006-11-02 21:16:08 +0100653 lu = ud->device.driver_data;
654 if (!lu)
Jody McIntyreabd559b2005-09-30 11:59:06 -0700655 return 0;
656
Stefan Richter138c8af2006-11-02 21:16:08 +0100657 if (lu->shost) {
Stefan Richterbf637ec2006-01-31 00:13:06 -0500658 /* Get rid of enqueued commands if there is no chance to
659 * send them. */
Stefan Richter138c8af2006-11-02 21:16:08 +0100660 if (!sbp2util_node_is_available(lu))
661 sbp2scsi_complete_all_commands(lu, DID_NO_CONNECT);
Stefan Richtere8ca5662006-11-02 21:16:08 +0100662 /* scsi_remove_device() may trigger shutdown functions of SCSI
Stefan Richterbf637ec2006-01-31 00:13:06 -0500663 * highlevel drivers which would deadlock if blocked. */
Stefan Richter138c8af2006-11-02 21:16:08 +0100664 atomic_set(&lu->state, SBP2LU_STATE_IN_SHUTDOWN);
665 scsi_unblock_requests(lu->shost);
Stefan Richterbf637ec2006-01-31 00:13:06 -0500666 }
Stefan Richter138c8af2006-11-02 21:16:08 +0100667 sdev = lu->sdev;
Jody McIntyreabd559b2005-09-30 11:59:06 -0700668 if (sdev) {
Stefan Richter138c8af2006-11-02 21:16:08 +0100669 lu->sdev = NULL;
Jody McIntyreabd559b2005-09-30 11:59:06 -0700670 scsi_remove_device(sdev);
671 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672
Stefan Richter138c8af2006-11-02 21:16:08 +0100673 sbp2_logout_device(lu);
674 sbp2_remove_device(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675
676 return 0;
677}
678
679static int sbp2_update(struct unit_directory *ud)
680{
Stefan Richter138c8af2006-11-02 21:16:08 +0100681 struct sbp2_lu *lu = ud->device.driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682
Stefan Richter138c8af2006-11-02 21:16:08 +0100683 if (sbp2_reconnect_device(lu)) {
Stefan Richtere8ca5662006-11-02 21:16:08 +0100684 /* Reconnect has failed. Perhaps we didn't reconnect fast
685 * enough. Try a regular login, but first log out just in
686 * case of any weirdness. */
Stefan Richter138c8af2006-11-02 21:16:08 +0100687 sbp2_logout_device(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688
Stefan Richter138c8af2006-11-02 21:16:08 +0100689 if (sbp2_login_device(lu)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 /* Login failed too, just fail, and the backend
691 * will call our sbp2_remove for us */
692 SBP2_ERR("Failed to reconnect to sbp2 device!");
693 return -EBUSY;
694 }
695 }
696
Stefan Richter138c8af2006-11-02 21:16:08 +0100697 sbp2_set_busy_timeout(lu);
698 sbp2_agent_reset(lu, 1);
699 sbp2_max_speed_and_size(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700
Stefan Richtere8ca5662006-11-02 21:16:08 +0100701 /* Complete any pending commands with busy (so they get retried)
702 * and remove them from our queue. */
Stefan Richter138c8af2006-11-02 21:16:08 +0100703 sbp2scsi_complete_all_commands(lu, DID_BUS_BUSY);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704
Stefan Richter4fc383c2006-08-14 18:46:00 +0200705 /* Accept new commands unless there was another bus reset in the
706 * meantime. */
Stefan Richter138c8af2006-11-02 21:16:08 +0100707 if (hpsb_node_entry_valid(lu->ne)) {
708 atomic_set(&lu->state, SBP2LU_STATE_RUNNING);
709 scsi_unblock_requests(lu->shost);
Stefan Richter4fc383c2006-08-14 18:46:00 +0200710 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711 return 0;
712}
713
Stefan Richter138c8af2006-11-02 21:16:08 +0100714static struct sbp2_lu *sbp2_alloc_device(struct unit_directory *ud)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715{
Stefan Richterca0c7452006-11-02 21:16:08 +0100716 struct sbp2_fwhost_info *hi;
Stefan Richter138c8af2006-11-02 21:16:08 +0100717 struct Scsi_Host *shost = NULL;
718 struct sbp2_lu *lu = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719
Stefan Richter138c8af2006-11-02 21:16:08 +0100720 lu = kzalloc(sizeof(*lu), GFP_KERNEL);
721 if (!lu) {
722 SBP2_ERR("failed to create lu");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 goto failed_alloc;
724 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725
Stefan Richter138c8af2006-11-02 21:16:08 +0100726 lu->ne = ud->ne;
727 lu->ud = ud;
728 lu->speed_code = IEEE1394_SPEED_100;
729 lu->max_payload_size = sbp2_speedto_max_payload[IEEE1394_SPEED_100];
730 lu->status_fifo_addr = CSR1212_INVALID_ADDR_SPACE;
731 INIT_LIST_HEAD(&lu->cmd_orb_inuse);
732 INIT_LIST_HEAD(&lu->cmd_orb_completed);
733 INIT_LIST_HEAD(&lu->lu_list);
734 spin_lock_init(&lu->cmd_orb_lock);
735 atomic_set(&lu->state, SBP2LU_STATE_RUNNING);
736 INIT_WORK(&lu->protocol_work, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737
Stefan Richter138c8af2006-11-02 21:16:08 +0100738 ud->device.driver_data = lu;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739
740 hi = hpsb_get_hostinfo(&sbp2_highlevel, ud->ne->host);
741 if (!hi) {
Stefan Richter138c8af2006-11-02 21:16:08 +0100742 hi = hpsb_create_hostinfo(&sbp2_highlevel, ud->ne->host,
743 sizeof(*hi));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744 if (!hi) {
745 SBP2_ERR("failed to allocate hostinfo");
746 goto failed_alloc;
747 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748 hi->host = ud->ne->host;
Stefan Richter138c8af2006-11-02 21:16:08 +0100749 INIT_LIST_HEAD(&hi->logical_units);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751#ifdef CONFIG_IEEE1394_SBP2_PHYS_DMA
752 /* Handle data movement if physical dma is not
Stefan Richter55664052006-03-28 19:59:42 -0500753 * enabled or not supported on host controller */
754 if (!hpsb_register_addrspace(&sbp2_highlevel, ud->ne->host,
755 &sbp2_physdma_ops,
756 0x0ULL, 0xfffffffcULL)) {
757 SBP2_ERR("failed to register lower 4GB address range");
758 goto failed_alloc;
759 }
Stefan Richter05556592007-02-04 20:25:43 +0100760#else
761 if (dma_set_mask(hi->host->device.parent, DMA_32BIT_MASK)) {
762 SBP2_ERR("failed to set 4GB DMA mask");
763 goto failed_alloc;
764 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765#endif
766 }
767
Stefan Richter147830f2006-03-28 19:54:52 -0500768 /* Prevent unloading of the 1394 host */
769 if (!try_module_get(hi->host->driver->owner)) {
770 SBP2_ERR("failed to get a reference on 1394 host driver");
771 goto failed_alloc;
772 }
773
Stefan Richter138c8af2006-11-02 21:16:08 +0100774 lu->hi = hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775
Stefan Richter138c8af2006-11-02 21:16:08 +0100776 list_add_tail(&lu->lu_list, &hi->logical_units);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777
Stefan Richter35bdddb2006-01-31 00:13:33 -0500778 /* Register the status FIFO address range. We could use the same FIFO
779 * for targets at different nodes. However we need different FIFOs per
Stefan Richtera54c9d32006-05-15 22:09:46 +0200780 * target in order to support multi-unit devices.
781 * The FIFO is located out of the local host controller's physical range
782 * but, if possible, within the posted write area. Status writes will
783 * then be performed as unified transactions. This slightly reduces
784 * bandwidth usage, and some Prolific based devices seem to require it.
785 */
Stefan Richter138c8af2006-11-02 21:16:08 +0100786 lu->status_fifo_addr = hpsb_allocate_and_register_addrspace(
Stefan Richter35bdddb2006-01-31 00:13:33 -0500787 &sbp2_highlevel, ud->ne->host, &sbp2_ops,
788 sizeof(struct sbp2_status_block), sizeof(quadlet_t),
Ben Collins40ae6c52006-06-12 18:13:49 -0400789 ud->ne->host->low_addr_space, CSR1212_ALL_SPACE_END);
Stefan Richter138c8af2006-11-02 21:16:08 +0100790 if (lu->status_fifo_addr == CSR1212_INVALID_ADDR_SPACE) {
Stefan Richter35bdddb2006-01-31 00:13:33 -0500791 SBP2_ERR("failed to allocate status FIFO address range");
792 goto failed_alloc;
793 }
794
Stefan Richter138c8af2006-11-02 21:16:08 +0100795 shost = scsi_host_alloc(&sbp2_shost_template, sizeof(unsigned long));
796 if (!shost) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 SBP2_ERR("failed to register scsi host");
798 goto failed_alloc;
799 }
800
Stefan Richter138c8af2006-11-02 21:16:08 +0100801 shost->hostdata[0] = (unsigned long)lu;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802
Stefan Richter138c8af2006-11-02 21:16:08 +0100803 if (!scsi_add_host(shost, &ud->device)) {
804 lu->shost = shost;
805 return lu;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806 }
807
808 SBP2_ERR("failed to add scsi host");
Stefan Richter138c8af2006-11-02 21:16:08 +0100809 scsi_host_put(shost);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810
811failed_alloc:
Stefan Richter138c8af2006-11-02 21:16:08 +0100812 sbp2_remove_device(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813 return NULL;
814}
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816static void sbp2_host_reset(struct hpsb_host *host)
817{
Stefan Richterca0c7452006-11-02 21:16:08 +0100818 struct sbp2_fwhost_info *hi;
Stefan Richter138c8af2006-11-02 21:16:08 +0100819 struct sbp2_lu *lu;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820
821 hi = hpsb_get_hostinfo(&sbp2_highlevel, host);
Stefan Richter2cccbb52006-08-14 18:59:00 +0200822 if (!hi)
823 return;
Stefan Richter138c8af2006-11-02 21:16:08 +0100824 list_for_each_entry(lu, &hi->logical_units, lu_list)
825 if (likely(atomic_read(&lu->state) !=
Stefan Richter2cccbb52006-08-14 18:59:00 +0200826 SBP2LU_STATE_IN_SHUTDOWN)) {
Stefan Richter138c8af2006-11-02 21:16:08 +0100827 atomic_set(&lu->state, SBP2LU_STATE_IN_RESET);
828 scsi_block_requests(lu->shost);
Stefan Richter09ee67a2006-08-14 18:43:00 +0200829 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830}
831
Stefan Richter138c8af2006-11-02 21:16:08 +0100832static int sbp2_start_device(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833{
Stefan Richter138c8af2006-11-02 21:16:08 +0100834 struct sbp2_fwhost_info *hi = lu->hi;
James Bottomley146f7262005-09-10 12:44:09 -0500835 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836
Stefan Richter97d552e2006-12-29 23:47:04 +0100837 lu->login_response = dma_alloc_coherent(hi->host->device.parent,
Stefan Richtera237f352005-11-07 06:31:39 -0500838 sizeof(struct sbp2_login_response),
Stefan Richter9b7d9c02006-11-22 21:44:34 +0100839 &lu->login_response_dma, GFP_KERNEL);
Stefan Richter138c8af2006-11-02 21:16:08 +0100840 if (!lu->login_response)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841 goto alloc_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842
Stefan Richter97d552e2006-12-29 23:47:04 +0100843 lu->query_logins_orb = dma_alloc_coherent(hi->host->device.parent,
Stefan Richtera237f352005-11-07 06:31:39 -0500844 sizeof(struct sbp2_query_logins_orb),
Stefan Richter9b7d9c02006-11-22 21:44:34 +0100845 &lu->query_logins_orb_dma, GFP_KERNEL);
Stefan Richter138c8af2006-11-02 21:16:08 +0100846 if (!lu->query_logins_orb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847 goto alloc_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848
Stefan Richter97d552e2006-12-29 23:47:04 +0100849 lu->query_logins_response = dma_alloc_coherent(hi->host->device.parent,
Stefan Richtera237f352005-11-07 06:31:39 -0500850 sizeof(struct sbp2_query_logins_response),
Stefan Richter9b7d9c02006-11-22 21:44:34 +0100851 &lu->query_logins_response_dma, GFP_KERNEL);
Stefan Richter138c8af2006-11-02 21:16:08 +0100852 if (!lu->query_logins_response)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 goto alloc_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854
Stefan Richter97d552e2006-12-29 23:47:04 +0100855 lu->reconnect_orb = dma_alloc_coherent(hi->host->device.parent,
Stefan Richtera237f352005-11-07 06:31:39 -0500856 sizeof(struct sbp2_reconnect_orb),
Stefan Richter9b7d9c02006-11-22 21:44:34 +0100857 &lu->reconnect_orb_dma, GFP_KERNEL);
Stefan Richter138c8af2006-11-02 21:16:08 +0100858 if (!lu->reconnect_orb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859 goto alloc_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860
Stefan Richter97d552e2006-12-29 23:47:04 +0100861 lu->logout_orb = dma_alloc_coherent(hi->host->device.parent,
Stefan Richtera237f352005-11-07 06:31:39 -0500862 sizeof(struct sbp2_logout_orb),
Stefan Richter9b7d9c02006-11-22 21:44:34 +0100863 &lu->logout_orb_dma, GFP_KERNEL);
Stefan Richter138c8af2006-11-02 21:16:08 +0100864 if (!lu->logout_orb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 goto alloc_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866
Stefan Richter97d552e2006-12-29 23:47:04 +0100867 lu->login_orb = dma_alloc_coherent(hi->host->device.parent,
Stefan Richtera237f352005-11-07 06:31:39 -0500868 sizeof(struct sbp2_login_orb),
Stefan Richter9b7d9c02006-11-22 21:44:34 +0100869 &lu->login_orb_dma, GFP_KERNEL);
Stefan Richter138c8af2006-11-02 21:16:08 +0100870 if (!lu->login_orb)
Stefan Richtereaceec72005-12-13 11:05:05 -0500871 goto alloc_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872
Stefan Richter138c8af2006-11-02 21:16:08 +0100873 if (sbp2util_create_command_orb_pool(lu)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 SBP2_ERR("sbp2util_create_command_orb_pool failed!");
Stefan Richter138c8af2006-11-02 21:16:08 +0100875 sbp2_remove_device(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876 return -ENOMEM;
877 }
878
Stefan Richtere8ca5662006-11-02 21:16:08 +0100879 /* Wait a second before trying to log in. Previously logged in
880 * initiators need a chance to reconnect. */
Stefan Richter902abed2006-08-14 18:56:00 +0200881 if (msleep_interruptible(1000)) {
Stefan Richter138c8af2006-11-02 21:16:08 +0100882 sbp2_remove_device(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883 return -EINTR;
884 }
Stefan Richtera237f352005-11-07 06:31:39 -0500885
Stefan Richter138c8af2006-11-02 21:16:08 +0100886 if (sbp2_login_device(lu)) {
887 sbp2_remove_device(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 return -EBUSY;
889 }
890
Stefan Richter138c8af2006-11-02 21:16:08 +0100891 sbp2_set_busy_timeout(lu);
892 sbp2_agent_reset(lu, 1);
893 sbp2_max_speed_and_size(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
Stefan Richter138c8af2006-11-02 21:16:08 +0100895 error = scsi_add_device(lu->shost, 0, lu->ud->id, 0);
James Bottomley146f7262005-09-10 12:44:09 -0500896 if (error) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 SBP2_ERR("scsi_add_device failed");
Stefan Richter138c8af2006-11-02 21:16:08 +0100898 sbp2_logout_device(lu);
899 sbp2_remove_device(lu);
James Bottomley146f7262005-09-10 12:44:09 -0500900 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 }
902
903 return 0;
Stefan Richtereaceec72005-12-13 11:05:05 -0500904
905alloc_fail:
Stefan Richter138c8af2006-11-02 21:16:08 +0100906 SBP2_ERR("Could not allocate memory for lu");
907 sbp2_remove_device(lu);
Stefan Richtereaceec72005-12-13 11:05:05 -0500908 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909}
910
Stefan Richter138c8af2006-11-02 21:16:08 +0100911static void sbp2_remove_device(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912{
Stefan Richterca0c7452006-11-02 21:16:08 +0100913 struct sbp2_fwhost_info *hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914
Stefan Richter138c8af2006-11-02 21:16:08 +0100915 if (!lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916 return;
917
Stefan Richter138c8af2006-11-02 21:16:08 +0100918 hi = lu->hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919
Stefan Richter138c8af2006-11-02 21:16:08 +0100920 if (lu->shost) {
921 scsi_remove_host(lu->shost);
922 scsi_host_put(lu->shost);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923 }
Stefan Richter09ee67a2006-08-14 18:43:00 +0200924 flush_scheduled_work();
Stefan Richter138c8af2006-11-02 21:16:08 +0100925 sbp2util_remove_command_orb_pool(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926
Stefan Richter138c8af2006-11-02 21:16:08 +0100927 list_del(&lu->lu_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928
Stefan Richter138c8af2006-11-02 21:16:08 +0100929 if (lu->login_response)
Stefan Richter97d552e2006-12-29 23:47:04 +0100930 dma_free_coherent(hi->host->device.parent,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931 sizeof(struct sbp2_login_response),
Stefan Richter138c8af2006-11-02 21:16:08 +0100932 lu->login_response,
933 lu->login_response_dma);
934 if (lu->login_orb)
Stefan Richter97d552e2006-12-29 23:47:04 +0100935 dma_free_coherent(hi->host->device.parent,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936 sizeof(struct sbp2_login_orb),
Stefan Richter138c8af2006-11-02 21:16:08 +0100937 lu->login_orb,
938 lu->login_orb_dma);
939 if (lu->reconnect_orb)
Stefan Richter97d552e2006-12-29 23:47:04 +0100940 dma_free_coherent(hi->host->device.parent,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941 sizeof(struct sbp2_reconnect_orb),
Stefan Richter138c8af2006-11-02 21:16:08 +0100942 lu->reconnect_orb,
943 lu->reconnect_orb_dma);
944 if (lu->logout_orb)
Stefan Richter97d552e2006-12-29 23:47:04 +0100945 dma_free_coherent(hi->host->device.parent,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946 sizeof(struct sbp2_logout_orb),
Stefan Richter138c8af2006-11-02 21:16:08 +0100947 lu->logout_orb,
948 lu->logout_orb_dma);
949 if (lu->query_logins_orb)
Stefan Richter97d552e2006-12-29 23:47:04 +0100950 dma_free_coherent(hi->host->device.parent,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951 sizeof(struct sbp2_query_logins_orb),
Stefan Richter138c8af2006-11-02 21:16:08 +0100952 lu->query_logins_orb,
953 lu->query_logins_orb_dma);
954 if (lu->query_logins_response)
Stefan Richter97d552e2006-12-29 23:47:04 +0100955 dma_free_coherent(hi->host->device.parent,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956 sizeof(struct sbp2_query_logins_response),
Stefan Richter138c8af2006-11-02 21:16:08 +0100957 lu->query_logins_response,
958 lu->query_logins_response_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959
Stefan Richter138c8af2006-11-02 21:16:08 +0100960 if (lu->status_fifo_addr != CSR1212_INVALID_ADDR_SPACE)
Stefan Richter35bdddb2006-01-31 00:13:33 -0500961 hpsb_unregister_addrspace(&sbp2_highlevel, hi->host,
Stefan Richter138c8af2006-11-02 21:16:08 +0100962 lu->status_fifo_addr);
Stefan Richter35bdddb2006-01-31 00:13:33 -0500963
Stefan Richter138c8af2006-11-02 21:16:08 +0100964 lu->ud->device.driver_data = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965
Stefan Richter147830f2006-03-28 19:54:52 -0500966 if (hi)
967 module_put(hi->host->driver->owner);
968
Stefan Richter138c8af2006-11-02 21:16:08 +0100969 kfree(lu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970}
971
972#ifdef CONFIG_IEEE1394_SBP2_PHYS_DMA
973/*
Stefan Richtere8ca5662006-11-02 21:16:08 +0100974 * Deal with write requests on adapters which do not support physical DMA or
975 * have it switched off.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976 */
Stefan Richtera237f352005-11-07 06:31:39 -0500977static int sbp2_handle_physdma_write(struct hpsb_host *host, int nodeid,
978 int destid, quadlet_t *data, u64 addr,
979 size_t length, u16 flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980{
Stefan Richtera237f352005-11-07 06:31:39 -0500981 memcpy(bus_to_virt((u32) addr), data, length);
Stefan Richtera237f352005-11-07 06:31:39 -0500982 return RCODE_COMPLETE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983}
984
985/*
Stefan Richtere8ca5662006-11-02 21:16:08 +0100986 * Deal with read requests on adapters which do not support physical DMA or
987 * have it switched off.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 */
Stefan Richtera237f352005-11-07 06:31:39 -0500989static int sbp2_handle_physdma_read(struct hpsb_host *host, int nodeid,
990 quadlet_t *data, u64 addr, size_t length,
991 u16 flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992{
Stefan Richtera237f352005-11-07 06:31:39 -0500993 memcpy(data, bus_to_virt((u32) addr), length);
Stefan Richtera237f352005-11-07 06:31:39 -0500994 return RCODE_COMPLETE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995}
996#endif
997
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998/**************************************
999 * SBP-2 protocol related section
1000 **************************************/
1001
Stefan Richter138c8af2006-11-02 21:16:08 +01001002static int sbp2_query_logins(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003{
Stefan Richter138c8af2006-11-02 21:16:08 +01001004 struct sbp2_fwhost_info *hi = lu->hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005 quadlet_t data[2];
1006 int max_logins;
1007 int active_logins;
1008
Stefan Richter138c8af2006-11-02 21:16:08 +01001009 lu->query_logins_orb->reserved1 = 0x0;
1010 lu->query_logins_orb->reserved2 = 0x0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011
Stefan Richter138c8af2006-11-02 21:16:08 +01001012 lu->query_logins_orb->query_response_lo = lu->query_logins_response_dma;
1013 lu->query_logins_orb->query_response_hi =
1014 ORB_SET_NODE_ID(hi->host->node_id);
1015 lu->query_logins_orb->lun_misc =
1016 ORB_SET_FUNCTION(SBP2_QUERY_LOGINS_REQUEST);
1017 lu->query_logins_orb->lun_misc |= ORB_SET_NOTIFY(1);
1018 lu->query_logins_orb->lun_misc |= ORB_SET_LUN(lu->lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019
Stefan Richter138c8af2006-11-02 21:16:08 +01001020 lu->query_logins_orb->reserved_resp_length =
1021 ORB_SET_QUERY_LOGINS_RESP_LENGTH(
1022 sizeof(struct sbp2_query_logins_response));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023
Stefan Richter138c8af2006-11-02 21:16:08 +01001024 lu->query_logins_orb->status_fifo_hi =
1025 ORB_SET_STATUS_FIFO_HI(lu->status_fifo_addr, hi->host->node_id);
1026 lu->query_logins_orb->status_fifo_lo =
1027 ORB_SET_STATUS_FIFO_LO(lu->status_fifo_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028
Stefan Richter138c8af2006-11-02 21:16:08 +01001029 sbp2util_cpu_to_be32_buffer(lu->query_logins_orb,
1030 sizeof(struct sbp2_query_logins_orb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031
Stefan Richter138c8af2006-11-02 21:16:08 +01001032 memset(lu->query_logins_response, 0,
1033 sizeof(struct sbp2_query_logins_response));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
Stefan Richter138c8af2006-11-02 21:16:08 +01001036 data[1] = lu->query_logins_orb_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 sbp2util_cpu_to_be32_buffer(data, 8);
1038
Stefan Richter138c8af2006-11-02 21:16:08 +01001039 hpsb_node_write(lu->ne, lu->management_agent_addr, data, 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040
Stefan Richter138c8af2006-11-02 21:16:08 +01001041 if (sbp2util_access_timeout(lu, 2*HZ)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 SBP2_INFO("Error querying logins to SBP-2 device - timed out");
Stefan Richtera237f352005-11-07 06:31:39 -05001043 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044 }
1045
Stefan Richter138c8af2006-11-02 21:16:08 +01001046 if (lu->status_block.ORB_offset_lo != lu->query_logins_orb_dma) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 SBP2_INFO("Error querying logins to SBP-2 device - timed out");
Stefan Richtera237f352005-11-07 06:31:39 -05001048 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049 }
1050
Stefan Richter138c8af2006-11-02 21:16:08 +01001051 if (STATUS_TEST_RDS(lu->status_block.ORB_offset_hi_misc)) {
Stefan Richter60657722006-07-23 22:18:00 +02001052 SBP2_INFO("Error querying logins to SBP-2 device - failed");
Stefan Richtera237f352005-11-07 06:31:39 -05001053 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 }
1055
Stefan Richter138c8af2006-11-02 21:16:08 +01001056 sbp2util_cpu_to_be32_buffer(lu->query_logins_response,
1057 sizeof(struct sbp2_query_logins_response));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058
Stefan Richter138c8af2006-11-02 21:16:08 +01001059 max_logins = RESPONSE_GET_MAX_LOGINS(
1060 lu->query_logins_response->length_max_logins);
Ben Collins20f45782006-06-12 18:13:11 -04001061 SBP2_INFO("Maximum concurrent logins supported: %d", max_logins);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062
Stefan Richter138c8af2006-11-02 21:16:08 +01001063 active_logins = RESPONSE_GET_ACTIVE_LOGINS(
1064 lu->query_logins_response->length_max_logins);
Ben Collins20f45782006-06-12 18:13:11 -04001065 SBP2_INFO("Number of active logins: %d", active_logins);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066
1067 if (active_logins >= max_logins) {
Stefan Richtera237f352005-11-07 06:31:39 -05001068 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 }
1070
1071 return 0;
1072}
1073
Stefan Richter138c8af2006-11-02 21:16:08 +01001074static int sbp2_login_device(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075{
Stefan Richter138c8af2006-11-02 21:16:08 +01001076 struct sbp2_fwhost_info *hi = lu->hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077 quadlet_t data[2];
1078
Stefan Richter138c8af2006-11-02 21:16:08 +01001079 if (!lu->login_orb)
Stefan Richtera237f352005-11-07 06:31:39 -05001080 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081
Stefan Richter138c8af2006-11-02 21:16:08 +01001082 if (!sbp2_exclusive_login && sbp2_query_logins(lu)) {
Stefan Richterca0c7452006-11-02 21:16:08 +01001083 SBP2_INFO("Device does not support any more concurrent logins");
1084 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085 }
1086
Stefan Richtere8ca5662006-11-02 21:16:08 +01001087 /* assume no password */
Stefan Richter138c8af2006-11-02 21:16:08 +01001088 lu->login_orb->password_hi = 0;
1089 lu->login_orb->password_lo = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090
Stefan Richter138c8af2006-11-02 21:16:08 +01001091 lu->login_orb->login_response_lo = lu->login_response_dma;
1092 lu->login_orb->login_response_hi = ORB_SET_NODE_ID(hi->host->node_id);
1093 lu->login_orb->lun_misc = ORB_SET_FUNCTION(SBP2_LOGIN_REQUEST);
Stefan Richtere8ca5662006-11-02 21:16:08 +01001094
1095 /* one second reconnect time */
Stefan Richter138c8af2006-11-02 21:16:08 +01001096 lu->login_orb->lun_misc |= ORB_SET_RECONNECT(0);
1097 lu->login_orb->lun_misc |= ORB_SET_EXCLUSIVE(sbp2_exclusive_login);
1098 lu->login_orb->lun_misc |= ORB_SET_NOTIFY(1);
1099 lu->login_orb->lun_misc |= ORB_SET_LUN(lu->lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100
Stefan Richter138c8af2006-11-02 21:16:08 +01001101 lu->login_orb->passwd_resp_lengths =
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102 ORB_SET_LOGIN_RESP_LENGTH(sizeof(struct sbp2_login_response));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103
Stefan Richter138c8af2006-11-02 21:16:08 +01001104 lu->login_orb->status_fifo_hi =
1105 ORB_SET_STATUS_FIFO_HI(lu->status_fifo_addr, hi->host->node_id);
1106 lu->login_orb->status_fifo_lo =
1107 ORB_SET_STATUS_FIFO_LO(lu->status_fifo_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108
Stefan Richter138c8af2006-11-02 21:16:08 +01001109 sbp2util_cpu_to_be32_buffer(lu->login_orb,
1110 sizeof(struct sbp2_login_orb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111
Stefan Richter138c8af2006-11-02 21:16:08 +01001112 memset(lu->login_response, 0, sizeof(struct sbp2_login_response));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
Stefan Richter138c8af2006-11-02 21:16:08 +01001115 data[1] = lu->login_orb_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116 sbp2util_cpu_to_be32_buffer(data, 8);
1117
Stefan Richter138c8af2006-11-02 21:16:08 +01001118 hpsb_node_write(lu->ne, lu->management_agent_addr, data, 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119
Stefan Richtere8ca5662006-11-02 21:16:08 +01001120 /* wait up to 20 seconds for login status */
Stefan Richter138c8af2006-11-02 21:16:08 +01001121 if (sbp2util_access_timeout(lu, 20*HZ)) {
Stefan Richtere8398bb2006-07-23 22:19:00 +02001122 SBP2_ERR("Error logging into SBP-2 device - timed out");
Stefan Richtera237f352005-11-07 06:31:39 -05001123 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124 }
1125
Stefan Richtere8ca5662006-11-02 21:16:08 +01001126 /* make sure that the returned status matches the login ORB */
Stefan Richter138c8af2006-11-02 21:16:08 +01001127 if (lu->status_block.ORB_offset_lo != lu->login_orb_dma) {
Stefan Richter60657722006-07-23 22:18:00 +02001128 SBP2_ERR("Error logging into SBP-2 device - timed out");
Stefan Richtera237f352005-11-07 06:31:39 -05001129 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130 }
1131
Stefan Richter138c8af2006-11-02 21:16:08 +01001132 if (STATUS_TEST_RDS(lu->status_block.ORB_offset_hi_misc)) {
Stefan Richter60657722006-07-23 22:18:00 +02001133 SBP2_ERR("Error logging into SBP-2 device - failed");
Stefan Richtera237f352005-11-07 06:31:39 -05001134 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135 }
1136
Stefan Richter138c8af2006-11-02 21:16:08 +01001137 sbp2util_cpu_to_be32_buffer(lu->login_response,
1138 sizeof(struct sbp2_login_response));
1139 lu->command_block_agent_addr =
1140 ((u64)lu->login_response->command_block_agent_hi) << 32;
1141 lu->command_block_agent_addr |=
1142 ((u64)lu->login_response->command_block_agent_lo);
1143 lu->command_block_agent_addr &= 0x0000ffffffffffffULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144
1145 SBP2_INFO("Logged into SBP-2 device");
Stefan Richtera237f352005-11-07 06:31:39 -05001146 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147}
1148
Stefan Richter138c8af2006-11-02 21:16:08 +01001149static int sbp2_logout_device(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150{
Stefan Richter138c8af2006-11-02 21:16:08 +01001151 struct sbp2_fwhost_info *hi = lu->hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152 quadlet_t data[2];
1153 int error;
1154
Stefan Richter138c8af2006-11-02 21:16:08 +01001155 lu->logout_orb->reserved1 = 0x0;
1156 lu->logout_orb->reserved2 = 0x0;
1157 lu->logout_orb->reserved3 = 0x0;
1158 lu->logout_orb->reserved4 = 0x0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159
Stefan Richter138c8af2006-11-02 21:16:08 +01001160 lu->logout_orb->login_ID_misc = ORB_SET_FUNCTION(SBP2_LOGOUT_REQUEST);
1161 lu->logout_orb->login_ID_misc |=
1162 ORB_SET_LOGIN_ID(lu->login_response->length_login_ID);
1163 lu->logout_orb->login_ID_misc |= ORB_SET_NOTIFY(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164
Stefan Richter138c8af2006-11-02 21:16:08 +01001165 lu->logout_orb->reserved5 = 0x0;
1166 lu->logout_orb->status_fifo_hi =
1167 ORB_SET_STATUS_FIFO_HI(lu->status_fifo_addr, hi->host->node_id);
1168 lu->logout_orb->status_fifo_lo =
1169 ORB_SET_STATUS_FIFO_LO(lu->status_fifo_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170
Stefan Richter138c8af2006-11-02 21:16:08 +01001171 sbp2util_cpu_to_be32_buffer(lu->logout_orb,
1172 sizeof(struct sbp2_logout_orb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
Stefan Richter138c8af2006-11-02 21:16:08 +01001175 data[1] = lu->logout_orb_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176 sbp2util_cpu_to_be32_buffer(data, 8);
1177
Stefan Richter138c8af2006-11-02 21:16:08 +01001178 error = hpsb_node_write(lu->ne, lu->management_agent_addr, data, 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 if (error)
1180 return error;
1181
Stefan Richtere8ca5662006-11-02 21:16:08 +01001182 /* wait up to 1 second for the device to complete logout */
Stefan Richter138c8af2006-11-02 21:16:08 +01001183 if (sbp2util_access_timeout(lu, HZ))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184 return -EIO;
1185
1186 SBP2_INFO("Logged out of SBP-2 device");
Stefan Richtera237f352005-11-07 06:31:39 -05001187 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188}
1189
Stefan Richter138c8af2006-11-02 21:16:08 +01001190static int sbp2_reconnect_device(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191{
Stefan Richter138c8af2006-11-02 21:16:08 +01001192 struct sbp2_fwhost_info *hi = lu->hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193 quadlet_t data[2];
1194 int error;
1195
Stefan Richter138c8af2006-11-02 21:16:08 +01001196 lu->reconnect_orb->reserved1 = 0x0;
1197 lu->reconnect_orb->reserved2 = 0x0;
1198 lu->reconnect_orb->reserved3 = 0x0;
1199 lu->reconnect_orb->reserved4 = 0x0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200
Stefan Richter138c8af2006-11-02 21:16:08 +01001201 lu->reconnect_orb->login_ID_misc =
1202 ORB_SET_FUNCTION(SBP2_RECONNECT_REQUEST);
1203 lu->reconnect_orb->login_ID_misc |=
1204 ORB_SET_LOGIN_ID(lu->login_response->length_login_ID);
1205 lu->reconnect_orb->login_ID_misc |= ORB_SET_NOTIFY(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206
Stefan Richter138c8af2006-11-02 21:16:08 +01001207 lu->reconnect_orb->reserved5 = 0x0;
1208 lu->reconnect_orb->status_fifo_hi =
1209 ORB_SET_STATUS_FIFO_HI(lu->status_fifo_addr, hi->host->node_id);
1210 lu->reconnect_orb->status_fifo_lo =
1211 ORB_SET_STATUS_FIFO_LO(lu->status_fifo_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212
Stefan Richter138c8af2006-11-02 21:16:08 +01001213 sbp2util_cpu_to_be32_buffer(lu->reconnect_orb,
1214 sizeof(struct sbp2_reconnect_orb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
Stefan Richter138c8af2006-11-02 21:16:08 +01001217 data[1] = lu->reconnect_orb_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218 sbp2util_cpu_to_be32_buffer(data, 8);
1219
Stefan Richter138c8af2006-11-02 21:16:08 +01001220 error = hpsb_node_write(lu->ne, lu->management_agent_addr, data, 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 if (error)
1222 return error;
1223
Stefan Richtere8ca5662006-11-02 21:16:08 +01001224 /* wait up to 1 second for reconnect status */
Stefan Richter138c8af2006-11-02 21:16:08 +01001225 if (sbp2util_access_timeout(lu, HZ)) {
Stefan Richtere8398bb2006-07-23 22:19:00 +02001226 SBP2_ERR("Error reconnecting to SBP-2 device - timed out");
Stefan Richtera237f352005-11-07 06:31:39 -05001227 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228 }
1229
Stefan Richtere8ca5662006-11-02 21:16:08 +01001230 /* make sure that the returned status matches the reconnect ORB */
Stefan Richter138c8af2006-11-02 21:16:08 +01001231 if (lu->status_block.ORB_offset_lo != lu->reconnect_orb_dma) {
Stefan Richter60657722006-07-23 22:18:00 +02001232 SBP2_ERR("Error reconnecting to SBP-2 device - timed out");
Stefan Richtera237f352005-11-07 06:31:39 -05001233 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001234 }
1235
Stefan Richter138c8af2006-11-02 21:16:08 +01001236 if (STATUS_TEST_RDS(lu->status_block.ORB_offset_hi_misc)) {
Stefan Richter60657722006-07-23 22:18:00 +02001237 SBP2_ERR("Error reconnecting to SBP-2 device - failed");
Stefan Richtera237f352005-11-07 06:31:39 -05001238 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239 }
1240
Stefan Richter35644092006-11-02 21:16:08 +01001241 SBP2_INFO("Reconnected to SBP-2 device");
Stefan Richtera237f352005-11-07 06:31:39 -05001242 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243}
1244
1245/*
Stefan Richtere8ca5662006-11-02 21:16:08 +01001246 * Set the target node's Single Phase Retry limit. Affects the target's retry
1247 * behaviour if our node is too busy to accept requests.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248 */
Stefan Richter138c8af2006-11-02 21:16:08 +01001249static int sbp2_set_busy_timeout(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250{
1251 quadlet_t data;
1252
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253 data = cpu_to_be32(SBP2_BUSY_TIMEOUT_VALUE);
Stefan Richter138c8af2006-11-02 21:16:08 +01001254 if (hpsb_node_write(lu->ne, SBP2_BUSY_TIMEOUT_ADDRESS, &data, 4))
Stefan Richterd024ebc2006-03-28 20:03:55 -05001255 SBP2_ERR("%s error", __FUNCTION__);
Stefan Richtera237f352005-11-07 06:31:39 -05001256 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257}
1258
Stefan Richter138c8af2006-11-02 21:16:08 +01001259static void sbp2_parse_unit_directory(struct sbp2_lu *lu,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260 struct unit_directory *ud)
1261{
1262 struct csr1212_keyval *kv;
1263 struct csr1212_dentry *dentry;
1264 u64 management_agent_addr;
Stefan Richter9117c6d2006-11-02 21:16:08 +01001265 u32 unit_characteristics, firmware_revision;
Stefan Richter24d3bf82006-05-15 22:04:59 +02001266 unsigned workarounds;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267 int i;
1268
Stefan Richter9117c6d2006-11-02 21:16:08 +01001269 management_agent_addr = 0;
1270 unit_characteristics = 0;
1271 firmware_revision = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273 csr1212_for_each_dir_entry(ud->ne->csr, kv, ud->ud_kv, dentry) {
1274 switch (kv->key.id) {
1275 case CSR1212_KV_ID_DEPENDENT_INFO:
Stefan Richteredf1fb22006-11-02 21:16:08 +01001276 if (kv->key.type == CSR1212_KV_TYPE_CSR_OFFSET)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277 management_agent_addr =
Stefan Richtera237f352005-11-07 06:31:39 -05001278 CSR1212_REGISTER_SPACE_BASE +
1279 (kv->value.csr_offset << 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280
Stefan Richteredf1fb22006-11-02 21:16:08 +01001281 else if (kv->key.type == CSR1212_KV_TYPE_IMMEDIATE)
Stefan Richter138c8af2006-11-02 21:16:08 +01001282 lu->lun = ORB_SET_LUN(kv->value.immediate);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283 break;
1284
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285 case SBP2_UNIT_CHARACTERISTICS_KEY:
Stefan Richtere8ca5662006-11-02 21:16:08 +01001286 /* FIXME: This is ignored so far.
1287 * See SBP-2 clause 7.4.8. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288 unit_characteristics = kv->value.immediate;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289 break;
1290
1291 case SBP2_FIRMWARE_REVISION_KEY:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292 firmware_revision = kv->value.immediate;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293 break;
1294
1295 default:
Stefan Richtere8ca5662006-11-02 21:16:08 +01001296 /* FIXME: Check for SBP2_DEVICE_TYPE_AND_LUN_KEY.
1297 * Its "ordered" bit has consequences for command ORB
1298 * list handling. See SBP-2 clauses 4.6, 7.4.11, 10.2 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299 break;
1300 }
1301 }
1302
Stefan Richter24d3bf82006-05-15 22:04:59 +02001303 workarounds = sbp2_default_workarounds;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304
Stefan Richter679c0cd2006-05-15 22:08:09 +02001305 if (!(workarounds & SBP2_WORKAROUND_OVERRIDE))
1306 for (i = 0; i < ARRAY_SIZE(sbp2_workarounds_table); i++) {
Stefan Richter4618fd32006-12-30 15:37:09 +01001307 if (sbp2_workarounds_table[i].firmware_revision !=
1308 SBP2_ROM_VALUE_WILDCARD &&
Stefan Richter679c0cd2006-05-15 22:08:09 +02001309 sbp2_workarounds_table[i].firmware_revision !=
1310 (firmware_revision & 0xffff00))
1311 continue;
Stefan Richter4618fd32006-12-30 15:37:09 +01001312 if (sbp2_workarounds_table[i].model_id !=
1313 SBP2_ROM_VALUE_WILDCARD &&
Stefan Richter679c0cd2006-05-15 22:08:09 +02001314 sbp2_workarounds_table[i].model_id != ud->model_id)
1315 continue;
1316 workarounds |= sbp2_workarounds_table[i].workarounds;
1317 break;
1318 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319
Stefan Richter24d3bf82006-05-15 22:04:59 +02001320 if (workarounds)
Stefan Richtere9a1c522006-05-15 22:06:37 +02001321 SBP2_INFO("Workarounds for node " NODE_BUS_FMT ": 0x%x "
1322 "(firmware_revision 0x%06x, vendor_id 0x%06x,"
1323 " model_id 0x%06x)",
Stefan Richter24d3bf82006-05-15 22:04:59 +02001324 NODE_BUS_ARGS(ud->ne->host, ud->ne->nodeid),
Stefan Richtere9a1c522006-05-15 22:06:37 +02001325 workarounds, firmware_revision,
1326 ud->vendor_id ? ud->vendor_id : ud->ne->vendor_id,
1327 ud->model_id);
Stefan Richter24d3bf82006-05-15 22:04:59 +02001328
1329 /* We would need one SCSI host template for each target to adjust
1330 * max_sectors on the fly, therefore warn only. */
1331 if (workarounds & SBP2_WORKAROUND_128K_MAX_TRANS &&
Stefan Richterca0c7452006-11-02 21:16:08 +01001332 (sbp2_max_sectors * 512) > (128 * 1024))
Stefan Richter35644092006-11-02 21:16:08 +01001333 SBP2_INFO("Node " NODE_BUS_FMT ": Bridge only supports 128KB "
Stefan Richter24d3bf82006-05-15 22:04:59 +02001334 "max transfer size. WARNING: Current max_sectors "
1335 "setting is larger than 128KB (%d sectors)",
1336 NODE_BUS_ARGS(ud->ne->host, ud->ne->nodeid),
Stefan Richterca0c7452006-11-02 21:16:08 +01001337 sbp2_max_sectors);
Stefan Richter24d3bf82006-05-15 22:04:59 +02001338
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339 /* If this is a logical unit directory entry, process the parent
1340 * to get the values. */
1341 if (ud->flags & UNIT_DIRECTORY_LUN_DIRECTORY) {
Stefan Richter138c8af2006-11-02 21:16:08 +01001342 struct unit_directory *parent_ud = container_of(
1343 ud->device.parent, struct unit_directory, device);
1344 sbp2_parse_unit_directory(lu, parent_ud);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345 } else {
Stefan Richter138c8af2006-11-02 21:16:08 +01001346 lu->management_agent_addr = management_agent_addr;
1347 lu->workarounds = workarounds;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348 if (ud->flags & UNIT_DIRECTORY_HAS_LUN)
Stefan Richter138c8af2006-11-02 21:16:08 +01001349 lu->lun = ORB_SET_LUN(ud->lun);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350 }
1351}
1352
Ben Collinsfd23ade2006-06-12 18:14:14 -04001353#define SBP2_PAYLOAD_TO_BYTES(p) (1 << ((p) + 2))
1354
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355/*
1356 * This function is called in order to determine the max speed and packet
1357 * size we can use in our ORBs. Note, that we (the driver and host) only
1358 * initiate the transaction. The SBP-2 device actually transfers the data
1359 * (by reading from the DMA area we tell it). This means that the SBP-2
1360 * device decides the actual maximum data it can transfer. We just tell it
1361 * the speed that it needs to use, and the max_rec the host supports, and
1362 * it takes care of the rest.
1363 */
Stefan Richter138c8af2006-11-02 21:16:08 +01001364static int sbp2_max_speed_and_size(struct sbp2_lu *lu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365{
Stefan Richter138c8af2006-11-02 21:16:08 +01001366 struct sbp2_fwhost_info *hi = lu->hi;
Ben Collinsfd23ade2006-06-12 18:14:14 -04001367 u8 payload;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368
Stefan Richter138c8af2006-11-02 21:16:08 +01001369 lu->speed_code = hi->host->speed[NODEID_TO_NODE(lu->ne->nodeid)];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370
Stefan Richter138c8af2006-11-02 21:16:08 +01001371 if (lu->speed_code > sbp2_max_speed) {
1372 lu->speed_code = sbp2_max_speed;
Stefan Richterca0c7452006-11-02 21:16:08 +01001373 SBP2_INFO("Reducing speed to %s",
1374 hpsb_speedto_str[sbp2_max_speed]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 }
1376
1377 /* Payload size is the lesser of what our speed supports and what
1378 * our host supports. */
Stefan Richter138c8af2006-11-02 21:16:08 +01001379 payload = min(sbp2_speedto_max_payload[lu->speed_code],
Ben Collinsfd23ade2006-06-12 18:14:14 -04001380 (u8) (hi->host->csr.max_rec - 1));
1381
1382 /* If physical DMA is off, work around limitation in ohci1394:
1383 * packet size must not exceed PAGE_SIZE */
Stefan Richter138c8af2006-11-02 21:16:08 +01001384 if (lu->ne->host->low_addr_space < (1ULL << 32))
Ben Collinsfd23ade2006-06-12 18:14:14 -04001385 while (SBP2_PAYLOAD_TO_BYTES(payload) + 24 > PAGE_SIZE &&
1386 payload)
1387 payload--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388
Stefan Richter35644092006-11-02 21:16:08 +01001389 SBP2_INFO("Node " NODE_BUS_FMT ": Max speed [%s] - Max payload [%u]",
Stefan Richter138c8af2006-11-02 21:16:08 +01001390 NODE_BUS_ARGS(hi->host, lu->ne->nodeid),
1391 hpsb_speedto_str[lu->speed_code],
Stefan Richter35644092006-11-02 21:16:08 +01001392 SBP2_PAYLOAD_TO_BYTES(payload));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393
Stefan Richter138c8af2006-11-02 21:16:08 +01001394 lu->max_payload_size = payload;
Stefan Richtera237f352005-11-07 06:31:39 -05001395 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396}
1397
Stefan Richter138c8af2006-11-02 21:16:08 +01001398static int sbp2_agent_reset(struct sbp2_lu *lu, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399{
1400 quadlet_t data;
1401 u64 addr;
1402 int retval;
Stefan Richtercc078182006-07-23 22:12:00 +02001403 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404
Stefan Richterec9b7e12006-12-07 23:23:25 +01001405 /* flush lu->protocol_work */
Stefan Richter09ee67a2006-08-14 18:43:00 +02001406 if (wait)
1407 flush_scheduled_work();
1408
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409 data = ntohl(SBP2_AGENT_RESET_DATA);
Stefan Richter138c8af2006-11-02 21:16:08 +01001410 addr = lu->command_block_agent_addr + SBP2_AGENT_RESET_OFFSET;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411
1412 if (wait)
Stefan Richter138c8af2006-11-02 21:16:08 +01001413 retval = hpsb_node_write(lu->ne, addr, &data, 4);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414 else
Stefan Richter138c8af2006-11-02 21:16:08 +01001415 retval = sbp2util_node_write_no_wait(lu->ne, addr, &data, 4);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416
1417 if (retval < 0) {
1418 SBP2_ERR("hpsb_node_write failed.\n");
1419 return -EIO;
1420 }
1421
Stefan Richtere8ca5662006-11-02 21:16:08 +01001422 /* make sure that the ORB_POINTER is written on next command */
Stefan Richter138c8af2006-11-02 21:16:08 +01001423 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
1424 lu->last_orb = NULL;
1425 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426
Stefan Richtera237f352005-11-07 06:31:39 -05001427 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428}
1429
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001430static void sbp2_prep_command_orb_sg(struct sbp2_command_orb *orb,
Stefan Richterca0c7452006-11-02 21:16:08 +01001431 struct sbp2_fwhost_info *hi,
Stefan Richter138c8af2006-11-02 21:16:08 +01001432 struct sbp2_command_info *cmd,
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001433 unsigned int scsi_use_sg,
1434 struct scatterlist *sgpnt,
1435 u32 orb_direction,
1436 enum dma_data_direction dma_dir)
1437{
Stefan Richter138c8af2006-11-02 21:16:08 +01001438 cmd->dma_dir = dma_dir;
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001439 orb->data_descriptor_hi = ORB_SET_NODE_ID(hi->host->node_id);
1440 orb->misc |= ORB_SET_DIRECTION(orb_direction);
1441
Stefan Richtere8ca5662006-11-02 21:16:08 +01001442 /* special case if only one element (and less than 64KB in size) */
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001443 if ((scsi_use_sg == 1) &&
1444 (sgpnt[0].length <= SBP2_MAX_SG_ELEMENT_LENGTH)) {
1445
Stefan Richter138c8af2006-11-02 21:16:08 +01001446 cmd->dma_size = sgpnt[0].length;
1447 cmd->dma_type = CMD_DMA_PAGE;
Stefan Richter97d552e2006-12-29 23:47:04 +01001448 cmd->cmd_dma = dma_map_page(hi->host->device.parent,
Stefan Richter138c8af2006-11-02 21:16:08 +01001449 sgpnt[0].page, sgpnt[0].offset,
1450 cmd->dma_size, cmd->dma_dir);
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001451
Stefan Richter138c8af2006-11-02 21:16:08 +01001452 orb->data_descriptor_lo = cmd->cmd_dma;
1453 orb->misc |= ORB_SET_DATA_SIZE(cmd->dma_size);
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001454
1455 } else {
1456 struct sbp2_unrestricted_page_table *sg_element =
Stefan Richter138c8af2006-11-02 21:16:08 +01001457 &cmd->scatter_gather_element[0];
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001458 u32 sg_count, sg_len;
1459 dma_addr_t sg_addr;
Stefan Richter97d552e2006-12-29 23:47:04 +01001460 int i, count = dma_map_sg(hi->host->device.parent, sgpnt,
1461 scsi_use_sg, dma_dir);
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001462
Stefan Richter138c8af2006-11-02 21:16:08 +01001463 cmd->dma_size = scsi_use_sg;
1464 cmd->sge_buffer = sgpnt;
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001465
1466 /* use page tables (s/g) */
1467 orb->misc |= ORB_SET_PAGE_TABLE_PRESENT(0x1);
Stefan Richter138c8af2006-11-02 21:16:08 +01001468 orb->data_descriptor_lo = cmd->sge_dma;
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001469
Stefan Richtere8ca5662006-11-02 21:16:08 +01001470 /* loop through and fill out our SBP-2 page tables
1471 * (and split up anything too large) */
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001472 for (i = 0, sg_count = 0 ; i < count; i++, sgpnt++) {
1473 sg_len = sg_dma_len(sgpnt);
1474 sg_addr = sg_dma_address(sgpnt);
1475 while (sg_len) {
1476 sg_element[sg_count].segment_base_lo = sg_addr;
1477 if (sg_len > SBP2_MAX_SG_ELEMENT_LENGTH) {
1478 sg_element[sg_count].length_segment_base_hi =
1479 PAGE_TABLE_SET_SEGMENT_LENGTH(SBP2_MAX_SG_ELEMENT_LENGTH);
1480 sg_addr += SBP2_MAX_SG_ELEMENT_LENGTH;
1481 sg_len -= SBP2_MAX_SG_ELEMENT_LENGTH;
1482 } else {
1483 sg_element[sg_count].length_segment_base_hi =
1484 PAGE_TABLE_SET_SEGMENT_LENGTH(sg_len);
1485 sg_len = 0;
1486 }
1487 sg_count++;
1488 }
1489 }
1490
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001491 orb->misc |= ORB_SET_DATA_SIZE(sg_count);
1492
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001493 sbp2util_cpu_to_be32_buffer(sg_element,
Stefan Richter138c8af2006-11-02 21:16:08 +01001494 (sizeof(struct sbp2_unrestricted_page_table)) *
1495 sg_count);
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001496 }
1497}
1498
1499static void sbp2_prep_command_orb_no_sg(struct sbp2_command_orb *orb,
Stefan Richterca0c7452006-11-02 21:16:08 +01001500 struct sbp2_fwhost_info *hi,
Stefan Richter138c8af2006-11-02 21:16:08 +01001501 struct sbp2_command_info *cmd,
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001502 struct scatterlist *sgpnt,
1503 u32 orb_direction,
1504 unsigned int scsi_request_bufflen,
1505 void *scsi_request_buffer,
1506 enum dma_data_direction dma_dir)
1507{
Stefan Richter138c8af2006-11-02 21:16:08 +01001508 cmd->dma_dir = dma_dir;
1509 cmd->dma_size = scsi_request_bufflen;
1510 cmd->dma_type = CMD_DMA_SINGLE;
Stefan Richter97d552e2006-12-29 23:47:04 +01001511 cmd->cmd_dma = dma_map_single(hi->host->device.parent,
1512 scsi_request_buffer,
Stefan Richter138c8af2006-11-02 21:16:08 +01001513 cmd->dma_size, cmd->dma_dir);
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001514 orb->data_descriptor_hi = ORB_SET_NODE_ID(hi->host->node_id);
1515 orb->misc |= ORB_SET_DIRECTION(orb_direction);
1516
Stefan Richtere8ca5662006-11-02 21:16:08 +01001517 /* handle case where we get a command w/o s/g enabled
1518 * (but check for transfers larger than 64K) */
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001519 if (scsi_request_bufflen <= SBP2_MAX_SG_ELEMENT_LENGTH) {
1520
Stefan Richter138c8af2006-11-02 21:16:08 +01001521 orb->data_descriptor_lo = cmd->cmd_dma;
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001522 orb->misc |= ORB_SET_DATA_SIZE(scsi_request_bufflen);
1523
1524 } else {
Stefan Richtere8ca5662006-11-02 21:16:08 +01001525 /* The buffer is too large. Turn this into page tables. */
1526
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001527 struct sbp2_unrestricted_page_table *sg_element =
Stefan Richter138c8af2006-11-02 21:16:08 +01001528 &cmd->scatter_gather_element[0];
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001529 u32 sg_count, sg_len;
1530 dma_addr_t sg_addr;
1531
Stefan Richter138c8af2006-11-02 21:16:08 +01001532 orb->data_descriptor_lo = cmd->sge_dma;
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001533 orb->misc |= ORB_SET_PAGE_TABLE_PRESENT(0x1);
1534
Stefan Richtere8ca5662006-11-02 21:16:08 +01001535 /* fill out our SBP-2 page tables; split up the large buffer */
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001536 sg_count = 0;
1537 sg_len = scsi_request_bufflen;
Stefan Richter138c8af2006-11-02 21:16:08 +01001538 sg_addr = cmd->cmd_dma;
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001539 while (sg_len) {
1540 sg_element[sg_count].segment_base_lo = sg_addr;
1541 if (sg_len > SBP2_MAX_SG_ELEMENT_LENGTH) {
1542 sg_element[sg_count].length_segment_base_hi =
1543 PAGE_TABLE_SET_SEGMENT_LENGTH(SBP2_MAX_SG_ELEMENT_LENGTH);
1544 sg_addr += SBP2_MAX_SG_ELEMENT_LENGTH;
1545 sg_len -= SBP2_MAX_SG_ELEMENT_LENGTH;
1546 } else {
1547 sg_element[sg_count].length_segment_base_hi =
1548 PAGE_TABLE_SET_SEGMENT_LENGTH(sg_len);
1549 sg_len = 0;
1550 }
1551 sg_count++;
1552 }
1553
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001554 orb->misc |= ORB_SET_DATA_SIZE(sg_count);
1555
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001556 sbp2util_cpu_to_be32_buffer(sg_element,
Stefan Richter138c8af2006-11-02 21:16:08 +01001557 (sizeof(struct sbp2_unrestricted_page_table)) *
1558 sg_count);
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001559 }
1560}
1561
Stefan Richter138c8af2006-11-02 21:16:08 +01001562static void sbp2_create_command_orb(struct sbp2_lu *lu,
1563 struct sbp2_command_info *cmd,
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001564 unchar *scsi_cmd,
1565 unsigned int scsi_use_sg,
1566 unsigned int scsi_request_bufflen,
1567 void *scsi_request_buffer,
1568 enum dma_data_direction dma_dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569{
Stefan Richter138c8af2006-11-02 21:16:08 +01001570 struct sbp2_fwhost_info *hi = lu->hi;
Stefan Richtera237f352005-11-07 06:31:39 -05001571 struct scatterlist *sgpnt = (struct scatterlist *)scsi_request_buffer;
Stefan Richter138c8af2006-11-02 21:16:08 +01001572 struct sbp2_command_orb *orb = &cmd->command_orb;
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001573 u32 orb_direction;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574
1575 /*
Stefan Richtere8ca5662006-11-02 21:16:08 +01001576 * Set-up our command ORB.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 *
1578 * NOTE: We're doing unrestricted page tables (s/g), as this is
1579 * best performance (at least with the devices I have). This means
1580 * that data_size becomes the number of s/g elements, and
1581 * page_size should be zero (for unrestricted).
1582 */
Stefan Richter138c8af2006-11-02 21:16:08 +01001583 orb->next_ORB_hi = ORB_SET_NULL_PTR(1);
1584 orb->next_ORB_lo = 0x0;
1585 orb->misc = ORB_SET_MAX_PAYLOAD(lu->max_payload_size);
1586 orb->misc |= ORB_SET_SPEED(lu->speed_code);
1587 orb->misc |= ORB_SET_NOTIFY(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588
Stefan Richter43863eb2005-12-12 23:03:24 -05001589 if (dma_dir == DMA_NONE)
Stefan Richtera237f352005-11-07 06:31:39 -05001590 orb_direction = ORB_DIRECTION_NO_DATA_TRANSFER;
Stefan Richter43863eb2005-12-12 23:03:24 -05001591 else if (dma_dir == DMA_TO_DEVICE && scsi_request_bufflen)
Stefan Richtera237f352005-11-07 06:31:39 -05001592 orb_direction = ORB_DIRECTION_WRITE_TO_MEDIA;
Stefan Richter43863eb2005-12-12 23:03:24 -05001593 else if (dma_dir == DMA_FROM_DEVICE && scsi_request_bufflen)
Stefan Richtera237f352005-11-07 06:31:39 -05001594 orb_direction = ORB_DIRECTION_READ_FROM_MEDIA;
Stefan Richter43863eb2005-12-12 23:03:24 -05001595 else {
Stefan Richter35644092006-11-02 21:16:08 +01001596 SBP2_INFO("Falling back to DMA_NONE");
Stefan Richter43863eb2005-12-12 23:03:24 -05001597 orb_direction = ORB_DIRECTION_NO_DATA_TRANSFER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598 }
1599
Stefan Richtere8ca5662006-11-02 21:16:08 +01001600 /* set up our page table stuff */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601 if (orb_direction == ORB_DIRECTION_NO_DATA_TRANSFER) {
Stefan Richter138c8af2006-11-02 21:16:08 +01001602 orb->data_descriptor_hi = 0x0;
1603 orb->data_descriptor_lo = 0x0;
1604 orb->misc |= ORB_SET_DIRECTION(1);
Stefan Richteredf1fb22006-11-02 21:16:08 +01001605 } else if (scsi_use_sg)
Stefan Richter138c8af2006-11-02 21:16:08 +01001606 sbp2_prep_command_orb_sg(orb, hi, cmd, scsi_use_sg, sgpnt,
1607 orb_direction, dma_dir);
Stefan Richteredf1fb22006-11-02 21:16:08 +01001608 else
Stefan Richter138c8af2006-11-02 21:16:08 +01001609 sbp2_prep_command_orb_no_sg(orb, hi, cmd, sgpnt, orb_direction,
1610 scsi_request_bufflen,
Stefan Richtercf8d2c02005-12-13 11:05:03 -05001611 scsi_request_buffer, dma_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612
Stefan Richter138c8af2006-11-02 21:16:08 +01001613 sbp2util_cpu_to_be32_buffer(orb, sizeof(*orb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614
Stefan Richter138c8af2006-11-02 21:16:08 +01001615 memset(orb->cdb, 0, 12);
1616 memcpy(orb->cdb, scsi_cmd, COMMAND_SIZE(*scsi_cmd));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617}
1618
Stefan Richter138c8af2006-11-02 21:16:08 +01001619static void sbp2_link_orb_command(struct sbp2_lu *lu,
1620 struct sbp2_command_info *cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621{
Stefan Richter138c8af2006-11-02 21:16:08 +01001622 struct sbp2_fwhost_info *hi = lu->hi;
Stefan Richtercc078182006-07-23 22:12:00 +02001623 struct sbp2_command_orb *last_orb;
1624 dma_addr_t last_orb_dma;
Stefan Richter138c8af2006-11-02 21:16:08 +01001625 u64 addr = lu->command_block_agent_addr;
Stefan Richtercc078182006-07-23 22:12:00 +02001626 quadlet_t data[2];
1627 size_t length;
1628 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629
Stefan Richter97d552e2006-12-29 23:47:04 +01001630 dma_sync_single_for_device(hi->host->device.parent,
1631 cmd->command_orb_dma,
Stefan Richter9b7d9c02006-11-22 21:44:34 +01001632 sizeof(struct sbp2_command_orb),
1633 DMA_TO_DEVICE);
Stefan Richter97d552e2006-12-29 23:47:04 +01001634 dma_sync_single_for_device(hi->host->device.parent, cmd->sge_dma,
Stefan Richter9b7d9c02006-11-22 21:44:34 +01001635 sizeof(cmd->scatter_gather_element),
Stefan Richter2446a792007-02-04 20:54:57 +01001636 DMA_TO_DEVICE);
Stefan Richtere8ca5662006-11-02 21:16:08 +01001637
1638 /* check to see if there are any previous orbs to use */
Stefan Richter138c8af2006-11-02 21:16:08 +01001639 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
1640 last_orb = lu->last_orb;
1641 last_orb_dma = lu->last_orb_dma;
Stefan Richtercc078182006-07-23 22:12:00 +02001642 if (!last_orb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 /*
Stefan Richtercc078182006-07-23 22:12:00 +02001644 * last_orb == NULL means: We know that the target's fetch agent
1645 * is not active right now.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 */
Stefan Richtercc078182006-07-23 22:12:00 +02001647 addr += SBP2_ORB_POINTER_OFFSET;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648 data[0] = ORB_SET_NODE_ID(hi->host->node_id);
Stefan Richter138c8af2006-11-02 21:16:08 +01001649 data[1] = cmd->command_orb_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650 sbp2util_cpu_to_be32_buffer(data, 8);
Stefan Richtercc078182006-07-23 22:12:00 +02001651 length = 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653 /*
Stefan Richtercc078182006-07-23 22:12:00 +02001654 * last_orb != NULL means: We know that the target's fetch agent
1655 * is (very probably) not dead or in reset state right now.
1656 * We have an ORB already sent that we can append a new one to.
1657 * The target's fetch agent may or may not have read this
1658 * previous ORB yet.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659 */
Stefan Richter97d552e2006-12-29 23:47:04 +01001660 dma_sync_single_for_cpu(hi->host->device.parent, last_orb_dma,
Stefan Richter9b7d9c02006-11-22 21:44:34 +01001661 sizeof(struct sbp2_command_orb),
1662 DMA_TO_DEVICE);
Stefan Richter138c8af2006-11-02 21:16:08 +01001663 last_orb->next_ORB_lo = cpu_to_be32(cmd->command_orb_dma);
Stefan Richtercc078182006-07-23 22:12:00 +02001664 wmb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665 /* Tells hardware that this pointer is valid */
Stefan Richtercc078182006-07-23 22:12:00 +02001666 last_orb->next_ORB_hi = 0;
Stefan Richter97d552e2006-12-29 23:47:04 +01001667 dma_sync_single_for_device(hi->host->device.parent,
1668 last_orb_dma,
Stefan Richter9b7d9c02006-11-22 21:44:34 +01001669 sizeof(struct sbp2_command_orb),
1670 DMA_TO_DEVICE);
Stefan Richtercc078182006-07-23 22:12:00 +02001671 addr += SBP2_DOORBELL_OFFSET;
1672 data[0] = 0;
1673 length = 4;
1674 }
Stefan Richter138c8af2006-11-02 21:16:08 +01001675 lu->last_orb = &cmd->command_orb;
1676 lu->last_orb_dma = cmd->command_orb_dma;
1677 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678
Stefan Richter138c8af2006-11-02 21:16:08 +01001679 if (sbp2util_node_write_no_wait(lu->ne, addr, data, length)) {
Stefan Richter09ee67a2006-08-14 18:43:00 +02001680 /*
1681 * sbp2util_node_write_no_wait failed. We certainly ran out
1682 * of transaction labels, perhaps just because there were no
1683 * context switches which gave khpsbpkt a chance to collect
1684 * free tlabels. Try again in non-atomic context. If necessary,
1685 * the workqueue job will sleep to guaranteedly get a tlabel.
1686 * We do not accept new commands until the job is over.
1687 */
Stefan Richter138c8af2006-11-02 21:16:08 +01001688 scsi_block_requests(lu->shost);
1689 PREPARE_WORK(&lu->protocol_work,
Stefan Richter09ee67a2006-08-14 18:43:00 +02001690 last_orb ? sbp2util_write_doorbell:
Stefan Richterec9b7e12006-12-07 23:23:25 +01001691 sbp2util_write_orb_pointer);
Stefan Richter138c8af2006-11-02 21:16:08 +01001692 schedule_work(&lu->protocol_work);
Stefan Richter09ee67a2006-08-14 18:43:00 +02001693 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694}
1695
Stefan Richter138c8af2006-11-02 21:16:08 +01001696static int sbp2_send_command(struct sbp2_lu *lu, struct scsi_cmnd *SCpnt,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697 void (*done)(struct scsi_cmnd *))
1698{
Stefan Richter138c8af2006-11-02 21:16:08 +01001699 unchar *scsi_cmd = (unchar *)SCpnt->cmnd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700 unsigned int request_bufflen = SCpnt->request_bufflen;
Stefan Richter138c8af2006-11-02 21:16:08 +01001701 struct sbp2_command_info *cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702
Stefan Richter138c8af2006-11-02 21:16:08 +01001703 cmd = sbp2util_allocate_command_orb(lu, SCpnt, done);
1704 if (!cmd)
Stefan Richtera237f352005-11-07 06:31:39 -05001705 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706
Stefan Richter138c8af2006-11-02 21:16:08 +01001707 sbp2_create_command_orb(lu, cmd, scsi_cmd, SCpnt->use_sg,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708 request_bufflen, SCpnt->request_buffer,
1709 SCpnt->sc_data_direction);
Stefan Richter138c8af2006-11-02 21:16:08 +01001710 sbp2_link_orb_command(lu, cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711
Stefan Richtera237f352005-11-07 06:31:39 -05001712 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713}
1714
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716 * Translates SBP-2 status into SCSI sense data for check conditions
1717 */
Stefan Richter138c8af2006-11-02 21:16:08 +01001718static unsigned int sbp2_status_to_sense_data(unchar *sbp2_status,
1719 unchar *sense_data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720{
Stefan Richtere8ca5662006-11-02 21:16:08 +01001721 /* OK, it's pretty ugly... ;-) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722 sense_data[0] = 0x70;
1723 sense_data[1] = 0x0;
1724 sense_data[2] = sbp2_status[9];
1725 sense_data[3] = sbp2_status[12];
1726 sense_data[4] = sbp2_status[13];
1727 sense_data[5] = sbp2_status[14];
1728 sense_data[6] = sbp2_status[15];
1729 sense_data[7] = 10;
1730 sense_data[8] = sbp2_status[16];
1731 sense_data[9] = sbp2_status[17];
1732 sense_data[10] = sbp2_status[18];
1733 sense_data[11] = sbp2_status[19];
1734 sense_data[12] = sbp2_status[10];
1735 sense_data[13] = sbp2_status[11];
1736 sense_data[14] = sbp2_status[20];
1737 sense_data[15] = sbp2_status[21];
1738
Stefan Richtere8ca5662006-11-02 21:16:08 +01001739 return sbp2_status[8] & 0x3f;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740}
1741
Stefan Richter3e98eab42006-07-23 22:16:00 +02001742static int sbp2_handle_status_write(struct hpsb_host *host, int nodeid,
1743 int destid, quadlet_t *data, u64 addr,
1744 size_t length, u16 fl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745{
Stefan Richterca0c7452006-11-02 21:16:08 +01001746 struct sbp2_fwhost_info *hi;
Stefan Richter138c8af2006-11-02 21:16:08 +01001747 struct sbp2_lu *lu = NULL, *lu_tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748 struct scsi_cmnd *SCpnt = NULL;
Stefan Richter3e98eab42006-07-23 22:16:00 +02001749 struct sbp2_status_block *sb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750 u32 scsi_status = SBP2_SCSI_STATUS_GOOD;
Stefan Richter138c8af2006-11-02 21:16:08 +01001751 struct sbp2_command_info *cmd;
Jody McIntyre79456192005-11-07 06:29:39 -05001752 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753
Stefan Richter60657722006-07-23 22:18:00 +02001754 if (unlikely(length < 8 || length > sizeof(struct sbp2_status_block))) {
1755 SBP2_ERR("Wrong size of status block");
1756 return RCODE_ADDRESS_ERROR;
1757 }
1758 if (unlikely(!host)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759 SBP2_ERR("host is NULL - this is bad!");
Stefan Richtera237f352005-11-07 06:31:39 -05001760 return RCODE_ADDRESS_ERROR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762 hi = hpsb_get_hostinfo(&sbp2_highlevel, host);
Stefan Richter60657722006-07-23 22:18:00 +02001763 if (unlikely(!hi)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764 SBP2_ERR("host info is NULL - this is bad!");
Stefan Richtera237f352005-11-07 06:31:39 -05001765 return RCODE_ADDRESS_ERROR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766 }
Stefan Richtere8ca5662006-11-02 21:16:08 +01001767
1768 /* Find the unit which wrote the status. */
Stefan Richter138c8af2006-11-02 21:16:08 +01001769 list_for_each_entry(lu_tmp, &hi->logical_units, lu_list) {
1770 if (lu_tmp->ne->nodeid == nodeid &&
1771 lu_tmp->status_fifo_addr == addr) {
1772 lu = lu_tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773 break;
1774 }
1775 }
Stefan Richter138c8af2006-11-02 21:16:08 +01001776 if (unlikely(!lu)) {
1777 SBP2_ERR("lu is NULL - device is gone?");
Stefan Richtera237f352005-11-07 06:31:39 -05001778 return RCODE_ADDRESS_ERROR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001779 }
1780
Stefan Richter138c8af2006-11-02 21:16:08 +01001781 /* Put response into lu status fifo buffer. The first two bytes
Stefan Richter3e98eab42006-07-23 22:16:00 +02001782 * come in big endian bit order. Often the target writes only a
1783 * truncated status block, minimally the first two quadlets. The rest
Stefan Richtere8ca5662006-11-02 21:16:08 +01001784 * is implied to be zeros. */
Stefan Richter138c8af2006-11-02 21:16:08 +01001785 sb = &lu->status_block;
Stefan Richter3e98eab42006-07-23 22:16:00 +02001786 memset(sb->command_set_dependent, 0, sizeof(sb->command_set_dependent));
1787 memcpy(sb, data, length);
1788 sbp2util_be32_to_cpu_buffer(sb, 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789
Stefan Richtere8ca5662006-11-02 21:16:08 +01001790 /* Ignore unsolicited status. Handle command ORB status. */
Stefan Richter60657722006-07-23 22:18:00 +02001791 if (unlikely(STATUS_GET_SRC(sb->ORB_offset_hi_misc) == 2))
Stefan Richter138c8af2006-11-02 21:16:08 +01001792 cmd = NULL;
Stefan Richter60657722006-07-23 22:18:00 +02001793 else
Stefan Richter138c8af2006-11-02 21:16:08 +01001794 cmd = sbp2util_find_command_for_orb(lu, sb->ORB_offset_lo);
1795 if (cmd) {
Stefan Richter97d552e2006-12-29 23:47:04 +01001796 dma_sync_single_for_cpu(hi->host->device.parent,
1797 cmd->command_orb_dma,
Stefan Richter9b7d9c02006-11-22 21:44:34 +01001798 sizeof(struct sbp2_command_orb),
1799 DMA_TO_DEVICE);
Stefan Richter97d552e2006-12-29 23:47:04 +01001800 dma_sync_single_for_cpu(hi->host->device.parent, cmd->sge_dma,
Stefan Richter9b7d9c02006-11-22 21:44:34 +01001801 sizeof(cmd->scatter_gather_element),
Stefan Richter2446a792007-02-04 20:54:57 +01001802 DMA_TO_DEVICE);
Stefan Richtere8ca5662006-11-02 21:16:08 +01001803 /* Grab SCSI command pointers and check status. */
Stefan Richter60657722006-07-23 22:18:00 +02001804 /*
1805 * FIXME: If the src field in the status is 1, the ORB DMA must
1806 * not be reused until status for a subsequent ORB is received.
1807 */
Stefan Richter138c8af2006-11-02 21:16:08 +01001808 SCpnt = cmd->Current_SCpnt;
1809 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
1810 sbp2util_mark_command_completed(lu, cmd);
1811 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812
1813 if (SCpnt) {
Stefan Richterabbca102006-08-14 18:51:00 +02001814 u32 h = sb->ORB_offset_hi_misc;
1815 u32 r = STATUS_GET_RESP(h);
1816
1817 if (r != RESP_STATUS_REQUEST_COMPLETE) {
Stefan Richter35644092006-11-02 21:16:08 +01001818 SBP2_INFO("resp 0x%x, sbp_status 0x%x",
Stefan Richterabbca102006-08-14 18:51:00 +02001819 r, STATUS_GET_SBP_STATUS(h));
Stefan Richter60657722006-07-23 22:18:00 +02001820 scsi_status =
Stefan Richterabbca102006-08-14 18:51:00 +02001821 r == RESP_STATUS_TRANSPORT_FAILURE ?
1822 SBP2_SCSI_STATUS_BUSY :
Stefan Richter60657722006-07-23 22:18:00 +02001823 SBP2_SCSI_STATUS_COMMAND_TERMINATED;
Stefan Richterabbca102006-08-14 18:51:00 +02001824 }
Stefan Richtere8ca5662006-11-02 21:16:08 +01001825
Stefan Richteredf1fb22006-11-02 21:16:08 +01001826 if (STATUS_GET_LEN(h) > 1)
Stefan Richter3e98eab42006-07-23 22:16:00 +02001827 scsi_status = sbp2_status_to_sense_data(
1828 (unchar *)sb, SCpnt->sense_buffer);
Stefan Richtere8ca5662006-11-02 21:16:08 +01001829
Stefan Richteredf1fb22006-11-02 21:16:08 +01001830 if (STATUS_TEST_DEAD(h))
Stefan Richter138c8af2006-11-02 21:16:08 +01001831 sbp2_agent_reset(lu, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832 }
1833
Stefan Richtere8ca5662006-11-02 21:16:08 +01001834 /* Check here to see if there are no commands in-use. If there
Stefan Richtercc078182006-07-23 22:12:00 +02001835 * are none, we know that the fetch agent left the active state
1836 * _and_ that we did not reactivate it yet. Therefore clear
1837 * last_orb so that next time we write directly to the
1838 * ORB_POINTER register. That way the fetch agent does not need
Stefan Richtere8ca5662006-11-02 21:16:08 +01001839 * to refetch the next_ORB. */
Stefan Richter138c8af2006-11-02 21:16:08 +01001840 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
1841 if (list_empty(&lu->cmd_orb_inuse))
1842 lu->last_orb = NULL;
1843 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844
1845 } else {
Stefan Richtere8ca5662006-11-02 21:16:08 +01001846 /* It's probably status after a management request. */
Stefan Richter138c8af2006-11-02 21:16:08 +01001847 if ((sb->ORB_offset_lo == lu->reconnect_orb_dma) ||
1848 (sb->ORB_offset_lo == lu->login_orb_dma) ||
1849 (sb->ORB_offset_lo == lu->query_logins_orb_dma) ||
1850 (sb->ORB_offset_lo == lu->logout_orb_dma)) {
1851 lu->access_complete = 1;
Stefan Richterca0c7452006-11-02 21:16:08 +01001852 wake_up_interruptible(&sbp2_access_wq);
Stefan Richtere8398bb2006-07-23 22:19:00 +02001853 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854 }
1855
Stefan Richteredf1fb22006-11-02 21:16:08 +01001856 if (SCpnt)
Stefan Richter138c8af2006-11-02 21:16:08 +01001857 sbp2scsi_complete_command(lu, scsi_status, SCpnt,
1858 cmd->Current_done);
Stefan Richtera237f352005-11-07 06:31:39 -05001859 return RCODE_COMPLETE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860}
1861
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862/**************************************
1863 * SCSI interface related section
1864 **************************************/
1865
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866static int sbp2scsi_queuecommand(struct scsi_cmnd *SCpnt,
1867 void (*done)(struct scsi_cmnd *))
1868{
Stefan Richter138c8af2006-11-02 21:16:08 +01001869 struct sbp2_lu *lu = (struct sbp2_lu *)SCpnt->device->host->hostdata[0];
Stefan Richterca0c7452006-11-02 21:16:08 +01001870 struct sbp2_fwhost_info *hi;
Jody McIntyreabd559b2005-09-30 11:59:06 -07001871 int result = DID_NO_CONNECT << 16;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872
Stefan Richter138c8af2006-11-02 21:16:08 +01001873 if (unlikely(!sbp2util_node_is_available(lu)))
Jody McIntyreabd559b2005-09-30 11:59:06 -07001874 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875
Stefan Richter138c8af2006-11-02 21:16:08 +01001876 hi = lu->hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
Stefan Richter5796aa72006-11-02 21:16:08 +01001878 if (unlikely(!hi)) {
Stefan Richterca0c7452006-11-02 21:16:08 +01001879 SBP2_ERR("sbp2_fwhost_info is NULL - this is bad!");
Jody McIntyreabd559b2005-09-30 11:59:06 -07001880 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881 }
1882
Stefan Richtere8ca5662006-11-02 21:16:08 +01001883 /* Multiple units are currently represented to the SCSI core as separate
1884 * targets, not as one target with multiple LUs. Therefore return
1885 * selection time-out to any IO directed at non-zero LUNs. */
Stefan Richter5796aa72006-11-02 21:16:08 +01001886 if (unlikely(SCpnt->device->lun))
Jody McIntyreabd559b2005-09-30 11:59:06 -07001887 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888
Stefan Richter138c8af2006-11-02 21:16:08 +01001889 if (unlikely(!hpsb_node_entry_valid(lu->ne))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890 SBP2_ERR("Bus reset in progress - rejecting command");
Jody McIntyreabd559b2005-09-30 11:59:06 -07001891 result = DID_BUS_BUSY << 16;
1892 goto done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 }
1894
Stefan Richtere8ca5662006-11-02 21:16:08 +01001895 /* Bidirectional commands are not yet implemented,
1896 * and unknown transfer direction not handled. */
Stefan Richter5796aa72006-11-02 21:16:08 +01001897 if (unlikely(SCpnt->sc_data_direction == DMA_BIDIRECTIONAL)) {
Stefan Richter43863eb2005-12-12 23:03:24 -05001898 SBP2_ERR("Cannot handle DMA_BIDIRECTIONAL - rejecting command");
1899 result = DID_ERROR << 16;
1900 goto done;
1901 }
1902
Stefan Richter138c8af2006-11-02 21:16:08 +01001903 if (sbp2_send_command(lu, SCpnt, done)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904 SBP2_ERR("Error sending SCSI command");
Stefan Richter138c8af2006-11-02 21:16:08 +01001905 sbp2scsi_complete_command(lu,
1906 SBP2_SCSI_STATUS_SELECTION_TIMEOUT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907 SCpnt, done);
1908 }
Jody McIntyreabd559b2005-09-30 11:59:06 -07001909 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910
Jody McIntyreabd559b2005-09-30 11:59:06 -07001911done:
1912 SCpnt->result = result;
1913 done(SCpnt);
1914 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915}
1916
Stefan Richter138c8af2006-11-02 21:16:08 +01001917static void sbp2scsi_complete_all_commands(struct sbp2_lu *lu, u32 status)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918{
Stefan Richter138c8af2006-11-02 21:16:08 +01001919 struct sbp2_fwhost_info *hi = lu->hi;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920 struct list_head *lh;
Stefan Richter138c8af2006-11-02 21:16:08 +01001921 struct sbp2_command_info *cmd;
Jody McIntyre79456192005-11-07 06:29:39 -05001922 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923
Stefan Richter138c8af2006-11-02 21:16:08 +01001924 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
1925 while (!list_empty(&lu->cmd_orb_inuse)) {
1926 lh = lu->cmd_orb_inuse.next;
1927 cmd = list_entry(lh, struct sbp2_command_info, list);
Stefan Richter97d552e2006-12-29 23:47:04 +01001928 dma_sync_single_for_cpu(hi->host->device.parent,
1929 cmd->command_orb_dma,
Stefan Richter9b7d9c02006-11-22 21:44:34 +01001930 sizeof(struct sbp2_command_orb),
1931 DMA_TO_DEVICE);
Stefan Richter97d552e2006-12-29 23:47:04 +01001932 dma_sync_single_for_cpu(hi->host->device.parent, cmd->sge_dma,
Stefan Richter9b7d9c02006-11-22 21:44:34 +01001933 sizeof(cmd->scatter_gather_element),
Stefan Richter2446a792007-02-04 20:54:57 +01001934 DMA_TO_DEVICE);
Stefan Richter138c8af2006-11-02 21:16:08 +01001935 sbp2util_mark_command_completed(lu, cmd);
1936 if (cmd->Current_SCpnt) {
1937 cmd->Current_SCpnt->result = status << 16;
1938 cmd->Current_done(cmd->Current_SCpnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939 }
1940 }
Stefan Richter138c8af2006-11-02 21:16:08 +01001941 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942
1943 return;
1944}
1945
1946/*
Stefan Richtere8ca5662006-11-02 21:16:08 +01001947 * Complete a regular SCSI command. Can be called in atomic context.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948 */
Stefan Richter138c8af2006-11-02 21:16:08 +01001949static void sbp2scsi_complete_command(struct sbp2_lu *lu, u32 scsi_status,
1950 struct scsi_cmnd *SCpnt,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951 void (*done)(struct scsi_cmnd *))
1952{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953 if (!SCpnt) {
1954 SBP2_ERR("SCpnt is NULL");
1955 return;
1956 }
1957
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958 switch (scsi_status) {
Stefan Richtera237f352005-11-07 06:31:39 -05001959 case SBP2_SCSI_STATUS_GOOD:
Stefan Richter8f0525f2006-03-28 20:03:45 -05001960 SCpnt->result = DID_OK << 16;
Stefan Richtera237f352005-11-07 06:31:39 -05001961 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962
Stefan Richtera237f352005-11-07 06:31:39 -05001963 case SBP2_SCSI_STATUS_BUSY:
1964 SBP2_ERR("SBP2_SCSI_STATUS_BUSY");
1965 SCpnt->result = DID_BUS_BUSY << 16;
1966 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967
Stefan Richtera237f352005-11-07 06:31:39 -05001968 case SBP2_SCSI_STATUS_CHECK_CONDITION:
Stefan Richter8f0525f2006-03-28 20:03:45 -05001969 SCpnt->result = CHECK_CONDITION << 1 | DID_OK << 16;
Stefan Richtera237f352005-11-07 06:31:39 -05001970 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971
Stefan Richtera237f352005-11-07 06:31:39 -05001972 case SBP2_SCSI_STATUS_SELECTION_TIMEOUT:
1973 SBP2_ERR("SBP2_SCSI_STATUS_SELECTION_TIMEOUT");
1974 SCpnt->result = DID_NO_CONNECT << 16;
1975 scsi_print_command(SCpnt);
1976 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977
Stefan Richtera237f352005-11-07 06:31:39 -05001978 case SBP2_SCSI_STATUS_CONDITION_MET:
1979 case SBP2_SCSI_STATUS_RESERVATION_CONFLICT:
1980 case SBP2_SCSI_STATUS_COMMAND_TERMINATED:
1981 SBP2_ERR("Bad SCSI status = %x", scsi_status);
1982 SCpnt->result = DID_ERROR << 16;
1983 scsi_print_command(SCpnt);
1984 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985
Stefan Richtera237f352005-11-07 06:31:39 -05001986 default:
1987 SBP2_ERR("Unsupported SCSI status = %x", scsi_status);
1988 SCpnt->result = DID_ERROR << 16;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989 }
1990
Stefan Richtere8ca5662006-11-02 21:16:08 +01001991 /* If a bus reset is in progress and there was an error, complete
1992 * the command as busy so that it will get retried. */
Stefan Richter138c8af2006-11-02 21:16:08 +01001993 if (!hpsb_node_entry_valid(lu->ne)
Stefan Richtera237f352005-11-07 06:31:39 -05001994 && (scsi_status != SBP2_SCSI_STATUS_GOOD)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995 SBP2_ERR("Completing command with busy (bus reset)");
1996 SCpnt->result = DID_BUS_BUSY << 16;
1997 }
1998
Stefan Richtere8ca5662006-11-02 21:16:08 +01001999 /* Tell the SCSI stack that we're done with this command. */
Stefan Richtera237f352005-11-07 06:31:39 -05002000 done(SCpnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001}
2002
Jody McIntyreabd559b2005-09-30 11:59:06 -07002003static int sbp2scsi_slave_alloc(struct scsi_device *sdev)
2004{
Stefan Richter138c8af2006-11-02 21:16:08 +01002005 struct sbp2_lu *lu = (struct sbp2_lu *)sdev->host->hostdata[0];
Stefan Richtera80614d2006-02-14 22:04:19 -05002006
Stefan Richter138c8af2006-11-02 21:16:08 +01002007 lu->sdev = sdev;
Stefan Richterc394f1e2006-08-07 20:48:00 +02002008 sdev->allow_restart = 1;
Stefan Richtera80614d2006-02-14 22:04:19 -05002009
Stefan Richter138c8af2006-11-02 21:16:08 +01002010 if (lu->workarounds & SBP2_WORKAROUND_INQUIRY_36)
Stefan Richtera80614d2006-02-14 22:04:19 -05002011 sdev->inquiry_len = 36;
Jody McIntyreabd559b2005-09-30 11:59:06 -07002012 return 0;
2013}
2014
Jody McIntyreabd559b2005-09-30 11:59:06 -07002015static int sbp2scsi_slave_configure(struct scsi_device *sdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016{
Stefan Richter138c8af2006-11-02 21:16:08 +01002017 struct sbp2_lu *lu = (struct sbp2_lu *)sdev->host->hostdata[0];
Stefan Richter24d3bf82006-05-15 22:04:59 +02002018
Ben Collins365c7862005-11-07 06:31:24 -05002019 sdev->use_10_for_rw = 1;
Stefan Richter24d3bf82006-05-15 22:04:59 +02002020
Stefan Richter1a74bc62007-01-10 20:17:15 +01002021 if (sdev->type == TYPE_ROM)
2022 sdev->use_10_for_ms = 1;
Stefan Richter24d3bf82006-05-15 22:04:59 +02002023 if (sdev->type == TYPE_DISK &&
Stefan Richter138c8af2006-11-02 21:16:08 +01002024 lu->workarounds & SBP2_WORKAROUND_MODE_SENSE_8)
Stefan Richter24d3bf82006-05-15 22:04:59 +02002025 sdev->skip_ms_page_8 = 1;
Stefan Richter138c8af2006-11-02 21:16:08 +01002026 if (lu->workarounds & SBP2_WORKAROUND_FIX_CAPACITY)
Stefan Richtere9a1c522006-05-15 22:06:37 +02002027 sdev->fix_capacity = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028 return 0;
2029}
2030
Jody McIntyreabd559b2005-09-30 11:59:06 -07002031static void sbp2scsi_slave_destroy(struct scsi_device *sdev)
2032{
Stefan Richter138c8af2006-11-02 21:16:08 +01002033 ((struct sbp2_lu *)sdev->host->hostdata[0])->sdev = NULL;
Jody McIntyreabd559b2005-09-30 11:59:06 -07002034 return;
2035}
2036
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037/*
Stefan Richtere8ca5662006-11-02 21:16:08 +01002038 * Called by scsi stack when something has really gone wrong.
2039 * Usually called when a command has timed-out for some reason.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040 */
2041static int sbp2scsi_abort(struct scsi_cmnd *SCpnt)
2042{
Stefan Richter138c8af2006-11-02 21:16:08 +01002043 struct sbp2_lu *lu = (struct sbp2_lu *)SCpnt->device->host->hostdata[0];
2044 struct sbp2_fwhost_info *hi = lu->hi;
2045 struct sbp2_command_info *cmd;
Stefan Richter24c7cd02006-04-01 21:11:41 +02002046 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047
Stefan Richter35644092006-11-02 21:16:08 +01002048 SBP2_INFO("aborting sbp2 command");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049 scsi_print_command(SCpnt);
2050
Stefan Richter138c8af2006-11-02 21:16:08 +01002051 if (sbp2util_node_is_available(lu)) {
2052 sbp2_agent_reset(lu, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053
Stefan Richter23077f12006-09-11 20:17:14 +02002054 /* Return a matching command structure to the free pool. */
Stefan Richter138c8af2006-11-02 21:16:08 +01002055 spin_lock_irqsave(&lu->cmd_orb_lock, flags);
2056 cmd = sbp2util_find_command_for_SCpnt(lu, SCpnt);
2057 if (cmd) {
Stefan Richter97d552e2006-12-29 23:47:04 +01002058 dma_sync_single_for_cpu(hi->host->device.parent,
Stefan Richter138c8af2006-11-02 21:16:08 +01002059 cmd->command_orb_dma,
2060 sizeof(struct sbp2_command_orb),
Stefan Richter9b7d9c02006-11-22 21:44:34 +01002061 DMA_TO_DEVICE);
Stefan Richter97d552e2006-12-29 23:47:04 +01002062 dma_sync_single_for_cpu(hi->host->device.parent,
2063 cmd->sge_dma,
Stefan Richter138c8af2006-11-02 21:16:08 +01002064 sizeof(cmd->scatter_gather_element),
Stefan Richter2446a792007-02-04 20:54:57 +01002065 DMA_TO_DEVICE);
Stefan Richter138c8af2006-11-02 21:16:08 +01002066 sbp2util_mark_command_completed(lu, cmd);
2067 if (cmd->Current_SCpnt) {
2068 cmd->Current_SCpnt->result = DID_ABORT << 16;
2069 cmd->Current_done(cmd->Current_SCpnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 }
2071 }
Stefan Richter138c8af2006-11-02 21:16:08 +01002072 spin_unlock_irqrestore(&lu->cmd_orb_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073
Stefan Richter138c8af2006-11-02 21:16:08 +01002074 sbp2scsi_complete_all_commands(lu, DID_BUS_BUSY);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075 }
2076
Stefan Richtera237f352005-11-07 06:31:39 -05002077 return SUCCESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078}
2079
2080/*
2081 * Called by scsi stack when something has really gone wrong.
2082 */
Jody McIntyreabd559b2005-09-30 11:59:06 -07002083static int sbp2scsi_reset(struct scsi_cmnd *SCpnt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084{
Stefan Richter138c8af2006-11-02 21:16:08 +01002085 struct sbp2_lu *lu = (struct sbp2_lu *)SCpnt->device->host->hostdata[0];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086
Stefan Richter35644092006-11-02 21:16:08 +01002087 SBP2_INFO("reset requested");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088
Stefan Richter138c8af2006-11-02 21:16:08 +01002089 if (sbp2util_node_is_available(lu)) {
Stefan Richter35644092006-11-02 21:16:08 +01002090 SBP2_INFO("generating sbp2 fetch agent reset");
Stefan Richter138c8af2006-11-02 21:16:08 +01002091 sbp2_agent_reset(lu, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092 }
2093
Jody McIntyreabd559b2005-09-30 11:59:06 -07002094 return SUCCESS;
Jeff Garzik 94d0e7b82005-05-28 07:55:48 -04002095}
2096
Stefan Richtera237f352005-11-07 06:31:39 -05002097static ssize_t sbp2_sysfs_ieee1394_id_show(struct device *dev,
2098 struct device_attribute *attr,
2099 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100{
2101 struct scsi_device *sdev;
Stefan Richter138c8af2006-11-02 21:16:08 +01002102 struct sbp2_lu *lu;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103
2104 if (!(sdev = to_scsi_device(dev)))
2105 return 0;
2106
Stefan Richter138c8af2006-11-02 21:16:08 +01002107 if (!(lu = (struct sbp2_lu *)sdev->host->hostdata[0]))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108 return 0;
2109
Stefan Richter138c8af2006-11-02 21:16:08 +01002110 return sprintf(buf, "%016Lx:%d:%d\n", (unsigned long long)lu->ne->guid,
2111 lu->ud->id, ORB_SET_LUN(lu->lun));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113
2114MODULE_AUTHOR("Ben Collins <bcollins@debian.org>");
2115MODULE_DESCRIPTION("IEEE-1394 SBP-2 protocol driver");
2116MODULE_SUPPORTED_DEVICE(SBP2_DEVICE_NAME);
2117MODULE_LICENSE("GPL");
2118
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119static int sbp2_module_init(void)
2120{
2121 int ret;
2122
Stefan Richterca0c7452006-11-02 21:16:08 +01002123 if (sbp2_serialize_io) {
2124 sbp2_shost_template.can_queue = 1;
2125 sbp2_shost_template.cmd_per_lun = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126 }
2127
Stefan Richter24d3bf82006-05-15 22:04:59 +02002128 if (sbp2_default_workarounds & SBP2_WORKAROUND_128K_MAX_TRANS &&
Stefan Richterca0c7452006-11-02 21:16:08 +01002129 (sbp2_max_sectors * 512) > (128 * 1024))
2130 sbp2_max_sectors = 128 * 1024 / 512;
2131 sbp2_shost_template.max_sectors = sbp2_max_sectors;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 hpsb_register_highlevel(&sbp2_highlevel);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134 ret = hpsb_register_protocol(&sbp2_driver);
2135 if (ret) {
2136 SBP2_ERR("Failed to register protocol");
2137 hpsb_unregister_highlevel(&sbp2_highlevel);
2138 return ret;
2139 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140 return 0;
2141}
2142
2143static void __exit sbp2_module_exit(void)
2144{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145 hpsb_unregister_protocol(&sbp2_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146 hpsb_unregister_highlevel(&sbp2_highlevel);
2147}
2148
2149module_init(sbp2_module_init);
2150module_exit(sbp2_module_exit);