blob: 811fc4a0c40f6ae5b92afef5b89e84b72b8461e0 [file] [log] [blame]
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001/*
adam radford3f1530c2010-12-14 18:51:48 -08002 * Linux MegaRAID driver for SAS based RAID controllers
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04003 *
Sumit.Saxena@avagotech.come3990652014-11-17 15:24:03 +05304 * Copyright (c) 2003-2013 LSI Corporation
5 * Copyright (c) 2013-2014 Avago Technologies
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04006 *
adam radford3f1530c2010-12-14 18:51:48 -08007 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040011 *
adam radford3f1530c2010-12-14 18:51:48 -080012 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040016 *
adam radford3f1530c2010-12-14 18:51:48 -080017 * You should have received a copy of the GNU General Public License
Sumit.Saxena@avagotech.come3990652014-11-17 15:24:03 +053018 * along with this program. If not, see <http://www.gnu.org/licenses/>.
adam radford3f1530c2010-12-14 18:51:48 -080019 *
20 * FILE: megaraid_sas.h
21 *
Sumit.Saxena@avagotech.come3990652014-11-17 15:24:03 +053022 * Authors: Avago Technologies
23 * Kashyap Desai <kashyap.desai@avagotech.com>
24 * Sumit Saxena <sumit.saxena@avagotech.com>
adam radford3f1530c2010-12-14 18:51:48 -080025 *
Sumit.Saxena@avagotech.come3990652014-11-17 15:24:03 +053026 * Send feedback to: megaraidlinux.pdl@avagotech.com
adam radford3f1530c2010-12-14 18:51:48 -080027 *
Sumit.Saxena@avagotech.come3990652014-11-17 15:24:03 +053028 * Mail to: Avago Technologies, 350 West Trimble Road, Building 90,
29 * San Jose, California 95131
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040030 */
31
32#ifndef LSI_MEGARAID_SAS_H
33#define LSI_MEGARAID_SAS_H
34
Randy Dunlapa69b74d2007-01-05 22:41:48 -080035/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040036 * MegaRAID SAS Driver meta data
37 */
Sumit.Saxena@avagotech.com09fced12015-04-23 16:31:54 +053038#define MEGASAS_VERSION "06.807.10.00-rc1"
39#define MEGASAS_RELDATE "March 6, 2015"
Sumant Patro0e989362006-06-20 15:32:37 -070040
41/*
42 * Device IDs
43 */
44#define PCI_DEVICE_ID_LSI_SAS1078R 0x0060
bo yangaf7a5642008-03-17 04:13:07 -040045#define PCI_DEVICE_ID_LSI_SAS1078DE 0x007C
Sumant Patro0e989362006-06-20 15:32:37 -070046#define PCI_DEVICE_ID_LSI_VERDE_ZCR 0x0413
Yang, Bo6610a6b2008-08-10 12:42:38 -070047#define PCI_DEVICE_ID_LSI_SAS1078GEN2 0x0078
48#define PCI_DEVICE_ID_LSI_SAS0079GEN2 0x0079
Yang, Bo87911122009-10-06 14:31:54 -060049#define PCI_DEVICE_ID_LSI_SAS0073SKINNY 0x0073
50#define PCI_DEVICE_ID_LSI_SAS0071SKINNY 0x0071
adam radford9c915a82010-12-21 13:34:31 -080051#define PCI_DEVICE_ID_LSI_FUSION 0x005b
adam radford229fe472014-03-10 02:51:56 -070052#define PCI_DEVICE_ID_LSI_PLASMA 0x002f
adam radford36807e62011-10-08 18:15:06 -070053#define PCI_DEVICE_ID_LSI_INVADER 0x005d
Sumit.Saxena@lsi.com21d3c712013-05-22 12:31:43 +053054#define PCI_DEVICE_ID_LSI_FURY 0x005f
Sumant Patro0e989362006-06-20 15:32:37 -070055
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040056/*
Sumit.Saxena@lsi.com39b72c32013-05-22 12:32:43 +053057 * Intel HBA SSDIDs
58 */
59#define MEGARAID_INTEL_RS3DC080_SSDID 0x9360
60#define MEGARAID_INTEL_RS3DC040_SSDID 0x9362
61#define MEGARAID_INTEL_RS3SC008_SSDID 0x9380
62#define MEGARAID_INTEL_RS3MC044_SSDID 0x9381
63#define MEGARAID_INTEL_RS3WC080_SSDID 0x9341
64#define MEGARAID_INTEL_RS3WC040_SSDID 0x9343
65
66/*
67 * Intel HBA branding
68 */
69#define MEGARAID_INTEL_RS3DC080_BRANDING \
70 "Intel(R) RAID Controller RS3DC080"
71#define MEGARAID_INTEL_RS3DC040_BRANDING \
72 "Intel(R) RAID Controller RS3DC040"
73#define MEGARAID_INTEL_RS3SC008_BRANDING \
74 "Intel(R) RAID Controller RS3SC008"
75#define MEGARAID_INTEL_RS3MC044_BRANDING \
76 "Intel(R) RAID Controller RS3MC044"
77#define MEGARAID_INTEL_RS3WC080_BRANDING \
78 "Intel(R) RAID Controller RS3WC080"
79#define MEGARAID_INTEL_RS3WC040_BRANDING \
80 "Intel(R) RAID Controller RS3WC040"
81
82/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040083 * =====================================
84 * MegaRAID SAS MFI firmware definitions
85 * =====================================
86 */
87
88/*
89 * MFI stands for MegaRAID SAS FW Interface. This is just a moniker for
90 * protocol between the software and firmware. Commands are issued using
91 * "message frames"
92 */
93
Randy Dunlapa69b74d2007-01-05 22:41:48 -080094/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040095 * FW posts its state in upper 4 bits of outbound_msg_0 register
96 */
97#define MFI_STATE_MASK 0xF0000000
98#define MFI_STATE_UNDEFINED 0x00000000
99#define MFI_STATE_BB_INIT 0x10000000
100#define MFI_STATE_FW_INIT 0x40000000
101#define MFI_STATE_WAIT_HANDSHAKE 0x60000000
102#define MFI_STATE_FW_INIT_2 0x70000000
103#define MFI_STATE_DEVICE_SCAN 0x80000000
Sumant Patroe3bbff92006-10-03 12:28:49 -0700104#define MFI_STATE_BOOT_MESSAGE_PENDING 0x90000000
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400105#define MFI_STATE_FLUSH_CACHE 0xA0000000
106#define MFI_STATE_READY 0xB0000000
107#define MFI_STATE_OPERATIONAL 0xC0000000
108#define MFI_STATE_FAULT 0xF0000000
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +0530109#define MFI_STATE_FORCE_OCR 0x00000080
110#define MFI_STATE_DMADONE 0x00000008
111#define MFI_STATE_CRASH_DUMP_DONE 0x00000004
adam radford7e70e732011-05-11 18:34:08 -0700112#define MFI_RESET_REQUIRED 0x00000001
113#define MFI_RESET_ADAPTER 0x00000002
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400114#define MEGAMFI_FRAME_SIZE 64
115
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800116/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400117 * During FW init, clear pending cmds & reset state using inbound_msg_0
118 *
119 * ABORT : Abort all pending cmds
120 * READY : Move from OPERATIONAL to READY state; discard queue info
121 * MFIMODE : Discard (possible) low MFA posted in 64-bit mode (??)
122 * CLR_HANDSHAKE: FW is waiting for HANDSHAKE from BIOS or Driver
Sumant Patroe3bbff92006-10-03 12:28:49 -0700123 * HOTPLUG : Resume from Hotplug
124 * MFI_STOP_ADP : Send signal to FW to stop processing
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400125 */
bo yang39a98552010-09-22 22:36:29 -0400126#define WRITE_SEQUENCE_OFFSET (0x0000000FC) /* I20 */
127#define HOST_DIAGNOSTIC_OFFSET (0x000000F8) /* I20 */
128#define DIAG_WRITE_ENABLE (0x00000080)
129#define DIAG_RESET_ADAPTER (0x00000004)
130
131#define MFI_ADP_RESET 0x00000040
Sumant Patroe3bbff92006-10-03 12:28:49 -0700132#define MFI_INIT_ABORT 0x00000001
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400133#define MFI_INIT_READY 0x00000002
134#define MFI_INIT_MFIMODE 0x00000004
135#define MFI_INIT_CLEAR_HANDSHAKE 0x00000008
Sumant Patroe3bbff92006-10-03 12:28:49 -0700136#define MFI_INIT_HOTPLUG 0x00000010
137#define MFI_STOP_ADP 0x00000020
138#define MFI_RESET_FLAGS MFI_INIT_READY| \
139 MFI_INIT_MFIMODE| \
140 MFI_INIT_ABORT
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400141
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800142/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400143 * MFI frame flags
144 */
145#define MFI_FRAME_POST_IN_REPLY_QUEUE 0x0000
146#define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001
147#define MFI_FRAME_SGL32 0x0000
148#define MFI_FRAME_SGL64 0x0002
149#define MFI_FRAME_SENSE32 0x0000
150#define MFI_FRAME_SENSE64 0x0004
151#define MFI_FRAME_DIR_NONE 0x0000
152#define MFI_FRAME_DIR_WRITE 0x0008
153#define MFI_FRAME_DIR_READ 0x0010
154#define MFI_FRAME_DIR_BOTH 0x0018
Yang, Bof4c9a132009-10-06 14:43:28 -0600155#define MFI_FRAME_IEEE 0x0020
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400156
Sumit.Saxena@avagotech.com4026e9a2015-04-23 16:31:24 +0530157/* Driver internal */
158#define DRV_DCMD_POLLED_MODE 0x1
159
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800160/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400161 * Definition for cmd_status
162 */
163#define MFI_CMD_STATUS_POLL_MODE 0xFF
164
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800165/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400166 * MFI command opcodes
167 */
168#define MFI_CMD_INIT 0x00
169#define MFI_CMD_LD_READ 0x01
170#define MFI_CMD_LD_WRITE 0x02
171#define MFI_CMD_LD_SCSI_IO 0x03
172#define MFI_CMD_PD_SCSI_IO 0x04
173#define MFI_CMD_DCMD 0x05
174#define MFI_CMD_ABORT 0x06
175#define MFI_CMD_SMP 0x07
176#define MFI_CMD_STP 0x08
adam radforde5f93a32011-10-08 18:15:19 -0700177#define MFI_CMD_INVALID 0xff
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400178
179#define MR_DCMD_CTRL_GET_INFO 0x01010000
Yang, Bobdc6fb82009-12-06 08:30:19 -0700180#define MR_DCMD_LD_GET_LIST 0x03010000
adam radford21c9e162013-09-06 15:27:14 -0700181#define MR_DCMD_LD_LIST_QUERY 0x03010100
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400182
183#define MR_DCMD_CTRL_CACHE_FLUSH 0x01101000
184#define MR_FLUSH_CTRL_CACHE 0x01
185#define MR_FLUSH_DISK_CACHE 0x02
186
187#define MR_DCMD_CTRL_SHUTDOWN 0x01050000
bo yang31ea7082007-11-07 12:09:50 -0500188#define MR_DCMD_HIBERNATE_SHUTDOWN 0x01060000
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400189#define MR_ENABLE_DRIVE_SPINDOWN 0x01
190
191#define MR_DCMD_CTRL_EVENT_GET_INFO 0x01040100
192#define MR_DCMD_CTRL_EVENT_GET 0x01040300
193#define MR_DCMD_CTRL_EVENT_WAIT 0x01040500
194#define MR_DCMD_LD_GET_PROPERTIES 0x03030000
195
196#define MR_DCMD_CLUSTER 0x08000000
197#define MR_DCMD_CLUSTER_RESET_ALL 0x08010100
198#define MR_DCMD_CLUSTER_RESET_LD 0x08010200
Yang, Bo81e403c2009-10-06 14:27:54 -0600199#define MR_DCMD_PD_LIST_QUERY 0x02010100
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400200
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +0530201#define MR_DCMD_CTRL_SET_CRASH_DUMP_PARAMS 0x01190100
202#define MR_DRIVER_SET_APP_CRASHDUMP_MODE (0xF0010000 | 0x0600)
203
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800204/*
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530205 * Global functions
206 */
207extern u8 MR_ValidateMapInfo(struct megasas_instance *instance);
208
209
210/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400211 * MFI command completion codes
212 */
213enum MFI_STAT {
214 MFI_STAT_OK = 0x00,
215 MFI_STAT_INVALID_CMD = 0x01,
216 MFI_STAT_INVALID_DCMD = 0x02,
217 MFI_STAT_INVALID_PARAMETER = 0x03,
218 MFI_STAT_INVALID_SEQUENCE_NUMBER = 0x04,
219 MFI_STAT_ABORT_NOT_POSSIBLE = 0x05,
220 MFI_STAT_APP_HOST_CODE_NOT_FOUND = 0x06,
221 MFI_STAT_APP_IN_USE = 0x07,
222 MFI_STAT_APP_NOT_INITIALIZED = 0x08,
223 MFI_STAT_ARRAY_INDEX_INVALID = 0x09,
224 MFI_STAT_ARRAY_ROW_NOT_EMPTY = 0x0a,
225 MFI_STAT_CONFIG_RESOURCE_CONFLICT = 0x0b,
226 MFI_STAT_DEVICE_NOT_FOUND = 0x0c,
227 MFI_STAT_DRIVE_TOO_SMALL = 0x0d,
228 MFI_STAT_FLASH_ALLOC_FAIL = 0x0e,
229 MFI_STAT_FLASH_BUSY = 0x0f,
230 MFI_STAT_FLASH_ERROR = 0x10,
231 MFI_STAT_FLASH_IMAGE_BAD = 0x11,
232 MFI_STAT_FLASH_IMAGE_INCOMPLETE = 0x12,
233 MFI_STAT_FLASH_NOT_OPEN = 0x13,
234 MFI_STAT_FLASH_NOT_STARTED = 0x14,
235 MFI_STAT_FLUSH_FAILED = 0x15,
236 MFI_STAT_HOST_CODE_NOT_FOUNT = 0x16,
237 MFI_STAT_LD_CC_IN_PROGRESS = 0x17,
238 MFI_STAT_LD_INIT_IN_PROGRESS = 0x18,
239 MFI_STAT_LD_LBA_OUT_OF_RANGE = 0x19,
240 MFI_STAT_LD_MAX_CONFIGURED = 0x1a,
241 MFI_STAT_LD_NOT_OPTIMAL = 0x1b,
242 MFI_STAT_LD_RBLD_IN_PROGRESS = 0x1c,
243 MFI_STAT_LD_RECON_IN_PROGRESS = 0x1d,
244 MFI_STAT_LD_WRONG_RAID_LEVEL = 0x1e,
245 MFI_STAT_MAX_SPARES_EXCEEDED = 0x1f,
246 MFI_STAT_MEMORY_NOT_AVAILABLE = 0x20,
247 MFI_STAT_MFC_HW_ERROR = 0x21,
248 MFI_STAT_NO_HW_PRESENT = 0x22,
249 MFI_STAT_NOT_FOUND = 0x23,
250 MFI_STAT_NOT_IN_ENCL = 0x24,
251 MFI_STAT_PD_CLEAR_IN_PROGRESS = 0x25,
252 MFI_STAT_PD_TYPE_WRONG = 0x26,
253 MFI_STAT_PR_DISABLED = 0x27,
254 MFI_STAT_ROW_INDEX_INVALID = 0x28,
255 MFI_STAT_SAS_CONFIG_INVALID_ACTION = 0x29,
256 MFI_STAT_SAS_CONFIG_INVALID_DATA = 0x2a,
257 MFI_STAT_SAS_CONFIG_INVALID_PAGE = 0x2b,
258 MFI_STAT_SAS_CONFIG_INVALID_TYPE = 0x2c,
259 MFI_STAT_SCSI_DONE_WITH_ERROR = 0x2d,
260 MFI_STAT_SCSI_IO_FAILED = 0x2e,
261 MFI_STAT_SCSI_RESERVATION_CONFLICT = 0x2f,
262 MFI_STAT_SHUTDOWN_FAILED = 0x30,
263 MFI_STAT_TIME_NOT_SET = 0x31,
264 MFI_STAT_WRONG_STATE = 0x32,
265 MFI_STAT_LD_OFFLINE = 0x33,
266 MFI_STAT_PEER_NOTIFICATION_REJECTED = 0x34,
267 MFI_STAT_PEER_NOTIFICATION_FAILED = 0x35,
268 MFI_STAT_RESERVATION_IN_PROGRESS = 0x36,
269 MFI_STAT_I2C_ERRORS_DETECTED = 0x37,
270 MFI_STAT_PCI_ERRORS_DETECTED = 0x38,
adam radford36807e62011-10-08 18:15:06 -0700271 MFI_STAT_CONFIG_SEQ_MISMATCH = 0x67,
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400272
273 MFI_STAT_INVALID_STATUS = 0xFF
274};
275
276/*
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +0530277 * Crash dump related defines
278 */
279#define MAX_CRASH_DUMP_SIZE 512
280#define CRASH_DMA_BUF_SIZE (1024 * 1024)
281
282enum MR_FW_CRASH_DUMP_STATE {
283 UNAVAILABLE = 0,
284 AVAILABLE = 1,
285 COPYING = 2,
286 COPIED = 3,
287 COPY_ERROR = 4,
288};
289
290enum _MR_CRASH_BUF_STATUS {
291 MR_CRASH_BUF_TURN_OFF = 0,
292 MR_CRASH_BUF_TURN_ON = 1,
293};
294
295/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400296 * Number of mailbox bytes in DCMD message frame
297 */
298#define MFI_MBOX_SIZE 12
299
300enum MR_EVT_CLASS {
301
302 MR_EVT_CLASS_DEBUG = -2,
303 MR_EVT_CLASS_PROGRESS = -1,
304 MR_EVT_CLASS_INFO = 0,
305 MR_EVT_CLASS_WARNING = 1,
306 MR_EVT_CLASS_CRITICAL = 2,
307 MR_EVT_CLASS_FATAL = 3,
308 MR_EVT_CLASS_DEAD = 4,
309
310};
311
312enum MR_EVT_LOCALE {
313
314 MR_EVT_LOCALE_LD = 0x0001,
315 MR_EVT_LOCALE_PD = 0x0002,
316 MR_EVT_LOCALE_ENCL = 0x0004,
317 MR_EVT_LOCALE_BBU = 0x0008,
318 MR_EVT_LOCALE_SAS = 0x0010,
319 MR_EVT_LOCALE_CTRL = 0x0020,
320 MR_EVT_LOCALE_CONFIG = 0x0040,
321 MR_EVT_LOCALE_CLUSTER = 0x0080,
322 MR_EVT_LOCALE_ALL = 0xffff,
323
324};
325
326enum MR_EVT_ARGS {
327
328 MR_EVT_ARGS_NONE,
329 MR_EVT_ARGS_CDB_SENSE,
330 MR_EVT_ARGS_LD,
331 MR_EVT_ARGS_LD_COUNT,
332 MR_EVT_ARGS_LD_LBA,
333 MR_EVT_ARGS_LD_OWNER,
334 MR_EVT_ARGS_LD_LBA_PD_LBA,
335 MR_EVT_ARGS_LD_PROG,
336 MR_EVT_ARGS_LD_STATE,
337 MR_EVT_ARGS_LD_STRIP,
338 MR_EVT_ARGS_PD,
339 MR_EVT_ARGS_PD_ERR,
340 MR_EVT_ARGS_PD_LBA,
341 MR_EVT_ARGS_PD_LBA_LD,
342 MR_EVT_ARGS_PD_PROG,
343 MR_EVT_ARGS_PD_STATE,
344 MR_EVT_ARGS_PCI,
345 MR_EVT_ARGS_RATE,
346 MR_EVT_ARGS_STR,
347 MR_EVT_ARGS_TIME,
348 MR_EVT_ARGS_ECC,
Yang, Bo81e403c2009-10-06 14:27:54 -0600349 MR_EVT_ARGS_LD_PROP,
350 MR_EVT_ARGS_PD_SPARE,
351 MR_EVT_ARGS_PD_INDEX,
352 MR_EVT_ARGS_DIAG_PASS,
353 MR_EVT_ARGS_DIAG_FAIL,
354 MR_EVT_ARGS_PD_LBA_LBA,
355 MR_EVT_ARGS_PORT_PHY,
356 MR_EVT_ARGS_PD_MISSING,
357 MR_EVT_ARGS_PD_ADDRESS,
358 MR_EVT_ARGS_BITMAP,
359 MR_EVT_ARGS_CONNECTOR,
360 MR_EVT_ARGS_PD_PD,
361 MR_EVT_ARGS_PD_FRU,
362 MR_EVT_ARGS_PD_PATHINFO,
363 MR_EVT_ARGS_PD_POWER_STATE,
364 MR_EVT_ARGS_GENERIC,
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400365};
366
367/*
Yang, Bo81e403c2009-10-06 14:27:54 -0600368 * define constants for device list query options
369 */
370enum MR_PD_QUERY_TYPE {
371 MR_PD_QUERY_TYPE_ALL = 0,
372 MR_PD_QUERY_TYPE_STATE = 1,
373 MR_PD_QUERY_TYPE_POWER_STATE = 2,
374 MR_PD_QUERY_TYPE_MEDIA_TYPE = 3,
375 MR_PD_QUERY_TYPE_SPEED = 4,
376 MR_PD_QUERY_TYPE_EXPOSED_TO_HOST = 5,
377};
378
adam radford21c9e162013-09-06 15:27:14 -0700379enum MR_LD_QUERY_TYPE {
380 MR_LD_QUERY_TYPE_ALL = 0,
381 MR_LD_QUERY_TYPE_EXPOSED_TO_HOST = 1,
382 MR_LD_QUERY_TYPE_USED_TGT_IDS = 2,
383 MR_LD_QUERY_TYPE_CLUSTER_ACCESS = 3,
384 MR_LD_QUERY_TYPE_CLUSTER_LOCALE = 4,
385};
386
387
Yang, Bo7e8a75f2009-10-06 14:50:17 -0600388#define MR_EVT_CFG_CLEARED 0x0004
389#define MR_EVT_LD_STATE_CHANGE 0x0051
390#define MR_EVT_PD_INSERTED 0x005b
391#define MR_EVT_PD_REMOVED 0x0070
392#define MR_EVT_LD_CREATED 0x008a
393#define MR_EVT_LD_DELETED 0x008b
394#define MR_EVT_FOREIGN_CFG_IMPORTED 0x00db
395#define MR_EVT_LD_OFFLINE 0x00fc
396#define MR_EVT_CTRL_HOST_BUS_SCAN_REQUESTED 0x0152
Yang, Bo7e8a75f2009-10-06 14:50:17 -0600397
Yang, Bo81e403c2009-10-06 14:27:54 -0600398enum MR_PD_STATE {
399 MR_PD_STATE_UNCONFIGURED_GOOD = 0x00,
400 MR_PD_STATE_UNCONFIGURED_BAD = 0x01,
401 MR_PD_STATE_HOT_SPARE = 0x02,
402 MR_PD_STATE_OFFLINE = 0x10,
403 MR_PD_STATE_FAILED = 0x11,
404 MR_PD_STATE_REBUILD = 0x14,
405 MR_PD_STATE_ONLINE = 0x18,
406 MR_PD_STATE_COPYBACK = 0x20,
407 MR_PD_STATE_SYSTEM = 0x40,
408 };
409
410
411 /*
412 * defines the physical drive address structure
413 */
414struct MR_PD_ADDRESS {
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530415 __le16 deviceId;
Yang, Bo81e403c2009-10-06 14:27:54 -0600416 u16 enclDeviceId;
417
418 union {
419 struct {
420 u8 enclIndex;
421 u8 slotNumber;
422 } mrPdAddress;
423 struct {
424 u8 enclPosition;
425 u8 enclConnectorIndex;
426 } mrEnclAddress;
427 };
428 u8 scsiDevType;
429 union {
430 u8 connectedPortBitmap;
431 u8 connectedPortNumbers;
432 };
433 u64 sasAddr[2];
434} __packed;
435
436/*
437 * defines the physical drive list structure
438 */
439struct MR_PD_LIST {
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530440 __le32 size;
441 __le32 count;
Yang, Bo81e403c2009-10-06 14:27:54 -0600442 struct MR_PD_ADDRESS addr[1];
443} __packed;
444
445struct megasas_pd_list {
446 u16 tid;
447 u8 driveType;
448 u8 driveState;
449} __packed;
450
Yang, Bobdc6fb82009-12-06 08:30:19 -0700451 /*
452 * defines the logical drive reference structure
453 */
454union MR_LD_REF {
455 struct {
456 u8 targetId;
457 u8 reserved;
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530458 __le16 seqNum;
Yang, Bobdc6fb82009-12-06 08:30:19 -0700459 };
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530460 __le32 ref;
Yang, Bobdc6fb82009-12-06 08:30:19 -0700461} __packed;
462
463/*
464 * defines the logical drive list structure
465 */
466struct MR_LD_LIST {
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530467 __le32 ldCount;
468 __le32 reserved;
Yang, Bobdc6fb82009-12-06 08:30:19 -0700469 struct {
470 union MR_LD_REF ref;
471 u8 state;
472 u8 reserved[3];
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530473 __le64 size;
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +0530474 } ldList[MAX_LOGICAL_DRIVES_EXT];
Yang, Bobdc6fb82009-12-06 08:30:19 -0700475} __packed;
476
adam radford21c9e162013-09-06 15:27:14 -0700477struct MR_LD_TARGETID_LIST {
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530478 __le32 size;
479 __le32 count;
adam radford21c9e162013-09-06 15:27:14 -0700480 u8 pad[3];
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +0530481 u8 targetId[MAX_LOGICAL_DRIVES_EXT];
adam radford21c9e162013-09-06 15:27:14 -0700482};
483
484
Yang, Bo81e403c2009-10-06 14:27:54 -0600485/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400486 * SAS controller properties
487 */
488struct megasas_ctrl_prop {
489
490 u16 seq_num;
491 u16 pred_fail_poll_interval;
492 u16 intr_throttle_count;
493 u16 intr_throttle_timeouts;
494 u8 rebuild_rate;
495 u8 patrol_read_rate;
496 u8 bgi_rate;
497 u8 cc_rate;
498 u8 recon_rate;
499 u8 cache_flush_interval;
500 u8 spinup_drv_count;
501 u8 spinup_delay;
502 u8 cluster_enable;
503 u8 coercion_mode;
504 u8 alarm_enable;
505 u8 disable_auto_rebuild;
506 u8 disable_battery_warn;
507 u8 ecc_bucket_size;
508 u16 ecc_bucket_leak_rate;
509 u8 restore_hotspare_on_insertion;
510 u8 expose_encl_devices;
bo yang39a98552010-09-22 22:36:29 -0400511 u8 maintainPdFailHistory;
512 u8 disallowHostRequestReordering;
513 u8 abortCCOnError;
514 u8 loadBalanceMode;
515 u8 disableAutoDetectBackplane;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400516
bo yang39a98552010-09-22 22:36:29 -0400517 u8 snapVDSpace;
518
519 /*
520 * Add properties that can be controlled by
521 * a bit in the following structure.
522 */
bo yang39a98552010-09-22 22:36:29 -0400523 struct {
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +0530524#if defined(__BIG_ENDIAN_BITFIELD)
525 u32 reserved:18;
526 u32 enableJBOD:1;
527 u32 disableSpinDownHS:1;
528 u32 allowBootWithPinnedCache:1;
529 u32 disableOnlineCtrlReset:1;
530 u32 enableSecretKeyControl:1;
531 u32 autoEnhancedImport:1;
532 u32 enableSpinDownUnconfigured:1;
533 u32 SSDPatrolReadEnabled:1;
534 u32 SSDSMARTerEnabled:1;
535 u32 disableNCQ:1;
536 u32 useFdeOnly:1;
537 u32 prCorrectUnconfiguredAreas:1;
538 u32 SMARTerEnabled:1;
539 u32 copyBackDisabled:1;
540#else
541 u32 copyBackDisabled:1;
542 u32 SMARTerEnabled:1;
543 u32 prCorrectUnconfiguredAreas:1;
544 u32 useFdeOnly:1;
545 u32 disableNCQ:1;
546 u32 SSDSMARTerEnabled:1;
547 u32 SSDPatrolReadEnabled:1;
548 u32 enableSpinDownUnconfigured:1;
549 u32 autoEnhancedImport:1;
550 u32 enableSecretKeyControl:1;
551 u32 disableOnlineCtrlReset:1;
552 u32 allowBootWithPinnedCache:1;
553 u32 disableSpinDownHS:1;
554 u32 enableJBOD:1;
555 u32 reserved:18;
556#endif
bo yang39a98552010-09-22 22:36:29 -0400557 } OnOffProperties;
558 u8 autoSnapVDSpace;
559 u8 viewSpace;
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530560 __le16 spinDownTime;
bo yang39a98552010-09-22 22:36:29 -0400561 u8 reserved[24];
Yang, Bo81e403c2009-10-06 14:27:54 -0600562} __packed;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400563
564/*
565 * SAS controller information
566 */
567struct megasas_ctrl_info {
568
569 /*
570 * PCI device information
571 */
572 struct {
573
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530574 __le16 vendor_id;
575 __le16 device_id;
576 __le16 sub_vendor_id;
577 __le16 sub_device_id;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400578 u8 reserved[24];
579
580 } __attribute__ ((packed)) pci;
581
582 /*
583 * Host interface information
584 */
585 struct {
586
587 u8 PCIX:1;
588 u8 PCIE:1;
589 u8 iSCSI:1;
590 u8 SAS_3G:1;
adam radford229fe472014-03-10 02:51:56 -0700591 u8 SRIOV:1;
592 u8 reserved_0:3;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400593 u8 reserved_1[6];
594 u8 port_count;
595 u64 port_addr[8];
596
597 } __attribute__ ((packed)) host_interface;
598
599 /*
600 * Device (backend) interface information
601 */
602 struct {
603
604 u8 SPI:1;
605 u8 SAS_3G:1;
606 u8 SATA_1_5G:1;
607 u8 SATA_3G:1;
608 u8 reserved_0:4;
609 u8 reserved_1[6];
610 u8 port_count;
611 u64 port_addr[8];
612
613 } __attribute__ ((packed)) device_interface;
614
615 /*
616 * List of components residing in flash. All str are null terminated
617 */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530618 __le32 image_check_word;
619 __le32 image_component_count;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400620
621 struct {
622
623 char name[8];
624 char version[32];
625 char build_date[16];
626 char built_time[16];
627
628 } __attribute__ ((packed)) image_component[8];
629
630 /*
631 * List of flash components that have been flashed on the card, but
632 * are not in use, pending reset of the adapter. This list will be
633 * empty if a flash operation has not occurred. All stings are null
634 * terminated
635 */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530636 __le32 pending_image_component_count;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400637
638 struct {
639
640 char name[8];
641 char version[32];
642 char build_date[16];
643 char build_time[16];
644
645 } __attribute__ ((packed)) pending_image_component[8];
646
647 u8 max_arms;
648 u8 max_spans;
649 u8 max_arrays;
650 u8 max_lds;
651
652 char product_name[80];
653 char serial_no[32];
654
655 /*
656 * Other physical/controller/operation information. Indicates the
657 * presence of the hardware
658 */
659 struct {
660
661 u32 bbu:1;
662 u32 alarm:1;
663 u32 nvram:1;
664 u32 uart:1;
665 u32 reserved:28;
666
667 } __attribute__ ((packed)) hw_present;
668
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530669 __le32 current_fw_time;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400670
671 /*
672 * Maximum data transfer sizes
673 */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530674 __le16 max_concurrent_cmds;
675 __le16 max_sge_count;
676 __le32 max_request_size;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400677
678 /*
679 * Logical and physical device counts
680 */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530681 __le16 ld_present_count;
682 __le16 ld_degraded_count;
683 __le16 ld_offline_count;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400684
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530685 __le16 pd_present_count;
686 __le16 pd_disk_present_count;
687 __le16 pd_disk_pred_failure_count;
688 __le16 pd_disk_failed_count;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400689
690 /*
691 * Memory size information
692 */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530693 __le16 nvram_size;
694 __le16 memory_size;
695 __le16 flash_size;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400696
697 /*
698 * Error counters
699 */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530700 __le16 mem_correctable_error_count;
701 __le16 mem_uncorrectable_error_count;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400702
703 /*
704 * Cluster information
705 */
706 u8 cluster_permitted;
707 u8 cluster_active;
708
709 /*
710 * Additional max data transfer sizes
711 */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530712 __le16 max_strips_per_io;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400713
714 /*
715 * Controller capabilities structures
716 */
717 struct {
718
719 u32 raid_level_0:1;
720 u32 raid_level_1:1;
721 u32 raid_level_5:1;
722 u32 raid_level_1E:1;
723 u32 raid_level_6:1;
724 u32 reserved:27;
725
726 } __attribute__ ((packed)) raid_levels;
727
728 struct {
729
730 u32 rbld_rate:1;
731 u32 cc_rate:1;
732 u32 bgi_rate:1;
733 u32 recon_rate:1;
734 u32 patrol_rate:1;
735 u32 alarm_control:1;
736 u32 cluster_supported:1;
737 u32 bbu:1;
738 u32 spanning_allowed:1;
739 u32 dedicated_hotspares:1;
740 u32 revertible_hotspares:1;
741 u32 foreign_config_import:1;
742 u32 self_diagnostic:1;
743 u32 mixed_redundancy_arr:1;
744 u32 global_hot_spares:1;
745 u32 reserved:17;
746
747 } __attribute__ ((packed)) adapter_operations;
748
749 struct {
750
751 u32 read_policy:1;
752 u32 write_policy:1;
753 u32 io_policy:1;
754 u32 access_policy:1;
755 u32 disk_cache_policy:1;
756 u32 reserved:27;
757
758 } __attribute__ ((packed)) ld_operations;
759
760 struct {
761
762 u8 min;
763 u8 max;
764 u8 reserved[2];
765
766 } __attribute__ ((packed)) stripe_sz_ops;
767
768 struct {
769
770 u32 force_online:1;
771 u32 force_offline:1;
772 u32 force_rebuild:1;
773 u32 reserved:29;
774
775 } __attribute__ ((packed)) pd_operations;
776
777 struct {
778
779 u32 ctrl_supports_sas:1;
780 u32 ctrl_supports_sata:1;
781 u32 allow_mix_in_encl:1;
782 u32 allow_mix_in_ld:1;
783 u32 allow_sata_in_cluster:1;
784 u32 reserved:27;
785
786 } __attribute__ ((packed)) pd_mix_support;
787
788 /*
789 * Define ECC single-bit-error bucket information
790 */
791 u8 ecc_bucket_count;
792 u8 reserved_2[11];
793
794 /*
795 * Include the controller properties (changeable items)
796 */
797 struct megasas_ctrl_prop properties;
798
799 /*
800 * Define FW pkg version (set in envt v'bles on OEM basis)
801 */
802 char package_version[0x60];
803
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400804
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530805 /*
806 * If adapterOperations.supportMoreThan8Phys is set,
807 * and deviceInterface.portCount is greater than 8,
808 * SAS Addrs for first 8 ports shall be populated in
809 * deviceInterface.portAddr, and the rest shall be
810 * populated in deviceInterfacePortAddr2.
811 */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530812 __le64 deviceInterfacePortAddr2[8]; /*6a0h */
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530813 u8 reserved3[128]; /*6e0h */
814
815 struct { /*760h */
816 u16 minPdRaidLevel_0:4;
817 u16 maxPdRaidLevel_0:12;
818
819 u16 minPdRaidLevel_1:4;
820 u16 maxPdRaidLevel_1:12;
821
822 u16 minPdRaidLevel_5:4;
823 u16 maxPdRaidLevel_5:12;
824
825 u16 minPdRaidLevel_1E:4;
826 u16 maxPdRaidLevel_1E:12;
827
828 u16 minPdRaidLevel_6:4;
829 u16 maxPdRaidLevel_6:12;
830
831 u16 minPdRaidLevel_10:4;
832 u16 maxPdRaidLevel_10:12;
833
834 u16 minPdRaidLevel_50:4;
835 u16 maxPdRaidLevel_50:12;
836
837 u16 minPdRaidLevel_60:4;
838 u16 maxPdRaidLevel_60:12;
839
840 u16 minPdRaidLevel_1E_RLQ0:4;
841 u16 maxPdRaidLevel_1E_RLQ0:12;
842
843 u16 minPdRaidLevel_1E0_RLQ0:4;
844 u16 maxPdRaidLevel_1E0_RLQ0:12;
845
846 u16 reserved[6];
847 } pdsForRaidLevels;
848
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530849 __le16 maxPds; /*780h */
850 __le16 maxDedHSPs; /*782h */
851 __le16 maxGlobalHSP; /*784h */
852 __le16 ddfSize; /*786h */
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530853 u8 maxLdsPerArray; /*788h */
854 u8 partitionsInDDF; /*789h */
855 u8 lockKeyBinding; /*78ah */
856 u8 maxPITsPerLd; /*78bh */
857 u8 maxViewsPerLd; /*78ch */
858 u8 maxTargetId; /*78dh */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530859 __le16 maxBvlVdSize; /*78eh */
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530860
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530861 __le16 maxConfigurableSSCSize; /*790h */
862 __le16 currentSSCsize; /*792h */
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530863
864 char expanderFwVersion[12]; /*794h */
865
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530866 __le16 PFKTrialTimeRemaining; /*7A0h */
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530867
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530868 __le16 cacheMemorySize; /*7A2h */
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530869
870 struct { /*7A4h */
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +0530871#if defined(__BIG_ENDIAN_BITFIELD)
adam radford229fe472014-03-10 02:51:56 -0700872 u32 reserved:5;
873 u32 activePassive:2;
874 u32 supportConfigAutoBalance:1;
875 u32 mpio:1;
876 u32 supportDataLDonSSCArray:1;
877 u32 supportPointInTimeProgress:1;
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +0530878 u32 supportUnevenSpans:1;
879 u32 dedicatedHotSparesLimited:1;
880 u32 headlessMode:1;
881 u32 supportEmulatedDrives:1;
882 u32 supportResetNow:1;
883 u32 realTimeScheduler:1;
884 u32 supportSSDPatrolRead:1;
885 u32 supportPerfTuning:1;
886 u32 disableOnlinePFKChange:1;
887 u32 supportJBOD:1;
888 u32 supportBootTimePFKChange:1;
889 u32 supportSetLinkSpeed:1;
890 u32 supportEmergencySpares:1;
891 u32 supportSuspendResumeBGops:1;
892 u32 blockSSDWriteCacheChange:1;
893 u32 supportShieldState:1;
894 u32 supportLdBBMInfo:1;
895 u32 supportLdPIType3:1;
896 u32 supportLdPIType2:1;
897 u32 supportLdPIType1:1;
898 u32 supportPIcontroller:1;
899#else
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530900 u32 supportPIcontroller:1;
901 u32 supportLdPIType1:1;
902 u32 supportLdPIType2:1;
903 u32 supportLdPIType3:1;
904 u32 supportLdBBMInfo:1;
905 u32 supportShieldState:1;
906 u32 blockSSDWriteCacheChange:1;
907 u32 supportSuspendResumeBGops:1;
908 u32 supportEmergencySpares:1;
909 u32 supportSetLinkSpeed:1;
910 u32 supportBootTimePFKChange:1;
911 u32 supportJBOD:1;
912 u32 disableOnlinePFKChange:1;
913 u32 supportPerfTuning:1;
914 u32 supportSSDPatrolRead:1;
915 u32 realTimeScheduler:1;
916
917 u32 supportResetNow:1;
918 u32 supportEmulatedDrives:1;
919 u32 headlessMode:1;
920 u32 dedicatedHotSparesLimited:1;
921
922
923 u32 supportUnevenSpans:1;
adam radford229fe472014-03-10 02:51:56 -0700924 u32 supportPointInTimeProgress:1;
925 u32 supportDataLDonSSCArray:1;
926 u32 mpio:1;
927 u32 supportConfigAutoBalance:1;
928 u32 activePassive:2;
929 u32 reserved:5;
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +0530930#endif
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530931 } adapterOperations2;
932
933 u8 driverVersion[32]; /*7A8h */
934 u8 maxDAPdCountSpinup60; /*7C8h */
935 u8 temperatureROC; /*7C9h */
936 u8 temperatureCtrl; /*7CAh */
937 u8 reserved4; /*7CBh */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +0530938 __le16 maxConfigurablePds; /*7CCh */
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530939
940
941 u8 reserved5[2]; /*0x7CDh */
942
943 /*
944 * HA cluster information
945 */
946 struct {
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +0530947#if defined(__BIG_ENDIAN_BITFIELD)
948 u32 reserved:26;
949 u32 premiumFeatureMismatch:1;
950 u32 ctrlPropIncompatible:1;
951 u32 fwVersionMismatch:1;
952 u32 hwIncompatible:1;
953 u32 peerIsIncompatible:1;
954 u32 peerIsPresent:1;
955#else
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530956 u32 peerIsPresent:1;
957 u32 peerIsIncompatible:1;
958 u32 hwIncompatible:1;
959 u32 fwVersionMismatch:1;
960 u32 ctrlPropIncompatible:1;
961 u32 premiumFeatureMismatch:1;
962 u32 reserved:26;
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +0530963#endif
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530964 } cluster;
965
966 char clusterId[16]; /*7D4h */
adam radford229fe472014-03-10 02:51:56 -0700967 struct {
968 u8 maxVFsSupported; /*0x7E4*/
969 u8 numVFsEnabled; /*0x7E5*/
970 u8 requestorId; /*0x7E6 0:PF, 1:VF1, 2:VF2*/
971 u8 reserved; /*0x7E7*/
972 } iov;
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530973
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +0530974 struct {
975#if defined(__BIG_ENDIAN_BITFIELD)
sumit.saxena@avagotech.com3761cb42015-08-31 17:23:11 +0530976 u32 reserved:7;
977 u32 useSeqNumJbodFP:1;
sumit.saxena@avagotech.com0be3f4c2015-08-31 17:22:51 +0530978 u32 supportExtendedSSCSize:1;
979 u32 supportDiskCacheSettingForSysPDs:1;
980 u32 supportCPLDUpdate:1;
981 u32 supportTTYLogCompression:1;
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +0530982 u32 discardCacheDuringLDDelete:1;
983 u32 supportSecurityonJBOD:1;
984 u32 supportCacheBypassModes:1;
985 u32 supportDisableSESMonitoring:1;
986 u32 supportForceFlash:1;
987 u32 supportNVDRAM:1;
988 u32 supportDrvActivityLEDSetting:1;
989 u32 supportAllowedOpsforDrvRemoval:1;
990 u32 supportHOQRebuild:1;
991 u32 supportForceTo512e:1;
992 u32 supportNVCacheErase:1;
993 u32 supportDebugQueue:1;
994 u32 supportSwZone:1;
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +0530995 u32 supportCrashDump:1;
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +0530996 u32 supportMaxExtLDs:1;
997 u32 supportT10RebuildAssist:1;
998 u32 supportDisableImmediateIO:1;
999 u32 supportThermalPollInterval:1;
1000 u32 supportPersonalityChange:2;
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05301001#else
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05301002 u32 supportPersonalityChange:2;
1003 u32 supportThermalPollInterval:1;
1004 u32 supportDisableImmediateIO:1;
1005 u32 supportT10RebuildAssist:1;
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +05301006 u32 supportMaxExtLDs:1;
1007 u32 supportCrashDump:1;
1008 u32 supportSwZone:1;
1009 u32 supportDebugQueue:1;
1010 u32 supportNVCacheErase:1;
1011 u32 supportForceTo512e:1;
1012 u32 supportHOQRebuild:1;
1013 u32 supportAllowedOpsforDrvRemoval:1;
1014 u32 supportDrvActivityLEDSetting:1;
1015 u32 supportNVDRAM:1;
1016 u32 supportForceFlash:1;
1017 u32 supportDisableSESMonitoring:1;
1018 u32 supportCacheBypassModes:1;
1019 u32 supportSecurityonJBOD:1;
1020 u32 discardCacheDuringLDDelete:1;
sumit.saxena@avagotech.com0be3f4c2015-08-31 17:22:51 +05301021 u32 supportTTYLogCompression:1;
1022 u32 supportCPLDUpdate:1;
1023 u32 supportDiskCacheSettingForSysPDs:1;
1024 u32 supportExtendedSSCSize:1;
sumit.saxena@avagotech.com3761cb42015-08-31 17:23:11 +05301025 u32 useSeqNumJbodFP:1;
1026 u32 reserved:7;
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05301027#endif
1028 } adapterOperations3;
1029
1030 u8 pad[0x800-0x7EC];
Yang, Bo81e403c2009-10-06 14:27:54 -06001031} __packed;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001032
1033/*
1034 * ===============================
1035 * MegaRAID SAS driver definitions
1036 * ===============================
1037 */
1038#define MEGASAS_MAX_PD_CHANNELS 2
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05301039#define MEGASAS_MAX_LD_CHANNELS 2
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001040#define MEGASAS_MAX_CHANNELS (MEGASAS_MAX_PD_CHANNELS + \
1041 MEGASAS_MAX_LD_CHANNELS)
1042#define MEGASAS_MAX_DEV_PER_CHANNEL 128
1043#define MEGASAS_DEFAULT_INIT_ID -1
1044#define MEGASAS_MAX_LUN 8
adam radford6bf579a2011-10-08 18:14:33 -07001045#define MEGASAS_DEFAULT_CMD_PER_LUN 256
Yang, Bo81e403c2009-10-06 14:27:54 -06001046#define MEGASAS_MAX_PD (MEGASAS_MAX_PD_CHANNELS * \
1047 MEGASAS_MAX_DEV_PER_CHANNEL)
Yang, Bobdc6fb82009-12-06 08:30:19 -07001048#define MEGASAS_MAX_LD_IDS (MEGASAS_MAX_LD_CHANNELS * \
1049 MEGASAS_MAX_DEV_PER_CHANNEL)
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001050
Yang, Bo1fd10682010-10-12 07:18:50 -06001051#define MEGASAS_MAX_SECTORS (2*1024)
adam radford42a8d2b2011-02-24 20:57:09 -08001052#define MEGASAS_MAX_SECTORS_IEEE (2*128)
Sumant Patro658dced2006-10-03 13:09:14 -07001053#define MEGASAS_DBG_LVL 1
1054
Sumant Patro05e9ebb2007-05-17 05:47:51 -07001055#define MEGASAS_FW_BUSY 1
1056
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05301057#define VD_EXT_DEBUG 0
1058
Sumit.Saxena@avagotech.com90dc9d92014-09-12 18:57:58 +05301059
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +05301060enum MR_SCSI_CMD_TYPE {
1061 READ_WRITE_LDIO = 0,
1062 NON_READ_WRITE_LDIO = 1,
1063 READ_WRITE_SYSPDIO = 2,
1064 NON_READ_WRITE_SYSPDIO = 3,
1065};
1066
bo yangd532dbe2008-03-17 03:36:43 -04001067/* Frame Type */
1068#define IO_FRAME 0
1069#define PTHRU_FRAME 1
1070
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001071/*
1072 * When SCSI mid-layer calls driver's reset routine, driver waits for
1073 * MEGASAS_RESET_WAIT_TIME seconds for all outstanding IO to complete. Note
1074 * that the driver cannot _actually_ abort or reset pending commands. While
1075 * it is waiting for the commands to complete, it prints a diagnostic message
1076 * every MEGASAS_RESET_NOTICE_INTERVAL seconds
1077 */
1078#define MEGASAS_RESET_WAIT_TIME 180
Sumant Patro2a3681e2006-10-03 13:19:21 -07001079#define MEGASAS_INTERNAL_CMD_WAIT_TIME 180
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001080#define MEGASAS_RESET_NOTICE_INTERVAL 5
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001081#define MEGASAS_IOCTL_CMD 0
Sumant Patro05e9ebb2007-05-17 05:47:51 -07001082#define MEGASAS_DEFAULT_CMD_TIMEOUT 90
adam radfordc5daa6a2012-07-17 18:20:03 -07001083#define MEGASAS_THROTTLE_QUEUE_DEPTH 16
Sumit.Saxena@avagotech.com90dc9d92014-09-12 18:57:58 +05301084#define MEGASAS_BLOCKED_CMD_TIMEOUT 60
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001085/*
1086 * FW reports the maximum of number of commands that it can accept (maximum
1087 * commands that can be outstanding) at any time. The driver must report a
1088 * lower number to the mid layer because it can issue a few internal commands
1089 * itself (E.g, AEN, abort cmd, IOCTLs etc). The number of commands it needs
1090 * is shown below
1091 */
1092#define MEGASAS_INT_CMDS 32
Yang, Bo7bebf5c2009-10-06 14:40:58 -06001093#define MEGASAS_SKINNY_INT_CMDS 5
Sumit.Saxena@avagotech.comae09a6c2015-01-05 20:06:23 +05301094#define MEGASAS_FUSION_INTERNAL_CMDS 5
1095#define MEGASAS_FUSION_IOCTL_CMDS 3
Sumit.Saxena@avagotech.comf26ac3a2015-04-23 16:30:54 +05301096#define MEGASAS_MFI_IOCTL_CMDS 27
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001097
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301098#define MEGASAS_MAX_MSIX_QUEUES 128
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001099/*
1100 * FW can accept both 32 and 64 bit SGLs. We want to allocate 32/64 bit
1101 * SGLs based on the size of dma_addr_t
1102 */
1103#define IS_DMA64 (sizeof(dma_addr_t) == 8)
1104
bo yang39a98552010-09-22 22:36:29 -04001105#define MFI_XSCALE_OMR0_CHANGE_INTERRUPT 0x00000001
1106
1107#define MFI_INTR_FLAG_REPLY_MESSAGE 0x00000001
1108#define MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE 0x00000002
1109#define MFI_G2_OUTBOUND_DOORBELL_CHANGE_INTERRUPT 0x00000004
1110
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001111#define MFI_OB_INTR_STATUS_MASK 0x00000002
bo yang14faea92007-11-09 04:14:00 -05001112#define MFI_POLL_TIMEOUT_SECS 60
adam radford229fe472014-03-10 02:51:56 -07001113#define MEGASAS_SRIOV_HEARTBEAT_INTERVAL_VF (5 * HZ)
1114#define MEGASAS_OCR_SETTLE_TIME_VF (1000 * 30)
1115#define MEGASAS_ROUTINE_WAIT_TIME_VF 300
Sumant Patrof9876f02006-02-03 15:34:35 -08001116#define MFI_REPLY_1078_MESSAGE_INTERRUPT 0x80000000
Yang, Bo6610a6b2008-08-10 12:42:38 -07001117#define MFI_REPLY_GEN2_MESSAGE_INTERRUPT 0x00000001
1118#define MFI_GEN2_ENABLE_INTERRUPT_MASK (0x00000001 | 0x00000004)
Yang, Bo87911122009-10-06 14:31:54 -06001119#define MFI_REPLY_SKINNY_MESSAGE_INTERRUPT 0x40000000
1120#define MFI_SKINNY_ENABLE_INTERRUPT_MASK (0x00000001)
Sumant Patro0e989362006-06-20 15:32:37 -07001121
bo yang39a98552010-09-22 22:36:29 -04001122#define MFI_1068_PCSR_OFFSET 0x84
1123#define MFI_1068_FW_HANDSHAKE_OFFSET 0x64
1124#define MFI_1068_FW_READY 0xDDDD0000
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301125
1126#define MR_MAX_REPLY_QUEUES_OFFSET 0X0000001F
1127#define MR_MAX_REPLY_QUEUES_EXT_OFFSET 0X003FC000
1128#define MR_MAX_REPLY_QUEUES_EXT_OFFSET_SHIFT 14
1129#define MR_MAX_MSIX_REG_ARRAY 16
Sumant Patro0e989362006-06-20 15:32:37 -07001130/*
1131* register set for both 1068 and 1078 controllers
1132* structure extended for 1078 registers
1133*/
Sumant Patrof9876f02006-02-03 15:34:35 -08001134
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001135struct megasas_register_set {
adam radford9c915a82010-12-21 13:34:31 -08001136 u32 doorbell; /*0000h*/
1137 u32 fusion_seq_offset; /*0004h*/
1138 u32 fusion_host_diag; /*0008h*/
1139 u32 reserved_01; /*000Ch*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001140
Sumant Patrof9876f02006-02-03 15:34:35 -08001141 u32 inbound_msg_0; /*0010h*/
1142 u32 inbound_msg_1; /*0014h*/
1143 u32 outbound_msg_0; /*0018h*/
1144 u32 outbound_msg_1; /*001Ch*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001145
Sumant Patrof9876f02006-02-03 15:34:35 -08001146 u32 inbound_doorbell; /*0020h*/
1147 u32 inbound_intr_status; /*0024h*/
1148 u32 inbound_intr_mask; /*0028h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001149
Sumant Patrof9876f02006-02-03 15:34:35 -08001150 u32 outbound_doorbell; /*002Ch*/
1151 u32 outbound_intr_status; /*0030h*/
1152 u32 outbound_intr_mask; /*0034h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001153
Sumant Patrof9876f02006-02-03 15:34:35 -08001154 u32 reserved_1[2]; /*0038h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001155
Sumant Patrof9876f02006-02-03 15:34:35 -08001156 u32 inbound_queue_port; /*0040h*/
1157 u32 outbound_queue_port; /*0044h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001158
adam radford9c915a82010-12-21 13:34:31 -08001159 u32 reserved_2[9]; /*0048h*/
1160 u32 reply_post_host_index; /*006Ch*/
1161 u32 reserved_2_2[12]; /*0070h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001162
Sumant Patrof9876f02006-02-03 15:34:35 -08001163 u32 outbound_doorbell_clear; /*00A0h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001164
Sumant Patrof9876f02006-02-03 15:34:35 -08001165 u32 reserved_3[3]; /*00A4h*/
1166
1167 u32 outbound_scratch_pad ; /*00B0h*/
adam radford9c915a82010-12-21 13:34:31 -08001168 u32 outbound_scratch_pad_2; /*00B4h*/
Sumant Patrof9876f02006-02-03 15:34:35 -08001169
adam radford9c915a82010-12-21 13:34:31 -08001170 u32 reserved_4[2]; /*00B8h*/
Sumant Patrof9876f02006-02-03 15:34:35 -08001171
1172 u32 inbound_low_queue_port ; /*00C0h*/
1173
1174 u32 inbound_high_queue_port ; /*00C4h*/
1175
1176 u32 reserved_5; /*00C8h*/
bo yang39a98552010-09-22 22:36:29 -04001177 u32 res_6[11]; /*CCh*/
1178 u32 host_diag;
1179 u32 seq_offset;
1180 u32 index_registers[807]; /*00CCh*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001181} __attribute__ ((packed));
1182
1183struct megasas_sge32 {
1184
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301185 __le32 phys_addr;
1186 __le32 length;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001187
1188} __attribute__ ((packed));
1189
1190struct megasas_sge64 {
1191
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301192 __le64 phys_addr;
1193 __le32 length;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001194
1195} __attribute__ ((packed));
1196
Yang, Bof4c9a132009-10-06 14:43:28 -06001197struct megasas_sge_skinny {
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301198 __le64 phys_addr;
1199 __le32 length;
1200 __le32 flag;
Yang, Bof4c9a132009-10-06 14:43:28 -06001201} __packed;
1202
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001203union megasas_sgl {
1204
1205 struct megasas_sge32 sge32[1];
1206 struct megasas_sge64 sge64[1];
Yang, Bof4c9a132009-10-06 14:43:28 -06001207 struct megasas_sge_skinny sge_skinny[1];
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001208
1209} __attribute__ ((packed));
1210
1211struct megasas_header {
1212
1213 u8 cmd; /*00h */
1214 u8 sense_len; /*01h */
1215 u8 cmd_status; /*02h */
1216 u8 scsi_status; /*03h */
1217
1218 u8 target_id; /*04h */
1219 u8 lun; /*05h */
1220 u8 cdb_len; /*06h */
1221 u8 sge_count; /*07h */
1222
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301223 __le32 context; /*08h */
1224 __le32 pad_0; /*0Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001225
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301226 __le16 flags; /*10h */
1227 __le16 timeout; /*12h */
1228 __le32 data_xferlen; /*14h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001229
1230} __attribute__ ((packed));
1231
1232union megasas_sgl_frame {
1233
1234 struct megasas_sge32 sge32[8];
1235 struct megasas_sge64 sge64[5];
1236
1237} __attribute__ ((packed));
1238
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301239typedef union _MFI_CAPABILITIES {
1240 struct {
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +05301241#if defined(__BIG_ENDIAN_BITFIELD)
sumit.saxena@avagotech.com0be3f4c2015-08-31 17:22:51 +05301242 u32 reserved:24;
1243 u32 support_ext_queue_depth:1;
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +05301244 u32 security_protocol_cmds_fw:1;
1245 u32 support_core_affinity:1;
Sumit.Saxena@avagotech.comd2552eb2014-09-12 18:57:53 +05301246 u32 support_ndrive_r1_lb:1;
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05301247 u32 support_max_255lds:1;
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +05301248 u32 support_fastpath_wb:1;
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +05301249 u32 support_additional_msix:1;
1250 u32 support_fp_remote_lun:1;
1251#else
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301252 u32 support_fp_remote_lun:1;
1253 u32 support_additional_msix:1;
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +05301254 u32 support_fastpath_wb:1;
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05301255 u32 support_max_255lds:1;
Sumit.Saxena@avagotech.comd2552eb2014-09-12 18:57:53 +05301256 u32 support_ndrive_r1_lb:1;
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +05301257 u32 support_core_affinity:1;
1258 u32 security_protocol_cmds_fw:1;
sumit.saxena@avagotech.com0be3f4c2015-08-31 17:22:51 +05301259 u32 support_ext_queue_depth:1;
1260 u32 reserved:24;
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +05301261#endif
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301262 } mfi_capabilities;
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301263 __le32 reg;
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301264} MFI_CAPABILITIES;
1265
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001266struct megasas_init_frame {
1267
1268 u8 cmd; /*00h */
1269 u8 reserved_0; /*01h */
1270 u8 cmd_status; /*02h */
1271
1272 u8 reserved_1; /*03h */
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301273 MFI_CAPABILITIES driver_operations; /*04h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001274
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301275 __le32 context; /*08h */
1276 __le32 pad_0; /*0Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001277
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301278 __le16 flags; /*10h */
1279 __le16 reserved_3; /*12h */
1280 __le32 data_xfer_len; /*14h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001281
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301282 __le32 queue_info_new_phys_addr_lo; /*18h */
1283 __le32 queue_info_new_phys_addr_hi; /*1Ch */
1284 __le32 queue_info_old_phys_addr_lo; /*20h */
1285 __le32 queue_info_old_phys_addr_hi; /*24h */
1286 __le32 reserved_4[2]; /*28h */
1287 __le32 system_info_lo; /*30h */
1288 __le32 system_info_hi; /*34h */
1289 __le32 reserved_5[2]; /*38h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001290
1291} __attribute__ ((packed));
1292
1293struct megasas_init_queue_info {
1294
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301295 __le32 init_flags; /*00h */
1296 __le32 reply_queue_entries; /*04h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001297
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301298 __le32 reply_queue_start_phys_addr_lo; /*08h */
1299 __le32 reply_queue_start_phys_addr_hi; /*0Ch */
1300 __le32 producer_index_phys_addr_lo; /*10h */
1301 __le32 producer_index_phys_addr_hi; /*14h */
1302 __le32 consumer_index_phys_addr_lo; /*18h */
1303 __le32 consumer_index_phys_addr_hi; /*1Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001304
1305} __attribute__ ((packed));
1306
1307struct megasas_io_frame {
1308
1309 u8 cmd; /*00h */
1310 u8 sense_len; /*01h */
1311 u8 cmd_status; /*02h */
1312 u8 scsi_status; /*03h */
1313
1314 u8 target_id; /*04h */
1315 u8 access_byte; /*05h */
1316 u8 reserved_0; /*06h */
1317 u8 sge_count; /*07h */
1318
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301319 __le32 context; /*08h */
1320 __le32 pad_0; /*0Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001321
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301322 __le16 flags; /*10h */
1323 __le16 timeout; /*12h */
1324 __le32 lba_count; /*14h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001325
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301326 __le32 sense_buf_phys_addr_lo; /*18h */
1327 __le32 sense_buf_phys_addr_hi; /*1Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001328
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301329 __le32 start_lba_lo; /*20h */
1330 __le32 start_lba_hi; /*24h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001331
1332 union megasas_sgl sgl; /*28h */
1333
1334} __attribute__ ((packed));
1335
1336struct megasas_pthru_frame {
1337
1338 u8 cmd; /*00h */
1339 u8 sense_len; /*01h */
1340 u8 cmd_status; /*02h */
1341 u8 scsi_status; /*03h */
1342
1343 u8 target_id; /*04h */
1344 u8 lun; /*05h */
1345 u8 cdb_len; /*06h */
1346 u8 sge_count; /*07h */
1347
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301348 __le32 context; /*08h */
1349 __le32 pad_0; /*0Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001350
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301351 __le16 flags; /*10h */
1352 __le16 timeout; /*12h */
1353 __le32 data_xfer_len; /*14h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001354
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301355 __le32 sense_buf_phys_addr_lo; /*18h */
1356 __le32 sense_buf_phys_addr_hi; /*1Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001357
1358 u8 cdb[16]; /*20h */
1359 union megasas_sgl sgl; /*30h */
1360
1361} __attribute__ ((packed));
1362
1363struct megasas_dcmd_frame {
1364
1365 u8 cmd; /*00h */
1366 u8 reserved_0; /*01h */
1367 u8 cmd_status; /*02h */
1368 u8 reserved_1[4]; /*03h */
1369 u8 sge_count; /*07h */
1370
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301371 __le32 context; /*08h */
1372 __le32 pad_0; /*0Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001373
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301374 __le16 flags; /*10h */
1375 __le16 timeout; /*12h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001376
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301377 __le32 data_xfer_len; /*14h */
1378 __le32 opcode; /*18h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001379
1380 union { /*1Ch */
1381 u8 b[12];
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301382 __le16 s[6];
1383 __le32 w[3];
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001384 } mbox;
1385
1386 union megasas_sgl sgl; /*28h */
1387
1388} __attribute__ ((packed));
1389
1390struct megasas_abort_frame {
1391
1392 u8 cmd; /*00h */
1393 u8 reserved_0; /*01h */
1394 u8 cmd_status; /*02h */
1395
1396 u8 reserved_1; /*03h */
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301397 __le32 reserved_2; /*04h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001398
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301399 __le32 context; /*08h */
1400 __le32 pad_0; /*0Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001401
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301402 __le16 flags; /*10h */
1403 __le16 reserved_3; /*12h */
1404 __le32 reserved_4; /*14h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001405
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301406 __le32 abort_context; /*18h */
1407 __le32 pad_1; /*1Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001408
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301409 __le32 abort_mfi_phys_addr_lo; /*20h */
1410 __le32 abort_mfi_phys_addr_hi; /*24h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001411
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301412 __le32 reserved_5[6]; /*28h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001413
1414} __attribute__ ((packed));
1415
1416struct megasas_smp_frame {
1417
1418 u8 cmd; /*00h */
1419 u8 reserved_1; /*01h */
1420 u8 cmd_status; /*02h */
1421 u8 connection_status; /*03h */
1422
1423 u8 reserved_2[3]; /*04h */
1424 u8 sge_count; /*07h */
1425
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301426 __le32 context; /*08h */
1427 __le32 pad_0; /*0Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001428
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301429 __le16 flags; /*10h */
1430 __le16 timeout; /*12h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001431
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301432 __le32 data_xfer_len; /*14h */
1433 __le64 sas_addr; /*18h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001434
1435 union {
1436 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: req */
1437 struct megasas_sge64 sge64[2]; /* [0]: resp [1]: req */
1438 } sgl;
1439
1440} __attribute__ ((packed));
1441
1442struct megasas_stp_frame {
1443
1444 u8 cmd; /*00h */
1445 u8 reserved_1; /*01h */
1446 u8 cmd_status; /*02h */
1447 u8 reserved_2; /*03h */
1448
1449 u8 target_id; /*04h */
1450 u8 reserved_3[2]; /*05h */
1451 u8 sge_count; /*07h */
1452
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301453 __le32 context; /*08h */
1454 __le32 pad_0; /*0Ch */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001455
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301456 __le16 flags; /*10h */
1457 __le16 timeout; /*12h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001458
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301459 __le32 data_xfer_len; /*14h */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001460
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301461 __le16 fis[10]; /*18h */
1462 __le32 stp_flags;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001463
1464 union {
1465 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: data */
1466 struct megasas_sge64 sge64[2]; /* [0]: resp [1]: data */
1467 } sgl;
1468
1469} __attribute__ ((packed));
1470
1471union megasas_frame {
1472
1473 struct megasas_header hdr;
1474 struct megasas_init_frame init;
1475 struct megasas_io_frame io;
1476 struct megasas_pthru_frame pthru;
1477 struct megasas_dcmd_frame dcmd;
1478 struct megasas_abort_frame abort;
1479 struct megasas_smp_frame smp;
1480 struct megasas_stp_frame stp;
1481
1482 u8 raw_bytes[64];
1483};
1484
1485struct megasas_cmd;
1486
1487union megasas_evt_class_locale {
1488
1489 struct {
Sumit.Saxena@lsi.combe263742014-02-12 23:37:46 +05301490#ifndef __BIG_ENDIAN_BITFIELD
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001491 u16 locale;
1492 u8 reserved;
1493 s8 class;
Sumit.Saxena@lsi.combe263742014-02-12 23:37:46 +05301494#else
1495 s8 class;
1496 u8 reserved;
1497 u16 locale;
1498#endif
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001499 } __attribute__ ((packed)) members;
1500
1501 u32 word;
1502
1503} __attribute__ ((packed));
1504
1505struct megasas_evt_log_info {
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301506 __le32 newest_seq_num;
1507 __le32 oldest_seq_num;
1508 __le32 clear_seq_num;
1509 __le32 shutdown_seq_num;
1510 __le32 boot_seq_num;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001511
1512} __attribute__ ((packed));
1513
1514struct megasas_progress {
1515
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301516 __le16 progress;
1517 __le16 elapsed_seconds;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001518
1519} __attribute__ ((packed));
1520
1521struct megasas_evtarg_ld {
1522
1523 u16 target_id;
1524 u8 ld_index;
1525 u8 reserved;
1526
1527} __attribute__ ((packed));
1528
1529struct megasas_evtarg_pd {
1530 u16 device_id;
1531 u8 encl_index;
1532 u8 slot_number;
1533
1534} __attribute__ ((packed));
1535
1536struct megasas_evt_detail {
1537
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301538 __le32 seq_num;
1539 __le32 time_stamp;
1540 __le32 code;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001541 union megasas_evt_class_locale cl;
1542 u8 arg_type;
1543 u8 reserved1[15];
1544
1545 union {
1546 struct {
1547 struct megasas_evtarg_pd pd;
1548 u8 cdb_length;
1549 u8 sense_length;
1550 u8 reserved[2];
1551 u8 cdb[16];
1552 u8 sense[64];
1553 } __attribute__ ((packed)) cdbSense;
1554
1555 struct megasas_evtarg_ld ld;
1556
1557 struct {
1558 struct megasas_evtarg_ld ld;
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301559 __le64 count;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001560 } __attribute__ ((packed)) ld_count;
1561
1562 struct {
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301563 __le64 lba;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001564 struct megasas_evtarg_ld ld;
1565 } __attribute__ ((packed)) ld_lba;
1566
1567 struct {
1568 struct megasas_evtarg_ld ld;
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301569 __le32 prevOwner;
1570 __le32 newOwner;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001571 } __attribute__ ((packed)) ld_owner;
1572
1573 struct {
1574 u64 ld_lba;
1575 u64 pd_lba;
1576 struct megasas_evtarg_ld ld;
1577 struct megasas_evtarg_pd pd;
1578 } __attribute__ ((packed)) ld_lba_pd_lba;
1579
1580 struct {
1581 struct megasas_evtarg_ld ld;
1582 struct megasas_progress prog;
1583 } __attribute__ ((packed)) ld_prog;
1584
1585 struct {
1586 struct megasas_evtarg_ld ld;
1587 u32 prev_state;
1588 u32 new_state;
1589 } __attribute__ ((packed)) ld_state;
1590
1591 struct {
1592 u64 strip;
1593 struct megasas_evtarg_ld ld;
1594 } __attribute__ ((packed)) ld_strip;
1595
1596 struct megasas_evtarg_pd pd;
1597
1598 struct {
1599 struct megasas_evtarg_pd pd;
1600 u32 err;
1601 } __attribute__ ((packed)) pd_err;
1602
1603 struct {
1604 u64 lba;
1605 struct megasas_evtarg_pd pd;
1606 } __attribute__ ((packed)) pd_lba;
1607
1608 struct {
1609 u64 lba;
1610 struct megasas_evtarg_pd pd;
1611 struct megasas_evtarg_ld ld;
1612 } __attribute__ ((packed)) pd_lba_ld;
1613
1614 struct {
1615 struct megasas_evtarg_pd pd;
1616 struct megasas_progress prog;
1617 } __attribute__ ((packed)) pd_prog;
1618
1619 struct {
1620 struct megasas_evtarg_pd pd;
1621 u32 prevState;
1622 u32 newState;
1623 } __attribute__ ((packed)) pd_state;
1624
1625 struct {
1626 u16 vendorId;
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301627 __le16 deviceId;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001628 u16 subVendorId;
1629 u16 subDeviceId;
1630 } __attribute__ ((packed)) pci;
1631
1632 u32 rate;
1633 char str[96];
1634
1635 struct {
1636 u32 rtc;
1637 u32 elapsedSeconds;
1638 } __attribute__ ((packed)) time;
1639
1640 struct {
1641 u32 ecar;
1642 u32 elog;
1643 char str[64];
1644 } __attribute__ ((packed)) ecc;
1645
1646 u8 b[96];
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301647 __le16 s[48];
1648 __le32 w[24];
1649 __le64 d[12];
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001650 } args;
1651
1652 char description[128];
1653
1654} __attribute__ ((packed));
1655
Yang, Bo7e8a75f2009-10-06 14:50:17 -06001656struct megasas_aen_event {
Xiaotian Fengc1d390d82012-12-04 19:33:54 +08001657 struct delayed_work hotplug_work;
Yang, Bo7e8a75f2009-10-06 14:50:17 -06001658 struct megasas_instance *instance;
1659};
1660
adam radfordc8e858f2011-10-08 18:15:13 -07001661struct megasas_irq_context {
1662 struct megasas_instance *instance;
1663 u32 MSIxIndex;
1664};
1665
Sumit.Saxena@avagotech.com5765c5b2015-04-23 16:32:09 +05301666struct MR_DRV_SYSTEM_INFO {
1667 u8 infoVersion;
1668 u8 systemIdLength;
1669 u16 reserved0;
1670 u8 systemId[64];
1671 u8 reserved[1980];
1672};
1673
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001674struct megasas_instance {
1675
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301676 __le32 *producer;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001677 dma_addr_t producer_h;
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301678 __le32 *consumer;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001679 dma_addr_t consumer_h;
Sumit.Saxena@avagotech.com5765c5b2015-04-23 16:32:09 +05301680 struct MR_DRV_SYSTEM_INFO *system_info_buf;
1681 dma_addr_t system_info_h;
adam radford229fe472014-03-10 02:51:56 -07001682 struct MR_LD_VF_AFFILIATION *vf_affiliation;
1683 dma_addr_t vf_affiliation_h;
1684 struct MR_LD_VF_AFFILIATION_111 *vf_affiliation_111;
1685 dma_addr_t vf_affiliation_111_h;
1686 struct MR_CTRL_HB_HOST_MEM *hb_host_mem;
1687 dma_addr_t hb_host_mem_h;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001688
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301689 __le32 *reply_queue;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001690 dma_addr_t reply_queue_h;
1691
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05301692 u32 *crash_dump_buf;
1693 dma_addr_t crash_dump_h;
1694 void *crash_buf[MAX_CRASH_DUMP_SIZE];
1695 u32 crash_buf_pages;
1696 unsigned int fw_crash_buffer_size;
1697 unsigned int fw_crash_state;
1698 unsigned int fw_crash_buffer_offset;
1699 u32 drv_buf_index;
1700 u32 drv_buf_alloc;
1701 u32 crash_dump_fw_support;
1702 u32 crash_dump_drv_support;
1703 u32 crash_dump_app_support;
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +05301704 u32 secure_jbod_support;
sumit.saxena@avagotech.com3761cb42015-08-31 17:23:11 +05301705 bool use_seqnum_jbod_fp; /* Added for PD sequence */
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05301706 spinlock_t crashdump_lock;
1707
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001708 struct megasas_register_set __iomem *reg_set;
Christoph Hellwig8a232bb2015-04-23 16:32:39 +05301709 u32 __iomem *reply_post_host_index_addr[MR_MAX_MSIX_REG_ARRAY];
Yang, Bo81e403c2009-10-06 14:27:54 -06001710 struct megasas_pd_list pd_list[MEGASAS_MAX_PD];
Sumit.Saxena@lsi.com999ece02013-10-18 12:50:37 +05301711 struct megasas_pd_list local_pd_list[MEGASAS_MAX_PD];
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +05301712 u8 ld_ids[MEGASAS_MAX_LD_IDS];
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001713 s8 init_id;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001714
1715 u16 max_num_sge;
1716 u16 max_fw_cmds;
adam radford9c915a82010-12-21 13:34:31 -08001717 u16 max_mfi_cmds;
Sumit.Saxena@avagotech.comae09a6c2015-01-05 20:06:23 +05301718 u16 max_scsi_cmds;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001719 u32 max_sectors_per_req;
Yang, Bo7e8a75f2009-10-06 14:50:17 -06001720 struct megasas_aen_event *ev;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001721
1722 struct megasas_cmd **cmd_list;
1723 struct list_head cmd_pool;
bo yang39a98552010-09-22 22:36:29 -04001724 /* used to sync fire the cmd to fw */
Sumit.Saxena@avagotech.com90dc9d92014-09-12 18:57:58 +05301725 spinlock_t mfi_pool_lock;
bo yang39a98552010-09-22 22:36:29 -04001726 /* used to sync fire the cmd to fw */
1727 spinlock_t hba_lock;
bo yang7343eb62007-11-09 04:35:44 -05001728 /* used to synch producer, consumer ptrs in dpc */
1729 spinlock_t completion_lock;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001730 struct dma_pool *frame_dma_pool;
1731 struct dma_pool *sense_dma_pool;
1732
1733 struct megasas_evt_detail *evt_detail;
1734 dma_addr_t evt_detail_h;
1735 struct megasas_cmd *aen_cmd;
Matthias Kaehlckee5a69e22007-10-27 09:48:46 +02001736 struct mutex aen_mutex;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001737 struct semaphore ioctl_sem;
1738
1739 struct Scsi_Host *host;
1740
1741 wait_queue_head_t int_cmd_wait_q;
1742 wait_queue_head_t abort_cmd_wait_q;
1743
1744 struct pci_dev *pdev;
1745 u32 unique_id;
bo yang39a98552010-09-22 22:36:29 -04001746 u32 fw_support_ieee;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001747
Sumant Patroe4a082c2006-05-30 12:03:37 -07001748 atomic_t fw_outstanding;
bo yang39a98552010-09-22 22:36:29 -04001749 atomic_t fw_reset_no_pci_access;
Sumant Patro1341c932006-01-25 12:02:40 -08001750
1751 struct megasas_instance_template *instancet;
Sumant Patro5d018ad2006-10-03 13:13:18 -07001752 struct tasklet_struct isr_tasklet;
bo yang39a98552010-09-22 22:36:29 -04001753 struct work_struct work_init;
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05301754 struct work_struct crash_init;
Sumant Patro05e9ebb2007-05-17 05:47:51 -07001755
1756 u8 flag;
Yang, Boc3518832009-10-06 14:18:02 -06001757 u8 unload;
Yang, Bof4c9a132009-10-06 14:43:28 -06001758 u8 flag_ieee;
bo yang39a98552010-09-22 22:36:29 -04001759 u8 issuepend_done;
1760 u8 disableOnlineCtrlReset;
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +05301761 u8 UnevenSpanSupport;
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05301762
1763 u8 supportmax256vd;
1764 u16 fw_supported_vd_count;
1765 u16 fw_supported_pd_count;
1766
1767 u16 drv_supported_vd_count;
1768 u16 drv_supported_pd_count;
1769
bo yang39a98552010-09-22 22:36:29 -04001770 u8 adprecovery;
Sumant Patro05e9ebb2007-05-17 05:47:51 -07001771 unsigned long last_time;
bo yang39a98552010-09-22 22:36:29 -04001772 u32 mfiStatus;
1773 u32 last_seq_num;
bo yangad84db22007-11-09 04:40:16 -05001774
bo yang39a98552010-09-22 22:36:29 -04001775 struct list_head internal_reset_pending_q;
adam radford80d9da92010-12-21 10:17:40 -08001776
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001777 /* Ptr to hba specific information */
adam radford9c915a82010-12-21 13:34:31 -08001778 void *ctrl_context;
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05301779 u32 ctrl_context_pages;
1780 struct megasas_ctrl_info *ctrl_info;
adam radfordc8e858f2011-10-08 18:15:13 -07001781 unsigned int msix_vectors;
1782 struct msix_entry msixentry[MEGASAS_MAX_MSIX_QUEUES];
1783 struct megasas_irq_context irq_context[MEGASAS_MAX_MSIX_QUEUES];
adam radford9c915a82010-12-21 13:34:31 -08001784 u64 map_id;
sumit.saxena@avagotech.com3761cb42015-08-31 17:23:11 +05301785 u64 pd_seq_map_id;
adam radford9c915a82010-12-21 13:34:31 -08001786 struct megasas_cmd *map_update_cmd;
sumit.saxena@avagotech.com3761cb42015-08-31 17:23:11 +05301787 struct megasas_cmd *jbod_seq_cmd;
adam radfordb6d5d882010-12-14 18:56:07 -08001788 unsigned long bar;
adam radford9c915a82010-12-21 13:34:31 -08001789 long reset_flags;
1790 struct mutex reset_mutex;
adam radford229fe472014-03-10 02:51:56 -07001791 struct timer_list sriov_heartbeat_timer;
1792 char skip_heartbeat_timer_del;
1793 u8 requestorId;
adam radford229fe472014-03-10 02:51:56 -07001794 char PlasmaFW111;
1795 char mpio;
Sumit.Saxena@avagotech.comae09a6c2015-01-05 20:06:23 +05301796 u16 throttlequeuedepth;
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301797 u8 mask_interrupts;
Sumit.Saxena@lsi.com404a8a12013-05-22 12:35:33 +05301798 u8 is_imr;
Sumit.Saxena@avagotech.com5765c5b2015-04-23 16:32:09 +05301799 bool dev_handle;
bo yang39a98552010-09-22 22:36:29 -04001800};
adam radford229fe472014-03-10 02:51:56 -07001801struct MR_LD_VF_MAP {
1802 u32 size;
1803 union MR_LD_REF ref;
1804 u8 ldVfCount;
1805 u8 reserved[6];
1806 u8 policy[1];
1807};
1808
1809struct MR_LD_VF_AFFILIATION {
1810 u32 size;
1811 u8 ldCount;
1812 u8 vfCount;
1813 u8 thisVf;
1814 u8 reserved[9];
1815 struct MR_LD_VF_MAP map[1];
1816};
1817
1818/* Plasma 1.11 FW backward compatibility structures */
1819#define IOV_111_OFFSET 0x7CE
1820#define MAX_VIRTUAL_FUNCTIONS 8
Adam Radford4cbfea82014-07-09 15:17:56 -07001821#define MR_LD_ACCESS_HIDDEN 15
adam radford229fe472014-03-10 02:51:56 -07001822
1823struct IOV_111 {
1824 u8 maxVFsSupported;
1825 u8 numVFsEnabled;
1826 u8 requestorId;
1827 u8 reserved[5];
1828};
1829
1830struct MR_LD_VF_MAP_111 {
1831 u8 targetId;
1832 u8 reserved[3];
1833 u8 policy[MAX_VIRTUAL_FUNCTIONS];
1834};
1835
1836struct MR_LD_VF_AFFILIATION_111 {
1837 u8 vdCount;
1838 u8 vfCount;
1839 u8 thisVf;
1840 u8 reserved[5];
1841 struct MR_LD_VF_MAP_111 map[MAX_LOGICAL_DRIVES];
1842};
1843
1844struct MR_CTRL_HB_HOST_MEM {
1845 struct {
1846 u32 fwCounter; /* Firmware heart beat counter */
1847 struct {
1848 u32 debugmode:1; /* 1=Firmware is in debug mode.
1849 Heart beat will not be updated. */
1850 u32 reserved:31;
1851 } debug;
1852 u32 reserved_fw[6];
1853 u32 driverCounter; /* Driver heart beat counter. 0x20 */
1854 u32 reserved_driver[7];
1855 } HB;
1856 u8 pad[0x400-0x40];
1857};
bo yang39a98552010-09-22 22:36:29 -04001858
1859enum {
1860 MEGASAS_HBA_OPERATIONAL = 0,
1861 MEGASAS_ADPRESET_SM_INFAULT = 1,
1862 MEGASAS_ADPRESET_SM_FW_RESET_SUCCESS = 2,
1863 MEGASAS_ADPRESET_SM_OPERATIONAL = 3,
1864 MEGASAS_HW_CRITICAL_ERROR = 4,
adam radford229fe472014-03-10 02:51:56 -07001865 MEGASAS_ADPRESET_SM_POLLING = 5,
bo yang39a98552010-09-22 22:36:29 -04001866 MEGASAS_ADPRESET_INPROG_SIGN = 0xDEADDEAD,
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001867};
1868
Yang, Bo0c79e682009-10-06 14:47:35 -06001869struct megasas_instance_template {
1870 void (*fire_cmd)(struct megasas_instance *, dma_addr_t, \
1871 u32, struct megasas_register_set __iomem *);
1872
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301873 void (*enable_intr)(struct megasas_instance *);
1874 void (*disable_intr)(struct megasas_instance *);
Yang, Bo0c79e682009-10-06 14:47:35 -06001875
1876 int (*clear_intr)(struct megasas_register_set __iomem *);
1877
1878 u32 (*read_fw_status_reg)(struct megasas_register_set __iomem *);
bo yang39a98552010-09-22 22:36:29 -04001879 int (*adp_reset)(struct megasas_instance *, \
1880 struct megasas_register_set __iomem *);
1881 int (*check_reset)(struct megasas_instance *, \
1882 struct megasas_register_set __iomem *);
adam radfordcd50ba82010-12-21 10:23:23 -08001883 irqreturn_t (*service_isr)(int irq, void *devp);
1884 void (*tasklet)(unsigned long);
1885 u32 (*init_adapter)(struct megasas_instance *);
1886 u32 (*build_and_issue_cmd) (struct megasas_instance *,
1887 struct scsi_cmnd *);
1888 void (*issue_dcmd) (struct megasas_instance *instance,
1889 struct megasas_cmd *cmd);
Yang, Bo0c79e682009-10-06 14:47:35 -06001890};
1891
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001892#define MEGASAS_IS_LOGICAL(scp) \
1893 (scp->device->channel < MEGASAS_MAX_PD_CHANNELS) ? 0 : 1
1894
Sumit.Saxena@avagotech.com4a5c8142015-04-23 16:30:39 +05301895#define MEGASAS_DEV_INDEX(scp) \
1896 (((scp->device->channel % 2) * MEGASAS_MAX_DEV_PER_CHANNEL) + \
1897 scp->device->id)
1898
1899#define MEGASAS_PD_INDEX(scp) \
1900 ((scp->device->channel * MEGASAS_MAX_DEV_PER_CHANNEL) + \
1901 scp->device->id)
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001902
1903struct megasas_cmd {
1904
1905 union megasas_frame *frame;
1906 dma_addr_t frame_phys_addr;
1907 u8 *sense;
1908 dma_addr_t sense_phys_addr;
1909
1910 u32 index;
1911 u8 sync_cmd;
Sumit.Saxena@avagotech.com2be2a982015-05-06 19:01:02 +05301912 u8 cmd_status_drv;
bo yang39a98552010-09-22 22:36:29 -04001913 u8 abort_aen;
1914 u8 retry_for_fw_reset;
1915
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001916
1917 struct list_head list;
1918 struct scsi_cmnd *scmd;
Sumit.Saxena@avagotech.com4026e9a2015-04-23 16:31:24 +05301919 u8 flags;
Sumit.Saxena@avagotech.com90dc9d92014-09-12 18:57:58 +05301920
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001921 struct megasas_instance *instance;
adam radford9c915a82010-12-21 13:34:31 -08001922 union {
1923 struct {
1924 u16 smid;
1925 u16 resvd;
1926 } context;
1927 u32 frame_count;
1928 };
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001929};
1930
1931#define MAX_MGMT_ADAPTERS 1024
1932#define MAX_IOCTL_SGE 16
1933
1934struct megasas_iocpacket {
1935
1936 u16 host_no;
1937 u16 __pad1;
1938 u32 sgl_off;
1939 u32 sge_count;
1940 u32 sense_off;
1941 u32 sense_len;
1942 union {
1943 u8 raw[128];
1944 struct megasas_header hdr;
1945 } frame;
1946
1947 struct iovec sgl[MAX_IOCTL_SGE];
1948
1949} __attribute__ ((packed));
1950
1951struct megasas_aen {
1952 u16 host_no;
1953 u16 __pad1;
1954 u32 seq_num;
1955 u32 class_locale_word;
1956} __attribute__ ((packed));
1957
1958#ifdef CONFIG_COMPAT
1959struct compat_megasas_iocpacket {
1960 u16 host_no;
1961 u16 __pad1;
1962 u32 sgl_off;
1963 u32 sge_count;
1964 u32 sense_off;
1965 u32 sense_len;
1966 union {
1967 u8 raw[128];
1968 struct megasas_header hdr;
1969 } frame;
1970 struct compat_iovec sgl[MAX_IOCTL_SGE];
1971} __attribute__ ((packed));
1972
Sumant Patro0e989362006-06-20 15:32:37 -07001973#define MEGASAS_IOC_FIRMWARE32 _IOWR('M', 1, struct compat_megasas_iocpacket)
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001974#endif
1975
Sumant Patrocb59aa62006-01-25 11:53:25 -08001976#define MEGASAS_IOC_FIRMWARE _IOWR('M', 1, struct megasas_iocpacket)
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001977#define MEGASAS_IOC_GET_AEN _IOW('M', 3, struct megasas_aen)
1978
1979struct megasas_mgmt_info {
1980
1981 u16 count;
1982 struct megasas_instance *instance[MAX_MGMT_ADAPTERS];
1983 int max_index;
1984};
1985
adam radford21c9e162013-09-06 15:27:14 -07001986u8
1987MR_BuildRaidContext(struct megasas_instance *instance,
1988 struct IO_REQUEST_INFO *io_info,
1989 struct RAID_CONTEXT *pRAID_Context,
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05301990 struct MR_DRV_RAID_MAP_ALL *map, u8 **raidLUN);
1991u8 MR_TargetIdToLdGet(u32 ldTgtId, struct MR_DRV_RAID_MAP_ALL *map);
1992struct MR_LD_RAID *MR_LdRaidGet(u32 ld, struct MR_DRV_RAID_MAP_ALL *map);
1993u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map);
1994u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map);
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301995__le16 MR_PdDevHandleGet(u32 pd, struct MR_DRV_RAID_MAP_ALL *map);
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05301996u16 MR_GetLDTgtId(u32 ld, struct MR_DRV_RAID_MAP_ALL *map);
adam radford21c9e162013-09-06 15:27:14 -07001997
Christoph Hellwig9ab9ed382015-04-23 16:32:54 +05301998__le16 get_updated_dev_handle(struct megasas_instance *instance,
Sumit.Saxena@avagotech.comd2552eb2014-09-12 18:57:53 +05301999 struct LD_LOAD_BALANCE_INFO *lbInfo, struct IO_REQUEST_INFO *in_info);
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05302000void mr_update_load_balance_params(struct MR_DRV_RAID_MAP_ALL *map,
2001 struct LD_LOAD_BALANCE_INFO *lbInfo);
Sumit.Saxena@avagotech.comd009b572014-11-17 15:24:13 +05302002int megasas_get_ctrl_info(struct megasas_instance *instance);
sumit.saxena@avagotech.com3761cb42015-08-31 17:23:11 +05302003/* PD sequence */
2004int
2005megasas_sync_pd_seq_num(struct megasas_instance *instance, bool pend);
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05302006int megasas_set_crash_dump_params(struct megasas_instance *instance,
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05302007 u8 crash_buf_state);
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05302008void megasas_free_host_crash_buffer(struct megasas_instance *instance);
2009void megasas_fusion_crash_dump_wq(struct work_struct *work);
Sumit.Saxena@avagotech.com51087a82014-09-12 18:57:33 +05302010
Sumit.Saxena@avagotech.com90dc9d92014-09-12 18:57:58 +05302011void megasas_return_cmd_fusion(struct megasas_instance *instance,
2012 struct megasas_cmd_fusion *cmd);
2013int megasas_issue_blocked_cmd(struct megasas_instance *instance,
2014 struct megasas_cmd *cmd, int timeout);
2015void __megasas_return_cmd(struct megasas_instance *instance,
2016 struct megasas_cmd *cmd);
2017
2018void megasas_return_mfi_mpt_pthr(struct megasas_instance *instance,
2019 struct megasas_cmd *cmd_mfi, struct megasas_cmd_fusion *cmd_fusion);
Sumit.Saxena@avagotech.com7497cde2015-01-05 20:06:03 +05302020int megasas_cmd_type(struct scsi_cmnd *cmd);
sumit.saxena@avagotech.com3761cb42015-08-31 17:23:11 +05302021void megasas_setup_jbod_map(struct megasas_instance *instance);
Sumit.Saxena@avagotech.com90dc9d92014-09-12 18:57:58 +05302022
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04002023#endif /*LSI_MEGARAID_SAS_H */