blob: 4f2f1d2e9875868bb9db49b47aa0023926d4ce6a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * ipr.h -- driver for IBM Power Linux RAID adapters
3 *
4 * Written By: Brian King <brking@us.ibm.com>, IBM Corporation
5 *
6 * Copyright (C) 2003, 2004 IBM Corporation
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 *
Alan Coxfa195af2008-10-27 15:16:36 +000022 * Alan Cox <alan@lxorguk.ukuu.org.uk> - Removed several careless u32/dma_addr_t errors
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 * that broke 64bit platforms.
24 */
25
26#ifndef _IPR_H
27#define _IPR_H
28
29#include <linux/types.h>
30#include <linux/completion.h>
Brian King35a39692006-09-25 12:39:20 -050031#include <linux/libata.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include <linux/list.h>
33#include <linux/kref.h>
34#include <scsi/scsi.h>
35#include <scsi/scsi_cmnd.h>
36
37/*
38 * Literals
39 */
Wayne Boyer95fecd92009-06-16 15:13:28 -070040#define IPR_DRIVER_VERSION "2.4.3"
41#define IPR_DRIVER_DATE "(June 10, 2009)"
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
43/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 * IPR_MAX_CMD_PER_LUN: This defines the maximum number of outstanding
45 * ops per device for devices not running tagged command queuing.
46 * This can be adjusted at runtime through sysfs device attributes.
47 */
48#define IPR_MAX_CMD_PER_LUN 6
Brian Kingb5145d22006-08-02 14:57:36 -050049#define IPR_MAX_CMD_PER_ATA_LUN 1
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
51/*
52 * IPR_NUM_BASE_CMD_BLKS: This defines the maximum number of
53 * ops the mid-layer can send to the adapter.
54 */
55#define IPR_NUM_BASE_CMD_BLKS 100
56
Brian King60e74862006-11-21 10:28:10 -060057#define PCI_DEVICE_ID_IBM_OBSIDIAN_E 0x0339
Brian King185eb312007-03-29 12:42:53 -050058#define PCI_DEVICE_ID_IBM_SCAMP_E 0x034A
Brian King60e74862006-11-21 10:28:10 -060059
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#define IPR_SUBS_DEV_ID_2780 0x0264
61#define IPR_SUBS_DEV_ID_5702 0x0266
62#define IPR_SUBS_DEV_ID_5703 0x0278
63#define IPR_SUBS_DEV_ID_572E 0x028D
64#define IPR_SUBS_DEV_ID_573E 0x02D3
65#define IPR_SUBS_DEV_ID_573D 0x02D4
66#define IPR_SUBS_DEV_ID_571A 0x02C0
67#define IPR_SUBS_DEV_ID_571B 0x02BE
68#define IPR_SUBS_DEV_ID_571E 0x02BF
brking@us.ibm.com86f51432005-11-01 17:02:42 -060069#define IPR_SUBS_DEV_ID_571F 0x02D5
70#define IPR_SUBS_DEV_ID_572A 0x02C1
71#define IPR_SUBS_DEV_ID_572B 0x02C2
Brian King60e74862006-11-21 10:28:10 -060072#define IPR_SUBS_DEV_ID_572F 0x02C3
Brian King185eb312007-03-29 12:42:53 -050073#define IPR_SUBS_DEV_ID_574D 0x030B
74#define IPR_SUBS_DEV_ID_574E 0x030A
brking@us.ibm.com86f51432005-11-01 17:02:42 -060075#define IPR_SUBS_DEV_ID_575B 0x030D
Brian King60e74862006-11-21 10:28:10 -060076#define IPR_SUBS_DEV_ID_575C 0x0338
Brian King185eb312007-03-29 12:42:53 -050077#define IPR_SUBS_DEV_ID_575D 0x033E
78#define IPR_SUBS_DEV_ID_57B3 0x033A
Brian King60e74862006-11-21 10:28:10 -060079#define IPR_SUBS_DEV_ID_57B7 0x0360
80#define IPR_SUBS_DEV_ID_57B8 0x02C2
Linus Torvalds1da177e2005-04-16 15:20:36 -070081
82#define IPR_NAME "ipr"
83
84/*
85 * Return codes
86 */
87#define IPR_RC_JOB_CONTINUE 1
88#define IPR_RC_JOB_RETURN 2
89
90/*
91 * IOASCs
92 */
93#define IPR_IOASC_NR_INIT_CMD_REQUIRED 0x02040200
Brian King65f56472007-04-26 16:00:12 -050094#define IPR_IOASC_NR_IOA_RESET_REQUIRED 0x02048000
Linus Torvalds1da177e2005-04-16 15:20:36 -070095#define IPR_IOASC_SYNC_REQUIRED 0x023f0000
96#define IPR_IOASC_MED_DO_NOT_REALLOC 0x03110C00
97#define IPR_IOASC_HW_SEL_TIMEOUT 0x04050000
98#define IPR_IOASC_HW_DEV_BUS_STATUS 0x04448500
99#define IPR_IOASC_IOASC_MASK 0xFFFFFF00
100#define IPR_IOASC_SCSI_STATUS_MASK 0x000000FF
brking@us.ibm.comdfed8232005-11-01 17:02:55 -0600101#define IPR_IOASC_IR_INVALID_REQ_TYPE_OR_PKT 0x05240000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102#define IPR_IOASC_IR_RESOURCE_HANDLE 0x05250000
brking@us.ibm.comb0df54b2005-11-01 17:01:47 -0600103#define IPR_IOASC_IR_NO_CMDS_TO_2ND_IOA 0x05258100
104#define IPR_IOASA_IR_DUAL_IOA_DISABLED 0x052C8000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105#define IPR_IOASC_BUS_WAS_RESET 0x06290000
106#define IPR_IOASC_BUS_WAS_RESET_BY_OTHER 0x06298000
107#define IPR_IOASC_ABORTED_CMD_TERM_BY_HOST 0x0B5A0000
108
109#define IPR_FIRST_DRIVER_IOASC 0x10000000
110#define IPR_IOASC_IOA_WAS_RESET 0x10000001
111#define IPR_IOASC_PCI_ACCESS_ERROR 0x10000002
112
Brian King5469cb52007-03-29 12:42:40 -0500113/* Driver data flags */
114#define IPR_USE_LONG_TRANSOP_TIMEOUT 0x00000001
Brian King463fc692007-05-07 17:09:05 -0500115#define IPR_USE_PCI_WARM_RESET 0x00000002
Brian King5469cb52007-03-29 12:42:40 -0500116
Brian Kingac719ab2006-11-21 10:28:42 -0600117#define IPR_DEFAULT_MAX_ERROR_DUMP 984
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118#define IPR_NUM_LOG_HCAMS 2
119#define IPR_NUM_CFG_CHG_HCAMS 2
120#define IPR_NUM_HCAMS (IPR_NUM_LOG_HCAMS + IPR_NUM_CFG_CHG_HCAMS)
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800121
122#define IPR_MAX_SIS64_TARGETS_PER_BUS 1024
123#define IPR_MAX_SIS64_LUNS_PER_TARGET 0xffffffff
124
brking@us.ibm.comd71a8b02005-11-01 17:02:49 -0600125#define IPR_MAX_NUM_TARGETS_PER_BUS 256
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126#define IPR_MAX_NUM_LUNS_PER_TARGET 256
127#define IPR_MAX_NUM_VSET_LUNS_PER_TARGET 8
128#define IPR_VSET_BUS 0xff
129#define IPR_IOA_BUS 0xff
130#define IPR_IOA_TARGET 0xff
131#define IPR_IOA_LUN 0xff
Brian Kingb5145d22006-08-02 14:57:36 -0500132#define IPR_MAX_NUM_BUSES 16
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133#define IPR_MAX_BUS_TO_SCAN IPR_MAX_NUM_BUSES
134
135#define IPR_NUM_RESET_RELOAD_RETRIES 3
136
137/* We need resources for HCAMS, IOA reset, IOA bringdown, and ERP */
138#define IPR_NUM_INTERNAL_CMD_BLKS (IPR_NUM_HCAMS + \
139 ((IPR_NUM_RESET_RELOAD_RETRIES + 1) * 2) + 3)
140
141#define IPR_MAX_COMMANDS IPR_NUM_BASE_CMD_BLKS
142#define IPR_NUM_CMD_BLKS (IPR_NUM_BASE_CMD_BLKS + \
143 IPR_NUM_INTERNAL_CMD_BLKS)
144
145#define IPR_MAX_PHYSICAL_DEVS 192
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800146#define IPR_DEFAULT_SIS64_DEVS 1024
147#define IPR_MAX_SIS64_DEVS 4096
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148
149#define IPR_MAX_SGLIST 64
150#define IPR_IOA_MAX_SECTORS 32767
151#define IPR_VSET_MAX_SECTORS 512
152#define IPR_MAX_CDB_LEN 16
Wayne Boyer3feeb89d2009-10-20 11:09:00 -0700153#define IPR_MAX_HRRQ_RETRIES 3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154
155#define IPR_DEFAULT_BUS_WIDTH 16
156#define IPR_80MBs_SCSI_RATE ((80 * 10) / (IPR_DEFAULT_BUS_WIDTH / 8))
157#define IPR_U160_SCSI_RATE ((160 * 10) / (IPR_DEFAULT_BUS_WIDTH / 8))
158#define IPR_U320_SCSI_RATE ((320 * 10) / (IPR_DEFAULT_BUS_WIDTH / 8))
159#define IPR_MAX_SCSI_RATE(width) ((320 * 10) / ((width) / 8))
160
161#define IPR_IOA_RES_HANDLE 0xffffffff
Brian King1121b792006-03-29 09:37:16 -0600162#define IPR_INVALID_RES_HANDLE 0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163#define IPR_IOA_RES_ADDR 0x00ffffff
164
165/*
166 * Adapter Commands
167 */
168#define IPR_QUERY_RSRC_STATE 0xC2
169#define IPR_RESET_DEVICE 0xC3
170#define IPR_RESET_TYPE_SELECT 0x80
171#define IPR_LUN_RESET 0x40
172#define IPR_TARGET_RESET 0x20
173#define IPR_BUS_RESET 0x10
Brian Kingb5145d22006-08-02 14:57:36 -0500174#define IPR_ATA_PHY_RESET 0x80
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175#define IPR_ID_HOST_RR_Q 0xC4
176#define IPR_QUERY_IOA_CONFIG 0xC5
177#define IPR_CANCEL_ALL_REQUESTS 0xCE
178#define IPR_HOST_CONTROLLED_ASYNC 0xCF
179#define IPR_HCAM_CDB_OP_CODE_CONFIG_CHANGE 0x01
180#define IPR_HCAM_CDB_OP_CODE_LOG_DATA 0x02
181#define IPR_SET_SUPPORTED_DEVICES 0xFB
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800182#define IPR_SET_ALL_SUPPORTED_DEVICES 0x80
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183#define IPR_IOA_SHUTDOWN 0xF7
184#define IPR_WR_BUF_DOWNLOAD_AND_SAVE 0x05
185
186/*
187 * Timeouts
188 */
189#define IPR_SHUTDOWN_TIMEOUT (ipr_fastfail ? 60 * HZ : 10 * 60 * HZ)
190#define IPR_VSET_RW_TIMEOUT (ipr_fastfail ? 30 * HZ : 2 * 60 * HZ)
191#define IPR_ABBREV_SHUTDOWN_TIMEOUT (10 * HZ)
Brian Kingac09c342007-04-26 16:00:16 -0500192#define IPR_DUAL_IOA_ABBR_SHUTDOWN_TO (2 * 60 * HZ)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193#define IPR_DEVICE_RESET_TIMEOUT (ipr_fastfail ? 10 * HZ : 30 * HZ)
194#define IPR_CANCEL_ALL_TIMEOUT (ipr_fastfail ? 10 * HZ : 30 * HZ)
195#define IPR_ABORT_TASK_TIMEOUT (ipr_fastfail ? 10 * HZ : 30 * HZ)
196#define IPR_INTERNAL_TIMEOUT (ipr_fastfail ? 10 * HZ : 30 * HZ)
197#define IPR_WRITE_BUFFER_TIMEOUT (10 * 60 * HZ)
198#define IPR_SET_SUP_DEVICE_TIMEOUT (2 * 60 * HZ)
199#define IPR_REQUEST_SENSE_TIMEOUT (10 * HZ)
200#define IPR_OPERATIONAL_TIMEOUT (5 * 60)
Brian King5469cb52007-03-29 12:42:40 -0500201#define IPR_LONG_OPERATIONAL_TIMEOUT (12 * 60)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202#define IPR_WAIT_FOR_RESET_TIMEOUT (2 * HZ)
203#define IPR_CHECK_FOR_RESET_TIMEOUT (HZ / 10)
204#define IPR_WAIT_FOR_BIST_TIMEOUT (2 * HZ)
Brian King463fc692007-05-07 17:09:05 -0500205#define IPR_PCI_RESET_TIMEOUT (HZ / 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206#define IPR_DUMP_TIMEOUT (15 * HZ)
207
208/*
209 * SCSI Literals
210 */
211#define IPR_VENDOR_ID_LEN 8
212#define IPR_PROD_ID_LEN 16
213#define IPR_SERIAL_NUM_LEN 8
214
215/*
216 * Hardware literals
217 */
218#define IPR_FMT2_MBX_ADDR_MASK 0x0fffffff
219#define IPR_FMT2_MBX_BAR_SEL_MASK 0xf0000000
220#define IPR_FMT2_MKR_BAR_SEL_SHIFT 28
221#define IPR_GET_FMT2_BAR_SEL(mbx) \
222(((mbx) & IPR_FMT2_MBX_BAR_SEL_MASK) >> IPR_FMT2_MKR_BAR_SEL_SHIFT)
223#define IPR_SDT_FMT2_BAR0_SEL 0x0
224#define IPR_SDT_FMT2_BAR1_SEL 0x1
225#define IPR_SDT_FMT2_BAR2_SEL 0x2
226#define IPR_SDT_FMT2_BAR3_SEL 0x3
227#define IPR_SDT_FMT2_BAR4_SEL 0x4
228#define IPR_SDT_FMT2_BAR5_SEL 0x5
229#define IPR_SDT_FMT2_EXP_ROM_SEL 0x8
230#define IPR_FMT2_SDT_READY_TO_USE 0xC4D4E3F2
Wayne Boyerdcbad002010-02-19 13:24:14 -0800231#define IPR_FMT3_SDT_READY_TO_USE 0xC4D4E3F3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232#define IPR_DOORBELL 0x82800000
brking@us.ibm.com3d1d0da2005-11-01 17:01:54 -0600233#define IPR_RUNTIME_RESET 0x40000000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234
235#define IPR_PCII_IOA_TRANS_TO_OPER (0x80000000 >> 0)
236#define IPR_PCII_IOARCB_XFER_FAILED (0x80000000 >> 3)
237#define IPR_PCII_IOA_UNIT_CHECKED (0x80000000 >> 4)
238#define IPR_PCII_NO_HOST_RRQ (0x80000000 >> 5)
239#define IPR_PCII_CRITICAL_OPERATION (0x80000000 >> 6)
240#define IPR_PCII_IO_DEBUG_ACKNOWLEDGE (0x80000000 >> 7)
241#define IPR_PCII_IOARRIN_LOST (0x80000000 >> 27)
242#define IPR_PCII_MMIO_ERROR (0x80000000 >> 28)
243#define IPR_PCII_PROC_ERR_STATE (0x80000000 >> 29)
244#define IPR_PCII_HRRQ_UPDATED (0x80000000 >> 30)
245#define IPR_PCII_CORE_ISSUED_RST_REQ (0x80000000 >> 31)
246
247#define IPR_PCII_ERROR_INTERRUPTS \
248(IPR_PCII_IOARCB_XFER_FAILED | IPR_PCII_IOA_UNIT_CHECKED | \
249IPR_PCII_NO_HOST_RRQ | IPR_PCII_IOARRIN_LOST | IPR_PCII_MMIO_ERROR)
250
251#define IPR_PCII_OPER_INTERRUPTS \
252(IPR_PCII_ERROR_INTERRUPTS | IPR_PCII_HRRQ_UPDATED | IPR_PCII_IOA_TRANS_TO_OPER)
253
254#define IPR_UPROCI_RESET_ALERT (0x80000000 >> 7)
255#define IPR_UPROCI_IO_DEBUG_ALERT (0x80000000 >> 9)
256
257#define IPR_LDUMP_MAX_LONG_ACK_DELAY_IN_USEC 200000 /* 200 ms */
258#define IPR_LDUMP_MAX_SHORT_ACK_DELAY_IN_USEC 200000 /* 200 ms */
259
260/*
261 * Dump literals
262 */
263#define IPR_MAX_IOA_DUMP_SIZE (4 * 1024 * 1024)
264#define IPR_NUM_SDT_ENTRIES 511
265#define IPR_MAX_NUM_DUMP_PAGES ((IPR_MAX_IOA_DUMP_SIZE / PAGE_SIZE) + 1)
266
267/*
268 * Misc literals
269 */
270#define IPR_NUM_IOADL_ENTRIES IPR_MAX_SGLIST
271
272/*
273 * Adapter interface types
274 */
275
276struct ipr_res_addr {
277 u8 reserved;
278 u8 bus;
279 u8 target;
280 u8 lun;
281#define IPR_GET_PHYS_LOC(res_addr) \
282 (((res_addr).bus << 16) | ((res_addr).target << 8) | (res_addr).lun)
283}__attribute__((packed, aligned (4)));
284
285struct ipr_std_inq_vpids {
286 u8 vendor_id[IPR_VENDOR_ID_LEN];
287 u8 product_id[IPR_PROD_ID_LEN];
288}__attribute__((packed));
289
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600290struct ipr_vpd {
291 struct ipr_std_inq_vpids vpids;
292 u8 sn[IPR_SERIAL_NUM_LEN];
293}__attribute__((packed));
294
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600295struct ipr_ext_vpd {
296 struct ipr_vpd vpd;
297 __be32 wwid[2];
298}__attribute__((packed));
299
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300struct ipr_std_inq_data {
301 u8 peri_qual_dev_type;
302#define IPR_STD_INQ_PERI_QUAL(peri) ((peri) >> 5)
303#define IPR_STD_INQ_PERI_DEV_TYPE(peri) ((peri) & 0x1F)
304
305 u8 removeable_medium_rsvd;
306#define IPR_STD_INQ_REMOVEABLE_MEDIUM 0x80
307
308#define IPR_IS_DASD_DEVICE(std_inq) \
309((IPR_STD_INQ_PERI_DEV_TYPE((std_inq).peri_qual_dev_type) == TYPE_DISK) && \
310!(((std_inq).removeable_medium_rsvd) & IPR_STD_INQ_REMOVEABLE_MEDIUM))
311
312#define IPR_IS_SES_DEVICE(std_inq) \
313(IPR_STD_INQ_PERI_DEV_TYPE((std_inq).peri_qual_dev_type) == TYPE_ENCLOSURE)
314
315 u8 version;
316 u8 aen_naca_fmt;
317 u8 additional_len;
318 u8 sccs_rsvd;
319 u8 bq_enc_multi;
320 u8 sync_cmdq_flags;
321
322 struct ipr_std_inq_vpids vpids;
323
324 u8 ros_rsvd_ram_rsvd[4];
325
326 u8 serial_num[IPR_SERIAL_NUM_LEN];
327}__attribute__ ((packed));
328
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800329#define IPR_RES_TYPE_AF_DASD 0x00
330#define IPR_RES_TYPE_GENERIC_SCSI 0x01
331#define IPR_RES_TYPE_VOLUME_SET 0x02
332#define IPR_RES_TYPE_REMOTE_AF_DASD 0x03
333#define IPR_RES_TYPE_GENERIC_ATA 0x04
334#define IPR_RES_TYPE_ARRAY 0x05
335#define IPR_RES_TYPE_IOAFP 0xff
336
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337struct ipr_config_table_entry {
Brian Kingb5145d22006-08-02 14:57:36 -0500338 u8 proto;
339#define IPR_PROTO_SATA 0x02
340#define IPR_PROTO_SATA_ATAPI 0x03
341#define IPR_PROTO_SAS_STP 0x06
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800342#define IPR_PROTO_SAS_STP_ATAPI 0x07
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343 u8 array_id;
344 u8 flags;
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800345#define IPR_IS_IOA_RESOURCE 0x80
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 u8 rsvd_subtype;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800348#define IPR_QUEUEING_MODEL(res) ((((res)->flags) & 0x70) >> 4)
349#define IPR_QUEUE_FROZEN_MODEL 0
brking@us.ibm.comee0a90f2005-11-01 17:02:22 -0600350#define IPR_QUEUE_NACA_MODEL 1
351
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352 struct ipr_res_addr res_addr;
353 __be32 res_handle;
354 __be32 reserved4[2];
355 struct ipr_std_inq_data std_inq_data;
356}__attribute__ ((packed, aligned (4)));
357
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800358struct ipr_config_table_entry64 {
359 u8 res_type;
360 u8 proto;
361 u8 vset_num;
362 u8 array_id;
363 __be16 flags;
364 __be16 res_flags;
365#define IPR_QUEUEING_MODEL64(res) ((((res)->res_flags) & 0x7000) >> 12)
366 __be32 res_handle;
367 u8 dev_id_type;
368 u8 reserved[3];
369 __be64 dev_id;
370 __be64 lun;
371 __be64 lun_wwn[2];
372#define IPR_MAX_RES_PATH_LENGTH 24
373 __be64 res_path;
374 struct ipr_std_inq_data std_inq_data;
375 u8 reserved2[4];
376 __be64 reserved3[2]; // description text
377 u8 reserved4[8];
378}__attribute__ ((packed, aligned (8)));
379
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380struct ipr_config_table_hdr {
381 u8 num_entries;
382 u8 flags;
383#define IPR_UCODE_DOWNLOAD_REQ 0x10
384 __be16 reserved;
385}__attribute__((packed, aligned (4)));
386
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800387struct ipr_config_table_hdr64 {
388 __be16 num_entries;
389 __be16 reserved;
390 u8 flags;
391 u8 reserved2[11];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392}__attribute__((packed, aligned (4)));
393
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800394struct ipr_config_table {
395 struct ipr_config_table_hdr hdr;
396 struct ipr_config_table_entry dev[0];
397}__attribute__((packed, aligned (4)));
398
399struct ipr_config_table64 {
400 struct ipr_config_table_hdr64 hdr64;
401 struct ipr_config_table_entry64 dev[0];
402}__attribute__((packed, aligned (8)));
403
404struct ipr_config_table_entry_wrapper {
405 union {
406 struct ipr_config_table_entry *cfgte;
407 struct ipr_config_table_entry64 *cfgte64;
408 } u;
409};
410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411struct ipr_hostrcb_cfg_ch_not {
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800412 union {
413 struct ipr_config_table_entry cfgte;
414 struct ipr_config_table_entry64 cfgte64;
415 } u;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416 u8 reserved[936];
417}__attribute__((packed, aligned (4)));
418
419struct ipr_supported_device {
420 __be16 data_length;
421 u8 reserved;
422 u8 num_records;
423 struct ipr_std_inq_vpids vpids;
424 u8 reserved2[16];
425}__attribute__((packed, aligned (4)));
426
427/* Command packet structure */
428struct ipr_cmd_pkt {
429 __be16 reserved; /* Reserved by IOA */
430 u8 request_type;
431#define IPR_RQTYPE_SCSICDB 0x00
432#define IPR_RQTYPE_IOACMD 0x01
433#define IPR_RQTYPE_HCAM 0x02
Brian Kingb5145d22006-08-02 14:57:36 -0500434#define IPR_RQTYPE_ATA_PASSTHRU 0x04
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435
Wayne Boyera32c0552010-02-19 13:23:36 -0800436 u8 reserved2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437
438 u8 flags_hi;
439#define IPR_FLAGS_HI_WRITE_NOT_READ 0x80
440#define IPR_FLAGS_HI_NO_ULEN_CHK 0x20
441#define IPR_FLAGS_HI_SYNC_OVERRIDE 0x10
442#define IPR_FLAGS_HI_SYNC_COMPLETE 0x08
443#define IPR_FLAGS_HI_NO_LINK_DESC 0x04
444
445 u8 flags_lo;
446#define IPR_FLAGS_LO_ALIGNED_BFR 0x20
447#define IPR_FLAGS_LO_DELAY_AFTER_RST 0x10
448#define IPR_FLAGS_LO_UNTAGGED_TASK 0x00
449#define IPR_FLAGS_LO_SIMPLE_TASK 0x02
450#define IPR_FLAGS_LO_ORDERED_TASK 0x04
451#define IPR_FLAGS_LO_HEAD_OF_Q_TASK 0x06
452#define IPR_FLAGS_LO_ACA_TASK 0x08
453
454 u8 cdb[16];
455 __be16 timeout;
456}__attribute__ ((packed, aligned(4)));
457
Wayne Boyera32c0552010-02-19 13:23:36 -0800458struct ipr_ioarcb_ata_regs { /* 22 bytes */
Brian Kingb5145d22006-08-02 14:57:36 -0500459 u8 flags;
460#define IPR_ATA_FLAG_PACKET_CMD 0x80
461#define IPR_ATA_FLAG_XFER_TYPE_DMA 0x40
462#define IPR_ATA_FLAG_STATUS_ON_GOOD_COMPLETION 0x20
463 u8 reserved[3];
464
465 __be16 data;
466 u8 feature;
467 u8 nsect;
468 u8 lbal;
469 u8 lbam;
470 u8 lbah;
471 u8 device;
472 u8 command;
473 u8 reserved2[3];
474 u8 hob_feature;
475 u8 hob_nsect;
476 u8 hob_lbal;
477 u8 hob_lbam;
478 u8 hob_lbah;
479 u8 ctl;
480}__attribute__ ((packed, aligned(4)));
481
Brian King51b1c7e2007-03-29 12:43:50 -0500482struct ipr_ioadl_desc {
483 __be32 flags_and_data_len;
484#define IPR_IOADL_FLAGS_MASK 0xff000000
485#define IPR_IOADL_GET_FLAGS(x) (be32_to_cpu(x) & IPR_IOADL_FLAGS_MASK)
486#define IPR_IOADL_DATA_LEN_MASK 0x00ffffff
487#define IPR_IOADL_GET_DATA_LEN(x) (be32_to_cpu(x) & IPR_IOADL_DATA_LEN_MASK)
488#define IPR_IOADL_FLAGS_READ 0x48000000
489#define IPR_IOADL_FLAGS_READ_LAST 0x49000000
490#define IPR_IOADL_FLAGS_WRITE 0x68000000
491#define IPR_IOADL_FLAGS_WRITE_LAST 0x69000000
492#define IPR_IOADL_FLAGS_LAST 0x01000000
493
494 __be32 address;
495}__attribute__((packed, aligned (8)));
496
Wayne Boyera32c0552010-02-19 13:23:36 -0800497struct ipr_ioadl64_desc {
498 __be32 flags;
499 __be32 data_len;
500 __be64 address;
501}__attribute__((packed, aligned (16)));
502
503struct ipr_ata64_ioadl {
504 struct ipr_ioarcb_ata_regs regs;
505 u16 reserved[5];
506 struct ipr_ioadl64_desc ioadl64[IPR_NUM_IOADL_ENTRIES];
507}__attribute__((packed, aligned (16)));
508
Brian Kingb5145d22006-08-02 14:57:36 -0500509struct ipr_ioarcb_add_data {
510 union {
511 struct ipr_ioarcb_ata_regs regs;
Brian King51b1c7e2007-03-29 12:43:50 -0500512 struct ipr_ioadl_desc ioadl[5];
Brian Kingb5145d22006-08-02 14:57:36 -0500513 __be32 add_cmd_parms[10];
Wayne Boyera32c0552010-02-19 13:23:36 -0800514 } u;
515}__attribute__ ((packed, aligned (4)));
516
517struct ipr_ioarcb_sis64_add_addr_ecb {
518 __be64 ioasa_host_pci_addr;
519 __be64 data_ioadl_addr;
520 __be64 reserved;
521 __be32 ext_control_buf[4];
522}__attribute__((packed, aligned (8)));
Brian Kingb5145d22006-08-02 14:57:36 -0500523
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524/* IOA Request Control Block 128 bytes */
525struct ipr_ioarcb {
Wayne Boyera32c0552010-02-19 13:23:36 -0800526 union {
527 __be32 ioarcb_host_pci_addr;
528 __be64 ioarcb_host_pci_addr64;
529 } a;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 __be32 res_handle;
531 __be32 host_response_handle;
532 __be32 reserved1;
533 __be32 reserved2;
534 __be32 reserved3;
535
Wayne Boyera32c0552010-02-19 13:23:36 -0800536 __be32 data_transfer_length;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537 __be32 read_data_transfer_length;
538 __be32 write_ioadl_addr;
Wayne Boyera32c0552010-02-19 13:23:36 -0800539 __be32 ioadl_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540 __be32 read_ioadl_addr;
541 __be32 read_ioadl_len;
542
543 __be32 ioasa_host_pci_addr;
544 __be16 ioasa_len;
545 __be16 reserved4;
546
547 struct ipr_cmd_pkt cmd_pkt;
548
Wayne Boyera32c0552010-02-19 13:23:36 -0800549 __be16 add_cmd_parms_offset;
550 __be16 add_cmd_parms_len;
551
552 union {
553 struct ipr_ioarcb_add_data add_data;
554 struct ipr_ioarcb_sis64_add_addr_ecb sis64_addr_data;
555 } u;
556
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557}__attribute__((packed, aligned (4)));
558
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559struct ipr_ioasa_vset {
560 __be32 failing_lba_hi;
561 __be32 failing_lba_lo;
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600562 __be32 reserved;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563}__attribute__((packed, aligned (4)));
564
565struct ipr_ioasa_af_dasd {
566 __be32 failing_lba;
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600567 __be32 reserved[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568}__attribute__((packed, aligned (4)));
569
570struct ipr_ioasa_gpdd {
571 u8 end_state;
572 u8 bus_phase;
573 __be16 reserved;
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600574 __be32 ioa_data[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575}__attribute__((packed, aligned (4)));
576
Brian Kingb5145d22006-08-02 14:57:36 -0500577struct ipr_ioasa_gata {
578 u8 error;
579 u8 nsect; /* Interrupt reason */
580 u8 lbal;
581 u8 lbam;
582 u8 lbah;
583 u8 device;
584 u8 status;
585 u8 alt_status; /* ATA CTL */
586 u8 hob_nsect;
587 u8 hob_lbal;
588 u8 hob_lbam;
589 u8 hob_lbah;
590}__attribute__((packed, aligned (4)));
591
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600592struct ipr_auto_sense {
593 __be16 auto_sense_len;
594 __be16 ioa_data_len;
595 __be32 data[SCSI_SENSE_BUFFERSIZE/sizeof(__be32)];
596};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597
598struct ipr_ioasa {
599 __be32 ioasc;
600#define IPR_IOASC_SENSE_KEY(ioasc) ((ioasc) >> 24)
601#define IPR_IOASC_SENSE_CODE(ioasc) (((ioasc) & 0x00ff0000) >> 16)
602#define IPR_IOASC_SENSE_QUAL(ioasc) (((ioasc) & 0x0000ff00) >> 8)
603#define IPR_IOASC_SENSE_STATUS(ioasc) ((ioasc) & 0x000000ff)
604
605 __be16 ret_stat_len; /* Length of the returned IOASA */
606
607 __be16 avail_stat_len; /* Total Length of status available. */
608
609 __be32 residual_data_len; /* number of bytes in the host data */
610 /* buffers that were not used by the IOARCB command. */
611
612 __be32 ilid;
613#define IPR_NO_ILID 0
614#define IPR_DRIVER_ILID 0xffffffff
615
616 __be32 fd_ioasc;
617
618 __be32 fd_phys_locator;
619
620 __be32 fd_res_handle;
621
622 __be32 ioasc_specific; /* status code specific field */
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600623#define IPR_ADDITIONAL_STATUS_FMT 0x80000000
624#define IPR_AUTOSENSE_VALID 0x40000000
Brian Kingb5145d22006-08-02 14:57:36 -0500625#define IPR_ATA_DEVICE_WAS_RESET 0x20000000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626#define IPR_IOASC_SPECIFIC_MASK 0x00ffffff
627#define IPR_FIELD_POINTER_VALID (0x80000000 >> 8)
628#define IPR_FIELD_POINTER_MASK 0x0000ffff
629
630 union {
631 struct ipr_ioasa_vset vset;
632 struct ipr_ioasa_af_dasd dasd;
633 struct ipr_ioasa_gpdd gpdd;
Brian Kingb5145d22006-08-02 14:57:36 -0500634 struct ipr_ioasa_gata gata;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 } u;
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600636
637 struct ipr_auto_sense auto_sense;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638}__attribute__((packed, aligned (4)));
639
640struct ipr_mode_parm_hdr {
641 u8 length;
642 u8 medium_type;
643 u8 device_spec_parms;
644 u8 block_desc_len;
645}__attribute__((packed));
646
647struct ipr_mode_pages {
648 struct ipr_mode_parm_hdr hdr;
649 u8 data[255 - sizeof(struct ipr_mode_parm_hdr)];
650}__attribute__((packed));
651
652struct ipr_mode_page_hdr {
653 u8 ps_page_code;
654#define IPR_MODE_PAGE_PS 0x80
655#define IPR_GET_MODE_PAGE_CODE(hdr) ((hdr)->ps_page_code & 0x3F)
656 u8 page_length;
657}__attribute__ ((packed));
658
659struct ipr_dev_bus_entry {
660 struct ipr_res_addr res_addr;
661 u8 flags;
662#define IPR_SCSI_ATTR_ENABLE_QAS 0x80
663#define IPR_SCSI_ATTR_DISABLE_QAS 0x40
664#define IPR_SCSI_ATTR_QAS_MASK 0xC0
665#define IPR_SCSI_ATTR_ENABLE_TM 0x20
666#define IPR_SCSI_ATTR_NO_TERM_PWR 0x10
667#define IPR_SCSI_ATTR_TM_SUPPORTED 0x08
668#define IPR_SCSI_ATTR_LVD_TO_SE_NOT_ALLOWED 0x04
669
670 u8 scsi_id;
671 u8 bus_width;
672 u8 extended_reset_delay;
673#define IPR_EXTENDED_RESET_DELAY 7
674
675 __be32 max_xfer_rate;
676
677 u8 spinup_delay;
678 u8 reserved3;
679 __be16 reserved4;
680}__attribute__((packed, aligned (4)));
681
682struct ipr_mode_page28 {
683 struct ipr_mode_page_hdr hdr;
684 u8 num_entries;
685 u8 entry_length;
686 struct ipr_dev_bus_entry bus[0];
687}__attribute__((packed));
688
Brian Kingac09c342007-04-26 16:00:16 -0500689struct ipr_mode_page24 {
690 struct ipr_mode_page_hdr hdr;
691 u8 flags;
692#define IPR_ENABLE_DUAL_IOA_AF 0x80
693}__attribute__((packed));
694
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695struct ipr_ioa_vpd {
696 struct ipr_std_inq_data std_inq_data;
697 u8 ascii_part_num[12];
698 u8 reserved[40];
699 u8 ascii_plant_code[4];
700}__attribute__((packed));
701
702struct ipr_inquiry_page3 {
703 u8 peri_qual_dev_type;
704 u8 page_code;
705 u8 reserved1;
706 u8 page_length;
707 u8 ascii_len;
708 u8 reserved2[3];
709 u8 load_id[4];
710 u8 major_release;
711 u8 card_type;
712 u8 minor_release[2];
713 u8 ptf_number[4];
714 u8 patch_number[4];
715}__attribute__((packed));
716
Brian Kingac09c342007-04-26 16:00:16 -0500717struct ipr_inquiry_cap {
718 u8 peri_qual_dev_type;
719 u8 page_code;
720 u8 reserved1;
721 u8 page_length;
722 u8 ascii_len;
723 u8 reserved2;
724 u8 sis_version[2];
725 u8 cap;
726#define IPR_CAP_DUAL_IOA_RAID 0x80
727 u8 reserved3[15];
728}__attribute__((packed));
729
brking@us.ibm.com62275042005-11-01 17:01:14 -0600730#define IPR_INQUIRY_PAGE0_ENTRIES 20
731struct ipr_inquiry_page0 {
732 u8 peri_qual_dev_type;
733 u8 page_code;
734 u8 reserved1;
735 u8 len;
736 u8 page[IPR_INQUIRY_PAGE0_ENTRIES];
737}__attribute__((packed));
738
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739struct ipr_hostrcb_device_data_entry {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600740 struct ipr_vpd vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741 struct ipr_res_addr dev_res_addr;
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600742 struct ipr_vpd new_vpd;
743 struct ipr_vpd ioa_last_with_dev_vpd;
744 struct ipr_vpd cfc_last_with_dev_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 __be32 ioa_data[5];
746}__attribute__((packed, aligned (4)));
747
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600748struct ipr_hostrcb_device_data_entry_enhanced {
749 struct ipr_ext_vpd vpd;
750 u8 ccin[4];
751 struct ipr_res_addr dev_res_addr;
752 struct ipr_ext_vpd new_vpd;
753 u8 new_ccin[4];
754 struct ipr_ext_vpd ioa_last_with_dev_vpd;
755 struct ipr_ext_vpd cfc_last_with_dev_vpd;
756}__attribute__((packed, aligned (4)));
757
Wayne Boyer4565e372010-02-19 13:24:07 -0800758struct ipr_hostrcb64_device_data_entry_enhanced {
759 struct ipr_ext_vpd vpd;
760 u8 ccin[4];
761 u8 res_path[8];
762 struct ipr_ext_vpd new_vpd;
763 u8 new_ccin[4];
764 struct ipr_ext_vpd ioa_last_with_dev_vpd;
765 struct ipr_ext_vpd cfc_last_with_dev_vpd;
766}__attribute__((packed, aligned (4)));
767
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768struct ipr_hostrcb_array_data_entry {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600769 struct ipr_vpd vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770 struct ipr_res_addr expected_dev_res_addr;
771 struct ipr_res_addr dev_res_addr;
772}__attribute__((packed, aligned (4)));
773
Wayne Boyer4565e372010-02-19 13:24:07 -0800774struct ipr_hostrcb64_array_data_entry {
775 struct ipr_ext_vpd vpd;
776 u8 ccin[4];
777 u8 expected_res_path[8];
778 u8 res_path[8];
779}__attribute__((packed, aligned (4)));
780
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600781struct ipr_hostrcb_array_data_entry_enhanced {
782 struct ipr_ext_vpd vpd;
783 u8 ccin[4];
784 struct ipr_res_addr expected_dev_res_addr;
785 struct ipr_res_addr dev_res_addr;
786}__attribute__((packed, aligned (4)));
787
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788struct ipr_hostrcb_type_ff_error {
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600789 __be32 ioa_data[502];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790}__attribute__((packed, aligned (4)));
791
792struct ipr_hostrcb_type_01_error {
793 __be32 seek_counter;
794 __be32 read_counter;
795 u8 sense_data[32];
796 __be32 ioa_data[236];
797}__attribute__((packed, aligned (4)));
798
799struct ipr_hostrcb_type_02_error {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600800 struct ipr_vpd ioa_vpd;
801 struct ipr_vpd cfc_vpd;
802 struct ipr_vpd ioa_last_attached_to_cfc_vpd;
803 struct ipr_vpd cfc_last_attached_to_ioa_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 __be32 ioa_data[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805}__attribute__((packed, aligned (4)));
806
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600807struct ipr_hostrcb_type_12_error {
808 struct ipr_ext_vpd ioa_vpd;
809 struct ipr_ext_vpd cfc_vpd;
810 struct ipr_ext_vpd ioa_last_attached_to_cfc_vpd;
811 struct ipr_ext_vpd cfc_last_attached_to_ioa_vpd;
812 __be32 ioa_data[3];
813}__attribute__((packed, aligned (4)));
814
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815struct ipr_hostrcb_type_03_error {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600816 struct ipr_vpd ioa_vpd;
817 struct ipr_vpd cfc_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 __be32 errors_detected;
819 __be32 errors_logged;
820 u8 ioa_data[12];
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600821 struct ipr_hostrcb_device_data_entry dev[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822}__attribute__((packed, aligned (4)));
823
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600824struct ipr_hostrcb_type_13_error {
825 struct ipr_ext_vpd ioa_vpd;
826 struct ipr_ext_vpd cfc_vpd;
827 __be32 errors_detected;
828 __be32 errors_logged;
829 struct ipr_hostrcb_device_data_entry_enhanced dev[3];
830}__attribute__((packed, aligned (4)));
831
Wayne Boyer4565e372010-02-19 13:24:07 -0800832struct ipr_hostrcb_type_23_error {
833 struct ipr_ext_vpd ioa_vpd;
834 struct ipr_ext_vpd cfc_vpd;
835 __be32 errors_detected;
836 __be32 errors_logged;
837 struct ipr_hostrcb64_device_data_entry_enhanced dev[3];
838}__attribute__((packed, aligned (4)));
839
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840struct ipr_hostrcb_type_04_error {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600841 struct ipr_vpd ioa_vpd;
842 struct ipr_vpd cfc_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 u8 ioa_data[12];
844 struct ipr_hostrcb_array_data_entry array_member[10];
845 __be32 exposed_mode_adn;
846 __be32 array_id;
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600847 struct ipr_vpd incomp_dev_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848 __be32 ioa_data2;
849 struct ipr_hostrcb_array_data_entry array_member2[8];
850 struct ipr_res_addr last_func_vset_res_addr;
851 u8 vset_serial_num[IPR_SERIAL_NUM_LEN];
852 u8 protection_level[8];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853}__attribute__((packed, aligned (4)));
854
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600855struct ipr_hostrcb_type_14_error {
856 struct ipr_ext_vpd ioa_vpd;
857 struct ipr_ext_vpd cfc_vpd;
858 __be32 exposed_mode_adn;
859 __be32 array_id;
860 struct ipr_res_addr last_func_vset_res_addr;
861 u8 vset_serial_num[IPR_SERIAL_NUM_LEN];
862 u8 protection_level[8];
863 __be32 num_entries;
864 struct ipr_hostrcb_array_data_entry_enhanced array_member[18];
865}__attribute__((packed, aligned (4)));
866
Wayne Boyer4565e372010-02-19 13:24:07 -0800867struct ipr_hostrcb_type_24_error {
868 struct ipr_ext_vpd ioa_vpd;
869 struct ipr_ext_vpd cfc_vpd;
870 u8 reserved[2];
871 u8 exposed_mode_adn;
872#define IPR_INVALID_ARRAY_DEV_NUM 0xff
873 u8 array_id;
874 u8 last_res_path[8];
875 u8 protection_level[8];
876 struct ipr_ext_vpd array_vpd;
877 u8 description[16];
878 u8 reserved2[3];
879 u8 num_entries;
880 struct ipr_hostrcb64_array_data_entry array_member[32];
881}__attribute__((packed, aligned (4)));
882
brking@us.ibm.comb0df54b2005-11-01 17:01:47 -0600883struct ipr_hostrcb_type_07_error {
884 u8 failure_reason[64];
885 struct ipr_vpd vpd;
886 u32 data[222];
887}__attribute__((packed, aligned (4)));
888
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600889struct ipr_hostrcb_type_17_error {
890 u8 failure_reason[64];
891 struct ipr_ext_vpd vpd;
892 u32 data[476];
893}__attribute__((packed, aligned (4)));
894
Brian King49dc6a12006-11-21 10:28:35 -0600895struct ipr_hostrcb_config_element {
896 u8 type_status;
897#define IPR_PATH_CFG_TYPE_MASK 0xF0
898#define IPR_PATH_CFG_NOT_EXIST 0x00
899#define IPR_PATH_CFG_IOA_PORT 0x10
900#define IPR_PATH_CFG_EXP_PORT 0x20
901#define IPR_PATH_CFG_DEVICE_PORT 0x30
902#define IPR_PATH_CFG_DEVICE_LUN 0x40
903
904#define IPR_PATH_CFG_STATUS_MASK 0x0F
905#define IPR_PATH_CFG_NO_PROB 0x00
906#define IPR_PATH_CFG_DEGRADED 0x01
907#define IPR_PATH_CFG_FAILED 0x02
908#define IPR_PATH_CFG_SUSPECT 0x03
909#define IPR_PATH_NOT_DETECTED 0x04
910#define IPR_PATH_INCORRECT_CONN 0x05
911
912 u8 cascaded_expander;
913 u8 phy;
914 u8 link_rate;
915#define IPR_PHY_LINK_RATE_MASK 0x0F
916
917 __be32 wwid[2];
918}__attribute__((packed, aligned (4)));
919
Wayne Boyer4565e372010-02-19 13:24:07 -0800920struct ipr_hostrcb64_config_element {
921 __be16 length;
922 u8 descriptor_id;
923#define IPR_DESCRIPTOR_MASK 0xC0
924#define IPR_DESCRIPTOR_SIS64 0x00
925
926 u8 reserved;
927 u8 type_status;
928
929 u8 reserved2[2];
930 u8 link_rate;
931
932 u8 res_path[8];
933 __be32 wwid[2];
934}__attribute__((packed, aligned (8)));
935
Brian King49dc6a12006-11-21 10:28:35 -0600936struct ipr_hostrcb_fabric_desc {
937 __be16 length;
938 u8 ioa_port;
939 u8 cascaded_expander;
940 u8 phy;
941 u8 path_state;
942#define IPR_PATH_ACTIVE_MASK 0xC0
943#define IPR_PATH_NO_INFO 0x00
944#define IPR_PATH_ACTIVE 0x40
945#define IPR_PATH_NOT_ACTIVE 0x80
946
947#define IPR_PATH_STATE_MASK 0x0F
948#define IPR_PATH_STATE_NO_INFO 0x00
949#define IPR_PATH_HEALTHY 0x01
950#define IPR_PATH_DEGRADED 0x02
951#define IPR_PATH_FAILED 0x03
952
953 __be16 num_entries;
954 struct ipr_hostrcb_config_element elem[1];
955}__attribute__((packed, aligned (4)));
956
Wayne Boyer4565e372010-02-19 13:24:07 -0800957struct ipr_hostrcb64_fabric_desc {
958 __be16 length;
959 u8 descriptor_id;
960
961 u8 reserved;
962 u8 path_state;
963
964 u8 reserved2[2];
965 u8 res_path[8];
966 u8 reserved3[6];
967 __be16 num_entries;
968 struct ipr_hostrcb64_config_element elem[1];
969}__attribute__((packed, aligned (8)));
970
Brian King49dc6a12006-11-21 10:28:35 -0600971#define for_each_fabric_cfg(fabric, cfg) \
972 for (cfg = (fabric)->elem; \
973 cfg < ((fabric)->elem + be16_to_cpu((fabric)->num_entries)); \
974 cfg++)
975
976struct ipr_hostrcb_type_20_error {
977 u8 failure_reason[64];
978 u8 reserved[3];
979 u8 num_entries;
980 struct ipr_hostrcb_fabric_desc desc[1];
981}__attribute__((packed, aligned (4)));
982
Wayne Boyer4565e372010-02-19 13:24:07 -0800983struct ipr_hostrcb_type_30_error {
984 u8 failure_reason[64];
985 u8 reserved[3];
986 u8 num_entries;
987 struct ipr_hostrcb64_fabric_desc desc[1];
988}__attribute__((packed, aligned (4)));
989
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990struct ipr_hostrcb_error {
Wayne Boyer4565e372010-02-19 13:24:07 -0800991 __be32 fd_ioasc;
992 struct ipr_res_addr fd_res_addr;
993 __be32 fd_res_handle;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 __be32 prc;
995 union {
996 struct ipr_hostrcb_type_ff_error type_ff_error;
997 struct ipr_hostrcb_type_01_error type_01_error;
998 struct ipr_hostrcb_type_02_error type_02_error;
999 struct ipr_hostrcb_type_03_error type_03_error;
1000 struct ipr_hostrcb_type_04_error type_04_error;
brking@us.ibm.comb0df54b2005-11-01 17:01:47 -06001001 struct ipr_hostrcb_type_07_error type_07_error;
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -06001002 struct ipr_hostrcb_type_12_error type_12_error;
1003 struct ipr_hostrcb_type_13_error type_13_error;
1004 struct ipr_hostrcb_type_14_error type_14_error;
1005 struct ipr_hostrcb_type_17_error type_17_error;
Brian King49dc6a12006-11-21 10:28:35 -06001006 struct ipr_hostrcb_type_20_error type_20_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 } u;
1008}__attribute__((packed, aligned (4)));
1009
Wayne Boyer4565e372010-02-19 13:24:07 -08001010struct ipr_hostrcb64_error {
1011 __be32 fd_ioasc;
1012 __be32 ioa_fw_level;
1013 __be32 fd_res_handle;
1014 __be32 prc;
1015 __be64 fd_dev_id;
1016 __be64 fd_lun;
1017 u8 fd_res_path[8];
1018 __be64 time_stamp;
1019 u8 reserved[2];
1020 union {
1021 struct ipr_hostrcb_type_ff_error type_ff_error;
1022 struct ipr_hostrcb_type_12_error type_12_error;
1023 struct ipr_hostrcb_type_17_error type_17_error;
1024 struct ipr_hostrcb_type_23_error type_23_error;
1025 struct ipr_hostrcb_type_24_error type_24_error;
1026 struct ipr_hostrcb_type_30_error type_30_error;
1027 } u;
1028}__attribute__((packed, aligned (8)));
1029
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030struct ipr_hostrcb_raw {
1031 __be32 data[sizeof(struct ipr_hostrcb_error)/sizeof(__be32)];
1032}__attribute__((packed, aligned (4)));
1033
1034struct ipr_hcam {
1035 u8 op_code;
1036#define IPR_HOST_RCB_OP_CODE_CONFIG_CHANGE 0xE1
1037#define IPR_HOST_RCB_OP_CODE_LOG_DATA 0xE2
1038
1039 u8 notify_type;
1040#define IPR_HOST_RCB_NOTIF_TYPE_EXISTING_CHANGED 0x00
1041#define IPR_HOST_RCB_NOTIF_TYPE_NEW_ENTRY 0x01
1042#define IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY 0x02
1043#define IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY 0x10
1044#define IPR_HOST_RCB_NOTIF_TYPE_INFORMATION_ENTRY 0x11
1045
1046 u8 notifications_lost;
1047#define IPR_HOST_RCB_NO_NOTIFICATIONS_LOST 0
1048#define IPR_HOST_RCB_NOTIFICATIONS_LOST 0x80
1049
1050 u8 flags;
1051#define IPR_HOSTRCB_INTERNAL_OPER 0x80
1052#define IPR_HOSTRCB_ERR_RESP_SENT 0x40
1053
1054 u8 overlay_id;
1055#define IPR_HOST_RCB_OVERLAY_ID_1 0x01
1056#define IPR_HOST_RCB_OVERLAY_ID_2 0x02
1057#define IPR_HOST_RCB_OVERLAY_ID_3 0x03
1058#define IPR_HOST_RCB_OVERLAY_ID_4 0x04
1059#define IPR_HOST_RCB_OVERLAY_ID_6 0x06
brking@us.ibm.comb0df54b2005-11-01 17:01:47 -06001060#define IPR_HOST_RCB_OVERLAY_ID_7 0x07
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -06001061#define IPR_HOST_RCB_OVERLAY_ID_12 0x12
1062#define IPR_HOST_RCB_OVERLAY_ID_13 0x13
1063#define IPR_HOST_RCB_OVERLAY_ID_14 0x14
1064#define IPR_HOST_RCB_OVERLAY_ID_16 0x16
1065#define IPR_HOST_RCB_OVERLAY_ID_17 0x17
Brian King49dc6a12006-11-21 10:28:35 -06001066#define IPR_HOST_RCB_OVERLAY_ID_20 0x20
Wayne Boyer4565e372010-02-19 13:24:07 -08001067#define IPR_HOST_RCB_OVERLAY_ID_23 0x23
1068#define IPR_HOST_RCB_OVERLAY_ID_24 0x24
1069#define IPR_HOST_RCB_OVERLAY_ID_26 0x26
1070#define IPR_HOST_RCB_OVERLAY_ID_30 0x30
1071#define IPR_HOST_RCB_OVERLAY_ID_DEFAULT 0xFF
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072
1073 u8 reserved1[3];
1074 __be32 ilid;
1075 __be32 time_since_last_ioa_reset;
1076 __be32 reserved2;
1077 __be32 length;
1078
1079 union {
1080 struct ipr_hostrcb_error error;
Wayne Boyer4565e372010-02-19 13:24:07 -08001081 struct ipr_hostrcb64_error error64;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082 struct ipr_hostrcb_cfg_ch_not ccn;
1083 struct ipr_hostrcb_raw raw;
1084 } u;
1085}__attribute__((packed, aligned (4)));
1086
1087struct ipr_hostrcb {
1088 struct ipr_hcam hcam;
1089 dma_addr_t hostrcb_dma;
1090 struct list_head queue;
Brian King49dc6a12006-11-21 10:28:35 -06001091 struct ipr_ioa_cfg *ioa_cfg;
Wayne Boyer4565e372010-02-19 13:24:07 -08001092 char rp_buffer[IPR_MAX_RES_PATH_LENGTH];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093};
1094
1095/* IPR smart dump table structures */
1096struct ipr_sdt_entry {
Wayne Boyerdcbad002010-02-19 13:24:14 -08001097 __be32 start_token;
1098 __be32 end_token;
1099 u8 reserved[4];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100
1101 u8 flags;
1102#define IPR_SDT_ENDIAN 0x80
1103#define IPR_SDT_VALID_ENTRY 0x20
1104
1105 u8 resv;
1106 __be16 priority;
1107}__attribute__((packed, aligned (4)));
1108
1109struct ipr_sdt_header {
1110 __be32 state;
1111 __be32 num_entries;
1112 __be32 num_entries_used;
1113 __be32 dump_size;
1114}__attribute__((packed, aligned (4)));
1115
1116struct ipr_sdt {
1117 struct ipr_sdt_header hdr;
1118 struct ipr_sdt_entry entry[IPR_NUM_SDT_ENTRIES];
1119}__attribute__((packed, aligned (4)));
1120
1121struct ipr_uc_sdt {
1122 struct ipr_sdt_header hdr;
1123 struct ipr_sdt_entry entry[1];
1124}__attribute__((packed, aligned (4)));
1125
1126/*
1127 * Driver types
1128 */
1129struct ipr_bus_attributes {
1130 u8 bus;
1131 u8 qas_enabled;
1132 u8 bus_width;
1133 u8 reserved;
1134 u32 max_xfer_rate;
1135};
1136
Brian King35a39692006-09-25 12:39:20 -05001137struct ipr_sata_port {
1138 struct ipr_ioa_cfg *ioa_cfg;
1139 struct ata_port *ap;
1140 struct ipr_resource_entry *res;
1141 struct ipr_ioasa_gata ioasa;
1142};
1143
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144struct ipr_resource_entry {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 u8 needs_sync_complete:1;
1146 u8 in_erp:1;
1147 u8 add_to_ml:1;
1148 u8 del_from_ml:1;
1149 u8 resetting_device:1;
1150
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001151 u32 bus; /* AKA channel */
1152 u32 target; /* AKA id */
1153 u32 lun;
1154#define IPR_ARRAY_VIRTUAL_BUS 0x1
1155#define IPR_VSET_VIRTUAL_BUS 0x2
1156#define IPR_IOAFP_VIRTUAL_BUS 0x3
1157
1158#define IPR_GET_RES_PHYS_LOC(res) \
1159 (((res)->bus << 24) | ((res)->target << 8) | (res)->lun)
1160
1161 u8 ata_class;
1162
1163 u8 flags;
1164 __be16 res_flags;
1165
1166 __be32 type;
1167
1168 u8 qmodel;
1169 struct ipr_std_inq_data std_inq_data;
1170
1171 __be32 res_handle;
1172 __be64 dev_id;
1173 struct scsi_lun dev_lun;
1174 u8 res_path[8];
1175
1176 struct ipr_ioa_cfg *ioa_cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177 struct scsi_device *sdev;
Brian King35a39692006-09-25 12:39:20 -05001178 struct ipr_sata_port *sata_port;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 struct list_head queue;
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001180}; /* struct ipr_resource_entry */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
1182struct ipr_resource_hdr {
1183 u16 num_entries;
1184 u16 reserved;
1185};
1186
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187struct ipr_misc_cbs {
1188 struct ipr_ioa_vpd ioa_vpd;
brking@us.ibm.com62275042005-11-01 17:01:14 -06001189 struct ipr_inquiry_page0 page0_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190 struct ipr_inquiry_page3 page3_data;
Brian Kingac09c342007-04-26 16:00:16 -05001191 struct ipr_inquiry_cap cap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192 struct ipr_mode_pages mode_pages;
1193 struct ipr_supported_device supp_dev;
1194};
1195
1196struct ipr_interrupt_offsets {
1197 unsigned long set_interrupt_mask_reg;
1198 unsigned long clr_interrupt_mask_reg;
1199 unsigned long sense_interrupt_mask_reg;
1200 unsigned long clr_interrupt_reg;
1201
1202 unsigned long sense_interrupt_reg;
1203 unsigned long ioarrin_reg;
1204 unsigned long sense_uproc_interrupt_reg;
1205 unsigned long set_uproc_interrupt_reg;
1206 unsigned long clr_uproc_interrupt_reg;
Wayne Boyerdcbad002010-02-19 13:24:14 -08001207
1208 unsigned long dump_addr_reg;
1209 unsigned long dump_data_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210};
1211
1212struct ipr_interrupts {
1213 void __iomem *set_interrupt_mask_reg;
1214 void __iomem *clr_interrupt_mask_reg;
1215 void __iomem *sense_interrupt_mask_reg;
1216 void __iomem *clr_interrupt_reg;
1217
1218 void __iomem *sense_interrupt_reg;
1219 void __iomem *ioarrin_reg;
1220 void __iomem *sense_uproc_interrupt_reg;
1221 void __iomem *set_uproc_interrupt_reg;
1222 void __iomem *clr_uproc_interrupt_reg;
Wayne Boyerdcbad002010-02-19 13:24:14 -08001223
1224 void __iomem *dump_addr_reg;
1225 void __iomem *dump_data_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226};
1227
1228struct ipr_chip_cfg_t {
1229 u32 mailbox;
1230 u8 cache_line_size;
1231 struct ipr_interrupt_offsets regs;
1232};
1233
1234struct ipr_chip_t {
1235 u16 vendor;
1236 u16 device;
Wayne Boyer1be7bd82009-06-17 09:55:35 -07001237 u16 intr_type;
1238#define IPR_USE_LSI 0x00
1239#define IPR_USE_MSI 0x01
Wayne Boyera32c0552010-02-19 13:23:36 -08001240 u16 sis_type;
1241#define IPR_SIS32 0x00
1242#define IPR_SIS64 0x01
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243 const struct ipr_chip_cfg_t *cfg;
1244};
1245
1246enum ipr_shutdown_type {
1247 IPR_SHUTDOWN_NORMAL = 0x00,
1248 IPR_SHUTDOWN_PREPARE_FOR_NORMAL = 0x40,
1249 IPR_SHUTDOWN_ABBREV = 0x80,
1250 IPR_SHUTDOWN_NONE = 0x100
1251};
1252
1253struct ipr_trace_entry {
1254 u32 time;
1255
1256 u8 op_code;
Brian King35a39692006-09-25 12:39:20 -05001257 u8 ata_op_code;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258 u8 type;
1259#define IPR_TRACE_START 0x00
1260#define IPR_TRACE_FINISH 0xff
Brian King35a39692006-09-25 12:39:20 -05001261 u8 cmd_index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262
1263 __be32 res_handle;
1264 union {
1265 u32 ioasc;
1266 u32 add_data;
1267 u32 res_addr;
1268 } u;
1269};
1270
1271struct ipr_sglist {
1272 u32 order;
1273 u32 num_sg;
brking@us.ibm.com12baa422005-11-01 17:01:27 -06001274 u32 num_dma_sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275 u32 buffer_len;
1276 struct scatterlist scatterlist[1];
1277};
1278
1279enum ipr_sdt_state {
1280 INACTIVE,
1281 WAIT_FOR_DUMP,
1282 GET_DUMP,
1283 ABORT_DUMP,
1284 DUMP_OBTAINED
1285};
1286
brking@us.ibm.com62275042005-11-01 17:01:14 -06001287enum ipr_cache_state {
1288 CACHE_NONE,
1289 CACHE_DISABLED,
1290 CACHE_ENABLED,
1291 CACHE_INVALID
1292};
1293
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294/* Per-controller data */
1295struct ipr_ioa_cfg {
1296 char eye_catcher[8];
1297#define IPR_EYECATCHER "iprcfg"
1298
1299 struct list_head queue;
1300
1301 u8 allow_interrupts:1;
1302 u8 in_reset_reload:1;
1303 u8 in_ioa_bringdown:1;
1304 u8 ioa_unit_checked:1;
1305 u8 ioa_is_dead:1;
1306 u8 dump_taken:1;
1307 u8 allow_cmds:1;
1308 u8 allow_ml_add_del:1;
brking@us.ibm.comce155cc2005-11-17 09:35:12 -06001309 u8 needs_hard_reset:1;
Brian Kingac09c342007-04-26 16:00:16 -05001310 u8 dual_raid:1;
Brian King463fc692007-05-07 17:09:05 -05001311 u8 needs_warm_reset:1;
Wayne Boyer95fecd92009-06-16 15:13:28 -07001312 u8 msi_received:1;
Wayne Boyera32c0552010-02-19 13:23:36 -08001313 u8 sis64:1;
Brian King463fc692007-05-07 17:09:05 -05001314
1315 u8 revid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001317 /*
1318 * Bitmaps for SIS64 generated target values
1319 */
1320 unsigned long *target_ids;
1321 unsigned long *array_ids;
1322 unsigned long *vset_ids;
1323
brking@us.ibm.com62275042005-11-01 17:01:14 -06001324 enum ipr_cache_state cache_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325 u16 type; /* CCIN of the card */
1326
1327 u8 log_level;
1328#define IPR_MAX_LOG_LEVEL 4
1329#define IPR_DEFAULT_LOG_LEVEL 2
1330
1331#define IPR_NUM_TRACE_INDEX_BITS 8
1332#define IPR_NUM_TRACE_ENTRIES (1 << IPR_NUM_TRACE_INDEX_BITS)
1333#define IPR_TRACE_SIZE (sizeof(struct ipr_trace_entry) * IPR_NUM_TRACE_ENTRIES)
1334 char trace_start[8];
1335#define IPR_TRACE_START_LABEL "trace"
1336 struct ipr_trace_entry *trace;
1337 u32 trace_index:IPR_NUM_TRACE_INDEX_BITS;
1338
1339 /*
1340 * Queue for free command blocks
1341 */
1342 char ipr_free_label[8];
1343#define IPR_FREEQ_LABEL "free-q"
1344 struct list_head free_q;
1345
1346 /*
1347 * Queue for command blocks outstanding to the adapter
1348 */
1349 char ipr_pending_label[8];
1350#define IPR_PENDQ_LABEL "pend-q"
1351 struct list_head pending_q;
1352
1353 char cfg_table_start[8];
1354#define IPR_CFG_TBL_START "cfg"
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001355 union {
1356 struct ipr_config_table *cfg_table;
1357 struct ipr_config_table64 *cfg_table64;
1358 } u;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359 dma_addr_t cfg_table_dma;
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001360 u32 cfg_table_size;
1361 u32 max_devs_supported;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362
1363 char resource_table_label[8];
1364#define IPR_RES_TABLE_LABEL "res_tbl"
1365 struct ipr_resource_entry *res_entries;
1366 struct list_head free_res_q;
1367 struct list_head used_res_q;
1368
1369 char ipr_hcam_label[8];
1370#define IPR_HCAM_LABEL "hcams"
1371 struct ipr_hostrcb *hostrcb[IPR_NUM_HCAMS];
1372 dma_addr_t hostrcb_dma[IPR_NUM_HCAMS];
1373 struct list_head hostrcb_free_q;
1374 struct list_head hostrcb_pending_q;
1375
1376 __be32 *host_rrq;
1377 dma_addr_t host_rrq_dma;
1378#define IPR_HRRQ_REQ_RESP_HANDLE_MASK 0xfffffffc
1379#define IPR_HRRQ_RESP_BIT_SET 0x00000002
1380#define IPR_HRRQ_TOGGLE_BIT 0x00000001
1381#define IPR_HRRQ_REQ_RESP_HANDLE_SHIFT 2
1382 volatile __be32 *hrrq_start;
1383 volatile __be32 *hrrq_end;
1384 volatile __be32 *hrrq_curr;
1385 volatile u32 toggle_bit;
1386
1387 struct ipr_bus_attributes bus_attr[IPR_MAX_NUM_BUSES];
1388
Brian King5469cb52007-03-29 12:42:40 -05001389 unsigned int transop_timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390 const struct ipr_chip_cfg_t *chip_cfg;
Wayne Boyer1be7bd82009-06-17 09:55:35 -07001391 const struct ipr_chip_t *ipr_chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392
1393 void __iomem *hdw_dma_regs; /* iomapped PCI memory space */
1394 unsigned long hdw_dma_regs_pci; /* raw PCI memory space */
1395 void __iomem *ioa_mailbox;
1396 struct ipr_interrupts regs;
1397
1398 u16 saved_pcix_cmd_reg;
1399 u16 reset_retries;
1400
1401 u32 errors_logged;
brking@us.ibm.com3d1d0da2005-11-01 17:01:54 -06001402 u32 doorbell;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403
1404 struct Scsi_Host *host;
1405 struct pci_dev *pdev;
1406 struct ipr_sglist *ucode_sglist;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407 u8 saved_mode_page_len;
1408
1409 struct work_struct work_q;
1410
1411 wait_queue_head_t reset_wait_q;
Wayne Boyer95fecd92009-06-16 15:13:28 -07001412 wait_queue_head_t msi_wait_q;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413
1414 struct ipr_dump *dump;
1415 enum ipr_sdt_state sdt_state;
1416
1417 struct ipr_misc_cbs *vpd_cbs;
1418 dma_addr_t vpd_cbs_dma;
1419
1420 struct pci_pool *ipr_cmd_pool;
1421
1422 struct ipr_cmnd *reset_cmd;
Brian King463fc692007-05-07 17:09:05 -05001423 int (*reset) (struct ipr_cmnd *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424
Brian King35a39692006-09-25 12:39:20 -05001425 struct ata_host ata_host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426 char ipr_cmd_label[8];
Brian King0124ca92009-07-30 10:58:51 -05001427#define IPR_CMD_LABEL "ipr_cmd"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 struct ipr_cmnd *ipr_cmnd_list[IPR_NUM_CMD_BLKS];
Wayne Boyera32c0552010-02-19 13:23:36 -08001429 dma_addr_t ipr_cmnd_list_dma[IPR_NUM_CMD_BLKS];
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001430}; /* struct ipr_ioa_cfg */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431
1432struct ipr_cmnd {
1433 struct ipr_ioarcb ioarcb;
Wayne Boyera32c0552010-02-19 13:23:36 -08001434 union {
1435 struct ipr_ioadl_desc ioadl[IPR_NUM_IOADL_ENTRIES];
1436 struct ipr_ioadl64_desc ioadl64[IPR_NUM_IOADL_ENTRIES];
1437 struct ipr_ata64_ioadl ata_ioadl;
1438 } i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439 struct ipr_ioasa ioasa;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440 struct list_head queue;
1441 struct scsi_cmnd *scsi_cmd;
Brian King35a39692006-09-25 12:39:20 -05001442 struct ata_queued_cmd *qc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443 struct completion completion;
1444 struct timer_list timer;
1445 void (*done) (struct ipr_cmnd *);
1446 int (*job_step) (struct ipr_cmnd *);
brking@us.ibm.comdfed8232005-11-01 17:02:55 -06001447 int (*job_step_failed) (struct ipr_cmnd *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448 u16 cmd_index;
1449 u8 sense_buffer[SCSI_SENSE_BUFFERSIZE];
1450 dma_addr_t sense_buffer_dma;
1451 unsigned short dma_use_sg;
Wayne Boyera32c0552010-02-19 13:23:36 -08001452 dma_addr_t dma_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453 struct ipr_cmnd *sibling;
1454 union {
1455 enum ipr_shutdown_type shutdown_type;
1456 struct ipr_hostrcb *hostrcb;
1457 unsigned long time_left;
1458 unsigned long scratch;
1459 struct ipr_resource_entry *res;
1460 struct scsi_device *sdev;
1461 } u;
1462
1463 struct ipr_ioa_cfg *ioa_cfg;
1464};
1465
1466struct ipr_ses_table_entry {
1467 char product_id[17];
1468 char compare_product_id_byte[17];
1469 u32 max_bus_speed_limit; /* MB/sec limit for this backplane */
1470};
1471
1472struct ipr_dump_header {
1473 u32 eye_catcher;
1474#define IPR_DUMP_EYE_CATCHER 0xC5D4E3F2
1475 u32 len;
1476 u32 num_entries;
1477 u32 first_entry_offset;
1478 u32 status;
1479#define IPR_DUMP_STATUS_SUCCESS 0
1480#define IPR_DUMP_STATUS_QUAL_SUCCESS 2
1481#define IPR_DUMP_STATUS_FAILED 0xffffffff
1482 u32 os;
1483#define IPR_DUMP_OS_LINUX 0x4C4E5558
1484 u32 driver_name;
1485#define IPR_DUMP_DRIVER_NAME 0x49505232
1486}__attribute__((packed, aligned (4)));
1487
1488struct ipr_dump_entry_header {
1489 u32 eye_catcher;
1490#define IPR_DUMP_EYE_CATCHER 0xC5D4E3F2
1491 u32 len;
1492 u32 num_elems;
1493 u32 offset;
1494 u32 data_type;
1495#define IPR_DUMP_DATA_TYPE_ASCII 0x41534349
1496#define IPR_DUMP_DATA_TYPE_BINARY 0x42494E41
1497 u32 id;
1498#define IPR_DUMP_IOA_DUMP_ID 0x494F4131
1499#define IPR_DUMP_LOCATION_ID 0x4C4F4341
1500#define IPR_DUMP_TRACE_ID 0x54524143
1501#define IPR_DUMP_DRIVER_VERSION_ID 0x44525652
1502#define IPR_DUMP_DRIVER_TYPE_ID 0x54595045
1503#define IPR_DUMP_IOA_CTRL_BLK 0x494F4342
1504#define IPR_DUMP_PEND_OPS 0x414F5053
1505 u32 status;
1506}__attribute__((packed, aligned (4)));
1507
1508struct ipr_dump_location_entry {
1509 struct ipr_dump_entry_header hdr;
Kay Sievers71610f52008-12-03 22:41:36 +01001510 u8 location[20];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511}__attribute__((packed));
1512
1513struct ipr_dump_trace_entry {
1514 struct ipr_dump_entry_header hdr;
1515 u32 trace[IPR_TRACE_SIZE / sizeof(u32)];
1516}__attribute__((packed, aligned (4)));
1517
1518struct ipr_dump_version_entry {
1519 struct ipr_dump_entry_header hdr;
1520 u8 version[sizeof(IPR_DRIVER_VERSION)];
1521};
1522
1523struct ipr_dump_ioa_type_entry {
1524 struct ipr_dump_entry_header hdr;
1525 u32 type;
1526 u32 fw_version;
1527};
1528
1529struct ipr_driver_dump {
1530 struct ipr_dump_header hdr;
1531 struct ipr_dump_version_entry version_entry;
1532 struct ipr_dump_location_entry location_entry;
1533 struct ipr_dump_ioa_type_entry ioa_type_entry;
1534 struct ipr_dump_trace_entry trace_entry;
1535}__attribute__((packed));
1536
1537struct ipr_ioa_dump {
1538 struct ipr_dump_entry_header hdr;
1539 struct ipr_sdt sdt;
1540 __be32 *ioa_data[IPR_MAX_NUM_DUMP_PAGES];
1541 u32 reserved;
1542 u32 next_page_index;
1543 u32 page_offset;
1544 u32 format;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545}__attribute__((packed, aligned (4)));
1546
1547struct ipr_dump {
1548 struct kref kref;
1549 struct ipr_ioa_cfg *ioa_cfg;
1550 struct ipr_driver_dump driver_dump;
1551 struct ipr_ioa_dump ioa_dump;
1552};
1553
1554struct ipr_error_table_t {
1555 u32 ioasc;
1556 int log_ioasa;
1557 int log_hcam;
1558 char *error;
1559};
1560
1561struct ipr_software_inq_lid_info {
1562 __be32 load_id;
1563 __be32 timestamp[3];
1564}__attribute__((packed, aligned (4)));
1565
1566struct ipr_ucode_image_header {
1567 __be32 header_length;
1568 __be32 lid_table_offset;
1569 u8 major_release;
1570 u8 card_type;
1571 u8 minor_release[2];
1572 u8 reserved[20];
1573 char eyecatcher[16];
1574 __be32 num_lids;
1575 struct ipr_software_inq_lid_info lid[1];
1576}__attribute__((packed, aligned (4)));
1577
1578/*
1579 * Macros
1580 */
brking@us.ibm.comd3c74872005-11-01 17:01:34 -06001581#define IPR_DBG_CMD(CMD) if (ipr_debug) { CMD; }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582
1583#ifdef CONFIG_SCSI_IPR_TRACE
1584#define ipr_create_trace_file(kobj, attr) sysfs_create_bin_file(kobj, attr)
1585#define ipr_remove_trace_file(kobj, attr) sysfs_remove_bin_file(kobj, attr)
1586#else
1587#define ipr_create_trace_file(kobj, attr) 0
1588#define ipr_remove_trace_file(kobj, attr) do { } while(0)
1589#endif
1590
1591#ifdef CONFIG_SCSI_IPR_DUMP
1592#define ipr_create_dump_file(kobj, attr) sysfs_create_bin_file(kobj, attr)
1593#define ipr_remove_dump_file(kobj, attr) sysfs_remove_bin_file(kobj, attr)
1594#else
1595#define ipr_create_dump_file(kobj, attr) 0
1596#define ipr_remove_dump_file(kobj, attr) do { } while(0)
1597#endif
1598
1599/*
1600 * Error logging macros
1601 */
1602#define ipr_err(...) printk(KERN_ERR IPR_NAME ": "__VA_ARGS__)
1603#define ipr_info(...) printk(KERN_INFO IPR_NAME ": "__VA_ARGS__)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604#define ipr_dbg(...) IPR_DBG_CMD(printk(KERN_INFO IPR_NAME ": "__VA_ARGS__))
1605
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001606#define ipr_res_printk(level, ioa_cfg, bus, target, lun, fmt, ...) \
1607 printk(level IPR_NAME ": %d:%d:%d:%d: " fmt, (ioa_cfg)->host->host_no, \
1608 bus, target, lun, ##__VA_ARGS__)
1609
1610#define ipr_res_err(ioa_cfg, res, fmt, ...) \
1611 ipr_res_printk(KERN_ERR, ioa_cfg, (res)->bus, (res)->target, (res)->lun, fmt, ##__VA_ARGS__)
1612
Brian Kingfb3ed3c2006-03-29 09:37:37 -06001613#define ipr_ra_printk(level, ioa_cfg, ra, fmt, ...) \
1614 printk(level IPR_NAME ": %d:%d:%d:%d: " fmt, (ioa_cfg)->host->host_no, \
1615 (ra).bus, (ra).target, (ra).lun, ##__VA_ARGS__)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616
Brian Kingfb3ed3c2006-03-29 09:37:37 -06001617#define ipr_ra_err(ioa_cfg, ra, fmt, ...) \
1618 ipr_ra_printk(KERN_ERR, ioa_cfg, ra, fmt, ##__VA_ARGS__)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619
brking@us.ibm.comfa15b1f2005-11-01 17:00:27 -06001620#define ipr_phys_res_err(ioa_cfg, res, fmt, ...) \
1621{ \
1622 if ((res).bus >= IPR_MAX_NUM_BUSES) { \
1623 ipr_err(fmt": unknown\n", ##__VA_ARGS__); \
1624 } else { \
1625 ipr_err(fmt": %d:%d:%d:%d\n", \
1626 ##__VA_ARGS__, (ioa_cfg)->host->host_no, \
1627 (res).bus, (res).target, (res).lun); \
1628 } \
1629}
1630
Brian King49dc6a12006-11-21 10:28:35 -06001631#define ipr_hcam_err(hostrcb, fmt, ...) \
Wayne Boyer4565e372010-02-19 13:24:07 -08001632{ \
1633 if (ipr_is_device(hostrcb)) { \
1634 if ((hostrcb)->ioa_cfg->sis64) { \
1635 printk(KERN_ERR IPR_NAME ": %s: " fmt, \
1636 ipr_format_resource_path(&hostrcb->hcam.u.error64.fd_res_path[0], \
1637 &hostrcb->rp_buffer[0]), \
1638 __VA_ARGS__); \
1639 } else { \
1640 ipr_ra_err((hostrcb)->ioa_cfg, \
1641 (hostrcb)->hcam.u.error.fd_res_addr, \
1642 fmt, __VA_ARGS__); \
1643 } \
1644 } else { \
1645 dev_err(&(hostrcb)->ioa_cfg->pdev->dev, fmt, __VA_ARGS__); \
1646 } \
Brian King49dc6a12006-11-21 10:28:35 -06001647}
1648
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649#define ipr_trace ipr_dbg("%s: %s: Line: %d\n",\
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07001650 __FILE__, __func__, __LINE__)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07001652#define ENTER IPR_DBG_CMD(printk(KERN_INFO IPR_NAME": Entering %s\n", __func__))
1653#define LEAVE IPR_DBG_CMD(printk(KERN_INFO IPR_NAME": Leaving %s\n", __func__))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654
1655#define ipr_err_separator \
1656ipr_err("----------------------------------------------------------\n")
1657
1658
1659/*
1660 * Inlines
1661 */
1662
1663/**
1664 * ipr_is_ioa_resource - Determine if a resource is the IOA
1665 * @res: resource entry struct
1666 *
1667 * Return value:
1668 * 1 if IOA / 0 if not IOA
1669 **/
1670static inline int ipr_is_ioa_resource(struct ipr_resource_entry *res)
1671{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001672 return res->type == IPR_RES_TYPE_IOAFP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673}
1674
1675/**
1676 * ipr_is_af_dasd_device - Determine if a resource is an AF DASD
1677 * @res: resource entry struct
1678 *
1679 * Return value:
1680 * 1 if AF DASD / 0 if not AF DASD
1681 **/
1682static inline int ipr_is_af_dasd_device(struct ipr_resource_entry *res)
1683{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001684 return res->type == IPR_RES_TYPE_AF_DASD ||
1685 res->type == IPR_RES_TYPE_REMOTE_AF_DASD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686}
1687
1688/**
1689 * ipr_is_vset_device - Determine if a resource is a VSET
1690 * @res: resource entry struct
1691 *
1692 * Return value:
1693 * 1 if VSET / 0 if not VSET
1694 **/
1695static inline int ipr_is_vset_device(struct ipr_resource_entry *res)
1696{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001697 return res->type == IPR_RES_TYPE_VOLUME_SET;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698}
1699
1700/**
1701 * ipr_is_gscsi - Determine if a resource is a generic scsi resource
1702 * @res: resource entry struct
1703 *
1704 * Return value:
1705 * 1 if GSCSI / 0 if not GSCSI
1706 **/
1707static inline int ipr_is_gscsi(struct ipr_resource_entry *res)
1708{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001709 return res->type == IPR_RES_TYPE_GENERIC_SCSI;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710}
1711
1712/**
Brian Kinge4fbf442006-03-29 09:37:22 -06001713 * ipr_is_scsi_disk - Determine if a resource is a SCSI disk
1714 * @res: resource entry struct
1715 *
1716 * Return value:
1717 * 1 if SCSI disk / 0 if not SCSI disk
1718 **/
1719static inline int ipr_is_scsi_disk(struct ipr_resource_entry *res)
1720{
1721 if (ipr_is_af_dasd_device(res) ||
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001722 (ipr_is_gscsi(res) && IPR_IS_DASD_DEVICE(res->std_inq_data)))
Brian Kinge4fbf442006-03-29 09:37:22 -06001723 return 1;
1724 else
1725 return 0;
1726}
1727
1728/**
Brian Kingb5145d22006-08-02 14:57:36 -05001729 * ipr_is_gata - Determine if a resource is a generic ATA resource
1730 * @res: resource entry struct
1731 *
1732 * Return value:
1733 * 1 if GATA / 0 if not GATA
1734 **/
1735static inline int ipr_is_gata(struct ipr_resource_entry *res)
1736{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001737 return res->type == IPR_RES_TYPE_GENERIC_ATA;
Brian Kingb5145d22006-08-02 14:57:36 -05001738}
1739
1740/**
brking@us.ibm.comee0a90f2005-11-01 17:02:22 -06001741 * ipr_is_naca_model - Determine if a resource is using NACA queueing model
1742 * @res: resource entry struct
1743 *
1744 * Return value:
1745 * 1 if NACA queueing model / 0 if not NACA queueing model
1746 **/
1747static inline int ipr_is_naca_model(struct ipr_resource_entry *res)
1748{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001749 if (ipr_is_gscsi(res) && res->qmodel == IPR_QUEUE_NACA_MODEL)
brking@us.ibm.comee0a90f2005-11-01 17:02:22 -06001750 return 1;
1751 return 0;
1752}
1753
1754/**
Wayne Boyer4565e372010-02-19 13:24:07 -08001755 * ipr_is_device - Determine if the hostrcb structure is related to a device
1756 * @hostrcb: host resource control blocks struct
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757 *
1758 * Return value:
1759 * 1 if AF / 0 if not AF
1760 **/
Wayne Boyer4565e372010-02-19 13:24:07 -08001761static inline int ipr_is_device(struct ipr_hostrcb *hostrcb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762{
Wayne Boyer4565e372010-02-19 13:24:07 -08001763 struct ipr_res_addr *res_addr;
1764 u8 *res_path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765
Wayne Boyer4565e372010-02-19 13:24:07 -08001766 if (hostrcb->ioa_cfg->sis64) {
1767 res_path = &hostrcb->hcam.u.error64.fd_res_path[0];
1768 if ((res_path[0] == 0x00 || res_path[0] == 0x80 ||
1769 res_path[0] == 0x81) && res_path[2] != 0xFF)
1770 return 1;
1771 } else {
1772 res_addr = &hostrcb->hcam.u.error.fd_res_addr;
1773
1774 if ((res_addr->bus < IPR_MAX_NUM_BUSES) &&
1775 (res_addr->target < (IPR_MAX_NUM_TARGETS_PER_BUS - 1)))
1776 return 1;
1777 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778 return 0;
1779}
1780
1781/**
1782 * ipr_sdt_is_fmt2 - Determine if a SDT address is in format 2
1783 * @sdt_word: SDT address
1784 *
1785 * Return value:
1786 * 1 if format 2 / 0 if not
1787 **/
1788static inline int ipr_sdt_is_fmt2(u32 sdt_word)
1789{
1790 u32 bar_sel = IPR_GET_FMT2_BAR_SEL(sdt_word);
1791
1792 switch (bar_sel) {
1793 case IPR_SDT_FMT2_BAR0_SEL:
1794 case IPR_SDT_FMT2_BAR1_SEL:
1795 case IPR_SDT_FMT2_BAR2_SEL:
1796 case IPR_SDT_FMT2_BAR3_SEL:
1797 case IPR_SDT_FMT2_BAR4_SEL:
1798 case IPR_SDT_FMT2_BAR5_SEL:
1799 case IPR_SDT_FMT2_EXP_ROM_SEL:
1800 return 1;
1801 };
1802
1803 return 0;
1804}
1805
1806#endif