blob: f10c57b3d215c3474bf0d8623648229c1019058e [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
231#define IPR_DOORBELL 0x82800000
brking@us.ibm.com3d1d0da2005-11-01 17:01:54 -0600232#define IPR_RUNTIME_RESET 0x40000000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233
234#define IPR_PCII_IOA_TRANS_TO_OPER (0x80000000 >> 0)
235#define IPR_PCII_IOARCB_XFER_FAILED (0x80000000 >> 3)
236#define IPR_PCII_IOA_UNIT_CHECKED (0x80000000 >> 4)
237#define IPR_PCII_NO_HOST_RRQ (0x80000000 >> 5)
238#define IPR_PCII_CRITICAL_OPERATION (0x80000000 >> 6)
239#define IPR_PCII_IO_DEBUG_ACKNOWLEDGE (0x80000000 >> 7)
240#define IPR_PCII_IOARRIN_LOST (0x80000000 >> 27)
241#define IPR_PCII_MMIO_ERROR (0x80000000 >> 28)
242#define IPR_PCII_PROC_ERR_STATE (0x80000000 >> 29)
243#define IPR_PCII_HRRQ_UPDATED (0x80000000 >> 30)
244#define IPR_PCII_CORE_ISSUED_RST_REQ (0x80000000 >> 31)
245
246#define IPR_PCII_ERROR_INTERRUPTS \
247(IPR_PCII_IOARCB_XFER_FAILED | IPR_PCII_IOA_UNIT_CHECKED | \
248IPR_PCII_NO_HOST_RRQ | IPR_PCII_IOARRIN_LOST | IPR_PCII_MMIO_ERROR)
249
250#define IPR_PCII_OPER_INTERRUPTS \
251(IPR_PCII_ERROR_INTERRUPTS | IPR_PCII_HRRQ_UPDATED | IPR_PCII_IOA_TRANS_TO_OPER)
252
253#define IPR_UPROCI_RESET_ALERT (0x80000000 >> 7)
254#define IPR_UPROCI_IO_DEBUG_ALERT (0x80000000 >> 9)
255
256#define IPR_LDUMP_MAX_LONG_ACK_DELAY_IN_USEC 200000 /* 200 ms */
257#define IPR_LDUMP_MAX_SHORT_ACK_DELAY_IN_USEC 200000 /* 200 ms */
258
259/*
260 * Dump literals
261 */
262#define IPR_MAX_IOA_DUMP_SIZE (4 * 1024 * 1024)
263#define IPR_NUM_SDT_ENTRIES 511
264#define IPR_MAX_NUM_DUMP_PAGES ((IPR_MAX_IOA_DUMP_SIZE / PAGE_SIZE) + 1)
265
266/*
267 * Misc literals
268 */
269#define IPR_NUM_IOADL_ENTRIES IPR_MAX_SGLIST
270
271/*
272 * Adapter interface types
273 */
274
275struct ipr_res_addr {
276 u8 reserved;
277 u8 bus;
278 u8 target;
279 u8 lun;
280#define IPR_GET_PHYS_LOC(res_addr) \
281 (((res_addr).bus << 16) | ((res_addr).target << 8) | (res_addr).lun)
282}__attribute__((packed, aligned (4)));
283
284struct ipr_std_inq_vpids {
285 u8 vendor_id[IPR_VENDOR_ID_LEN];
286 u8 product_id[IPR_PROD_ID_LEN];
287}__attribute__((packed));
288
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600289struct ipr_vpd {
290 struct ipr_std_inq_vpids vpids;
291 u8 sn[IPR_SERIAL_NUM_LEN];
292}__attribute__((packed));
293
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600294struct ipr_ext_vpd {
295 struct ipr_vpd vpd;
296 __be32 wwid[2];
297}__attribute__((packed));
298
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299struct ipr_std_inq_data {
300 u8 peri_qual_dev_type;
301#define IPR_STD_INQ_PERI_QUAL(peri) ((peri) >> 5)
302#define IPR_STD_INQ_PERI_DEV_TYPE(peri) ((peri) & 0x1F)
303
304 u8 removeable_medium_rsvd;
305#define IPR_STD_INQ_REMOVEABLE_MEDIUM 0x80
306
307#define IPR_IS_DASD_DEVICE(std_inq) \
308((IPR_STD_INQ_PERI_DEV_TYPE((std_inq).peri_qual_dev_type) == TYPE_DISK) && \
309!(((std_inq).removeable_medium_rsvd) & IPR_STD_INQ_REMOVEABLE_MEDIUM))
310
311#define IPR_IS_SES_DEVICE(std_inq) \
312(IPR_STD_INQ_PERI_DEV_TYPE((std_inq).peri_qual_dev_type) == TYPE_ENCLOSURE)
313
314 u8 version;
315 u8 aen_naca_fmt;
316 u8 additional_len;
317 u8 sccs_rsvd;
318 u8 bq_enc_multi;
319 u8 sync_cmdq_flags;
320
321 struct ipr_std_inq_vpids vpids;
322
323 u8 ros_rsvd_ram_rsvd[4];
324
325 u8 serial_num[IPR_SERIAL_NUM_LEN];
326}__attribute__ ((packed));
327
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800328#define IPR_RES_TYPE_AF_DASD 0x00
329#define IPR_RES_TYPE_GENERIC_SCSI 0x01
330#define IPR_RES_TYPE_VOLUME_SET 0x02
331#define IPR_RES_TYPE_REMOTE_AF_DASD 0x03
332#define IPR_RES_TYPE_GENERIC_ATA 0x04
333#define IPR_RES_TYPE_ARRAY 0x05
334#define IPR_RES_TYPE_IOAFP 0xff
335
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336struct ipr_config_table_entry {
Brian Kingb5145d22006-08-02 14:57:36 -0500337 u8 proto;
338#define IPR_PROTO_SATA 0x02
339#define IPR_PROTO_SATA_ATAPI 0x03
340#define IPR_PROTO_SAS_STP 0x06
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800341#define IPR_PROTO_SAS_STP_ATAPI 0x07
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 u8 array_id;
343 u8 flags;
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800344#define IPR_IS_IOA_RESOURCE 0x80
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345 u8 rsvd_subtype;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800347#define IPR_QUEUEING_MODEL(res) ((((res)->flags) & 0x70) >> 4)
348#define IPR_QUEUE_FROZEN_MODEL 0
brking@us.ibm.comee0a90f2005-11-01 17:02:22 -0600349#define IPR_QUEUE_NACA_MODEL 1
350
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 struct ipr_res_addr res_addr;
352 __be32 res_handle;
353 __be32 reserved4[2];
354 struct ipr_std_inq_data std_inq_data;
355}__attribute__ ((packed, aligned (4)));
356
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800357struct ipr_config_table_entry64 {
358 u8 res_type;
359 u8 proto;
360 u8 vset_num;
361 u8 array_id;
362 __be16 flags;
363 __be16 res_flags;
364#define IPR_QUEUEING_MODEL64(res) ((((res)->res_flags) & 0x7000) >> 12)
365 __be32 res_handle;
366 u8 dev_id_type;
367 u8 reserved[3];
368 __be64 dev_id;
369 __be64 lun;
370 __be64 lun_wwn[2];
371#define IPR_MAX_RES_PATH_LENGTH 24
372 __be64 res_path;
373 struct ipr_std_inq_data std_inq_data;
374 u8 reserved2[4];
375 __be64 reserved3[2]; // description text
376 u8 reserved4[8];
377}__attribute__ ((packed, aligned (8)));
378
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379struct ipr_config_table_hdr {
380 u8 num_entries;
381 u8 flags;
382#define IPR_UCODE_DOWNLOAD_REQ 0x10
383 __be16 reserved;
384}__attribute__((packed, aligned (4)));
385
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800386struct ipr_config_table_hdr64 {
387 __be16 num_entries;
388 __be16 reserved;
389 u8 flags;
390 u8 reserved2[11];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391}__attribute__((packed, aligned (4)));
392
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800393struct ipr_config_table {
394 struct ipr_config_table_hdr hdr;
395 struct ipr_config_table_entry dev[0];
396}__attribute__((packed, aligned (4)));
397
398struct ipr_config_table64 {
399 struct ipr_config_table_hdr64 hdr64;
400 struct ipr_config_table_entry64 dev[0];
401}__attribute__((packed, aligned (8)));
402
403struct ipr_config_table_entry_wrapper {
404 union {
405 struct ipr_config_table_entry *cfgte;
406 struct ipr_config_table_entry64 *cfgte64;
407 } u;
408};
409
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410struct ipr_hostrcb_cfg_ch_not {
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -0800411 union {
412 struct ipr_config_table_entry cfgte;
413 struct ipr_config_table_entry64 cfgte64;
414 } u;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 u8 reserved[936];
416}__attribute__((packed, aligned (4)));
417
418struct ipr_supported_device {
419 __be16 data_length;
420 u8 reserved;
421 u8 num_records;
422 struct ipr_std_inq_vpids vpids;
423 u8 reserved2[16];
424}__attribute__((packed, aligned (4)));
425
426/* Command packet structure */
427struct ipr_cmd_pkt {
428 __be16 reserved; /* Reserved by IOA */
429 u8 request_type;
430#define IPR_RQTYPE_SCSICDB 0x00
431#define IPR_RQTYPE_IOACMD 0x01
432#define IPR_RQTYPE_HCAM 0x02
Brian Kingb5145d22006-08-02 14:57:36 -0500433#define IPR_RQTYPE_ATA_PASSTHRU 0x04
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434
Wayne Boyera32c0552010-02-19 13:23:36 -0800435 u8 reserved2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436
437 u8 flags_hi;
438#define IPR_FLAGS_HI_WRITE_NOT_READ 0x80
439#define IPR_FLAGS_HI_NO_ULEN_CHK 0x20
440#define IPR_FLAGS_HI_SYNC_OVERRIDE 0x10
441#define IPR_FLAGS_HI_SYNC_COMPLETE 0x08
442#define IPR_FLAGS_HI_NO_LINK_DESC 0x04
443
444 u8 flags_lo;
445#define IPR_FLAGS_LO_ALIGNED_BFR 0x20
446#define IPR_FLAGS_LO_DELAY_AFTER_RST 0x10
447#define IPR_FLAGS_LO_UNTAGGED_TASK 0x00
448#define IPR_FLAGS_LO_SIMPLE_TASK 0x02
449#define IPR_FLAGS_LO_ORDERED_TASK 0x04
450#define IPR_FLAGS_LO_HEAD_OF_Q_TASK 0x06
451#define IPR_FLAGS_LO_ACA_TASK 0x08
452
453 u8 cdb[16];
454 __be16 timeout;
455}__attribute__ ((packed, aligned(4)));
456
Wayne Boyera32c0552010-02-19 13:23:36 -0800457struct ipr_ioarcb_ata_regs { /* 22 bytes */
Brian Kingb5145d22006-08-02 14:57:36 -0500458 u8 flags;
459#define IPR_ATA_FLAG_PACKET_CMD 0x80
460#define IPR_ATA_FLAG_XFER_TYPE_DMA 0x40
461#define IPR_ATA_FLAG_STATUS_ON_GOOD_COMPLETION 0x20
462 u8 reserved[3];
463
464 __be16 data;
465 u8 feature;
466 u8 nsect;
467 u8 lbal;
468 u8 lbam;
469 u8 lbah;
470 u8 device;
471 u8 command;
472 u8 reserved2[3];
473 u8 hob_feature;
474 u8 hob_nsect;
475 u8 hob_lbal;
476 u8 hob_lbam;
477 u8 hob_lbah;
478 u8 ctl;
479}__attribute__ ((packed, aligned(4)));
480
Brian King51b1c7e2007-03-29 12:43:50 -0500481struct ipr_ioadl_desc {
482 __be32 flags_and_data_len;
483#define IPR_IOADL_FLAGS_MASK 0xff000000
484#define IPR_IOADL_GET_FLAGS(x) (be32_to_cpu(x) & IPR_IOADL_FLAGS_MASK)
485#define IPR_IOADL_DATA_LEN_MASK 0x00ffffff
486#define IPR_IOADL_GET_DATA_LEN(x) (be32_to_cpu(x) & IPR_IOADL_DATA_LEN_MASK)
487#define IPR_IOADL_FLAGS_READ 0x48000000
488#define IPR_IOADL_FLAGS_READ_LAST 0x49000000
489#define IPR_IOADL_FLAGS_WRITE 0x68000000
490#define IPR_IOADL_FLAGS_WRITE_LAST 0x69000000
491#define IPR_IOADL_FLAGS_LAST 0x01000000
492
493 __be32 address;
494}__attribute__((packed, aligned (8)));
495
Wayne Boyera32c0552010-02-19 13:23:36 -0800496struct ipr_ioadl64_desc {
497 __be32 flags;
498 __be32 data_len;
499 __be64 address;
500}__attribute__((packed, aligned (16)));
501
502struct ipr_ata64_ioadl {
503 struct ipr_ioarcb_ata_regs regs;
504 u16 reserved[5];
505 struct ipr_ioadl64_desc ioadl64[IPR_NUM_IOADL_ENTRIES];
506}__attribute__((packed, aligned (16)));
507
Brian Kingb5145d22006-08-02 14:57:36 -0500508struct ipr_ioarcb_add_data {
509 union {
510 struct ipr_ioarcb_ata_regs regs;
Brian King51b1c7e2007-03-29 12:43:50 -0500511 struct ipr_ioadl_desc ioadl[5];
Brian Kingb5145d22006-08-02 14:57:36 -0500512 __be32 add_cmd_parms[10];
Wayne Boyera32c0552010-02-19 13:23:36 -0800513 } u;
514}__attribute__ ((packed, aligned (4)));
515
516struct ipr_ioarcb_sis64_add_addr_ecb {
517 __be64 ioasa_host_pci_addr;
518 __be64 data_ioadl_addr;
519 __be64 reserved;
520 __be32 ext_control_buf[4];
521}__attribute__((packed, aligned (8)));
Brian Kingb5145d22006-08-02 14:57:36 -0500522
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523/* IOA Request Control Block 128 bytes */
524struct ipr_ioarcb {
Wayne Boyera32c0552010-02-19 13:23:36 -0800525 union {
526 __be32 ioarcb_host_pci_addr;
527 __be64 ioarcb_host_pci_addr64;
528 } a;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 __be32 res_handle;
530 __be32 host_response_handle;
531 __be32 reserved1;
532 __be32 reserved2;
533 __be32 reserved3;
534
Wayne Boyera32c0552010-02-19 13:23:36 -0800535 __be32 data_transfer_length;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536 __be32 read_data_transfer_length;
537 __be32 write_ioadl_addr;
Wayne Boyera32c0552010-02-19 13:23:36 -0800538 __be32 ioadl_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 __be32 read_ioadl_addr;
540 __be32 read_ioadl_len;
541
542 __be32 ioasa_host_pci_addr;
543 __be16 ioasa_len;
544 __be16 reserved4;
545
546 struct ipr_cmd_pkt cmd_pkt;
547
Wayne Boyera32c0552010-02-19 13:23:36 -0800548 __be16 add_cmd_parms_offset;
549 __be16 add_cmd_parms_len;
550
551 union {
552 struct ipr_ioarcb_add_data add_data;
553 struct ipr_ioarcb_sis64_add_addr_ecb sis64_addr_data;
554 } u;
555
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556}__attribute__((packed, aligned (4)));
557
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558struct ipr_ioasa_vset {
559 __be32 failing_lba_hi;
560 __be32 failing_lba_lo;
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600561 __be32 reserved;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562}__attribute__((packed, aligned (4)));
563
564struct ipr_ioasa_af_dasd {
565 __be32 failing_lba;
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600566 __be32 reserved[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567}__attribute__((packed, aligned (4)));
568
569struct ipr_ioasa_gpdd {
570 u8 end_state;
571 u8 bus_phase;
572 __be16 reserved;
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600573 __be32 ioa_data[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574}__attribute__((packed, aligned (4)));
575
Brian Kingb5145d22006-08-02 14:57:36 -0500576struct ipr_ioasa_gata {
577 u8 error;
578 u8 nsect; /* Interrupt reason */
579 u8 lbal;
580 u8 lbam;
581 u8 lbah;
582 u8 device;
583 u8 status;
584 u8 alt_status; /* ATA CTL */
585 u8 hob_nsect;
586 u8 hob_lbal;
587 u8 hob_lbam;
588 u8 hob_lbah;
589}__attribute__((packed, aligned (4)));
590
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600591struct ipr_auto_sense {
592 __be16 auto_sense_len;
593 __be16 ioa_data_len;
594 __be32 data[SCSI_SENSE_BUFFERSIZE/sizeof(__be32)];
595};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596
597struct ipr_ioasa {
598 __be32 ioasc;
599#define IPR_IOASC_SENSE_KEY(ioasc) ((ioasc) >> 24)
600#define IPR_IOASC_SENSE_CODE(ioasc) (((ioasc) & 0x00ff0000) >> 16)
601#define IPR_IOASC_SENSE_QUAL(ioasc) (((ioasc) & 0x0000ff00) >> 8)
602#define IPR_IOASC_SENSE_STATUS(ioasc) ((ioasc) & 0x000000ff)
603
604 __be16 ret_stat_len; /* Length of the returned IOASA */
605
606 __be16 avail_stat_len; /* Total Length of status available. */
607
608 __be32 residual_data_len; /* number of bytes in the host data */
609 /* buffers that were not used by the IOARCB command. */
610
611 __be32 ilid;
612#define IPR_NO_ILID 0
613#define IPR_DRIVER_ILID 0xffffffff
614
615 __be32 fd_ioasc;
616
617 __be32 fd_phys_locator;
618
619 __be32 fd_res_handle;
620
621 __be32 ioasc_specific; /* status code specific field */
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600622#define IPR_ADDITIONAL_STATUS_FMT 0x80000000
623#define IPR_AUTOSENSE_VALID 0x40000000
Brian Kingb5145d22006-08-02 14:57:36 -0500624#define IPR_ATA_DEVICE_WAS_RESET 0x20000000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625#define IPR_IOASC_SPECIFIC_MASK 0x00ffffff
626#define IPR_FIELD_POINTER_VALID (0x80000000 >> 8)
627#define IPR_FIELD_POINTER_MASK 0x0000ffff
628
629 union {
630 struct ipr_ioasa_vset vset;
631 struct ipr_ioasa_af_dasd dasd;
632 struct ipr_ioasa_gpdd gpdd;
Brian Kingb5145d22006-08-02 14:57:36 -0500633 struct ipr_ioasa_gata gata;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 } u;
brking@us.ibm.comc8f74892005-11-01 17:02:08 -0600635
636 struct ipr_auto_sense auto_sense;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637}__attribute__((packed, aligned (4)));
638
639struct ipr_mode_parm_hdr {
640 u8 length;
641 u8 medium_type;
642 u8 device_spec_parms;
643 u8 block_desc_len;
644}__attribute__((packed));
645
646struct ipr_mode_pages {
647 struct ipr_mode_parm_hdr hdr;
648 u8 data[255 - sizeof(struct ipr_mode_parm_hdr)];
649}__attribute__((packed));
650
651struct ipr_mode_page_hdr {
652 u8 ps_page_code;
653#define IPR_MODE_PAGE_PS 0x80
654#define IPR_GET_MODE_PAGE_CODE(hdr) ((hdr)->ps_page_code & 0x3F)
655 u8 page_length;
656}__attribute__ ((packed));
657
658struct ipr_dev_bus_entry {
659 struct ipr_res_addr res_addr;
660 u8 flags;
661#define IPR_SCSI_ATTR_ENABLE_QAS 0x80
662#define IPR_SCSI_ATTR_DISABLE_QAS 0x40
663#define IPR_SCSI_ATTR_QAS_MASK 0xC0
664#define IPR_SCSI_ATTR_ENABLE_TM 0x20
665#define IPR_SCSI_ATTR_NO_TERM_PWR 0x10
666#define IPR_SCSI_ATTR_TM_SUPPORTED 0x08
667#define IPR_SCSI_ATTR_LVD_TO_SE_NOT_ALLOWED 0x04
668
669 u8 scsi_id;
670 u8 bus_width;
671 u8 extended_reset_delay;
672#define IPR_EXTENDED_RESET_DELAY 7
673
674 __be32 max_xfer_rate;
675
676 u8 spinup_delay;
677 u8 reserved3;
678 __be16 reserved4;
679}__attribute__((packed, aligned (4)));
680
681struct ipr_mode_page28 {
682 struct ipr_mode_page_hdr hdr;
683 u8 num_entries;
684 u8 entry_length;
685 struct ipr_dev_bus_entry bus[0];
686}__attribute__((packed));
687
Brian Kingac09c342007-04-26 16:00:16 -0500688struct ipr_mode_page24 {
689 struct ipr_mode_page_hdr hdr;
690 u8 flags;
691#define IPR_ENABLE_DUAL_IOA_AF 0x80
692}__attribute__((packed));
693
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694struct ipr_ioa_vpd {
695 struct ipr_std_inq_data std_inq_data;
696 u8 ascii_part_num[12];
697 u8 reserved[40];
698 u8 ascii_plant_code[4];
699}__attribute__((packed));
700
701struct ipr_inquiry_page3 {
702 u8 peri_qual_dev_type;
703 u8 page_code;
704 u8 reserved1;
705 u8 page_length;
706 u8 ascii_len;
707 u8 reserved2[3];
708 u8 load_id[4];
709 u8 major_release;
710 u8 card_type;
711 u8 minor_release[2];
712 u8 ptf_number[4];
713 u8 patch_number[4];
714}__attribute__((packed));
715
Brian Kingac09c342007-04-26 16:00:16 -0500716struct ipr_inquiry_cap {
717 u8 peri_qual_dev_type;
718 u8 page_code;
719 u8 reserved1;
720 u8 page_length;
721 u8 ascii_len;
722 u8 reserved2;
723 u8 sis_version[2];
724 u8 cap;
725#define IPR_CAP_DUAL_IOA_RAID 0x80
726 u8 reserved3[15];
727}__attribute__((packed));
728
brking@us.ibm.com62275042005-11-01 17:01:14 -0600729#define IPR_INQUIRY_PAGE0_ENTRIES 20
730struct ipr_inquiry_page0 {
731 u8 peri_qual_dev_type;
732 u8 page_code;
733 u8 reserved1;
734 u8 len;
735 u8 page[IPR_INQUIRY_PAGE0_ENTRIES];
736}__attribute__((packed));
737
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738struct ipr_hostrcb_device_data_entry {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600739 struct ipr_vpd vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740 struct ipr_res_addr dev_res_addr;
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600741 struct ipr_vpd new_vpd;
742 struct ipr_vpd ioa_last_with_dev_vpd;
743 struct ipr_vpd cfc_last_with_dev_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744 __be32 ioa_data[5];
745}__attribute__((packed, aligned (4)));
746
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600747struct ipr_hostrcb_device_data_entry_enhanced {
748 struct ipr_ext_vpd vpd;
749 u8 ccin[4];
750 struct ipr_res_addr dev_res_addr;
751 struct ipr_ext_vpd new_vpd;
752 u8 new_ccin[4];
753 struct ipr_ext_vpd ioa_last_with_dev_vpd;
754 struct ipr_ext_vpd cfc_last_with_dev_vpd;
755}__attribute__((packed, aligned (4)));
756
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757struct ipr_hostrcb_array_data_entry {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600758 struct ipr_vpd vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759 struct ipr_res_addr expected_dev_res_addr;
760 struct ipr_res_addr dev_res_addr;
761}__attribute__((packed, aligned (4)));
762
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600763struct ipr_hostrcb_array_data_entry_enhanced {
764 struct ipr_ext_vpd vpd;
765 u8 ccin[4];
766 struct ipr_res_addr expected_dev_res_addr;
767 struct ipr_res_addr dev_res_addr;
768}__attribute__((packed, aligned (4)));
769
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770struct ipr_hostrcb_type_ff_error {
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600771 __be32 ioa_data[502];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772}__attribute__((packed, aligned (4)));
773
774struct ipr_hostrcb_type_01_error {
775 __be32 seek_counter;
776 __be32 read_counter;
777 u8 sense_data[32];
778 __be32 ioa_data[236];
779}__attribute__((packed, aligned (4)));
780
781struct ipr_hostrcb_type_02_error {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600782 struct ipr_vpd ioa_vpd;
783 struct ipr_vpd cfc_vpd;
784 struct ipr_vpd ioa_last_attached_to_cfc_vpd;
785 struct ipr_vpd cfc_last_attached_to_ioa_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786 __be32 ioa_data[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787}__attribute__((packed, aligned (4)));
788
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600789struct ipr_hostrcb_type_12_error {
790 struct ipr_ext_vpd ioa_vpd;
791 struct ipr_ext_vpd cfc_vpd;
792 struct ipr_ext_vpd ioa_last_attached_to_cfc_vpd;
793 struct ipr_ext_vpd cfc_last_attached_to_ioa_vpd;
794 __be32 ioa_data[3];
795}__attribute__((packed, aligned (4)));
796
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797struct ipr_hostrcb_type_03_error {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600798 struct ipr_vpd ioa_vpd;
799 struct ipr_vpd cfc_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800 __be32 errors_detected;
801 __be32 errors_logged;
802 u8 ioa_data[12];
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600803 struct ipr_hostrcb_device_data_entry dev[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804}__attribute__((packed, aligned (4)));
805
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600806struct ipr_hostrcb_type_13_error {
807 struct ipr_ext_vpd ioa_vpd;
808 struct ipr_ext_vpd cfc_vpd;
809 __be32 errors_detected;
810 __be32 errors_logged;
811 struct ipr_hostrcb_device_data_entry_enhanced dev[3];
812}__attribute__((packed, aligned (4)));
813
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814struct ipr_hostrcb_type_04_error {
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600815 struct ipr_vpd ioa_vpd;
816 struct ipr_vpd cfc_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817 u8 ioa_data[12];
818 struct ipr_hostrcb_array_data_entry array_member[10];
819 __be32 exposed_mode_adn;
820 __be32 array_id;
brking@us.ibm.comcfc32132005-11-01 17:00:18 -0600821 struct ipr_vpd incomp_dev_vpd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822 __be32 ioa_data2;
823 struct ipr_hostrcb_array_data_entry array_member2[8];
824 struct ipr_res_addr last_func_vset_res_addr;
825 u8 vset_serial_num[IPR_SERIAL_NUM_LEN];
826 u8 protection_level[8];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827}__attribute__((packed, aligned (4)));
828
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600829struct ipr_hostrcb_type_14_error {
830 struct ipr_ext_vpd ioa_vpd;
831 struct ipr_ext_vpd cfc_vpd;
832 __be32 exposed_mode_adn;
833 __be32 array_id;
834 struct ipr_res_addr last_func_vset_res_addr;
835 u8 vset_serial_num[IPR_SERIAL_NUM_LEN];
836 u8 protection_level[8];
837 __be32 num_entries;
838 struct ipr_hostrcb_array_data_entry_enhanced array_member[18];
839}__attribute__((packed, aligned (4)));
840
brking@us.ibm.comb0df54b2005-11-01 17:01:47 -0600841struct ipr_hostrcb_type_07_error {
842 u8 failure_reason[64];
843 struct ipr_vpd vpd;
844 u32 data[222];
845}__attribute__((packed, aligned (4)));
846
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600847struct ipr_hostrcb_type_17_error {
848 u8 failure_reason[64];
849 struct ipr_ext_vpd vpd;
850 u32 data[476];
851}__attribute__((packed, aligned (4)));
852
Brian King49dc6a12006-11-21 10:28:35 -0600853struct ipr_hostrcb_config_element {
854 u8 type_status;
855#define IPR_PATH_CFG_TYPE_MASK 0xF0
856#define IPR_PATH_CFG_NOT_EXIST 0x00
857#define IPR_PATH_CFG_IOA_PORT 0x10
858#define IPR_PATH_CFG_EXP_PORT 0x20
859#define IPR_PATH_CFG_DEVICE_PORT 0x30
860#define IPR_PATH_CFG_DEVICE_LUN 0x40
861
862#define IPR_PATH_CFG_STATUS_MASK 0x0F
863#define IPR_PATH_CFG_NO_PROB 0x00
864#define IPR_PATH_CFG_DEGRADED 0x01
865#define IPR_PATH_CFG_FAILED 0x02
866#define IPR_PATH_CFG_SUSPECT 0x03
867#define IPR_PATH_NOT_DETECTED 0x04
868#define IPR_PATH_INCORRECT_CONN 0x05
869
870 u8 cascaded_expander;
871 u8 phy;
872 u8 link_rate;
873#define IPR_PHY_LINK_RATE_MASK 0x0F
874
875 __be32 wwid[2];
876}__attribute__((packed, aligned (4)));
877
878struct ipr_hostrcb_fabric_desc {
879 __be16 length;
880 u8 ioa_port;
881 u8 cascaded_expander;
882 u8 phy;
883 u8 path_state;
884#define IPR_PATH_ACTIVE_MASK 0xC0
885#define IPR_PATH_NO_INFO 0x00
886#define IPR_PATH_ACTIVE 0x40
887#define IPR_PATH_NOT_ACTIVE 0x80
888
889#define IPR_PATH_STATE_MASK 0x0F
890#define IPR_PATH_STATE_NO_INFO 0x00
891#define IPR_PATH_HEALTHY 0x01
892#define IPR_PATH_DEGRADED 0x02
893#define IPR_PATH_FAILED 0x03
894
895 __be16 num_entries;
896 struct ipr_hostrcb_config_element elem[1];
897}__attribute__((packed, aligned (4)));
898
899#define for_each_fabric_cfg(fabric, cfg) \
900 for (cfg = (fabric)->elem; \
901 cfg < ((fabric)->elem + be16_to_cpu((fabric)->num_entries)); \
902 cfg++)
903
904struct ipr_hostrcb_type_20_error {
905 u8 failure_reason[64];
906 u8 reserved[3];
907 u8 num_entries;
908 struct ipr_hostrcb_fabric_desc desc[1];
909}__attribute__((packed, aligned (4)));
910
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911struct ipr_hostrcb_error {
912 __be32 failing_dev_ioasc;
913 struct ipr_res_addr failing_dev_res_addr;
914 __be32 failing_dev_res_handle;
915 __be32 prc;
916 union {
917 struct ipr_hostrcb_type_ff_error type_ff_error;
918 struct ipr_hostrcb_type_01_error type_01_error;
919 struct ipr_hostrcb_type_02_error type_02_error;
920 struct ipr_hostrcb_type_03_error type_03_error;
921 struct ipr_hostrcb_type_04_error type_04_error;
brking@us.ibm.comb0df54b2005-11-01 17:01:47 -0600922 struct ipr_hostrcb_type_07_error type_07_error;
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600923 struct ipr_hostrcb_type_12_error type_12_error;
924 struct ipr_hostrcb_type_13_error type_13_error;
925 struct ipr_hostrcb_type_14_error type_14_error;
926 struct ipr_hostrcb_type_17_error type_17_error;
Brian King49dc6a12006-11-21 10:28:35 -0600927 struct ipr_hostrcb_type_20_error type_20_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928 } u;
929}__attribute__((packed, aligned (4)));
930
931struct ipr_hostrcb_raw {
932 __be32 data[sizeof(struct ipr_hostrcb_error)/sizeof(__be32)];
933}__attribute__((packed, aligned (4)));
934
935struct ipr_hcam {
936 u8 op_code;
937#define IPR_HOST_RCB_OP_CODE_CONFIG_CHANGE 0xE1
938#define IPR_HOST_RCB_OP_CODE_LOG_DATA 0xE2
939
940 u8 notify_type;
941#define IPR_HOST_RCB_NOTIF_TYPE_EXISTING_CHANGED 0x00
942#define IPR_HOST_RCB_NOTIF_TYPE_NEW_ENTRY 0x01
943#define IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY 0x02
944#define IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY 0x10
945#define IPR_HOST_RCB_NOTIF_TYPE_INFORMATION_ENTRY 0x11
946
947 u8 notifications_lost;
948#define IPR_HOST_RCB_NO_NOTIFICATIONS_LOST 0
949#define IPR_HOST_RCB_NOTIFICATIONS_LOST 0x80
950
951 u8 flags;
952#define IPR_HOSTRCB_INTERNAL_OPER 0x80
953#define IPR_HOSTRCB_ERR_RESP_SENT 0x40
954
955 u8 overlay_id;
956#define IPR_HOST_RCB_OVERLAY_ID_1 0x01
957#define IPR_HOST_RCB_OVERLAY_ID_2 0x02
958#define IPR_HOST_RCB_OVERLAY_ID_3 0x03
959#define IPR_HOST_RCB_OVERLAY_ID_4 0x04
960#define IPR_HOST_RCB_OVERLAY_ID_6 0x06
brking@us.ibm.comb0df54b2005-11-01 17:01:47 -0600961#define IPR_HOST_RCB_OVERLAY_ID_7 0x07
brking@us.ibm.comee0f05b2005-11-01 17:02:15 -0600962#define IPR_HOST_RCB_OVERLAY_ID_12 0x12
963#define IPR_HOST_RCB_OVERLAY_ID_13 0x13
964#define IPR_HOST_RCB_OVERLAY_ID_14 0x14
965#define IPR_HOST_RCB_OVERLAY_ID_16 0x16
966#define IPR_HOST_RCB_OVERLAY_ID_17 0x17
Brian King49dc6a12006-11-21 10:28:35 -0600967#define IPR_HOST_RCB_OVERLAY_ID_20 0x20
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968#define IPR_HOST_RCB_OVERLAY_ID_DEFAULT 0xFF
969
970 u8 reserved1[3];
971 __be32 ilid;
972 __be32 time_since_last_ioa_reset;
973 __be32 reserved2;
974 __be32 length;
975
976 union {
977 struct ipr_hostrcb_error error;
978 struct ipr_hostrcb_cfg_ch_not ccn;
979 struct ipr_hostrcb_raw raw;
980 } u;
981}__attribute__((packed, aligned (4)));
982
983struct ipr_hostrcb {
984 struct ipr_hcam hcam;
985 dma_addr_t hostrcb_dma;
986 struct list_head queue;
Brian King49dc6a12006-11-21 10:28:35 -0600987 struct ipr_ioa_cfg *ioa_cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988};
989
990/* IPR smart dump table structures */
991struct ipr_sdt_entry {
992 __be32 bar_str_offset;
993 __be32 end_offset;
994 u8 entry_byte;
995 u8 reserved[3];
996
997 u8 flags;
998#define IPR_SDT_ENDIAN 0x80
999#define IPR_SDT_VALID_ENTRY 0x20
1000
1001 u8 resv;
1002 __be16 priority;
1003}__attribute__((packed, aligned (4)));
1004
1005struct ipr_sdt_header {
1006 __be32 state;
1007 __be32 num_entries;
1008 __be32 num_entries_used;
1009 __be32 dump_size;
1010}__attribute__((packed, aligned (4)));
1011
1012struct ipr_sdt {
1013 struct ipr_sdt_header hdr;
1014 struct ipr_sdt_entry entry[IPR_NUM_SDT_ENTRIES];
1015}__attribute__((packed, aligned (4)));
1016
1017struct ipr_uc_sdt {
1018 struct ipr_sdt_header hdr;
1019 struct ipr_sdt_entry entry[1];
1020}__attribute__((packed, aligned (4)));
1021
1022/*
1023 * Driver types
1024 */
1025struct ipr_bus_attributes {
1026 u8 bus;
1027 u8 qas_enabled;
1028 u8 bus_width;
1029 u8 reserved;
1030 u32 max_xfer_rate;
1031};
1032
Brian King35a39692006-09-25 12:39:20 -05001033struct ipr_sata_port {
1034 struct ipr_ioa_cfg *ioa_cfg;
1035 struct ata_port *ap;
1036 struct ipr_resource_entry *res;
1037 struct ipr_ioasa_gata ioasa;
1038};
1039
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040struct ipr_resource_entry {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041 u8 needs_sync_complete:1;
1042 u8 in_erp:1;
1043 u8 add_to_ml:1;
1044 u8 del_from_ml:1;
1045 u8 resetting_device:1;
1046
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001047 u32 bus; /* AKA channel */
1048 u32 target; /* AKA id */
1049 u32 lun;
1050#define IPR_ARRAY_VIRTUAL_BUS 0x1
1051#define IPR_VSET_VIRTUAL_BUS 0x2
1052#define IPR_IOAFP_VIRTUAL_BUS 0x3
1053
1054#define IPR_GET_RES_PHYS_LOC(res) \
1055 (((res)->bus << 24) | ((res)->target << 8) | (res)->lun)
1056
1057 u8 ata_class;
1058
1059 u8 flags;
1060 __be16 res_flags;
1061
1062 __be32 type;
1063
1064 u8 qmodel;
1065 struct ipr_std_inq_data std_inq_data;
1066
1067 __be32 res_handle;
1068 __be64 dev_id;
1069 struct scsi_lun dev_lun;
1070 u8 res_path[8];
1071
1072 struct ipr_ioa_cfg *ioa_cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073 struct scsi_device *sdev;
Brian King35a39692006-09-25 12:39:20 -05001074 struct ipr_sata_port *sata_port;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075 struct list_head queue;
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001076}; /* struct ipr_resource_entry */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077
1078struct ipr_resource_hdr {
1079 u16 num_entries;
1080 u16 reserved;
1081};
1082
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083struct ipr_misc_cbs {
1084 struct ipr_ioa_vpd ioa_vpd;
brking@us.ibm.com62275042005-11-01 17:01:14 -06001085 struct ipr_inquiry_page0 page0_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 struct ipr_inquiry_page3 page3_data;
Brian Kingac09c342007-04-26 16:00:16 -05001087 struct ipr_inquiry_cap cap;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088 struct ipr_mode_pages mode_pages;
1089 struct ipr_supported_device supp_dev;
1090};
1091
1092struct ipr_interrupt_offsets {
1093 unsigned long set_interrupt_mask_reg;
1094 unsigned long clr_interrupt_mask_reg;
1095 unsigned long sense_interrupt_mask_reg;
1096 unsigned long clr_interrupt_reg;
1097
1098 unsigned long sense_interrupt_reg;
1099 unsigned long ioarrin_reg;
1100 unsigned long sense_uproc_interrupt_reg;
1101 unsigned long set_uproc_interrupt_reg;
1102 unsigned long clr_uproc_interrupt_reg;
1103};
1104
1105struct ipr_interrupts {
1106 void __iomem *set_interrupt_mask_reg;
1107 void __iomem *clr_interrupt_mask_reg;
1108 void __iomem *sense_interrupt_mask_reg;
1109 void __iomem *clr_interrupt_reg;
1110
1111 void __iomem *sense_interrupt_reg;
1112 void __iomem *ioarrin_reg;
1113 void __iomem *sense_uproc_interrupt_reg;
1114 void __iomem *set_uproc_interrupt_reg;
1115 void __iomem *clr_uproc_interrupt_reg;
1116};
1117
1118struct ipr_chip_cfg_t {
1119 u32 mailbox;
1120 u8 cache_line_size;
1121 struct ipr_interrupt_offsets regs;
1122};
1123
1124struct ipr_chip_t {
1125 u16 vendor;
1126 u16 device;
Wayne Boyer1be7bd82009-06-17 09:55:35 -07001127 u16 intr_type;
1128#define IPR_USE_LSI 0x00
1129#define IPR_USE_MSI 0x01
Wayne Boyera32c0552010-02-19 13:23:36 -08001130 u16 sis_type;
1131#define IPR_SIS32 0x00
1132#define IPR_SIS64 0x01
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133 const struct ipr_chip_cfg_t *cfg;
1134};
1135
1136enum ipr_shutdown_type {
1137 IPR_SHUTDOWN_NORMAL = 0x00,
1138 IPR_SHUTDOWN_PREPARE_FOR_NORMAL = 0x40,
1139 IPR_SHUTDOWN_ABBREV = 0x80,
1140 IPR_SHUTDOWN_NONE = 0x100
1141};
1142
1143struct ipr_trace_entry {
1144 u32 time;
1145
1146 u8 op_code;
Brian King35a39692006-09-25 12:39:20 -05001147 u8 ata_op_code;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148 u8 type;
1149#define IPR_TRACE_START 0x00
1150#define IPR_TRACE_FINISH 0xff
Brian King35a39692006-09-25 12:39:20 -05001151 u8 cmd_index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152
1153 __be32 res_handle;
1154 union {
1155 u32 ioasc;
1156 u32 add_data;
1157 u32 res_addr;
1158 } u;
1159};
1160
1161struct ipr_sglist {
1162 u32 order;
1163 u32 num_sg;
brking@us.ibm.com12baa422005-11-01 17:01:27 -06001164 u32 num_dma_sg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165 u32 buffer_len;
1166 struct scatterlist scatterlist[1];
1167};
1168
1169enum ipr_sdt_state {
1170 INACTIVE,
1171 WAIT_FOR_DUMP,
1172 GET_DUMP,
1173 ABORT_DUMP,
1174 DUMP_OBTAINED
1175};
1176
brking@us.ibm.com62275042005-11-01 17:01:14 -06001177enum ipr_cache_state {
1178 CACHE_NONE,
1179 CACHE_DISABLED,
1180 CACHE_ENABLED,
1181 CACHE_INVALID
1182};
1183
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184/* Per-controller data */
1185struct ipr_ioa_cfg {
1186 char eye_catcher[8];
1187#define IPR_EYECATCHER "iprcfg"
1188
1189 struct list_head queue;
1190
1191 u8 allow_interrupts:1;
1192 u8 in_reset_reload:1;
1193 u8 in_ioa_bringdown:1;
1194 u8 ioa_unit_checked:1;
1195 u8 ioa_is_dead:1;
1196 u8 dump_taken:1;
1197 u8 allow_cmds:1;
1198 u8 allow_ml_add_del:1;
brking@us.ibm.comce155cc2005-11-17 09:35:12 -06001199 u8 needs_hard_reset:1;
Brian Kingac09c342007-04-26 16:00:16 -05001200 u8 dual_raid:1;
Brian King463fc692007-05-07 17:09:05 -05001201 u8 needs_warm_reset:1;
Wayne Boyer95fecd92009-06-16 15:13:28 -07001202 u8 msi_received:1;
Wayne Boyera32c0552010-02-19 13:23:36 -08001203 u8 sis64:1;
Brian King463fc692007-05-07 17:09:05 -05001204
1205 u8 revid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001207 /*
1208 * Bitmaps for SIS64 generated target values
1209 */
1210 unsigned long *target_ids;
1211 unsigned long *array_ids;
1212 unsigned long *vset_ids;
1213
brking@us.ibm.com62275042005-11-01 17:01:14 -06001214 enum ipr_cache_state cache_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215 u16 type; /* CCIN of the card */
1216
1217 u8 log_level;
1218#define IPR_MAX_LOG_LEVEL 4
1219#define IPR_DEFAULT_LOG_LEVEL 2
1220
1221#define IPR_NUM_TRACE_INDEX_BITS 8
1222#define IPR_NUM_TRACE_ENTRIES (1 << IPR_NUM_TRACE_INDEX_BITS)
1223#define IPR_TRACE_SIZE (sizeof(struct ipr_trace_entry) * IPR_NUM_TRACE_ENTRIES)
1224 char trace_start[8];
1225#define IPR_TRACE_START_LABEL "trace"
1226 struct ipr_trace_entry *trace;
1227 u32 trace_index:IPR_NUM_TRACE_INDEX_BITS;
1228
1229 /*
1230 * Queue for free command blocks
1231 */
1232 char ipr_free_label[8];
1233#define IPR_FREEQ_LABEL "free-q"
1234 struct list_head free_q;
1235
1236 /*
1237 * Queue for command blocks outstanding to the adapter
1238 */
1239 char ipr_pending_label[8];
1240#define IPR_PENDQ_LABEL "pend-q"
1241 struct list_head pending_q;
1242
1243 char cfg_table_start[8];
1244#define IPR_CFG_TBL_START "cfg"
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001245 union {
1246 struct ipr_config_table *cfg_table;
1247 struct ipr_config_table64 *cfg_table64;
1248 } u;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249 dma_addr_t cfg_table_dma;
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001250 u32 cfg_table_size;
1251 u32 max_devs_supported;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252
1253 char resource_table_label[8];
1254#define IPR_RES_TABLE_LABEL "res_tbl"
1255 struct ipr_resource_entry *res_entries;
1256 struct list_head free_res_q;
1257 struct list_head used_res_q;
1258
1259 char ipr_hcam_label[8];
1260#define IPR_HCAM_LABEL "hcams"
1261 struct ipr_hostrcb *hostrcb[IPR_NUM_HCAMS];
1262 dma_addr_t hostrcb_dma[IPR_NUM_HCAMS];
1263 struct list_head hostrcb_free_q;
1264 struct list_head hostrcb_pending_q;
1265
1266 __be32 *host_rrq;
1267 dma_addr_t host_rrq_dma;
1268#define IPR_HRRQ_REQ_RESP_HANDLE_MASK 0xfffffffc
1269#define IPR_HRRQ_RESP_BIT_SET 0x00000002
1270#define IPR_HRRQ_TOGGLE_BIT 0x00000001
1271#define IPR_HRRQ_REQ_RESP_HANDLE_SHIFT 2
1272 volatile __be32 *hrrq_start;
1273 volatile __be32 *hrrq_end;
1274 volatile __be32 *hrrq_curr;
1275 volatile u32 toggle_bit;
1276
1277 struct ipr_bus_attributes bus_attr[IPR_MAX_NUM_BUSES];
1278
Brian King5469cb52007-03-29 12:42:40 -05001279 unsigned int transop_timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280 const struct ipr_chip_cfg_t *chip_cfg;
Wayne Boyer1be7bd82009-06-17 09:55:35 -07001281 const struct ipr_chip_t *ipr_chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282
1283 void __iomem *hdw_dma_regs; /* iomapped PCI memory space */
1284 unsigned long hdw_dma_regs_pci; /* raw PCI memory space */
1285 void __iomem *ioa_mailbox;
1286 struct ipr_interrupts regs;
1287
1288 u16 saved_pcix_cmd_reg;
1289 u16 reset_retries;
1290
1291 u32 errors_logged;
brking@us.ibm.com3d1d0da2005-11-01 17:01:54 -06001292 u32 doorbell;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293
1294 struct Scsi_Host *host;
1295 struct pci_dev *pdev;
1296 struct ipr_sglist *ucode_sglist;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297 u8 saved_mode_page_len;
1298
1299 struct work_struct work_q;
1300
1301 wait_queue_head_t reset_wait_q;
Wayne Boyer95fecd92009-06-16 15:13:28 -07001302 wait_queue_head_t msi_wait_q;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303
1304 struct ipr_dump *dump;
1305 enum ipr_sdt_state sdt_state;
1306
1307 struct ipr_misc_cbs *vpd_cbs;
1308 dma_addr_t vpd_cbs_dma;
1309
1310 struct pci_pool *ipr_cmd_pool;
1311
1312 struct ipr_cmnd *reset_cmd;
Brian King463fc692007-05-07 17:09:05 -05001313 int (*reset) (struct ipr_cmnd *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314
Brian King35a39692006-09-25 12:39:20 -05001315 struct ata_host ata_host;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316 char ipr_cmd_label[8];
Brian King0124ca92009-07-30 10:58:51 -05001317#define IPR_CMD_LABEL "ipr_cmd"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318 struct ipr_cmnd *ipr_cmnd_list[IPR_NUM_CMD_BLKS];
Wayne Boyera32c0552010-02-19 13:23:36 -08001319 dma_addr_t ipr_cmnd_list_dma[IPR_NUM_CMD_BLKS];
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001320}; /* struct ipr_ioa_cfg */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321
1322struct ipr_cmnd {
1323 struct ipr_ioarcb ioarcb;
Wayne Boyera32c0552010-02-19 13:23:36 -08001324 union {
1325 struct ipr_ioadl_desc ioadl[IPR_NUM_IOADL_ENTRIES];
1326 struct ipr_ioadl64_desc ioadl64[IPR_NUM_IOADL_ENTRIES];
1327 struct ipr_ata64_ioadl ata_ioadl;
1328 } i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329 struct ipr_ioasa ioasa;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330 struct list_head queue;
1331 struct scsi_cmnd *scsi_cmd;
Brian King35a39692006-09-25 12:39:20 -05001332 struct ata_queued_cmd *qc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333 struct completion completion;
1334 struct timer_list timer;
1335 void (*done) (struct ipr_cmnd *);
1336 int (*job_step) (struct ipr_cmnd *);
brking@us.ibm.comdfed8232005-11-01 17:02:55 -06001337 int (*job_step_failed) (struct ipr_cmnd *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338 u16 cmd_index;
1339 u8 sense_buffer[SCSI_SENSE_BUFFERSIZE];
1340 dma_addr_t sense_buffer_dma;
1341 unsigned short dma_use_sg;
Wayne Boyera32c0552010-02-19 13:23:36 -08001342 dma_addr_t dma_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343 struct ipr_cmnd *sibling;
1344 union {
1345 enum ipr_shutdown_type shutdown_type;
1346 struct ipr_hostrcb *hostrcb;
1347 unsigned long time_left;
1348 unsigned long scratch;
1349 struct ipr_resource_entry *res;
1350 struct scsi_device *sdev;
1351 } u;
1352
1353 struct ipr_ioa_cfg *ioa_cfg;
1354};
1355
1356struct ipr_ses_table_entry {
1357 char product_id[17];
1358 char compare_product_id_byte[17];
1359 u32 max_bus_speed_limit; /* MB/sec limit for this backplane */
1360};
1361
1362struct ipr_dump_header {
1363 u32 eye_catcher;
1364#define IPR_DUMP_EYE_CATCHER 0xC5D4E3F2
1365 u32 len;
1366 u32 num_entries;
1367 u32 first_entry_offset;
1368 u32 status;
1369#define IPR_DUMP_STATUS_SUCCESS 0
1370#define IPR_DUMP_STATUS_QUAL_SUCCESS 2
1371#define IPR_DUMP_STATUS_FAILED 0xffffffff
1372 u32 os;
1373#define IPR_DUMP_OS_LINUX 0x4C4E5558
1374 u32 driver_name;
1375#define IPR_DUMP_DRIVER_NAME 0x49505232
1376}__attribute__((packed, aligned (4)));
1377
1378struct ipr_dump_entry_header {
1379 u32 eye_catcher;
1380#define IPR_DUMP_EYE_CATCHER 0xC5D4E3F2
1381 u32 len;
1382 u32 num_elems;
1383 u32 offset;
1384 u32 data_type;
1385#define IPR_DUMP_DATA_TYPE_ASCII 0x41534349
1386#define IPR_DUMP_DATA_TYPE_BINARY 0x42494E41
1387 u32 id;
1388#define IPR_DUMP_IOA_DUMP_ID 0x494F4131
1389#define IPR_DUMP_LOCATION_ID 0x4C4F4341
1390#define IPR_DUMP_TRACE_ID 0x54524143
1391#define IPR_DUMP_DRIVER_VERSION_ID 0x44525652
1392#define IPR_DUMP_DRIVER_TYPE_ID 0x54595045
1393#define IPR_DUMP_IOA_CTRL_BLK 0x494F4342
1394#define IPR_DUMP_PEND_OPS 0x414F5053
1395 u32 status;
1396}__attribute__((packed, aligned (4)));
1397
1398struct ipr_dump_location_entry {
1399 struct ipr_dump_entry_header hdr;
Kay Sievers71610f52008-12-03 22:41:36 +01001400 u8 location[20];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401}__attribute__((packed));
1402
1403struct ipr_dump_trace_entry {
1404 struct ipr_dump_entry_header hdr;
1405 u32 trace[IPR_TRACE_SIZE / sizeof(u32)];
1406}__attribute__((packed, aligned (4)));
1407
1408struct ipr_dump_version_entry {
1409 struct ipr_dump_entry_header hdr;
1410 u8 version[sizeof(IPR_DRIVER_VERSION)];
1411};
1412
1413struct ipr_dump_ioa_type_entry {
1414 struct ipr_dump_entry_header hdr;
1415 u32 type;
1416 u32 fw_version;
1417};
1418
1419struct ipr_driver_dump {
1420 struct ipr_dump_header hdr;
1421 struct ipr_dump_version_entry version_entry;
1422 struct ipr_dump_location_entry location_entry;
1423 struct ipr_dump_ioa_type_entry ioa_type_entry;
1424 struct ipr_dump_trace_entry trace_entry;
1425}__attribute__((packed));
1426
1427struct ipr_ioa_dump {
1428 struct ipr_dump_entry_header hdr;
1429 struct ipr_sdt sdt;
1430 __be32 *ioa_data[IPR_MAX_NUM_DUMP_PAGES];
1431 u32 reserved;
1432 u32 next_page_index;
1433 u32 page_offset;
1434 u32 format;
1435#define IPR_SDT_FMT2 2
1436#define IPR_SDT_UNKNOWN 3
1437}__attribute__((packed, aligned (4)));
1438
1439struct ipr_dump {
1440 struct kref kref;
1441 struct ipr_ioa_cfg *ioa_cfg;
1442 struct ipr_driver_dump driver_dump;
1443 struct ipr_ioa_dump ioa_dump;
1444};
1445
1446struct ipr_error_table_t {
1447 u32 ioasc;
1448 int log_ioasa;
1449 int log_hcam;
1450 char *error;
1451};
1452
1453struct ipr_software_inq_lid_info {
1454 __be32 load_id;
1455 __be32 timestamp[3];
1456}__attribute__((packed, aligned (4)));
1457
1458struct ipr_ucode_image_header {
1459 __be32 header_length;
1460 __be32 lid_table_offset;
1461 u8 major_release;
1462 u8 card_type;
1463 u8 minor_release[2];
1464 u8 reserved[20];
1465 char eyecatcher[16];
1466 __be32 num_lids;
1467 struct ipr_software_inq_lid_info lid[1];
1468}__attribute__((packed, aligned (4)));
1469
1470/*
1471 * Macros
1472 */
brking@us.ibm.comd3c74872005-11-01 17:01:34 -06001473#define IPR_DBG_CMD(CMD) if (ipr_debug) { CMD; }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474
1475#ifdef CONFIG_SCSI_IPR_TRACE
1476#define ipr_create_trace_file(kobj, attr) sysfs_create_bin_file(kobj, attr)
1477#define ipr_remove_trace_file(kobj, attr) sysfs_remove_bin_file(kobj, attr)
1478#else
1479#define ipr_create_trace_file(kobj, attr) 0
1480#define ipr_remove_trace_file(kobj, attr) do { } while(0)
1481#endif
1482
1483#ifdef CONFIG_SCSI_IPR_DUMP
1484#define ipr_create_dump_file(kobj, attr) sysfs_create_bin_file(kobj, attr)
1485#define ipr_remove_dump_file(kobj, attr) sysfs_remove_bin_file(kobj, attr)
1486#else
1487#define ipr_create_dump_file(kobj, attr) 0
1488#define ipr_remove_dump_file(kobj, attr) do { } while(0)
1489#endif
1490
1491/*
1492 * Error logging macros
1493 */
1494#define ipr_err(...) printk(KERN_ERR IPR_NAME ": "__VA_ARGS__)
1495#define ipr_info(...) printk(KERN_INFO IPR_NAME ": "__VA_ARGS__)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496#define ipr_dbg(...) IPR_DBG_CMD(printk(KERN_INFO IPR_NAME ": "__VA_ARGS__))
1497
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001498#define ipr_res_printk(level, ioa_cfg, bus, target, lun, fmt, ...) \
1499 printk(level IPR_NAME ": %d:%d:%d:%d: " fmt, (ioa_cfg)->host->host_no, \
1500 bus, target, lun, ##__VA_ARGS__)
1501
1502#define ipr_res_err(ioa_cfg, res, fmt, ...) \
1503 ipr_res_printk(KERN_ERR, ioa_cfg, (res)->bus, (res)->target, (res)->lun, fmt, ##__VA_ARGS__)
1504
Brian Kingfb3ed3c2006-03-29 09:37:37 -06001505#define ipr_ra_printk(level, ioa_cfg, ra, fmt, ...) \
1506 printk(level IPR_NAME ": %d:%d:%d:%d: " fmt, (ioa_cfg)->host->host_no, \
1507 (ra).bus, (ra).target, (ra).lun, ##__VA_ARGS__)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508
Brian Kingfb3ed3c2006-03-29 09:37:37 -06001509#define ipr_ra_err(ioa_cfg, ra, fmt, ...) \
1510 ipr_ra_printk(KERN_ERR, ioa_cfg, ra, fmt, ##__VA_ARGS__)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511
brking@us.ibm.comfa15b1f2005-11-01 17:00:27 -06001512#define ipr_phys_res_err(ioa_cfg, res, fmt, ...) \
1513{ \
1514 if ((res).bus >= IPR_MAX_NUM_BUSES) { \
1515 ipr_err(fmt": unknown\n", ##__VA_ARGS__); \
1516 } else { \
1517 ipr_err(fmt": %d:%d:%d:%d\n", \
1518 ##__VA_ARGS__, (ioa_cfg)->host->host_no, \
1519 (res).bus, (res).target, (res).lun); \
1520 } \
1521}
1522
Brian King49dc6a12006-11-21 10:28:35 -06001523#define ipr_hcam_err(hostrcb, fmt, ...) \
1524{ \
1525 if (ipr_is_device(&(hostrcb)->hcam.u.error.failing_dev_res_addr)) { \
1526 ipr_ra_err((hostrcb)->ioa_cfg, \
1527 (hostrcb)->hcam.u.error.failing_dev_res_addr, \
1528 fmt, ##__VA_ARGS__); \
1529 } else { \
1530 dev_err(&(hostrcb)->ioa_cfg->pdev->dev, fmt, ##__VA_ARGS__); \
1531 } \
1532}
1533
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534#define ipr_trace ipr_dbg("%s: %s: Line: %d\n",\
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07001535 __FILE__, __func__, __LINE__)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07001537#define ENTER IPR_DBG_CMD(printk(KERN_INFO IPR_NAME": Entering %s\n", __func__))
1538#define LEAVE IPR_DBG_CMD(printk(KERN_INFO IPR_NAME": Leaving %s\n", __func__))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539
1540#define ipr_err_separator \
1541ipr_err("----------------------------------------------------------\n")
1542
1543
1544/*
1545 * Inlines
1546 */
1547
1548/**
1549 * ipr_is_ioa_resource - Determine if a resource is the IOA
1550 * @res: resource entry struct
1551 *
1552 * Return value:
1553 * 1 if IOA / 0 if not IOA
1554 **/
1555static inline int ipr_is_ioa_resource(struct ipr_resource_entry *res)
1556{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001557 return res->type == IPR_RES_TYPE_IOAFP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558}
1559
1560/**
1561 * ipr_is_af_dasd_device - Determine if a resource is an AF DASD
1562 * @res: resource entry struct
1563 *
1564 * Return value:
1565 * 1 if AF DASD / 0 if not AF DASD
1566 **/
1567static inline int ipr_is_af_dasd_device(struct ipr_resource_entry *res)
1568{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001569 return res->type == IPR_RES_TYPE_AF_DASD ||
1570 res->type == IPR_RES_TYPE_REMOTE_AF_DASD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571}
1572
1573/**
1574 * ipr_is_vset_device - Determine if a resource is a VSET
1575 * @res: resource entry struct
1576 *
1577 * Return value:
1578 * 1 if VSET / 0 if not VSET
1579 **/
1580static inline int ipr_is_vset_device(struct ipr_resource_entry *res)
1581{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001582 return res->type == IPR_RES_TYPE_VOLUME_SET;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583}
1584
1585/**
1586 * ipr_is_gscsi - Determine if a resource is a generic scsi resource
1587 * @res: resource entry struct
1588 *
1589 * Return value:
1590 * 1 if GSCSI / 0 if not GSCSI
1591 **/
1592static inline int ipr_is_gscsi(struct ipr_resource_entry *res)
1593{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001594 return res->type == IPR_RES_TYPE_GENERIC_SCSI;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595}
1596
1597/**
Brian Kinge4fbf442006-03-29 09:37:22 -06001598 * ipr_is_scsi_disk - Determine if a resource is a SCSI disk
1599 * @res: resource entry struct
1600 *
1601 * Return value:
1602 * 1 if SCSI disk / 0 if not SCSI disk
1603 **/
1604static inline int ipr_is_scsi_disk(struct ipr_resource_entry *res)
1605{
1606 if (ipr_is_af_dasd_device(res) ||
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001607 (ipr_is_gscsi(res) && IPR_IS_DASD_DEVICE(res->std_inq_data)))
Brian Kinge4fbf442006-03-29 09:37:22 -06001608 return 1;
1609 else
1610 return 0;
1611}
1612
1613/**
Brian Kingb5145d22006-08-02 14:57:36 -05001614 * ipr_is_gata - Determine if a resource is a generic ATA resource
1615 * @res: resource entry struct
1616 *
1617 * Return value:
1618 * 1 if GATA / 0 if not GATA
1619 **/
1620static inline int ipr_is_gata(struct ipr_resource_entry *res)
1621{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001622 return res->type == IPR_RES_TYPE_GENERIC_ATA;
Brian Kingb5145d22006-08-02 14:57:36 -05001623}
1624
1625/**
brking@us.ibm.comee0a90f2005-11-01 17:02:22 -06001626 * ipr_is_naca_model - Determine if a resource is using NACA queueing model
1627 * @res: resource entry struct
1628 *
1629 * Return value:
1630 * 1 if NACA queueing model / 0 if not NACA queueing model
1631 **/
1632static inline int ipr_is_naca_model(struct ipr_resource_entry *res)
1633{
Wayne Boyer3e7ebdf2010-02-19 13:23:59 -08001634 if (ipr_is_gscsi(res) && res->qmodel == IPR_QUEUE_NACA_MODEL)
brking@us.ibm.comee0a90f2005-11-01 17:02:22 -06001635 return 1;
1636 return 0;
1637}
1638
1639/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 * ipr_is_device - Determine if resource address is that of a device
1641 * @res_addr: resource address struct
1642 *
1643 * Return value:
1644 * 1 if AF / 0 if not AF
1645 **/
1646static inline int ipr_is_device(struct ipr_res_addr *res_addr)
1647{
1648 if ((res_addr->bus < IPR_MAX_NUM_BUSES) &&
brking@us.ibm.comd71a8b02005-11-01 17:02:49 -06001649 (res_addr->target < (IPR_MAX_NUM_TARGETS_PER_BUS - 1)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650 return 1;
1651
1652 return 0;
1653}
1654
1655/**
1656 * ipr_sdt_is_fmt2 - Determine if a SDT address is in format 2
1657 * @sdt_word: SDT address
1658 *
1659 * Return value:
1660 * 1 if format 2 / 0 if not
1661 **/
1662static inline int ipr_sdt_is_fmt2(u32 sdt_word)
1663{
1664 u32 bar_sel = IPR_GET_FMT2_BAR_SEL(sdt_word);
1665
1666 switch (bar_sel) {
1667 case IPR_SDT_FMT2_BAR0_SEL:
1668 case IPR_SDT_FMT2_BAR1_SEL:
1669 case IPR_SDT_FMT2_BAR2_SEL:
1670 case IPR_SDT_FMT2_BAR3_SEL:
1671 case IPR_SDT_FMT2_BAR4_SEL:
1672 case IPR_SDT_FMT2_BAR5_SEL:
1673 case IPR_SDT_FMT2_EXP_ROM_SEL:
1674 return 1;
1675 };
1676
1677 return 0;
1678}
1679
1680#endif