2 * Disk Array driver for HP Smart Array SAS controllers
3 * Copyright 2000, 2009 Hewlett-Packard Development Company, L.P.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
12 * NON INFRINGEMENT. See the GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 * Questions/Comments/Bugfixes to iss_storagedev@hp.com
24 /* general boundary defintions */
25 #define SENSEINFOBYTES 32 /* may vary between hbas */
26 #define MAXSGENTRIES 32
27 #define HPSA_SG_CHAIN 0x80000000
28 #define MAXREPLYQS 256
30 /* Command Status value */
31 #define CMD_SUCCESS 0x0000
32 #define CMD_TARGET_STATUS 0x0001
33 #define CMD_DATA_UNDERRUN 0x0002
34 #define CMD_DATA_OVERRUN 0x0003
35 #define CMD_INVALID 0x0004
36 #define CMD_PROTOCOL_ERR 0x0005
37 #define CMD_HARDWARE_ERR 0x0006
38 #define CMD_CONNECTION_LOST 0x0007
39 #define CMD_ABORTED 0x0008
40 #define CMD_ABORT_FAILED 0x0009
41 #define CMD_UNSOLICITED_ABORT 0x000A
42 #define CMD_TIMEOUT 0x000B
43 #define CMD_UNABORTABLE 0x000C
45 /* Unit Attentions ASC's as defined for the MSA2012sa */
46 #define POWER_OR_RESET 0x29
47 #define STATE_CHANGED 0x2a
48 #define UNIT_ATTENTION_CLEARED 0x2f
49 #define LUN_FAILED 0x3e
50 #define REPORT_LUNS_CHANGED 0x3f
52 /* Unit Attentions ASCQ's as defined for the MSA2012sa */
54 /* These ASCQ's defined for ASC = POWER_OR_RESET */
55 #define POWER_ON_RESET 0x00
56 #define POWER_ON_REBOOT 0x01
57 #define SCSI_BUS_RESET 0x02
58 #define MSA_TARGET_RESET 0x03
59 #define CONTROLLER_FAILOVER 0x04
60 #define TRANSCEIVER_SE 0x05
61 #define TRANSCEIVER_LVD 0x06
63 /* These ASCQ's defined for ASC = STATE_CHANGED */
64 #define RESERVATION_PREEMPTED 0x03
65 #define ASYM_ACCESS_CHANGED 0x06
66 #define LUN_CAPACITY_CHANGED 0x09
68 /* transfer direction */
69 #define XFER_NONE 0x00
70 #define XFER_WRITE 0x01
71 #define XFER_READ 0x02
72 #define XFER_RSVD 0x03
75 #define ATTR_UNTAGGED 0x00
76 #define ATTR_SIMPLE 0x04
77 #define ATTR_HEADOFQUEUE 0x05
78 #define ATTR_ORDERED 0x06
85 /* config space register offsets */
86 #define CFG_VENDORID 0x00
87 #define CFG_DEVICEID 0x02
88 #define CFG_I2OBAR 0x10
89 #define CFG_MEM1BAR 0x14
91 /* i2o space register offsets */
92 #define I2O_IBDB_SET 0x20
93 #define I2O_IBDB_CLEAR 0x70
94 #define I2O_INT_STATUS 0x30
95 #define I2O_INT_MASK 0x34
96 #define I2O_IBPOST_Q 0x40
97 #define I2O_OBPOST_Q 0x44
98 #define I2O_DMA1_CFG 0x214
100 /* Configuration Table */
101 #define CFGTBL_ChangeReq 0x00000001l
102 #define CFGTBL_AccCmds 0x00000001l
104 #define CFGTBL_Trans_Simple 0x00000002l
105 #define CFGTBL_Trans_Performant 0x00000004l
107 #define CFGTBL_BusType_Ultra2 0x00000001l
108 #define CFGTBL_BusType_Ultra3 0x00000002l
109 #define CFGTBL_BusType_Fibre1G 0x00000100l
110 #define CFGTBL_BusType_Fibre2G 0x00000200l
121 /* FIXME this is a per controller value (barf!) */
122 #define HPSA_MAX_TARGETS_PER_CTLR 16
123 #define HPSA_MAX_LUN 256
124 #define HPSA_MAX_PHYS_LUN 1024
126 /* SCSI-3 Commands */
129 #define HPSA_INQUIRY 0x12
134 #define HPSA_REPORT_LOG 0xc2 /* Report Logical LUNs */
135 #define HPSA_REPORT_PHYS 0xc3 /* Report Physical LUNs */
136 struct ReportLUNdata
{
139 u8 LUN
[HPSA_MAX_LUN
][8];
142 struct ReportExtendedLUNdata
{
144 u8 extended_response_flag
;
146 u8 LUN
[HPSA_MAX_LUN
][24];
149 struct SenseSubsystem_info
{
155 #define HPSA_READ_CAPACITY 0x25 /* Read Capacity */
157 u8 total_size
[4]; /* Total size in blocks */
158 u8 block_size
[4]; /* Size of blocks in bytes */
162 /* 12 byte commands not implemented in firmware yet. */
163 #define HPSA_READ 0xa8
164 #define HPSA_WRITE 0xaa
167 #define HPSA_READ 0x28 /* Read(10) */
168 #define HPSA_WRITE 0x2a /* Write(10) */
171 #define BMIC_READ 0x26
172 #define BMIC_WRITE 0x27
173 #define BMIC_CACHE_FLUSH 0xc2
174 #define HPSA_CACHE_FLUSH 0x01 /* C2 was already being used by HPSA */
176 /* Command List Structure */
200 /* 2 level target device addr */
201 union SCSI3Addr Target
[2];
212 union SCSI3Addr SCSI3Lun
[4];
213 struct PhysDevAddr PhysDev
;
214 struct LogDevAddr LogDev
;
217 struct CommandListHeader
{
225 struct RequestBlock
{
236 struct ErrDescriptor
{
241 struct SGDescriptor
{
255 u8 offense_size
; /* size of offending entry */
256 u8 offense_num
; /* byte # of offense 0-base */
265 union MoreErrInfo MoreErrInfo
;
266 u8 SenseInfo
[SENSEINFOBYTES
];
269 #define CMD_IOCTL_PEND 0x01
270 #define CMD_SCSI 0x03
272 /* This structure needs to be divisible by 32 for new
273 * indexing method and performant mode.
277 #define USEEXTRA ((sizeof(void *) - 4)/4)
278 #define PADSIZE (PAD32 + PAD64DIFF * USEEXTRA)
280 #define DIRECT_LOOKUP_SHIFT 5
281 #define DIRECT_LOOKUP_BIT 0x10
283 #define HPSA_ERROR_BIT 0x02
284 struct ctlr_info
; /* defined in hpsa.h */
285 /* The size of this structure needs to be divisible by 32
286 * on all architectures because low 5 bits of the addresses
287 * are used as follows:
289 * bit 0: to device, used to indicate "performant mode" command
290 * from device, indidcates error status.
291 * bit 1-3: to device, indicates block fetch table entry for
292 * reducing DMA in fetching commands from host memory.
293 * bit 4: used to indicate whether tag is "direct lookup" (index),
298 struct CommandListHeader Header
;
299 struct RequestBlock Request
;
300 struct ErrDescriptor ErrDesc
;
301 struct SGDescriptor SG
[MAXSGENTRIES
];
302 /* information associated with the command */
303 u32 busaddr
; /* physical addr of this record */
304 struct ErrorInfo
*err_info
; /* pointer to the allocated mem */
308 struct hlist_node list
;
310 struct completion
*waiting
;
313 /* on 64 bit architectures, to get this to be 32-byte-aligned
314 * it so happens we need PAD_64 bytes of padding, on 32 bit systems,
315 * we need PAD_32 bytes of padding (see below). This does that.
316 * If it happens that 64 bit and 32 bit systems need different
317 * padding, PAD_32 and PAD_64 can be set independently, and.
318 * the code below will do the right thing.
320 #define IS_32_BIT ((8 - sizeof(long))/4)
321 #define IS_64_BIT (!IS_32_BIT)
324 #define COMMANDLIST_PAD (IS_32_BIT * PAD_32 + IS_64_BIT * PAD_64)
325 u8 pad
[COMMANDLIST_PAD
];
328 /* Configuration Table Structure */
330 u32 TransportRequest
;
336 #define SIMPLE_MODE 0x02
337 #define PERFORMANT_MODE 0x04
338 #define MEMQ_MODE 0x08
343 u32 TransportSupport
;
345 struct HostWrite HostWrite
;
348 u32 TransMethodOffset
;
352 u32 MaxScatterGatherElements
;
354 u32 MaxPhysicalDevices
;
355 u32 MaxPhysicalDrivesPerLogicalUnit
;
356 u32 MaxPerformantModeCommands
;
359 #define NUM_BLOCKFETCH_ENTRIES 8
360 struct TransTable_struct
{
361 u32 BlockFetch
[NUM_BLOCKFETCH_ENTRIES
];
364 u32 RepQCtrAddrLow32
;
365 u32 RepQCtrAddrHigh32
;
370 struct hpsa_pci_info
{
372 unsigned char dev_fn
;
373 unsigned short domain
;
378 #endif /* HPSA_CMD_H */