blob: e0f03e2f6ddf63fc076513df3031ba0f1ae2131c [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 *
adam radfordae590572012-10-01 19:27:34 -07004 * Copyright (c) 2003-2012 LSI Corporation.
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04005 *
adam radford3f1530c2010-12-14 18:51:48 -08006 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040010 *
adam radford3f1530c2010-12-14 18:51:48 -080011 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040015 *
adam radford3f1530c2010-12-14 18:51:48 -080016 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 *
20 * FILE: megaraid_sas.h
21 *
22 * Authors: LSI Corporation
23 *
24 * Send feedback to: <megaraidlinux@lsi.com>
25 *
26 * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035
27 * ATTN: Linuxraid
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040028 */
29
30#ifndef LSI_MEGARAID_SAS_H
31#define LSI_MEGARAID_SAS_H
32
Randy Dunlapa69b74d2007-01-05 22:41:48 -080033/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040034 * MegaRAID SAS Driver meta data
35 */
Adam Radford5e8d9002014-07-09 15:17:58 -070036#define MEGASAS_VERSION "06.803.02.00-rc1"
37#define MEGASAS_RELDATE "Jun. 19, 2014"
38#define MEGASAS_EXT_VERSION "Thu. Jun. 19 17:00:00 PDT 2014"
Sumant Patro0e989362006-06-20 15:32:37 -070039
40/*
41 * Device IDs
42 */
43#define PCI_DEVICE_ID_LSI_SAS1078R 0x0060
bo yangaf7a5642008-03-17 04:13:07 -040044#define PCI_DEVICE_ID_LSI_SAS1078DE 0x007C
Sumant Patro0e989362006-06-20 15:32:37 -070045#define PCI_DEVICE_ID_LSI_VERDE_ZCR 0x0413
Yang, Bo6610a6b2008-08-10 12:42:38 -070046#define PCI_DEVICE_ID_LSI_SAS1078GEN2 0x0078
47#define PCI_DEVICE_ID_LSI_SAS0079GEN2 0x0079
Yang, Bo87911122009-10-06 14:31:54 -060048#define PCI_DEVICE_ID_LSI_SAS0073SKINNY 0x0073
49#define PCI_DEVICE_ID_LSI_SAS0071SKINNY 0x0071
adam radford9c915a82010-12-21 13:34:31 -080050#define PCI_DEVICE_ID_LSI_FUSION 0x005b
adam radford229fe472014-03-10 02:51:56 -070051#define PCI_DEVICE_ID_LSI_PLASMA 0x002f
adam radford36807e62011-10-08 18:15:06 -070052#define PCI_DEVICE_ID_LSI_INVADER 0x005d
Sumit.Saxena@lsi.com21d3c712013-05-22 12:31:43 +053053#define PCI_DEVICE_ID_LSI_FURY 0x005f
Sumant Patro0e989362006-06-20 15:32:37 -070054
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040055/*
Sumit.Saxena@lsi.com39b72c32013-05-22 12:32:43 +053056 * Intel HBA SSDIDs
57 */
58#define MEGARAID_INTEL_RS3DC080_SSDID 0x9360
59#define MEGARAID_INTEL_RS3DC040_SSDID 0x9362
60#define MEGARAID_INTEL_RS3SC008_SSDID 0x9380
61#define MEGARAID_INTEL_RS3MC044_SSDID 0x9381
62#define MEGARAID_INTEL_RS3WC080_SSDID 0x9341
63#define MEGARAID_INTEL_RS3WC040_SSDID 0x9343
64
65/*
66 * Intel HBA branding
67 */
68#define MEGARAID_INTEL_RS3DC080_BRANDING \
69 "Intel(R) RAID Controller RS3DC080"
70#define MEGARAID_INTEL_RS3DC040_BRANDING \
71 "Intel(R) RAID Controller RS3DC040"
72#define MEGARAID_INTEL_RS3SC008_BRANDING \
73 "Intel(R) RAID Controller RS3SC008"
74#define MEGARAID_INTEL_RS3MC044_BRANDING \
75 "Intel(R) RAID Controller RS3MC044"
76#define MEGARAID_INTEL_RS3WC080_BRANDING \
77 "Intel(R) RAID Controller RS3WC080"
78#define MEGARAID_INTEL_RS3WC040_BRANDING \
79 "Intel(R) RAID Controller RS3WC040"
80
81/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040082 * =====================================
83 * MegaRAID SAS MFI firmware definitions
84 * =====================================
85 */
86
87/*
88 * MFI stands for MegaRAID SAS FW Interface. This is just a moniker for
89 * protocol between the software and firmware. Commands are issued using
90 * "message frames"
91 */
92
Randy Dunlapa69b74d2007-01-05 22:41:48 -080093/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -040094 * FW posts its state in upper 4 bits of outbound_msg_0 register
95 */
96#define MFI_STATE_MASK 0xF0000000
97#define MFI_STATE_UNDEFINED 0x00000000
98#define MFI_STATE_BB_INIT 0x10000000
99#define MFI_STATE_FW_INIT 0x40000000
100#define MFI_STATE_WAIT_HANDSHAKE 0x60000000
101#define MFI_STATE_FW_INIT_2 0x70000000
102#define MFI_STATE_DEVICE_SCAN 0x80000000
Sumant Patroe3bbff92006-10-03 12:28:49 -0700103#define MFI_STATE_BOOT_MESSAGE_PENDING 0x90000000
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400104#define MFI_STATE_FLUSH_CACHE 0xA0000000
105#define MFI_STATE_READY 0xB0000000
106#define MFI_STATE_OPERATIONAL 0xC0000000
107#define MFI_STATE_FAULT 0xF0000000
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +0530108#define MFI_STATE_FORCE_OCR 0x00000080
109#define MFI_STATE_DMADONE 0x00000008
110#define MFI_STATE_CRASH_DUMP_DONE 0x00000004
adam radford7e70e732011-05-11 18:34:08 -0700111#define MFI_RESET_REQUIRED 0x00000001
112#define MFI_RESET_ADAPTER 0x00000002
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400113#define MEGAMFI_FRAME_SIZE 64
114
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800115/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400116 * During FW init, clear pending cmds & reset state using inbound_msg_0
117 *
118 * ABORT : Abort all pending cmds
119 * READY : Move from OPERATIONAL to READY state; discard queue info
120 * MFIMODE : Discard (possible) low MFA posted in 64-bit mode (??)
121 * CLR_HANDSHAKE: FW is waiting for HANDSHAKE from BIOS or Driver
Sumant Patroe3bbff92006-10-03 12:28:49 -0700122 * HOTPLUG : Resume from Hotplug
123 * MFI_STOP_ADP : Send signal to FW to stop processing
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400124 */
bo yang39a98552010-09-22 22:36:29 -0400125#define WRITE_SEQUENCE_OFFSET (0x0000000FC) /* I20 */
126#define HOST_DIAGNOSTIC_OFFSET (0x000000F8) /* I20 */
127#define DIAG_WRITE_ENABLE (0x00000080)
128#define DIAG_RESET_ADAPTER (0x00000004)
129
130#define MFI_ADP_RESET 0x00000040
Sumant Patroe3bbff92006-10-03 12:28:49 -0700131#define MFI_INIT_ABORT 0x00000001
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400132#define MFI_INIT_READY 0x00000002
133#define MFI_INIT_MFIMODE 0x00000004
134#define MFI_INIT_CLEAR_HANDSHAKE 0x00000008
Sumant Patroe3bbff92006-10-03 12:28:49 -0700135#define MFI_INIT_HOTPLUG 0x00000010
136#define MFI_STOP_ADP 0x00000020
137#define MFI_RESET_FLAGS MFI_INIT_READY| \
138 MFI_INIT_MFIMODE| \
139 MFI_INIT_ABORT
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400140
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800141/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400142 * MFI frame flags
143 */
144#define MFI_FRAME_POST_IN_REPLY_QUEUE 0x0000
145#define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001
146#define MFI_FRAME_SGL32 0x0000
147#define MFI_FRAME_SGL64 0x0002
148#define MFI_FRAME_SENSE32 0x0000
149#define MFI_FRAME_SENSE64 0x0004
150#define MFI_FRAME_DIR_NONE 0x0000
151#define MFI_FRAME_DIR_WRITE 0x0008
152#define MFI_FRAME_DIR_READ 0x0010
153#define MFI_FRAME_DIR_BOTH 0x0018
Yang, Bof4c9a132009-10-06 14:43:28 -0600154#define MFI_FRAME_IEEE 0x0020
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400155
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800156/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400157 * Definition for cmd_status
158 */
159#define MFI_CMD_STATUS_POLL_MODE 0xFF
160
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800161/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400162 * MFI command opcodes
163 */
164#define MFI_CMD_INIT 0x00
165#define MFI_CMD_LD_READ 0x01
166#define MFI_CMD_LD_WRITE 0x02
167#define MFI_CMD_LD_SCSI_IO 0x03
168#define MFI_CMD_PD_SCSI_IO 0x04
169#define MFI_CMD_DCMD 0x05
170#define MFI_CMD_ABORT 0x06
171#define MFI_CMD_SMP 0x07
172#define MFI_CMD_STP 0x08
adam radforde5f93a32011-10-08 18:15:19 -0700173#define MFI_CMD_INVALID 0xff
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400174
175#define MR_DCMD_CTRL_GET_INFO 0x01010000
Yang, Bobdc6fb82009-12-06 08:30:19 -0700176#define MR_DCMD_LD_GET_LIST 0x03010000
adam radford21c9e162013-09-06 15:27:14 -0700177#define MR_DCMD_LD_LIST_QUERY 0x03010100
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400178
179#define MR_DCMD_CTRL_CACHE_FLUSH 0x01101000
180#define MR_FLUSH_CTRL_CACHE 0x01
181#define MR_FLUSH_DISK_CACHE 0x02
182
183#define MR_DCMD_CTRL_SHUTDOWN 0x01050000
bo yang31ea7082007-11-07 12:09:50 -0500184#define MR_DCMD_HIBERNATE_SHUTDOWN 0x01060000
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400185#define MR_ENABLE_DRIVE_SPINDOWN 0x01
186
187#define MR_DCMD_CTRL_EVENT_GET_INFO 0x01040100
188#define MR_DCMD_CTRL_EVENT_GET 0x01040300
189#define MR_DCMD_CTRL_EVENT_WAIT 0x01040500
190#define MR_DCMD_LD_GET_PROPERTIES 0x03030000
191
192#define MR_DCMD_CLUSTER 0x08000000
193#define MR_DCMD_CLUSTER_RESET_ALL 0x08010100
194#define MR_DCMD_CLUSTER_RESET_LD 0x08010200
Yang, Bo81e403c2009-10-06 14:27:54 -0600195#define MR_DCMD_PD_LIST_QUERY 0x02010100
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400196
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +0530197#define MR_DCMD_CTRL_SET_CRASH_DUMP_PARAMS 0x01190100
198#define MR_DRIVER_SET_APP_CRASHDUMP_MODE (0xF0010000 | 0x0600)
199
Randy Dunlapa69b74d2007-01-05 22:41:48 -0800200/*
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530201 * Global functions
202 */
203extern u8 MR_ValidateMapInfo(struct megasas_instance *instance);
204
205
206/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400207 * MFI command completion codes
208 */
209enum MFI_STAT {
210 MFI_STAT_OK = 0x00,
211 MFI_STAT_INVALID_CMD = 0x01,
212 MFI_STAT_INVALID_DCMD = 0x02,
213 MFI_STAT_INVALID_PARAMETER = 0x03,
214 MFI_STAT_INVALID_SEQUENCE_NUMBER = 0x04,
215 MFI_STAT_ABORT_NOT_POSSIBLE = 0x05,
216 MFI_STAT_APP_HOST_CODE_NOT_FOUND = 0x06,
217 MFI_STAT_APP_IN_USE = 0x07,
218 MFI_STAT_APP_NOT_INITIALIZED = 0x08,
219 MFI_STAT_ARRAY_INDEX_INVALID = 0x09,
220 MFI_STAT_ARRAY_ROW_NOT_EMPTY = 0x0a,
221 MFI_STAT_CONFIG_RESOURCE_CONFLICT = 0x0b,
222 MFI_STAT_DEVICE_NOT_FOUND = 0x0c,
223 MFI_STAT_DRIVE_TOO_SMALL = 0x0d,
224 MFI_STAT_FLASH_ALLOC_FAIL = 0x0e,
225 MFI_STAT_FLASH_BUSY = 0x0f,
226 MFI_STAT_FLASH_ERROR = 0x10,
227 MFI_STAT_FLASH_IMAGE_BAD = 0x11,
228 MFI_STAT_FLASH_IMAGE_INCOMPLETE = 0x12,
229 MFI_STAT_FLASH_NOT_OPEN = 0x13,
230 MFI_STAT_FLASH_NOT_STARTED = 0x14,
231 MFI_STAT_FLUSH_FAILED = 0x15,
232 MFI_STAT_HOST_CODE_NOT_FOUNT = 0x16,
233 MFI_STAT_LD_CC_IN_PROGRESS = 0x17,
234 MFI_STAT_LD_INIT_IN_PROGRESS = 0x18,
235 MFI_STAT_LD_LBA_OUT_OF_RANGE = 0x19,
236 MFI_STAT_LD_MAX_CONFIGURED = 0x1a,
237 MFI_STAT_LD_NOT_OPTIMAL = 0x1b,
238 MFI_STAT_LD_RBLD_IN_PROGRESS = 0x1c,
239 MFI_STAT_LD_RECON_IN_PROGRESS = 0x1d,
240 MFI_STAT_LD_WRONG_RAID_LEVEL = 0x1e,
241 MFI_STAT_MAX_SPARES_EXCEEDED = 0x1f,
242 MFI_STAT_MEMORY_NOT_AVAILABLE = 0x20,
243 MFI_STAT_MFC_HW_ERROR = 0x21,
244 MFI_STAT_NO_HW_PRESENT = 0x22,
245 MFI_STAT_NOT_FOUND = 0x23,
246 MFI_STAT_NOT_IN_ENCL = 0x24,
247 MFI_STAT_PD_CLEAR_IN_PROGRESS = 0x25,
248 MFI_STAT_PD_TYPE_WRONG = 0x26,
249 MFI_STAT_PR_DISABLED = 0x27,
250 MFI_STAT_ROW_INDEX_INVALID = 0x28,
251 MFI_STAT_SAS_CONFIG_INVALID_ACTION = 0x29,
252 MFI_STAT_SAS_CONFIG_INVALID_DATA = 0x2a,
253 MFI_STAT_SAS_CONFIG_INVALID_PAGE = 0x2b,
254 MFI_STAT_SAS_CONFIG_INVALID_TYPE = 0x2c,
255 MFI_STAT_SCSI_DONE_WITH_ERROR = 0x2d,
256 MFI_STAT_SCSI_IO_FAILED = 0x2e,
257 MFI_STAT_SCSI_RESERVATION_CONFLICT = 0x2f,
258 MFI_STAT_SHUTDOWN_FAILED = 0x30,
259 MFI_STAT_TIME_NOT_SET = 0x31,
260 MFI_STAT_WRONG_STATE = 0x32,
261 MFI_STAT_LD_OFFLINE = 0x33,
262 MFI_STAT_PEER_NOTIFICATION_REJECTED = 0x34,
263 MFI_STAT_PEER_NOTIFICATION_FAILED = 0x35,
264 MFI_STAT_RESERVATION_IN_PROGRESS = 0x36,
265 MFI_STAT_I2C_ERRORS_DETECTED = 0x37,
266 MFI_STAT_PCI_ERRORS_DETECTED = 0x38,
adam radford36807e62011-10-08 18:15:06 -0700267 MFI_STAT_CONFIG_SEQ_MISMATCH = 0x67,
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400268
269 MFI_STAT_INVALID_STATUS = 0xFF
270};
271
272/*
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +0530273 * Crash dump related defines
274 */
275#define MAX_CRASH_DUMP_SIZE 512
276#define CRASH_DMA_BUF_SIZE (1024 * 1024)
277
278enum MR_FW_CRASH_DUMP_STATE {
279 UNAVAILABLE = 0,
280 AVAILABLE = 1,
281 COPYING = 2,
282 COPIED = 3,
283 COPY_ERROR = 4,
284};
285
286enum _MR_CRASH_BUF_STATUS {
287 MR_CRASH_BUF_TURN_OFF = 0,
288 MR_CRASH_BUF_TURN_ON = 1,
289};
290
291/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400292 * Number of mailbox bytes in DCMD message frame
293 */
294#define MFI_MBOX_SIZE 12
295
296enum MR_EVT_CLASS {
297
298 MR_EVT_CLASS_DEBUG = -2,
299 MR_EVT_CLASS_PROGRESS = -1,
300 MR_EVT_CLASS_INFO = 0,
301 MR_EVT_CLASS_WARNING = 1,
302 MR_EVT_CLASS_CRITICAL = 2,
303 MR_EVT_CLASS_FATAL = 3,
304 MR_EVT_CLASS_DEAD = 4,
305
306};
307
308enum MR_EVT_LOCALE {
309
310 MR_EVT_LOCALE_LD = 0x0001,
311 MR_EVT_LOCALE_PD = 0x0002,
312 MR_EVT_LOCALE_ENCL = 0x0004,
313 MR_EVT_LOCALE_BBU = 0x0008,
314 MR_EVT_LOCALE_SAS = 0x0010,
315 MR_EVT_LOCALE_CTRL = 0x0020,
316 MR_EVT_LOCALE_CONFIG = 0x0040,
317 MR_EVT_LOCALE_CLUSTER = 0x0080,
318 MR_EVT_LOCALE_ALL = 0xffff,
319
320};
321
322enum MR_EVT_ARGS {
323
324 MR_EVT_ARGS_NONE,
325 MR_EVT_ARGS_CDB_SENSE,
326 MR_EVT_ARGS_LD,
327 MR_EVT_ARGS_LD_COUNT,
328 MR_EVT_ARGS_LD_LBA,
329 MR_EVT_ARGS_LD_OWNER,
330 MR_EVT_ARGS_LD_LBA_PD_LBA,
331 MR_EVT_ARGS_LD_PROG,
332 MR_EVT_ARGS_LD_STATE,
333 MR_EVT_ARGS_LD_STRIP,
334 MR_EVT_ARGS_PD,
335 MR_EVT_ARGS_PD_ERR,
336 MR_EVT_ARGS_PD_LBA,
337 MR_EVT_ARGS_PD_LBA_LD,
338 MR_EVT_ARGS_PD_PROG,
339 MR_EVT_ARGS_PD_STATE,
340 MR_EVT_ARGS_PCI,
341 MR_EVT_ARGS_RATE,
342 MR_EVT_ARGS_STR,
343 MR_EVT_ARGS_TIME,
344 MR_EVT_ARGS_ECC,
Yang, Bo81e403c2009-10-06 14:27:54 -0600345 MR_EVT_ARGS_LD_PROP,
346 MR_EVT_ARGS_PD_SPARE,
347 MR_EVT_ARGS_PD_INDEX,
348 MR_EVT_ARGS_DIAG_PASS,
349 MR_EVT_ARGS_DIAG_FAIL,
350 MR_EVT_ARGS_PD_LBA_LBA,
351 MR_EVT_ARGS_PORT_PHY,
352 MR_EVT_ARGS_PD_MISSING,
353 MR_EVT_ARGS_PD_ADDRESS,
354 MR_EVT_ARGS_BITMAP,
355 MR_EVT_ARGS_CONNECTOR,
356 MR_EVT_ARGS_PD_PD,
357 MR_EVT_ARGS_PD_FRU,
358 MR_EVT_ARGS_PD_PATHINFO,
359 MR_EVT_ARGS_PD_POWER_STATE,
360 MR_EVT_ARGS_GENERIC,
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400361};
362
363/*
Yang, Bo81e403c2009-10-06 14:27:54 -0600364 * define constants for device list query options
365 */
366enum MR_PD_QUERY_TYPE {
367 MR_PD_QUERY_TYPE_ALL = 0,
368 MR_PD_QUERY_TYPE_STATE = 1,
369 MR_PD_QUERY_TYPE_POWER_STATE = 2,
370 MR_PD_QUERY_TYPE_MEDIA_TYPE = 3,
371 MR_PD_QUERY_TYPE_SPEED = 4,
372 MR_PD_QUERY_TYPE_EXPOSED_TO_HOST = 5,
373};
374
adam radford21c9e162013-09-06 15:27:14 -0700375enum MR_LD_QUERY_TYPE {
376 MR_LD_QUERY_TYPE_ALL = 0,
377 MR_LD_QUERY_TYPE_EXPOSED_TO_HOST = 1,
378 MR_LD_QUERY_TYPE_USED_TGT_IDS = 2,
379 MR_LD_QUERY_TYPE_CLUSTER_ACCESS = 3,
380 MR_LD_QUERY_TYPE_CLUSTER_LOCALE = 4,
381};
382
383
Yang, Bo7e8a75f2009-10-06 14:50:17 -0600384#define MR_EVT_CFG_CLEARED 0x0004
385#define MR_EVT_LD_STATE_CHANGE 0x0051
386#define MR_EVT_PD_INSERTED 0x005b
387#define MR_EVT_PD_REMOVED 0x0070
388#define MR_EVT_LD_CREATED 0x008a
389#define MR_EVT_LD_DELETED 0x008b
390#define MR_EVT_FOREIGN_CFG_IMPORTED 0x00db
391#define MR_EVT_LD_OFFLINE 0x00fc
392#define MR_EVT_CTRL_HOST_BUS_SCAN_REQUESTED 0x0152
393#define MAX_LOGICAL_DRIVES 64
394
Yang, Bo81e403c2009-10-06 14:27:54 -0600395enum MR_PD_STATE {
396 MR_PD_STATE_UNCONFIGURED_GOOD = 0x00,
397 MR_PD_STATE_UNCONFIGURED_BAD = 0x01,
398 MR_PD_STATE_HOT_SPARE = 0x02,
399 MR_PD_STATE_OFFLINE = 0x10,
400 MR_PD_STATE_FAILED = 0x11,
401 MR_PD_STATE_REBUILD = 0x14,
402 MR_PD_STATE_ONLINE = 0x18,
403 MR_PD_STATE_COPYBACK = 0x20,
404 MR_PD_STATE_SYSTEM = 0x40,
405 };
406
407
408 /*
409 * defines the physical drive address structure
410 */
411struct MR_PD_ADDRESS {
412 u16 deviceId;
413 u16 enclDeviceId;
414
415 union {
416 struct {
417 u8 enclIndex;
418 u8 slotNumber;
419 } mrPdAddress;
420 struct {
421 u8 enclPosition;
422 u8 enclConnectorIndex;
423 } mrEnclAddress;
424 };
425 u8 scsiDevType;
426 union {
427 u8 connectedPortBitmap;
428 u8 connectedPortNumbers;
429 };
430 u64 sasAddr[2];
431} __packed;
432
433/*
434 * defines the physical drive list structure
435 */
436struct MR_PD_LIST {
437 u32 size;
438 u32 count;
439 struct MR_PD_ADDRESS addr[1];
440} __packed;
441
442struct megasas_pd_list {
443 u16 tid;
444 u8 driveType;
445 u8 driveState;
446} __packed;
447
Yang, Bobdc6fb82009-12-06 08:30:19 -0700448 /*
449 * defines the logical drive reference structure
450 */
451union MR_LD_REF {
452 struct {
453 u8 targetId;
454 u8 reserved;
455 u16 seqNum;
456 };
457 u32 ref;
458} __packed;
459
460/*
461 * defines the logical drive list structure
462 */
463struct MR_LD_LIST {
464 u32 ldCount;
465 u32 reserved;
466 struct {
467 union MR_LD_REF ref;
468 u8 state;
469 u8 reserved[3];
470 u64 size;
471 } ldList[MAX_LOGICAL_DRIVES];
472} __packed;
473
adam radford21c9e162013-09-06 15:27:14 -0700474struct MR_LD_TARGETID_LIST {
475 u32 size;
476 u32 count;
477 u8 pad[3];
478 u8 targetId[MAX_LOGICAL_DRIVES];
479};
480
481
Yang, Bo81e403c2009-10-06 14:27:54 -0600482/*
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400483 * SAS controller properties
484 */
485struct megasas_ctrl_prop {
486
487 u16 seq_num;
488 u16 pred_fail_poll_interval;
489 u16 intr_throttle_count;
490 u16 intr_throttle_timeouts;
491 u8 rebuild_rate;
492 u8 patrol_read_rate;
493 u8 bgi_rate;
494 u8 cc_rate;
495 u8 recon_rate;
496 u8 cache_flush_interval;
497 u8 spinup_drv_count;
498 u8 spinup_delay;
499 u8 cluster_enable;
500 u8 coercion_mode;
501 u8 alarm_enable;
502 u8 disable_auto_rebuild;
503 u8 disable_battery_warn;
504 u8 ecc_bucket_size;
505 u16 ecc_bucket_leak_rate;
506 u8 restore_hotspare_on_insertion;
507 u8 expose_encl_devices;
bo yang39a98552010-09-22 22:36:29 -0400508 u8 maintainPdFailHistory;
509 u8 disallowHostRequestReordering;
510 u8 abortCCOnError;
511 u8 loadBalanceMode;
512 u8 disableAutoDetectBackplane;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400513
bo yang39a98552010-09-22 22:36:29 -0400514 u8 snapVDSpace;
515
516 /*
517 * Add properties that can be controlled by
518 * a bit in the following structure.
519 */
bo yang39a98552010-09-22 22:36:29 -0400520 struct {
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +0530521#if defined(__BIG_ENDIAN_BITFIELD)
522 u32 reserved:18;
523 u32 enableJBOD:1;
524 u32 disableSpinDownHS:1;
525 u32 allowBootWithPinnedCache:1;
526 u32 disableOnlineCtrlReset:1;
527 u32 enableSecretKeyControl:1;
528 u32 autoEnhancedImport:1;
529 u32 enableSpinDownUnconfigured:1;
530 u32 SSDPatrolReadEnabled:1;
531 u32 SSDSMARTerEnabled:1;
532 u32 disableNCQ:1;
533 u32 useFdeOnly:1;
534 u32 prCorrectUnconfiguredAreas:1;
535 u32 SMARTerEnabled:1;
536 u32 copyBackDisabled:1;
537#else
538 u32 copyBackDisabled:1;
539 u32 SMARTerEnabled:1;
540 u32 prCorrectUnconfiguredAreas:1;
541 u32 useFdeOnly:1;
542 u32 disableNCQ:1;
543 u32 SSDSMARTerEnabled:1;
544 u32 SSDPatrolReadEnabled:1;
545 u32 enableSpinDownUnconfigured:1;
546 u32 autoEnhancedImport:1;
547 u32 enableSecretKeyControl:1;
548 u32 disableOnlineCtrlReset:1;
549 u32 allowBootWithPinnedCache:1;
550 u32 disableSpinDownHS:1;
551 u32 enableJBOD:1;
552 u32 reserved:18;
553#endif
bo yang39a98552010-09-22 22:36:29 -0400554 } OnOffProperties;
555 u8 autoSnapVDSpace;
556 u8 viewSpace;
557 u16 spinDownTime;
558 u8 reserved[24];
Yang, Bo81e403c2009-10-06 14:27:54 -0600559} __packed;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400560
561/*
562 * SAS controller information
563 */
564struct megasas_ctrl_info {
565
566 /*
567 * PCI device information
568 */
569 struct {
570
571 u16 vendor_id;
572 u16 device_id;
573 u16 sub_vendor_id;
574 u16 sub_device_id;
575 u8 reserved[24];
576
577 } __attribute__ ((packed)) pci;
578
579 /*
580 * Host interface information
581 */
582 struct {
583
584 u8 PCIX:1;
585 u8 PCIE:1;
586 u8 iSCSI:1;
587 u8 SAS_3G:1;
adam radford229fe472014-03-10 02:51:56 -0700588 u8 SRIOV:1;
589 u8 reserved_0:3;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400590 u8 reserved_1[6];
591 u8 port_count;
592 u64 port_addr[8];
593
594 } __attribute__ ((packed)) host_interface;
595
596 /*
597 * Device (backend) interface information
598 */
599 struct {
600
601 u8 SPI:1;
602 u8 SAS_3G:1;
603 u8 SATA_1_5G:1;
604 u8 SATA_3G:1;
605 u8 reserved_0:4;
606 u8 reserved_1[6];
607 u8 port_count;
608 u64 port_addr[8];
609
610 } __attribute__ ((packed)) device_interface;
611
612 /*
613 * List of components residing in flash. All str are null terminated
614 */
615 u32 image_check_word;
616 u32 image_component_count;
617
618 struct {
619
620 char name[8];
621 char version[32];
622 char build_date[16];
623 char built_time[16];
624
625 } __attribute__ ((packed)) image_component[8];
626
627 /*
628 * List of flash components that have been flashed on the card, but
629 * are not in use, pending reset of the adapter. This list will be
630 * empty if a flash operation has not occurred. All stings are null
631 * terminated
632 */
633 u32 pending_image_component_count;
634
635 struct {
636
637 char name[8];
638 char version[32];
639 char build_date[16];
640 char build_time[16];
641
642 } __attribute__ ((packed)) pending_image_component[8];
643
644 u8 max_arms;
645 u8 max_spans;
646 u8 max_arrays;
647 u8 max_lds;
648
649 char product_name[80];
650 char serial_no[32];
651
652 /*
653 * Other physical/controller/operation information. Indicates the
654 * presence of the hardware
655 */
656 struct {
657
658 u32 bbu:1;
659 u32 alarm:1;
660 u32 nvram:1;
661 u32 uart:1;
662 u32 reserved:28;
663
664 } __attribute__ ((packed)) hw_present;
665
666 u32 current_fw_time;
667
668 /*
669 * Maximum data transfer sizes
670 */
671 u16 max_concurrent_cmds;
672 u16 max_sge_count;
673 u32 max_request_size;
674
675 /*
676 * Logical and physical device counts
677 */
678 u16 ld_present_count;
679 u16 ld_degraded_count;
680 u16 ld_offline_count;
681
682 u16 pd_present_count;
683 u16 pd_disk_present_count;
684 u16 pd_disk_pred_failure_count;
685 u16 pd_disk_failed_count;
686
687 /*
688 * Memory size information
689 */
690 u16 nvram_size;
691 u16 memory_size;
692 u16 flash_size;
693
694 /*
695 * Error counters
696 */
697 u16 mem_correctable_error_count;
698 u16 mem_uncorrectable_error_count;
699
700 /*
701 * Cluster information
702 */
703 u8 cluster_permitted;
704 u8 cluster_active;
705
706 /*
707 * Additional max data transfer sizes
708 */
709 u16 max_strips_per_io;
710
711 /*
712 * Controller capabilities structures
713 */
714 struct {
715
716 u32 raid_level_0:1;
717 u32 raid_level_1:1;
718 u32 raid_level_5:1;
719 u32 raid_level_1E:1;
720 u32 raid_level_6:1;
721 u32 reserved:27;
722
723 } __attribute__ ((packed)) raid_levels;
724
725 struct {
726
727 u32 rbld_rate:1;
728 u32 cc_rate:1;
729 u32 bgi_rate:1;
730 u32 recon_rate:1;
731 u32 patrol_rate:1;
732 u32 alarm_control:1;
733 u32 cluster_supported:1;
734 u32 bbu:1;
735 u32 spanning_allowed:1;
736 u32 dedicated_hotspares:1;
737 u32 revertible_hotspares:1;
738 u32 foreign_config_import:1;
739 u32 self_diagnostic:1;
740 u32 mixed_redundancy_arr:1;
741 u32 global_hot_spares:1;
742 u32 reserved:17;
743
744 } __attribute__ ((packed)) adapter_operations;
745
746 struct {
747
748 u32 read_policy:1;
749 u32 write_policy:1;
750 u32 io_policy:1;
751 u32 access_policy:1;
752 u32 disk_cache_policy:1;
753 u32 reserved:27;
754
755 } __attribute__ ((packed)) ld_operations;
756
757 struct {
758
759 u8 min;
760 u8 max;
761 u8 reserved[2];
762
763 } __attribute__ ((packed)) stripe_sz_ops;
764
765 struct {
766
767 u32 force_online:1;
768 u32 force_offline:1;
769 u32 force_rebuild:1;
770 u32 reserved:29;
771
772 } __attribute__ ((packed)) pd_operations;
773
774 struct {
775
776 u32 ctrl_supports_sas:1;
777 u32 ctrl_supports_sata:1;
778 u32 allow_mix_in_encl:1;
779 u32 allow_mix_in_ld:1;
780 u32 allow_sata_in_cluster:1;
781 u32 reserved:27;
782
783 } __attribute__ ((packed)) pd_mix_support;
784
785 /*
786 * Define ECC single-bit-error bucket information
787 */
788 u8 ecc_bucket_count;
789 u8 reserved_2[11];
790
791 /*
792 * Include the controller properties (changeable items)
793 */
794 struct megasas_ctrl_prop properties;
795
796 /*
797 * Define FW pkg version (set in envt v'bles on OEM basis)
798 */
799 char package_version[0x60];
800
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400801
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530802 /*
803 * If adapterOperations.supportMoreThan8Phys is set,
804 * and deviceInterface.portCount is greater than 8,
805 * SAS Addrs for first 8 ports shall be populated in
806 * deviceInterface.portAddr, and the rest shall be
807 * populated in deviceInterfacePortAddr2.
808 */
809 u64 deviceInterfacePortAddr2[8]; /*6a0h */
810 u8 reserved3[128]; /*6e0h */
811
812 struct { /*760h */
813 u16 minPdRaidLevel_0:4;
814 u16 maxPdRaidLevel_0:12;
815
816 u16 minPdRaidLevel_1:4;
817 u16 maxPdRaidLevel_1:12;
818
819 u16 minPdRaidLevel_5:4;
820 u16 maxPdRaidLevel_5:12;
821
822 u16 minPdRaidLevel_1E:4;
823 u16 maxPdRaidLevel_1E:12;
824
825 u16 minPdRaidLevel_6:4;
826 u16 maxPdRaidLevel_6:12;
827
828 u16 minPdRaidLevel_10:4;
829 u16 maxPdRaidLevel_10:12;
830
831 u16 minPdRaidLevel_50:4;
832 u16 maxPdRaidLevel_50:12;
833
834 u16 minPdRaidLevel_60:4;
835 u16 maxPdRaidLevel_60:12;
836
837 u16 minPdRaidLevel_1E_RLQ0:4;
838 u16 maxPdRaidLevel_1E_RLQ0:12;
839
840 u16 minPdRaidLevel_1E0_RLQ0:4;
841 u16 maxPdRaidLevel_1E0_RLQ0:12;
842
843 u16 reserved[6];
844 } pdsForRaidLevels;
845
846 u16 maxPds; /*780h */
847 u16 maxDedHSPs; /*782h */
848 u16 maxGlobalHSPs; /*784h */
849 u16 ddfSize; /*786h */
850 u8 maxLdsPerArray; /*788h */
851 u8 partitionsInDDF; /*789h */
852 u8 lockKeyBinding; /*78ah */
853 u8 maxPITsPerLd; /*78bh */
854 u8 maxViewsPerLd; /*78ch */
855 u8 maxTargetId; /*78dh */
856 u16 maxBvlVdSize; /*78eh */
857
858 u16 maxConfigurableSSCSize; /*790h */
859 u16 currentSSCsize; /*792h */
860
861 char expanderFwVersion[12]; /*794h */
862
863 u16 PFKTrialTimeRemaining; /*7A0h */
864
865 u16 cacheMemorySize; /*7A2h */
866
867 struct { /*7A4h */
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +0530868#if defined(__BIG_ENDIAN_BITFIELD)
adam radford229fe472014-03-10 02:51:56 -0700869 u32 reserved:5;
870 u32 activePassive:2;
871 u32 supportConfigAutoBalance:1;
872 u32 mpio:1;
873 u32 supportDataLDonSSCArray:1;
874 u32 supportPointInTimeProgress:1;
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +0530875 u32 supportUnevenSpans:1;
876 u32 dedicatedHotSparesLimited:1;
877 u32 headlessMode:1;
878 u32 supportEmulatedDrives:1;
879 u32 supportResetNow:1;
880 u32 realTimeScheduler:1;
881 u32 supportSSDPatrolRead:1;
882 u32 supportPerfTuning:1;
883 u32 disableOnlinePFKChange:1;
884 u32 supportJBOD:1;
885 u32 supportBootTimePFKChange:1;
886 u32 supportSetLinkSpeed:1;
887 u32 supportEmergencySpares:1;
888 u32 supportSuspendResumeBGops:1;
889 u32 blockSSDWriteCacheChange:1;
890 u32 supportShieldState:1;
891 u32 supportLdBBMInfo:1;
892 u32 supportLdPIType3:1;
893 u32 supportLdPIType2:1;
894 u32 supportLdPIType1:1;
895 u32 supportPIcontroller:1;
896#else
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530897 u32 supportPIcontroller:1;
898 u32 supportLdPIType1:1;
899 u32 supportLdPIType2:1;
900 u32 supportLdPIType3:1;
901 u32 supportLdBBMInfo:1;
902 u32 supportShieldState:1;
903 u32 blockSSDWriteCacheChange:1;
904 u32 supportSuspendResumeBGops:1;
905 u32 supportEmergencySpares:1;
906 u32 supportSetLinkSpeed:1;
907 u32 supportBootTimePFKChange:1;
908 u32 supportJBOD:1;
909 u32 disableOnlinePFKChange:1;
910 u32 supportPerfTuning:1;
911 u32 supportSSDPatrolRead:1;
912 u32 realTimeScheduler:1;
913
914 u32 supportResetNow:1;
915 u32 supportEmulatedDrives:1;
916 u32 headlessMode:1;
917 u32 dedicatedHotSparesLimited:1;
918
919
920 u32 supportUnevenSpans:1;
adam radford229fe472014-03-10 02:51:56 -0700921 u32 supportPointInTimeProgress:1;
922 u32 supportDataLDonSSCArray:1;
923 u32 mpio:1;
924 u32 supportConfigAutoBalance:1;
925 u32 activePassive:2;
926 u32 reserved:5;
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +0530927#endif
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530928 } adapterOperations2;
929
930 u8 driverVersion[32]; /*7A8h */
931 u8 maxDAPdCountSpinup60; /*7C8h */
932 u8 temperatureROC; /*7C9h */
933 u8 temperatureCtrl; /*7CAh */
934 u8 reserved4; /*7CBh */
935 u16 maxConfigurablePds; /*7CCh */
936
937
938 u8 reserved5[2]; /*0x7CDh */
939
940 /*
941 * HA cluster information
942 */
943 struct {
944 u32 peerIsPresent:1;
945 u32 peerIsIncompatible:1;
946 u32 hwIncompatible:1;
947 u32 fwVersionMismatch:1;
948 u32 ctrlPropIncompatible:1;
949 u32 premiumFeatureMismatch:1;
950 u32 reserved:26;
951 } cluster;
952
953 char clusterId[16]; /*7D4h */
adam radford229fe472014-03-10 02:51:56 -0700954 struct {
955 u8 maxVFsSupported; /*0x7E4*/
956 u8 numVFsEnabled; /*0x7E5*/
957 u8 requestorId; /*0x7E6 0:PF, 1:VF1, 2:VF2*/
958 u8 reserved; /*0x7E7*/
959 } iov;
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +0530960
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +0530961 struct {
962#if defined(__BIG_ENDIAN_BITFIELD)
963 u32 reserved:25;
964 u32 supportCrashDump:1;
965 u32 reserved1:6;
966#else
967 u32 reserved1:6;
968 u32 supportCrashDump:1;
969 u32 reserved:25;
970#endif
971 } adapterOperations3;
972
973 u8 pad[0x800-0x7EC];
Yang, Bo81e403c2009-10-06 14:27:54 -0600974} __packed;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400975
976/*
977 * ===============================
978 * MegaRAID SAS driver definitions
979 * ===============================
980 */
981#define MEGASAS_MAX_PD_CHANNELS 2
adam radford21c9e162013-09-06 15:27:14 -0700982#define MEGASAS_MAX_LD_CHANNELS 1
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400983#define MEGASAS_MAX_CHANNELS (MEGASAS_MAX_PD_CHANNELS + \
984 MEGASAS_MAX_LD_CHANNELS)
985#define MEGASAS_MAX_DEV_PER_CHANNEL 128
986#define MEGASAS_DEFAULT_INIT_ID -1
987#define MEGASAS_MAX_LUN 8
988#define MEGASAS_MAX_LD 64
adam radford6bf579a2011-10-08 18:14:33 -0700989#define MEGASAS_DEFAULT_CMD_PER_LUN 256
Yang, Bo81e403c2009-10-06 14:27:54 -0600990#define MEGASAS_MAX_PD (MEGASAS_MAX_PD_CHANNELS * \
991 MEGASAS_MAX_DEV_PER_CHANNEL)
Yang, Bobdc6fb82009-12-06 08:30:19 -0700992#define MEGASAS_MAX_LD_IDS (MEGASAS_MAX_LD_CHANNELS * \
993 MEGASAS_MAX_DEV_PER_CHANNEL)
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -0400994
Yang, Bo1fd10682010-10-12 07:18:50 -0600995#define MEGASAS_MAX_SECTORS (2*1024)
adam radford42a8d2b2011-02-24 20:57:09 -0800996#define MEGASAS_MAX_SECTORS_IEEE (2*128)
Sumant Patro658dced2006-10-03 13:09:14 -0700997#define MEGASAS_DBG_LVL 1
998
Sumant Patro05e9ebb2007-05-17 05:47:51 -0700999#define MEGASAS_FW_BUSY 1
1000
bo yangd532dbe2008-03-17 03:36:43 -04001001/* Frame Type */
1002#define IO_FRAME 0
1003#define PTHRU_FRAME 1
1004
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001005/*
1006 * When SCSI mid-layer calls driver's reset routine, driver waits for
1007 * MEGASAS_RESET_WAIT_TIME seconds for all outstanding IO to complete. Note
1008 * that the driver cannot _actually_ abort or reset pending commands. While
1009 * it is waiting for the commands to complete, it prints a diagnostic message
1010 * every MEGASAS_RESET_NOTICE_INTERVAL seconds
1011 */
1012#define MEGASAS_RESET_WAIT_TIME 180
Sumant Patro2a3681e2006-10-03 13:19:21 -07001013#define MEGASAS_INTERNAL_CMD_WAIT_TIME 180
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001014#define MEGASAS_RESET_NOTICE_INTERVAL 5
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001015#define MEGASAS_IOCTL_CMD 0
Sumant Patro05e9ebb2007-05-17 05:47:51 -07001016#define MEGASAS_DEFAULT_CMD_TIMEOUT 90
adam radfordc5daa6a2012-07-17 18:20:03 -07001017#define MEGASAS_THROTTLE_QUEUE_DEPTH 16
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001018
1019/*
1020 * FW reports the maximum of number of commands that it can accept (maximum
1021 * commands that can be outstanding) at any time. The driver must report a
1022 * lower number to the mid layer because it can issue a few internal commands
1023 * itself (E.g, AEN, abort cmd, IOCTLs etc). The number of commands it needs
1024 * is shown below
1025 */
1026#define MEGASAS_INT_CMDS 32
Yang, Bo7bebf5c2009-10-06 14:40:58 -06001027#define MEGASAS_SKINNY_INT_CMDS 5
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001028
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301029#define MEGASAS_MAX_MSIX_QUEUES 128
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001030/*
1031 * FW can accept both 32 and 64 bit SGLs. We want to allocate 32/64 bit
1032 * SGLs based on the size of dma_addr_t
1033 */
1034#define IS_DMA64 (sizeof(dma_addr_t) == 8)
1035
bo yang39a98552010-09-22 22:36:29 -04001036#define MFI_XSCALE_OMR0_CHANGE_INTERRUPT 0x00000001
1037
1038#define MFI_INTR_FLAG_REPLY_MESSAGE 0x00000001
1039#define MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE 0x00000002
1040#define MFI_G2_OUTBOUND_DOORBELL_CHANGE_INTERRUPT 0x00000004
1041
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001042#define MFI_OB_INTR_STATUS_MASK 0x00000002
bo yang14faea92007-11-09 04:14:00 -05001043#define MFI_POLL_TIMEOUT_SECS 60
adam radford229fe472014-03-10 02:51:56 -07001044#define MEGASAS_SRIOV_HEARTBEAT_INTERVAL_VF (5 * HZ)
1045#define MEGASAS_OCR_SETTLE_TIME_VF (1000 * 30)
1046#define MEGASAS_ROUTINE_WAIT_TIME_VF 300
Sumant Patrof9876f02006-02-03 15:34:35 -08001047#define MFI_REPLY_1078_MESSAGE_INTERRUPT 0x80000000
Yang, Bo6610a6b2008-08-10 12:42:38 -07001048#define MFI_REPLY_GEN2_MESSAGE_INTERRUPT 0x00000001
1049#define MFI_GEN2_ENABLE_INTERRUPT_MASK (0x00000001 | 0x00000004)
Yang, Bo87911122009-10-06 14:31:54 -06001050#define MFI_REPLY_SKINNY_MESSAGE_INTERRUPT 0x40000000
1051#define MFI_SKINNY_ENABLE_INTERRUPT_MASK (0x00000001)
Sumant Patro0e989362006-06-20 15:32:37 -07001052
bo yang39a98552010-09-22 22:36:29 -04001053#define MFI_1068_PCSR_OFFSET 0x84
1054#define MFI_1068_FW_HANDSHAKE_OFFSET 0x64
1055#define MFI_1068_FW_READY 0xDDDD0000
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301056
1057#define MR_MAX_REPLY_QUEUES_OFFSET 0X0000001F
1058#define MR_MAX_REPLY_QUEUES_EXT_OFFSET 0X003FC000
1059#define MR_MAX_REPLY_QUEUES_EXT_OFFSET_SHIFT 14
1060#define MR_MAX_MSIX_REG_ARRAY 16
Sumant Patro0e989362006-06-20 15:32:37 -07001061/*
1062* register set for both 1068 and 1078 controllers
1063* structure extended for 1078 registers
1064*/
Sumant Patrof9876f02006-02-03 15:34:35 -08001065
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001066struct megasas_register_set {
adam radford9c915a82010-12-21 13:34:31 -08001067 u32 doorbell; /*0000h*/
1068 u32 fusion_seq_offset; /*0004h*/
1069 u32 fusion_host_diag; /*0008h*/
1070 u32 reserved_01; /*000Ch*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001071
Sumant Patrof9876f02006-02-03 15:34:35 -08001072 u32 inbound_msg_0; /*0010h*/
1073 u32 inbound_msg_1; /*0014h*/
1074 u32 outbound_msg_0; /*0018h*/
1075 u32 outbound_msg_1; /*001Ch*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001076
Sumant Patrof9876f02006-02-03 15:34:35 -08001077 u32 inbound_doorbell; /*0020h*/
1078 u32 inbound_intr_status; /*0024h*/
1079 u32 inbound_intr_mask; /*0028h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001080
Sumant Patrof9876f02006-02-03 15:34:35 -08001081 u32 outbound_doorbell; /*002Ch*/
1082 u32 outbound_intr_status; /*0030h*/
1083 u32 outbound_intr_mask; /*0034h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001084
Sumant Patrof9876f02006-02-03 15:34:35 -08001085 u32 reserved_1[2]; /*0038h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001086
Sumant Patrof9876f02006-02-03 15:34:35 -08001087 u32 inbound_queue_port; /*0040h*/
1088 u32 outbound_queue_port; /*0044h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001089
adam radford9c915a82010-12-21 13:34:31 -08001090 u32 reserved_2[9]; /*0048h*/
1091 u32 reply_post_host_index; /*006Ch*/
1092 u32 reserved_2_2[12]; /*0070h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001093
Sumant Patrof9876f02006-02-03 15:34:35 -08001094 u32 outbound_doorbell_clear; /*00A0h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001095
Sumant Patrof9876f02006-02-03 15:34:35 -08001096 u32 reserved_3[3]; /*00A4h*/
1097
1098 u32 outbound_scratch_pad ; /*00B0h*/
adam radford9c915a82010-12-21 13:34:31 -08001099 u32 outbound_scratch_pad_2; /*00B4h*/
Sumant Patrof9876f02006-02-03 15:34:35 -08001100
adam radford9c915a82010-12-21 13:34:31 -08001101 u32 reserved_4[2]; /*00B8h*/
Sumant Patrof9876f02006-02-03 15:34:35 -08001102
1103 u32 inbound_low_queue_port ; /*00C0h*/
1104
1105 u32 inbound_high_queue_port ; /*00C4h*/
1106
1107 u32 reserved_5; /*00C8h*/
bo yang39a98552010-09-22 22:36:29 -04001108 u32 res_6[11]; /*CCh*/
1109 u32 host_diag;
1110 u32 seq_offset;
1111 u32 index_registers[807]; /*00CCh*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001112} __attribute__ ((packed));
1113
1114struct megasas_sge32 {
1115
1116 u32 phys_addr;
1117 u32 length;
1118
1119} __attribute__ ((packed));
1120
1121struct megasas_sge64 {
1122
1123 u64 phys_addr;
1124 u32 length;
1125
1126} __attribute__ ((packed));
1127
Yang, Bof4c9a132009-10-06 14:43:28 -06001128struct megasas_sge_skinny {
1129 u64 phys_addr;
1130 u32 length;
1131 u32 flag;
1132} __packed;
1133
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001134union megasas_sgl {
1135
1136 struct megasas_sge32 sge32[1];
1137 struct megasas_sge64 sge64[1];
Yang, Bof4c9a132009-10-06 14:43:28 -06001138 struct megasas_sge_skinny sge_skinny[1];
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001139
1140} __attribute__ ((packed));
1141
1142struct megasas_header {
1143
1144 u8 cmd; /*00h */
1145 u8 sense_len; /*01h */
1146 u8 cmd_status; /*02h */
1147 u8 scsi_status; /*03h */
1148
1149 u8 target_id; /*04h */
1150 u8 lun; /*05h */
1151 u8 cdb_len; /*06h */
1152 u8 sge_count; /*07h */
1153
1154 u32 context; /*08h */
1155 u32 pad_0; /*0Ch */
1156
1157 u16 flags; /*10h */
1158 u16 timeout; /*12h */
1159 u32 data_xferlen; /*14h */
1160
1161} __attribute__ ((packed));
1162
1163union megasas_sgl_frame {
1164
1165 struct megasas_sge32 sge32[8];
1166 struct megasas_sge64 sge64[5];
1167
1168} __attribute__ ((packed));
1169
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301170typedef union _MFI_CAPABILITIES {
1171 struct {
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +05301172#if defined(__BIG_ENDIAN_BITFIELD)
1173 u32 reserved:30;
1174 u32 support_additional_msix:1;
1175 u32 support_fp_remote_lun:1;
1176#else
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301177 u32 support_fp_remote_lun:1;
1178 u32 support_additional_msix:1;
1179 u32 reserved:30;
Sumit.Saxena@lsi.com94cd65d2013-09-06 15:50:52 +05301180#endif
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301181 } mfi_capabilities;
1182 u32 reg;
1183} MFI_CAPABILITIES;
1184
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001185struct megasas_init_frame {
1186
1187 u8 cmd; /*00h */
1188 u8 reserved_0; /*01h */
1189 u8 cmd_status; /*02h */
1190
1191 u8 reserved_1; /*03h */
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301192 MFI_CAPABILITIES driver_operations; /*04h*/
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001193
1194 u32 context; /*08h */
1195 u32 pad_0; /*0Ch */
1196
1197 u16 flags; /*10h */
1198 u16 reserved_3; /*12h */
1199 u32 data_xfer_len; /*14h */
1200
1201 u32 queue_info_new_phys_addr_lo; /*18h */
1202 u32 queue_info_new_phys_addr_hi; /*1Ch */
1203 u32 queue_info_old_phys_addr_lo; /*20h */
1204 u32 queue_info_old_phys_addr_hi; /*24h */
1205
1206 u32 reserved_4[6]; /*28h */
1207
1208} __attribute__ ((packed));
1209
1210struct megasas_init_queue_info {
1211
1212 u32 init_flags; /*00h */
1213 u32 reply_queue_entries; /*04h */
1214
1215 u32 reply_queue_start_phys_addr_lo; /*08h */
1216 u32 reply_queue_start_phys_addr_hi; /*0Ch */
1217 u32 producer_index_phys_addr_lo; /*10h */
1218 u32 producer_index_phys_addr_hi; /*14h */
1219 u32 consumer_index_phys_addr_lo; /*18h */
1220 u32 consumer_index_phys_addr_hi; /*1Ch */
1221
1222} __attribute__ ((packed));
1223
1224struct megasas_io_frame {
1225
1226 u8 cmd; /*00h */
1227 u8 sense_len; /*01h */
1228 u8 cmd_status; /*02h */
1229 u8 scsi_status; /*03h */
1230
1231 u8 target_id; /*04h */
1232 u8 access_byte; /*05h */
1233 u8 reserved_0; /*06h */
1234 u8 sge_count; /*07h */
1235
1236 u32 context; /*08h */
1237 u32 pad_0; /*0Ch */
1238
1239 u16 flags; /*10h */
1240 u16 timeout; /*12h */
1241 u32 lba_count; /*14h */
1242
1243 u32 sense_buf_phys_addr_lo; /*18h */
1244 u32 sense_buf_phys_addr_hi; /*1Ch */
1245
1246 u32 start_lba_lo; /*20h */
1247 u32 start_lba_hi; /*24h */
1248
1249 union megasas_sgl sgl; /*28h */
1250
1251} __attribute__ ((packed));
1252
1253struct megasas_pthru_frame {
1254
1255 u8 cmd; /*00h */
1256 u8 sense_len; /*01h */
1257 u8 cmd_status; /*02h */
1258 u8 scsi_status; /*03h */
1259
1260 u8 target_id; /*04h */
1261 u8 lun; /*05h */
1262 u8 cdb_len; /*06h */
1263 u8 sge_count; /*07h */
1264
1265 u32 context; /*08h */
1266 u32 pad_0; /*0Ch */
1267
1268 u16 flags; /*10h */
1269 u16 timeout; /*12h */
1270 u32 data_xfer_len; /*14h */
1271
1272 u32 sense_buf_phys_addr_lo; /*18h */
1273 u32 sense_buf_phys_addr_hi; /*1Ch */
1274
1275 u8 cdb[16]; /*20h */
1276 union megasas_sgl sgl; /*30h */
1277
1278} __attribute__ ((packed));
1279
1280struct megasas_dcmd_frame {
1281
1282 u8 cmd; /*00h */
1283 u8 reserved_0; /*01h */
1284 u8 cmd_status; /*02h */
1285 u8 reserved_1[4]; /*03h */
1286 u8 sge_count; /*07h */
1287
1288 u32 context; /*08h */
1289 u32 pad_0; /*0Ch */
1290
1291 u16 flags; /*10h */
1292 u16 timeout; /*12h */
1293
1294 u32 data_xfer_len; /*14h */
1295 u32 opcode; /*18h */
1296
1297 union { /*1Ch */
1298 u8 b[12];
1299 u16 s[6];
1300 u32 w[3];
1301 } mbox;
1302
1303 union megasas_sgl sgl; /*28h */
1304
1305} __attribute__ ((packed));
1306
1307struct megasas_abort_frame {
1308
1309 u8 cmd; /*00h */
1310 u8 reserved_0; /*01h */
1311 u8 cmd_status; /*02h */
1312
1313 u8 reserved_1; /*03h */
1314 u32 reserved_2; /*04h */
1315
1316 u32 context; /*08h */
1317 u32 pad_0; /*0Ch */
1318
1319 u16 flags; /*10h */
1320 u16 reserved_3; /*12h */
1321 u32 reserved_4; /*14h */
1322
1323 u32 abort_context; /*18h */
1324 u32 pad_1; /*1Ch */
1325
1326 u32 abort_mfi_phys_addr_lo; /*20h */
1327 u32 abort_mfi_phys_addr_hi; /*24h */
1328
1329 u32 reserved_5[6]; /*28h */
1330
1331} __attribute__ ((packed));
1332
1333struct megasas_smp_frame {
1334
1335 u8 cmd; /*00h */
1336 u8 reserved_1; /*01h */
1337 u8 cmd_status; /*02h */
1338 u8 connection_status; /*03h */
1339
1340 u8 reserved_2[3]; /*04h */
1341 u8 sge_count; /*07h */
1342
1343 u32 context; /*08h */
1344 u32 pad_0; /*0Ch */
1345
1346 u16 flags; /*10h */
1347 u16 timeout; /*12h */
1348
1349 u32 data_xfer_len; /*14h */
1350 u64 sas_addr; /*18h */
1351
1352 union {
1353 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: req */
1354 struct megasas_sge64 sge64[2]; /* [0]: resp [1]: req */
1355 } sgl;
1356
1357} __attribute__ ((packed));
1358
1359struct megasas_stp_frame {
1360
1361 u8 cmd; /*00h */
1362 u8 reserved_1; /*01h */
1363 u8 cmd_status; /*02h */
1364 u8 reserved_2; /*03h */
1365
1366 u8 target_id; /*04h */
1367 u8 reserved_3[2]; /*05h */
1368 u8 sge_count; /*07h */
1369
1370 u32 context; /*08h */
1371 u32 pad_0; /*0Ch */
1372
1373 u16 flags; /*10h */
1374 u16 timeout; /*12h */
1375
1376 u32 data_xfer_len; /*14h */
1377
1378 u16 fis[10]; /*18h */
1379 u32 stp_flags;
1380
1381 union {
1382 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: data */
1383 struct megasas_sge64 sge64[2]; /* [0]: resp [1]: data */
1384 } sgl;
1385
1386} __attribute__ ((packed));
1387
1388union megasas_frame {
1389
1390 struct megasas_header hdr;
1391 struct megasas_init_frame init;
1392 struct megasas_io_frame io;
1393 struct megasas_pthru_frame pthru;
1394 struct megasas_dcmd_frame dcmd;
1395 struct megasas_abort_frame abort;
1396 struct megasas_smp_frame smp;
1397 struct megasas_stp_frame stp;
1398
1399 u8 raw_bytes[64];
1400};
1401
1402struct megasas_cmd;
1403
1404union megasas_evt_class_locale {
1405
1406 struct {
Sumit.Saxena@lsi.combe263742014-02-12 23:37:46 +05301407#ifndef __BIG_ENDIAN_BITFIELD
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001408 u16 locale;
1409 u8 reserved;
1410 s8 class;
Sumit.Saxena@lsi.combe263742014-02-12 23:37:46 +05301411#else
1412 s8 class;
1413 u8 reserved;
1414 u16 locale;
1415#endif
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001416 } __attribute__ ((packed)) members;
1417
1418 u32 word;
1419
1420} __attribute__ ((packed));
1421
1422struct megasas_evt_log_info {
1423 u32 newest_seq_num;
1424 u32 oldest_seq_num;
1425 u32 clear_seq_num;
1426 u32 shutdown_seq_num;
1427 u32 boot_seq_num;
1428
1429} __attribute__ ((packed));
1430
1431struct megasas_progress {
1432
1433 u16 progress;
1434 u16 elapsed_seconds;
1435
1436} __attribute__ ((packed));
1437
1438struct megasas_evtarg_ld {
1439
1440 u16 target_id;
1441 u8 ld_index;
1442 u8 reserved;
1443
1444} __attribute__ ((packed));
1445
1446struct megasas_evtarg_pd {
1447 u16 device_id;
1448 u8 encl_index;
1449 u8 slot_number;
1450
1451} __attribute__ ((packed));
1452
1453struct megasas_evt_detail {
1454
1455 u32 seq_num;
1456 u32 time_stamp;
1457 u32 code;
1458 union megasas_evt_class_locale cl;
1459 u8 arg_type;
1460 u8 reserved1[15];
1461
1462 union {
1463 struct {
1464 struct megasas_evtarg_pd pd;
1465 u8 cdb_length;
1466 u8 sense_length;
1467 u8 reserved[2];
1468 u8 cdb[16];
1469 u8 sense[64];
1470 } __attribute__ ((packed)) cdbSense;
1471
1472 struct megasas_evtarg_ld ld;
1473
1474 struct {
1475 struct megasas_evtarg_ld ld;
1476 u64 count;
1477 } __attribute__ ((packed)) ld_count;
1478
1479 struct {
1480 u64 lba;
1481 struct megasas_evtarg_ld ld;
1482 } __attribute__ ((packed)) ld_lba;
1483
1484 struct {
1485 struct megasas_evtarg_ld ld;
1486 u32 prevOwner;
1487 u32 newOwner;
1488 } __attribute__ ((packed)) ld_owner;
1489
1490 struct {
1491 u64 ld_lba;
1492 u64 pd_lba;
1493 struct megasas_evtarg_ld ld;
1494 struct megasas_evtarg_pd pd;
1495 } __attribute__ ((packed)) ld_lba_pd_lba;
1496
1497 struct {
1498 struct megasas_evtarg_ld ld;
1499 struct megasas_progress prog;
1500 } __attribute__ ((packed)) ld_prog;
1501
1502 struct {
1503 struct megasas_evtarg_ld ld;
1504 u32 prev_state;
1505 u32 new_state;
1506 } __attribute__ ((packed)) ld_state;
1507
1508 struct {
1509 u64 strip;
1510 struct megasas_evtarg_ld ld;
1511 } __attribute__ ((packed)) ld_strip;
1512
1513 struct megasas_evtarg_pd pd;
1514
1515 struct {
1516 struct megasas_evtarg_pd pd;
1517 u32 err;
1518 } __attribute__ ((packed)) pd_err;
1519
1520 struct {
1521 u64 lba;
1522 struct megasas_evtarg_pd pd;
1523 } __attribute__ ((packed)) pd_lba;
1524
1525 struct {
1526 u64 lba;
1527 struct megasas_evtarg_pd pd;
1528 struct megasas_evtarg_ld ld;
1529 } __attribute__ ((packed)) pd_lba_ld;
1530
1531 struct {
1532 struct megasas_evtarg_pd pd;
1533 struct megasas_progress prog;
1534 } __attribute__ ((packed)) pd_prog;
1535
1536 struct {
1537 struct megasas_evtarg_pd pd;
1538 u32 prevState;
1539 u32 newState;
1540 } __attribute__ ((packed)) pd_state;
1541
1542 struct {
1543 u16 vendorId;
1544 u16 deviceId;
1545 u16 subVendorId;
1546 u16 subDeviceId;
1547 } __attribute__ ((packed)) pci;
1548
1549 u32 rate;
1550 char str[96];
1551
1552 struct {
1553 u32 rtc;
1554 u32 elapsedSeconds;
1555 } __attribute__ ((packed)) time;
1556
1557 struct {
1558 u32 ecar;
1559 u32 elog;
1560 char str[64];
1561 } __attribute__ ((packed)) ecc;
1562
1563 u8 b[96];
1564 u16 s[48];
1565 u32 w[24];
1566 u64 d[12];
1567 } args;
1568
1569 char description[128];
1570
1571} __attribute__ ((packed));
1572
Yang, Bo7e8a75f2009-10-06 14:50:17 -06001573struct megasas_aen_event {
Xiaotian Fengc1d390d82012-12-04 19:33:54 +08001574 struct delayed_work hotplug_work;
Yang, Bo7e8a75f2009-10-06 14:50:17 -06001575 struct megasas_instance *instance;
1576};
1577
adam radfordc8e858f2011-10-08 18:15:13 -07001578struct megasas_irq_context {
1579 struct megasas_instance *instance;
1580 u32 MSIxIndex;
1581};
1582
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001583struct megasas_instance {
1584
1585 u32 *producer;
1586 dma_addr_t producer_h;
1587 u32 *consumer;
1588 dma_addr_t consumer_h;
adam radford229fe472014-03-10 02:51:56 -07001589 struct MR_LD_VF_AFFILIATION *vf_affiliation;
1590 dma_addr_t vf_affiliation_h;
1591 struct MR_LD_VF_AFFILIATION_111 *vf_affiliation_111;
1592 dma_addr_t vf_affiliation_111_h;
1593 struct MR_CTRL_HB_HOST_MEM *hb_host_mem;
1594 dma_addr_t hb_host_mem_h;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001595
1596 u32 *reply_queue;
1597 dma_addr_t reply_queue_h;
1598
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05301599 u32 *crash_dump_buf;
1600 dma_addr_t crash_dump_h;
1601 void *crash_buf[MAX_CRASH_DUMP_SIZE];
1602 u32 crash_buf_pages;
1603 unsigned int fw_crash_buffer_size;
1604 unsigned int fw_crash_state;
1605 unsigned int fw_crash_buffer_offset;
1606 u32 drv_buf_index;
1607 u32 drv_buf_alloc;
1608 u32 crash_dump_fw_support;
1609 u32 crash_dump_drv_support;
1610 u32 crash_dump_app_support;
1611 spinlock_t crashdump_lock;
1612
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001613 struct megasas_register_set __iomem *reg_set;
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301614 u32 *reply_post_host_index_addr[MR_MAX_MSIX_REG_ARRAY];
Yang, Bo81e403c2009-10-06 14:27:54 -06001615 struct megasas_pd_list pd_list[MEGASAS_MAX_PD];
Sumit.Saxena@lsi.com999ece02013-10-18 12:50:37 +05301616 struct megasas_pd_list local_pd_list[MEGASAS_MAX_PD];
Yang, Bobdc6fb82009-12-06 08:30:19 -07001617 u8 ld_ids[MEGASAS_MAX_LD_IDS];
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001618 s8 init_id;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001619
1620 u16 max_num_sge;
1621 u16 max_fw_cmds;
adam radford9c915a82010-12-21 13:34:31 -08001622 /* For Fusion its num IOCTL cmds, for others MFI based its
1623 max_fw_cmds */
1624 u16 max_mfi_cmds;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001625 u32 max_sectors_per_req;
Yang, Bo7e8a75f2009-10-06 14:50:17 -06001626 struct megasas_aen_event *ev;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001627
1628 struct megasas_cmd **cmd_list;
1629 struct list_head cmd_pool;
bo yang39a98552010-09-22 22:36:29 -04001630 /* used to sync fire the cmd to fw */
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001631 spinlock_t cmd_pool_lock;
bo yang39a98552010-09-22 22:36:29 -04001632 /* used to sync fire the cmd to fw */
1633 spinlock_t hba_lock;
bo yang7343eb62007-11-09 04:35:44 -05001634 /* used to synch producer, consumer ptrs in dpc */
1635 spinlock_t completion_lock;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001636 struct dma_pool *frame_dma_pool;
1637 struct dma_pool *sense_dma_pool;
1638
1639 struct megasas_evt_detail *evt_detail;
1640 dma_addr_t evt_detail_h;
1641 struct megasas_cmd *aen_cmd;
Matthias Kaehlckee5a69e22007-10-27 09:48:46 +02001642 struct mutex aen_mutex;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001643 struct semaphore ioctl_sem;
1644
1645 struct Scsi_Host *host;
1646
1647 wait_queue_head_t int_cmd_wait_q;
1648 wait_queue_head_t abort_cmd_wait_q;
1649
1650 struct pci_dev *pdev;
1651 u32 unique_id;
bo yang39a98552010-09-22 22:36:29 -04001652 u32 fw_support_ieee;
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001653
Sumant Patroe4a082c2006-05-30 12:03:37 -07001654 atomic_t fw_outstanding;
bo yang39a98552010-09-22 22:36:29 -04001655 atomic_t fw_reset_no_pci_access;
Sumant Patro1341c932006-01-25 12:02:40 -08001656
1657 struct megasas_instance_template *instancet;
Sumant Patro5d018ad2006-10-03 13:13:18 -07001658 struct tasklet_struct isr_tasklet;
bo yang39a98552010-09-22 22:36:29 -04001659 struct work_struct work_init;
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05301660 struct work_struct crash_init;
Sumant Patro05e9ebb2007-05-17 05:47:51 -07001661
1662 u8 flag;
Yang, Boc3518832009-10-06 14:18:02 -06001663 u8 unload;
Yang, Bof4c9a132009-10-06 14:43:28 -06001664 u8 flag_ieee;
bo yang39a98552010-09-22 22:36:29 -04001665 u8 issuepend_done;
1666 u8 disableOnlineCtrlReset;
Sumit.Saxena@lsi.combc93d422013-05-22 12:35:04 +05301667 u8 UnevenSpanSupport;
bo yang39a98552010-09-22 22:36:29 -04001668 u8 adprecovery;
Sumant Patro05e9ebb2007-05-17 05:47:51 -07001669 unsigned long last_time;
bo yang39a98552010-09-22 22:36:29 -04001670 u32 mfiStatus;
1671 u32 last_seq_num;
bo yangad84db22007-11-09 04:40:16 -05001672
bo yang39a98552010-09-22 22:36:29 -04001673 struct list_head internal_reset_pending_q;
adam radford80d9da92010-12-21 10:17:40 -08001674
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001675 /* Ptr to hba specific information */
adam radford9c915a82010-12-21 13:34:31 -08001676 void *ctrl_context;
adam radfordc8e858f2011-10-08 18:15:13 -07001677 unsigned int msix_vectors;
1678 struct msix_entry msixentry[MEGASAS_MAX_MSIX_QUEUES];
1679 struct megasas_irq_context irq_context[MEGASAS_MAX_MSIX_QUEUES];
adam radford9c915a82010-12-21 13:34:31 -08001680 u64 map_id;
1681 struct megasas_cmd *map_update_cmd;
adam radfordb6d5d882010-12-14 18:56:07 -08001682 unsigned long bar;
adam radford9c915a82010-12-21 13:34:31 -08001683 long reset_flags;
1684 struct mutex reset_mutex;
adam radford229fe472014-03-10 02:51:56 -07001685 struct timer_list sriov_heartbeat_timer;
1686 char skip_heartbeat_timer_del;
1687 u8 requestorId;
adam radford229fe472014-03-10 02:51:56 -07001688 char PlasmaFW111;
1689 char mpio;
adam radfordc5daa6a2012-07-17 18:20:03 -07001690 int throttlequeuedepth;
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301691 u8 mask_interrupts;
Sumit.Saxena@lsi.com404a8a12013-05-22 12:35:33 +05301692 u8 is_imr;
bo yang39a98552010-09-22 22:36:29 -04001693};
adam radford229fe472014-03-10 02:51:56 -07001694struct MR_LD_VF_MAP {
1695 u32 size;
1696 union MR_LD_REF ref;
1697 u8 ldVfCount;
1698 u8 reserved[6];
1699 u8 policy[1];
1700};
1701
1702struct MR_LD_VF_AFFILIATION {
1703 u32 size;
1704 u8 ldCount;
1705 u8 vfCount;
1706 u8 thisVf;
1707 u8 reserved[9];
1708 struct MR_LD_VF_MAP map[1];
1709};
1710
1711/* Plasma 1.11 FW backward compatibility structures */
1712#define IOV_111_OFFSET 0x7CE
1713#define MAX_VIRTUAL_FUNCTIONS 8
Adam Radford4cbfea82014-07-09 15:17:56 -07001714#define MR_LD_ACCESS_HIDDEN 15
adam radford229fe472014-03-10 02:51:56 -07001715
1716struct IOV_111 {
1717 u8 maxVFsSupported;
1718 u8 numVFsEnabled;
1719 u8 requestorId;
1720 u8 reserved[5];
1721};
1722
1723struct MR_LD_VF_MAP_111 {
1724 u8 targetId;
1725 u8 reserved[3];
1726 u8 policy[MAX_VIRTUAL_FUNCTIONS];
1727};
1728
1729struct MR_LD_VF_AFFILIATION_111 {
1730 u8 vdCount;
1731 u8 vfCount;
1732 u8 thisVf;
1733 u8 reserved[5];
1734 struct MR_LD_VF_MAP_111 map[MAX_LOGICAL_DRIVES];
1735};
1736
1737struct MR_CTRL_HB_HOST_MEM {
1738 struct {
1739 u32 fwCounter; /* Firmware heart beat counter */
1740 struct {
1741 u32 debugmode:1; /* 1=Firmware is in debug mode.
1742 Heart beat will not be updated. */
1743 u32 reserved:31;
1744 } debug;
1745 u32 reserved_fw[6];
1746 u32 driverCounter; /* Driver heart beat counter. 0x20 */
1747 u32 reserved_driver[7];
1748 } HB;
1749 u8 pad[0x400-0x40];
1750};
bo yang39a98552010-09-22 22:36:29 -04001751
1752enum {
1753 MEGASAS_HBA_OPERATIONAL = 0,
1754 MEGASAS_ADPRESET_SM_INFAULT = 1,
1755 MEGASAS_ADPRESET_SM_FW_RESET_SUCCESS = 2,
1756 MEGASAS_ADPRESET_SM_OPERATIONAL = 3,
1757 MEGASAS_HW_CRITICAL_ERROR = 4,
adam radford229fe472014-03-10 02:51:56 -07001758 MEGASAS_ADPRESET_SM_POLLING = 5,
bo yang39a98552010-09-22 22:36:29 -04001759 MEGASAS_ADPRESET_INPROG_SIGN = 0xDEADDEAD,
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001760};
1761
Yang, Bo0c79e682009-10-06 14:47:35 -06001762struct megasas_instance_template {
1763 void (*fire_cmd)(struct megasas_instance *, dma_addr_t, \
1764 u32, struct megasas_register_set __iomem *);
1765
Sumit.Saxena@lsi.comd46a3ad2013-05-22 12:34:14 +05301766 void (*enable_intr)(struct megasas_instance *);
1767 void (*disable_intr)(struct megasas_instance *);
Yang, Bo0c79e682009-10-06 14:47:35 -06001768
1769 int (*clear_intr)(struct megasas_register_set __iomem *);
1770
1771 u32 (*read_fw_status_reg)(struct megasas_register_set __iomem *);
bo yang39a98552010-09-22 22:36:29 -04001772 int (*adp_reset)(struct megasas_instance *, \
1773 struct megasas_register_set __iomem *);
1774 int (*check_reset)(struct megasas_instance *, \
1775 struct megasas_register_set __iomem *);
adam radfordcd50ba82010-12-21 10:23:23 -08001776 irqreturn_t (*service_isr)(int irq, void *devp);
1777 void (*tasklet)(unsigned long);
1778 u32 (*init_adapter)(struct megasas_instance *);
1779 u32 (*build_and_issue_cmd) (struct megasas_instance *,
1780 struct scsi_cmnd *);
1781 void (*issue_dcmd) (struct megasas_instance *instance,
1782 struct megasas_cmd *cmd);
Yang, Bo0c79e682009-10-06 14:47:35 -06001783};
1784
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001785#define MEGASAS_IS_LOGICAL(scp) \
1786 (scp->device->channel < MEGASAS_MAX_PD_CHANNELS) ? 0 : 1
1787
1788#define MEGASAS_DEV_INDEX(inst, scp) \
1789 ((scp->device->channel % 2) * MEGASAS_MAX_DEV_PER_CHANNEL) + \
1790 scp->device->id
1791
1792struct megasas_cmd {
1793
1794 union megasas_frame *frame;
1795 dma_addr_t frame_phys_addr;
1796 u8 *sense;
1797 dma_addr_t sense_phys_addr;
1798
1799 u32 index;
1800 u8 sync_cmd;
1801 u8 cmd_status;
bo yang39a98552010-09-22 22:36:29 -04001802 u8 abort_aen;
1803 u8 retry_for_fw_reset;
1804
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001805
1806 struct list_head list;
1807 struct scsi_cmnd *scmd;
1808 struct megasas_instance *instance;
adam radford9c915a82010-12-21 13:34:31 -08001809 union {
1810 struct {
1811 u16 smid;
1812 u16 resvd;
1813 } context;
1814 u32 frame_count;
1815 };
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001816};
1817
1818#define MAX_MGMT_ADAPTERS 1024
1819#define MAX_IOCTL_SGE 16
1820
1821struct megasas_iocpacket {
1822
1823 u16 host_no;
1824 u16 __pad1;
1825 u32 sgl_off;
1826 u32 sge_count;
1827 u32 sense_off;
1828 u32 sense_len;
1829 union {
1830 u8 raw[128];
1831 struct megasas_header hdr;
1832 } frame;
1833
1834 struct iovec sgl[MAX_IOCTL_SGE];
1835
1836} __attribute__ ((packed));
1837
1838struct megasas_aen {
1839 u16 host_no;
1840 u16 __pad1;
1841 u32 seq_num;
1842 u32 class_locale_word;
1843} __attribute__ ((packed));
1844
1845#ifdef CONFIG_COMPAT
1846struct compat_megasas_iocpacket {
1847 u16 host_no;
1848 u16 __pad1;
1849 u32 sgl_off;
1850 u32 sge_count;
1851 u32 sense_off;
1852 u32 sense_len;
1853 union {
1854 u8 raw[128];
1855 struct megasas_header hdr;
1856 } frame;
1857 struct compat_iovec sgl[MAX_IOCTL_SGE];
1858} __attribute__ ((packed));
1859
Sumant Patro0e989362006-06-20 15:32:37 -07001860#define MEGASAS_IOC_FIRMWARE32 _IOWR('M', 1, struct compat_megasas_iocpacket)
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001861#endif
1862
Sumant Patrocb59aa62006-01-25 11:53:25 -08001863#define MEGASAS_IOC_FIRMWARE _IOWR('M', 1, struct megasas_iocpacket)
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001864#define MEGASAS_IOC_GET_AEN _IOW('M', 3, struct megasas_aen)
1865
1866struct megasas_mgmt_info {
1867
1868 u16 count;
1869 struct megasas_instance *instance[MAX_MGMT_ADAPTERS];
1870 int max_index;
1871};
1872
adam radford21c9e162013-09-06 15:27:14 -07001873u8
1874MR_BuildRaidContext(struct megasas_instance *instance,
1875 struct IO_REQUEST_INFO *io_info,
1876 struct RAID_CONTEXT *pRAID_Context,
1877 struct MR_FW_RAID_MAP_ALL *map, u8 **raidLUN);
Sumit.Saxena@lsi.combe263742014-02-12 23:37:46 +05301878u8 MR_TargetIdToLdGet(u32 ldTgtId, struct MR_FW_RAID_MAP_ALL *map);
adam radford21c9e162013-09-06 15:27:14 -07001879struct MR_LD_RAID *MR_LdRaidGet(u32 ld, struct MR_FW_RAID_MAP_ALL *map);
1880u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_FW_RAID_MAP_ALL *map);
1881u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_FW_RAID_MAP_ALL *map);
1882u16 MR_PdDevHandleGet(u32 pd, struct MR_FW_RAID_MAP_ALL *map);
1883u16 MR_GetLDTgtId(u32 ld, struct MR_FW_RAID_MAP_ALL *map);
1884
Sumit.Saxena@avagotech.comfc62b3f2014-09-12 18:57:28 +05301885int megasas_set_crash_dump_params(struct megasas_instance *instance,
1886 u8 crash_buf_state);
1887void megasas_free_host_crash_buffer(struct megasas_instance *instance);
1888void megasas_fusion_crash_dump_wq(struct work_struct *work);
Bagalkote, Sreenivasc4a3e0a2005-09-20 17:46:58 -04001889#endif /*LSI_MEGARAID_SAS_H */