2 * Linux MegaRAID driver for SAS based RAID controllers
4 * Copyright (c) 2003-2012 LSI Corporation.
6 * 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.
11 * 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.
16 * 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
20 * FILE: megaraid_sas.h
22 * Authors: LSI Corporation
24 * Send feedback to: <megaraidlinux@lsi.com>
26 * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035
30 #ifndef LSI_MEGARAID_SAS_H
31 #define LSI_MEGARAID_SAS_H
34 * MegaRAID SAS Driver meta data
36 #define MEGASAS_VERSION "06.700.06.00-rc1"
37 #define MEGASAS_RELDATE "Aug. 31, 2013"
38 #define MEGASAS_EXT_VERSION "Sat. Aug. 31 17:00:00 PDT 2013"
43 #define PCI_DEVICE_ID_LSI_SAS1078R 0x0060
44 #define PCI_DEVICE_ID_LSI_SAS1078DE 0x007C
45 #define PCI_DEVICE_ID_LSI_VERDE_ZCR 0x0413
46 #define PCI_DEVICE_ID_LSI_SAS1078GEN2 0x0078
47 #define PCI_DEVICE_ID_LSI_SAS0079GEN2 0x0079
48 #define PCI_DEVICE_ID_LSI_SAS0073SKINNY 0x0073
49 #define PCI_DEVICE_ID_LSI_SAS0071SKINNY 0x0071
50 #define PCI_DEVICE_ID_LSI_FUSION 0x005b
51 #define PCI_DEVICE_ID_LSI_INVADER 0x005d
52 #define PCI_DEVICE_ID_LSI_FURY 0x005f
57 #define MEGARAID_INTEL_RS3DC080_SSDID 0x9360
58 #define MEGARAID_INTEL_RS3DC040_SSDID 0x9362
59 #define MEGARAID_INTEL_RS3SC008_SSDID 0x9380
60 #define MEGARAID_INTEL_RS3MC044_SSDID 0x9381
61 #define MEGARAID_INTEL_RS3WC080_SSDID 0x9341
62 #define MEGARAID_INTEL_RS3WC040_SSDID 0x9343
67 #define MEGARAID_INTEL_RS3DC080_BRANDING \
68 "Intel(R) RAID Controller RS3DC080"
69 #define MEGARAID_INTEL_RS3DC040_BRANDING \
70 "Intel(R) RAID Controller RS3DC040"
71 #define MEGARAID_INTEL_RS3SC008_BRANDING \
72 "Intel(R) RAID Controller RS3SC008"
73 #define MEGARAID_INTEL_RS3MC044_BRANDING \
74 "Intel(R) RAID Controller RS3MC044"
75 #define MEGARAID_INTEL_RS3WC080_BRANDING \
76 "Intel(R) RAID Controller RS3WC080"
77 #define MEGARAID_INTEL_RS3WC040_BRANDING \
78 "Intel(R) RAID Controller RS3WC040"
81 * =====================================
82 * MegaRAID SAS MFI firmware definitions
83 * =====================================
87 * MFI stands for MegaRAID SAS FW Interface. This is just a moniker for
88 * protocol between the software and firmware. Commands are issued using
93 * FW posts its state in upper 4 bits of outbound_msg_0 register
95 #define MFI_STATE_MASK 0xF0000000
96 #define MFI_STATE_UNDEFINED 0x00000000
97 #define MFI_STATE_BB_INIT 0x10000000
98 #define MFI_STATE_FW_INIT 0x40000000
99 #define MFI_STATE_WAIT_HANDSHAKE 0x60000000
100 #define MFI_STATE_FW_INIT_2 0x70000000
101 #define MFI_STATE_DEVICE_SCAN 0x80000000
102 #define MFI_STATE_BOOT_MESSAGE_PENDING 0x90000000
103 #define MFI_STATE_FLUSH_CACHE 0xA0000000
104 #define MFI_STATE_READY 0xB0000000
105 #define MFI_STATE_OPERATIONAL 0xC0000000
106 #define MFI_STATE_FAULT 0xF0000000
107 #define MFI_RESET_REQUIRED 0x00000001
108 #define MFI_RESET_ADAPTER 0x00000002
109 #define MEGAMFI_FRAME_SIZE 64
112 * During FW init, clear pending cmds & reset state using inbound_msg_0
114 * ABORT : Abort all pending cmds
115 * READY : Move from OPERATIONAL to READY state; discard queue info
116 * MFIMODE : Discard (possible) low MFA posted in 64-bit mode (??)
117 * CLR_HANDSHAKE: FW is waiting for HANDSHAKE from BIOS or Driver
118 * HOTPLUG : Resume from Hotplug
119 * MFI_STOP_ADP : Send signal to FW to stop processing
121 #define WRITE_SEQUENCE_OFFSET (0x0000000FC) /* I20 */
122 #define HOST_DIAGNOSTIC_OFFSET (0x000000F8) /* I20 */
123 #define DIAG_WRITE_ENABLE (0x00000080)
124 #define DIAG_RESET_ADAPTER (0x00000004)
126 #define MFI_ADP_RESET 0x00000040
127 #define MFI_INIT_ABORT 0x00000001
128 #define MFI_INIT_READY 0x00000002
129 #define MFI_INIT_MFIMODE 0x00000004
130 #define MFI_INIT_CLEAR_HANDSHAKE 0x00000008
131 #define MFI_INIT_HOTPLUG 0x00000010
132 #define MFI_STOP_ADP 0x00000020
133 #define MFI_RESET_FLAGS MFI_INIT_READY| \
140 #define MFI_FRAME_POST_IN_REPLY_QUEUE 0x0000
141 #define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001
142 #define MFI_FRAME_SGL32 0x0000
143 #define MFI_FRAME_SGL64 0x0002
144 #define MFI_FRAME_SENSE32 0x0000
145 #define MFI_FRAME_SENSE64 0x0004
146 #define MFI_FRAME_DIR_NONE 0x0000
147 #define MFI_FRAME_DIR_WRITE 0x0008
148 #define MFI_FRAME_DIR_READ 0x0010
149 #define MFI_FRAME_DIR_BOTH 0x0018
150 #define MFI_FRAME_IEEE 0x0020
153 * Definition for cmd_status
155 #define MFI_CMD_STATUS_POLL_MODE 0xFF
158 * MFI command opcodes
160 #define MFI_CMD_INIT 0x00
161 #define MFI_CMD_LD_READ 0x01
162 #define MFI_CMD_LD_WRITE 0x02
163 #define MFI_CMD_LD_SCSI_IO 0x03
164 #define MFI_CMD_PD_SCSI_IO 0x04
165 #define MFI_CMD_DCMD 0x05
166 #define MFI_CMD_ABORT 0x06
167 #define MFI_CMD_SMP 0x07
168 #define MFI_CMD_STP 0x08
169 #define MFI_CMD_INVALID 0xff
171 #define MR_DCMD_CTRL_GET_INFO 0x01010000
172 #define MR_DCMD_LD_GET_LIST 0x03010000
173 #define MR_DCMD_LD_LIST_QUERY 0x03010100
175 #define MR_DCMD_CTRL_CACHE_FLUSH 0x01101000
176 #define MR_FLUSH_CTRL_CACHE 0x01
177 #define MR_FLUSH_DISK_CACHE 0x02
179 #define MR_DCMD_CTRL_SHUTDOWN 0x01050000
180 #define MR_DCMD_HIBERNATE_SHUTDOWN 0x01060000
181 #define MR_ENABLE_DRIVE_SPINDOWN 0x01
183 #define MR_DCMD_CTRL_EVENT_GET_INFO 0x01040100
184 #define MR_DCMD_CTRL_EVENT_GET 0x01040300
185 #define MR_DCMD_CTRL_EVENT_WAIT 0x01040500
186 #define MR_DCMD_LD_GET_PROPERTIES 0x03030000
188 #define MR_DCMD_CLUSTER 0x08000000
189 #define MR_DCMD_CLUSTER_RESET_ALL 0x08010100
190 #define MR_DCMD_CLUSTER_RESET_LD 0x08010200
191 #define MR_DCMD_PD_LIST_QUERY 0x02010100
196 extern u8
MR_ValidateMapInfo(struct megasas_instance
*instance
);
200 * MFI command completion codes
204 MFI_STAT_INVALID_CMD
= 0x01,
205 MFI_STAT_INVALID_DCMD
= 0x02,
206 MFI_STAT_INVALID_PARAMETER
= 0x03,
207 MFI_STAT_INVALID_SEQUENCE_NUMBER
= 0x04,
208 MFI_STAT_ABORT_NOT_POSSIBLE
= 0x05,
209 MFI_STAT_APP_HOST_CODE_NOT_FOUND
= 0x06,
210 MFI_STAT_APP_IN_USE
= 0x07,
211 MFI_STAT_APP_NOT_INITIALIZED
= 0x08,
212 MFI_STAT_ARRAY_INDEX_INVALID
= 0x09,
213 MFI_STAT_ARRAY_ROW_NOT_EMPTY
= 0x0a,
214 MFI_STAT_CONFIG_RESOURCE_CONFLICT
= 0x0b,
215 MFI_STAT_DEVICE_NOT_FOUND
= 0x0c,
216 MFI_STAT_DRIVE_TOO_SMALL
= 0x0d,
217 MFI_STAT_FLASH_ALLOC_FAIL
= 0x0e,
218 MFI_STAT_FLASH_BUSY
= 0x0f,
219 MFI_STAT_FLASH_ERROR
= 0x10,
220 MFI_STAT_FLASH_IMAGE_BAD
= 0x11,
221 MFI_STAT_FLASH_IMAGE_INCOMPLETE
= 0x12,
222 MFI_STAT_FLASH_NOT_OPEN
= 0x13,
223 MFI_STAT_FLASH_NOT_STARTED
= 0x14,
224 MFI_STAT_FLUSH_FAILED
= 0x15,
225 MFI_STAT_HOST_CODE_NOT_FOUNT
= 0x16,
226 MFI_STAT_LD_CC_IN_PROGRESS
= 0x17,
227 MFI_STAT_LD_INIT_IN_PROGRESS
= 0x18,
228 MFI_STAT_LD_LBA_OUT_OF_RANGE
= 0x19,
229 MFI_STAT_LD_MAX_CONFIGURED
= 0x1a,
230 MFI_STAT_LD_NOT_OPTIMAL
= 0x1b,
231 MFI_STAT_LD_RBLD_IN_PROGRESS
= 0x1c,
232 MFI_STAT_LD_RECON_IN_PROGRESS
= 0x1d,
233 MFI_STAT_LD_WRONG_RAID_LEVEL
= 0x1e,
234 MFI_STAT_MAX_SPARES_EXCEEDED
= 0x1f,
235 MFI_STAT_MEMORY_NOT_AVAILABLE
= 0x20,
236 MFI_STAT_MFC_HW_ERROR
= 0x21,
237 MFI_STAT_NO_HW_PRESENT
= 0x22,
238 MFI_STAT_NOT_FOUND
= 0x23,
239 MFI_STAT_NOT_IN_ENCL
= 0x24,
240 MFI_STAT_PD_CLEAR_IN_PROGRESS
= 0x25,
241 MFI_STAT_PD_TYPE_WRONG
= 0x26,
242 MFI_STAT_PR_DISABLED
= 0x27,
243 MFI_STAT_ROW_INDEX_INVALID
= 0x28,
244 MFI_STAT_SAS_CONFIG_INVALID_ACTION
= 0x29,
245 MFI_STAT_SAS_CONFIG_INVALID_DATA
= 0x2a,
246 MFI_STAT_SAS_CONFIG_INVALID_PAGE
= 0x2b,
247 MFI_STAT_SAS_CONFIG_INVALID_TYPE
= 0x2c,
248 MFI_STAT_SCSI_DONE_WITH_ERROR
= 0x2d,
249 MFI_STAT_SCSI_IO_FAILED
= 0x2e,
250 MFI_STAT_SCSI_RESERVATION_CONFLICT
= 0x2f,
251 MFI_STAT_SHUTDOWN_FAILED
= 0x30,
252 MFI_STAT_TIME_NOT_SET
= 0x31,
253 MFI_STAT_WRONG_STATE
= 0x32,
254 MFI_STAT_LD_OFFLINE
= 0x33,
255 MFI_STAT_PEER_NOTIFICATION_REJECTED
= 0x34,
256 MFI_STAT_PEER_NOTIFICATION_FAILED
= 0x35,
257 MFI_STAT_RESERVATION_IN_PROGRESS
= 0x36,
258 MFI_STAT_I2C_ERRORS_DETECTED
= 0x37,
259 MFI_STAT_PCI_ERRORS_DETECTED
= 0x38,
260 MFI_STAT_CONFIG_SEQ_MISMATCH
= 0x67,
262 MFI_STAT_INVALID_STATUS
= 0xFF
266 * Number of mailbox bytes in DCMD message frame
268 #define MFI_MBOX_SIZE 12
272 MR_EVT_CLASS_DEBUG
= -2,
273 MR_EVT_CLASS_PROGRESS
= -1,
274 MR_EVT_CLASS_INFO
= 0,
275 MR_EVT_CLASS_WARNING
= 1,
276 MR_EVT_CLASS_CRITICAL
= 2,
277 MR_EVT_CLASS_FATAL
= 3,
278 MR_EVT_CLASS_DEAD
= 4,
284 MR_EVT_LOCALE_LD
= 0x0001,
285 MR_EVT_LOCALE_PD
= 0x0002,
286 MR_EVT_LOCALE_ENCL
= 0x0004,
287 MR_EVT_LOCALE_BBU
= 0x0008,
288 MR_EVT_LOCALE_SAS
= 0x0010,
289 MR_EVT_LOCALE_CTRL
= 0x0020,
290 MR_EVT_LOCALE_CONFIG
= 0x0040,
291 MR_EVT_LOCALE_CLUSTER
= 0x0080,
292 MR_EVT_LOCALE_ALL
= 0xffff,
299 MR_EVT_ARGS_CDB_SENSE
,
301 MR_EVT_ARGS_LD_COUNT
,
303 MR_EVT_ARGS_LD_OWNER
,
304 MR_EVT_ARGS_LD_LBA_PD_LBA
,
306 MR_EVT_ARGS_LD_STATE
,
307 MR_EVT_ARGS_LD_STRIP
,
311 MR_EVT_ARGS_PD_LBA_LD
,
313 MR_EVT_ARGS_PD_STATE
,
320 MR_EVT_ARGS_PD_SPARE
,
321 MR_EVT_ARGS_PD_INDEX
,
322 MR_EVT_ARGS_DIAG_PASS
,
323 MR_EVT_ARGS_DIAG_FAIL
,
324 MR_EVT_ARGS_PD_LBA_LBA
,
325 MR_EVT_ARGS_PORT_PHY
,
326 MR_EVT_ARGS_PD_MISSING
,
327 MR_EVT_ARGS_PD_ADDRESS
,
329 MR_EVT_ARGS_CONNECTOR
,
332 MR_EVT_ARGS_PD_PATHINFO
,
333 MR_EVT_ARGS_PD_POWER_STATE
,
338 * define constants for device list query options
340 enum MR_PD_QUERY_TYPE
{
341 MR_PD_QUERY_TYPE_ALL
= 0,
342 MR_PD_QUERY_TYPE_STATE
= 1,
343 MR_PD_QUERY_TYPE_POWER_STATE
= 2,
344 MR_PD_QUERY_TYPE_MEDIA_TYPE
= 3,
345 MR_PD_QUERY_TYPE_SPEED
= 4,
346 MR_PD_QUERY_TYPE_EXPOSED_TO_HOST
= 5,
349 enum MR_LD_QUERY_TYPE
{
350 MR_LD_QUERY_TYPE_ALL
= 0,
351 MR_LD_QUERY_TYPE_EXPOSED_TO_HOST
= 1,
352 MR_LD_QUERY_TYPE_USED_TGT_IDS
= 2,
353 MR_LD_QUERY_TYPE_CLUSTER_ACCESS
= 3,
354 MR_LD_QUERY_TYPE_CLUSTER_LOCALE
= 4,
358 #define MR_EVT_CFG_CLEARED 0x0004
359 #define MR_EVT_LD_STATE_CHANGE 0x0051
360 #define MR_EVT_PD_INSERTED 0x005b
361 #define MR_EVT_PD_REMOVED 0x0070
362 #define MR_EVT_LD_CREATED 0x008a
363 #define MR_EVT_LD_DELETED 0x008b
364 #define MR_EVT_FOREIGN_CFG_IMPORTED 0x00db
365 #define MR_EVT_LD_OFFLINE 0x00fc
366 #define MR_EVT_CTRL_HOST_BUS_SCAN_REQUESTED 0x0152
367 #define MAX_LOGICAL_DRIVES 64
370 MR_PD_STATE_UNCONFIGURED_GOOD
= 0x00,
371 MR_PD_STATE_UNCONFIGURED_BAD
= 0x01,
372 MR_PD_STATE_HOT_SPARE
= 0x02,
373 MR_PD_STATE_OFFLINE
= 0x10,
374 MR_PD_STATE_FAILED
= 0x11,
375 MR_PD_STATE_REBUILD
= 0x14,
376 MR_PD_STATE_ONLINE
= 0x18,
377 MR_PD_STATE_COPYBACK
= 0x20,
378 MR_PD_STATE_SYSTEM
= 0x40,
383 * defines the physical drive address structure
385 struct MR_PD_ADDRESS
{
396 u8 enclConnectorIndex
;
401 u8 connectedPortBitmap
;
402 u8 connectedPortNumbers
;
408 * defines the physical drive list structure
413 struct MR_PD_ADDRESS addr
[1];
416 struct megasas_pd_list
{
423 * defines the logical drive reference structure
435 * defines the logical drive list structure
445 } ldList
[MAX_LOGICAL_DRIVES
];
448 struct MR_LD_TARGETID_LIST
{
452 u8 targetId
[MAX_LOGICAL_DRIVES
];
457 * SAS controller properties
459 struct megasas_ctrl_prop
{
462 u16 pred_fail_poll_interval
;
463 u16 intr_throttle_count
;
464 u16 intr_throttle_timeouts
;
470 u8 cache_flush_interval
;
476 u8 disable_auto_rebuild
;
477 u8 disable_battery_warn
;
479 u16 ecc_bucket_leak_rate
;
480 u8 restore_hotspare_on_insertion
;
481 u8 expose_encl_devices
;
482 u8 maintainPdFailHistory
;
483 u8 disallowHostRequestReordering
;
486 u8 disableAutoDetectBackplane
;
491 * Add properties that can be controlled by
492 * a bit in the following structure.
495 #if defined(__BIG_ENDIAN_BITFIELD)
498 u32 disableSpinDownHS
:1;
499 u32 allowBootWithPinnedCache
:1;
500 u32 disableOnlineCtrlReset
:1;
501 u32 enableSecretKeyControl
:1;
502 u32 autoEnhancedImport
:1;
503 u32 enableSpinDownUnconfigured
:1;
504 u32 SSDPatrolReadEnabled
:1;
505 u32 SSDSMARTerEnabled
:1;
508 u32 prCorrectUnconfiguredAreas
:1;
509 u32 SMARTerEnabled
:1;
510 u32 copyBackDisabled
:1;
512 u32 copyBackDisabled
:1;
513 u32 SMARTerEnabled
:1;
514 u32 prCorrectUnconfiguredAreas
:1;
517 u32 SSDSMARTerEnabled
:1;
518 u32 SSDPatrolReadEnabled
:1;
519 u32 enableSpinDownUnconfigured
:1;
520 u32 autoEnhancedImport
:1;
521 u32 enableSecretKeyControl
:1;
522 u32 disableOnlineCtrlReset
:1;
523 u32 allowBootWithPinnedCache
:1;
524 u32 disableSpinDownHS
:1;
536 * SAS controller information
538 struct megasas_ctrl_info
{
541 * PCI device information
551 } __attribute__ ((packed
)) pci
;
554 * Host interface information
567 } __attribute__ ((packed
)) host_interface
;
570 * Device (backend) interface information
583 } __attribute__ ((packed
)) device_interface
;
586 * List of components residing in flash. All str are null terminated
588 u32 image_check_word
;
589 u32 image_component_count
;
598 } __attribute__ ((packed
)) image_component
[8];
601 * List of flash components that have been flashed on the card, but
602 * are not in use, pending reset of the adapter. This list will be
603 * empty if a flash operation has not occurred. All stings are null
606 u32 pending_image_component_count
;
615 } __attribute__ ((packed
)) pending_image_component
[8];
622 char product_name
[80];
626 * Other physical/controller/operation information. Indicates the
627 * presence of the hardware
637 } __attribute__ ((packed
)) hw_present
;
642 * Maximum data transfer sizes
644 u16 max_concurrent_cmds
;
646 u32 max_request_size
;
649 * Logical and physical device counts
651 u16 ld_present_count
;
652 u16 ld_degraded_count
;
653 u16 ld_offline_count
;
655 u16 pd_present_count
;
656 u16 pd_disk_present_count
;
657 u16 pd_disk_pred_failure_count
;
658 u16 pd_disk_failed_count
;
661 * Memory size information
670 u16 mem_correctable_error_count
;
671 u16 mem_uncorrectable_error_count
;
674 * Cluster information
676 u8 cluster_permitted
;
680 * Additional max data transfer sizes
682 u16 max_strips_per_io
;
685 * Controller capabilities structures
696 } __attribute__ ((packed
)) raid_levels
;
706 u32 cluster_supported
:1;
708 u32 spanning_allowed
:1;
709 u32 dedicated_hotspares
:1;
710 u32 revertible_hotspares
:1;
711 u32 foreign_config_import
:1;
712 u32 self_diagnostic
:1;
713 u32 mixed_redundancy_arr
:1;
714 u32 global_hot_spares
:1;
717 } __attribute__ ((packed
)) adapter_operations
;
725 u32 disk_cache_policy
:1;
728 } __attribute__ ((packed
)) ld_operations
;
736 } __attribute__ ((packed
)) stripe_sz_ops
;
745 } __attribute__ ((packed
)) pd_operations
;
749 u32 ctrl_supports_sas
:1;
750 u32 ctrl_supports_sata
:1;
751 u32 allow_mix_in_encl
:1;
752 u32 allow_mix_in_ld
:1;
753 u32 allow_sata_in_cluster
:1;
756 } __attribute__ ((packed
)) pd_mix_support
;
759 * Define ECC single-bit-error bucket information
765 * Include the controller properties (changeable items)
767 struct megasas_ctrl_prop properties
;
770 * Define FW pkg version (set in envt v'bles on OEM basis)
772 char package_version
[0x60];
776 * If adapterOperations.supportMoreThan8Phys is set,
777 * and deviceInterface.portCount is greater than 8,
778 * SAS Addrs for first 8 ports shall be populated in
779 * deviceInterface.portAddr, and the rest shall be
780 * populated in deviceInterfacePortAddr2.
782 u64 deviceInterfacePortAddr2
[8]; /*6a0h */
783 u8 reserved3
[128]; /*6e0h */
786 u16 minPdRaidLevel_0
:4;
787 u16 maxPdRaidLevel_0
:12;
789 u16 minPdRaidLevel_1
:4;
790 u16 maxPdRaidLevel_1
:12;
792 u16 minPdRaidLevel_5
:4;
793 u16 maxPdRaidLevel_5
:12;
795 u16 minPdRaidLevel_1E
:4;
796 u16 maxPdRaidLevel_1E
:12;
798 u16 minPdRaidLevel_6
:4;
799 u16 maxPdRaidLevel_6
:12;
801 u16 minPdRaidLevel_10
:4;
802 u16 maxPdRaidLevel_10
:12;
804 u16 minPdRaidLevel_50
:4;
805 u16 maxPdRaidLevel_50
:12;
807 u16 minPdRaidLevel_60
:4;
808 u16 maxPdRaidLevel_60
:12;
810 u16 minPdRaidLevel_1E_RLQ0
:4;
811 u16 maxPdRaidLevel_1E_RLQ0
:12;
813 u16 minPdRaidLevel_1E0_RLQ0
:4;
814 u16 maxPdRaidLevel_1E0_RLQ0
:12;
819 u16 maxPds
; /*780h */
820 u16 maxDedHSPs
; /*782h */
821 u16 maxGlobalHSPs
; /*784h */
822 u16 ddfSize
; /*786h */
823 u8 maxLdsPerArray
; /*788h */
824 u8 partitionsInDDF
; /*789h */
825 u8 lockKeyBinding
; /*78ah */
826 u8 maxPITsPerLd
; /*78bh */
827 u8 maxViewsPerLd
; /*78ch */
828 u8 maxTargetId
; /*78dh */
829 u16 maxBvlVdSize
; /*78eh */
831 u16 maxConfigurableSSCSize
; /*790h */
832 u16 currentSSCsize
; /*792h */
834 char expanderFwVersion
[12]; /*794h */
836 u16 PFKTrialTimeRemaining
; /*7A0h */
838 u16 cacheMemorySize
; /*7A2h */
841 #if defined(__BIG_ENDIAN_BITFIELD)
843 u32 supportUnevenSpans
:1;
844 u32 dedicatedHotSparesLimited
:1;
846 u32 supportEmulatedDrives
:1;
847 u32 supportResetNow
:1;
848 u32 realTimeScheduler
:1;
849 u32 supportSSDPatrolRead
:1;
850 u32 supportPerfTuning
:1;
851 u32 disableOnlinePFKChange
:1;
853 u32 supportBootTimePFKChange
:1;
854 u32 supportSetLinkSpeed
:1;
855 u32 supportEmergencySpares
:1;
856 u32 supportSuspendResumeBGops
:1;
857 u32 blockSSDWriteCacheChange
:1;
858 u32 supportShieldState
:1;
859 u32 supportLdBBMInfo
:1;
860 u32 supportLdPIType3
:1;
861 u32 supportLdPIType2
:1;
862 u32 supportLdPIType1
:1;
863 u32 supportPIcontroller
:1;
865 u32 supportPIcontroller
:1;
866 u32 supportLdPIType1
:1;
867 u32 supportLdPIType2
:1;
868 u32 supportLdPIType3
:1;
869 u32 supportLdBBMInfo
:1;
870 u32 supportShieldState
:1;
871 u32 blockSSDWriteCacheChange
:1;
872 u32 supportSuspendResumeBGops
:1;
873 u32 supportEmergencySpares
:1;
874 u32 supportSetLinkSpeed
:1;
875 u32 supportBootTimePFKChange
:1;
877 u32 disableOnlinePFKChange
:1;
878 u32 supportPerfTuning
:1;
879 u32 supportSSDPatrolRead
:1;
880 u32 realTimeScheduler
:1;
882 u32 supportResetNow
:1;
883 u32 supportEmulatedDrives
:1;
885 u32 dedicatedHotSparesLimited
:1;
888 u32 supportUnevenSpans
:1;
891 } adapterOperations2
;
893 u8 driverVersion
[32]; /*7A8h */
894 u8 maxDAPdCountSpinup60
; /*7C8h */
895 u8 temperatureROC
; /*7C9h */
896 u8 temperatureCtrl
; /*7CAh */
897 u8 reserved4
; /*7CBh */
898 u16 maxConfigurablePds
; /*7CCh */
901 u8 reserved5
[2]; /*0x7CDh */
904 * HA cluster information
908 u32 peerIsIncompatible
:1;
909 u32 hwIncompatible
:1;
910 u32 fwVersionMismatch
:1;
911 u32 ctrlPropIncompatible
:1;
912 u32 premiumFeatureMismatch
:1;
916 char clusterId
[16]; /*7D4h */
918 u8 pad
[0x800-0x7E4]; /*7E4 */
922 * ===============================
923 * MegaRAID SAS driver definitions
924 * ===============================
926 #define MEGASAS_MAX_PD_CHANNELS 2
927 #define MEGASAS_MAX_LD_CHANNELS 1
928 #define MEGASAS_MAX_CHANNELS (MEGASAS_MAX_PD_CHANNELS + \
929 MEGASAS_MAX_LD_CHANNELS)
930 #define MEGASAS_MAX_DEV_PER_CHANNEL 128
931 #define MEGASAS_DEFAULT_INIT_ID -1
932 #define MEGASAS_MAX_LUN 8
933 #define MEGASAS_MAX_LD 64
934 #define MEGASAS_DEFAULT_CMD_PER_LUN 256
935 #define MEGASAS_MAX_PD (MEGASAS_MAX_PD_CHANNELS * \
936 MEGASAS_MAX_DEV_PER_CHANNEL)
937 #define MEGASAS_MAX_LD_IDS (MEGASAS_MAX_LD_CHANNELS * \
938 MEGASAS_MAX_DEV_PER_CHANNEL)
940 #define MEGASAS_MAX_SECTORS (2*1024)
941 #define MEGASAS_MAX_SECTORS_IEEE (2*128)
942 #define MEGASAS_DBG_LVL 1
944 #define MEGASAS_FW_BUSY 1
948 #define PTHRU_FRAME 1
951 * When SCSI mid-layer calls driver's reset routine, driver waits for
952 * MEGASAS_RESET_WAIT_TIME seconds for all outstanding IO to complete. Note
953 * that the driver cannot _actually_ abort or reset pending commands. While
954 * it is waiting for the commands to complete, it prints a diagnostic message
955 * every MEGASAS_RESET_NOTICE_INTERVAL seconds
957 #define MEGASAS_RESET_WAIT_TIME 180
958 #define MEGASAS_INTERNAL_CMD_WAIT_TIME 180
959 #define MEGASAS_RESET_NOTICE_INTERVAL 5
960 #define MEGASAS_IOCTL_CMD 0
961 #define MEGASAS_DEFAULT_CMD_TIMEOUT 90
962 #define MEGASAS_THROTTLE_QUEUE_DEPTH 16
965 * FW reports the maximum of number of commands that it can accept (maximum
966 * commands that can be outstanding) at any time. The driver must report a
967 * lower number to the mid layer because it can issue a few internal commands
968 * itself (E.g, AEN, abort cmd, IOCTLs etc). The number of commands it needs
971 #define MEGASAS_INT_CMDS 32
972 #define MEGASAS_SKINNY_INT_CMDS 5
974 #define MEGASAS_MAX_MSIX_QUEUES 128
976 * FW can accept both 32 and 64 bit SGLs. We want to allocate 32/64 bit
977 * SGLs based on the size of dma_addr_t
979 #define IS_DMA64 (sizeof(dma_addr_t) == 8)
981 #define MFI_XSCALE_OMR0_CHANGE_INTERRUPT 0x00000001
983 #define MFI_INTR_FLAG_REPLY_MESSAGE 0x00000001
984 #define MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE 0x00000002
985 #define MFI_G2_OUTBOUND_DOORBELL_CHANGE_INTERRUPT 0x00000004
987 #define MFI_OB_INTR_STATUS_MASK 0x00000002
988 #define MFI_POLL_TIMEOUT_SECS 60
990 #define MFI_REPLY_1078_MESSAGE_INTERRUPT 0x80000000
991 #define MFI_REPLY_GEN2_MESSAGE_INTERRUPT 0x00000001
992 #define MFI_GEN2_ENABLE_INTERRUPT_MASK (0x00000001 | 0x00000004)
993 #define MFI_REPLY_SKINNY_MESSAGE_INTERRUPT 0x40000000
994 #define MFI_SKINNY_ENABLE_INTERRUPT_MASK (0x00000001)
996 #define MFI_1068_PCSR_OFFSET 0x84
997 #define MFI_1068_FW_HANDSHAKE_OFFSET 0x64
998 #define MFI_1068_FW_READY 0xDDDD0000
1000 #define MR_MAX_REPLY_QUEUES_OFFSET 0X0000001F
1001 #define MR_MAX_REPLY_QUEUES_EXT_OFFSET 0X003FC000
1002 #define MR_MAX_REPLY_QUEUES_EXT_OFFSET_SHIFT 14
1003 #define MR_MAX_MSIX_REG_ARRAY 16
1005 * register set for both 1068 and 1078 controllers
1006 * structure extended for 1078 registers
1009 struct megasas_register_set
{
1010 u32 doorbell
; /*0000h*/
1011 u32 fusion_seq_offset
; /*0004h*/
1012 u32 fusion_host_diag
; /*0008h*/
1013 u32 reserved_01
; /*000Ch*/
1015 u32 inbound_msg_0
; /*0010h*/
1016 u32 inbound_msg_1
; /*0014h*/
1017 u32 outbound_msg_0
; /*0018h*/
1018 u32 outbound_msg_1
; /*001Ch*/
1020 u32 inbound_doorbell
; /*0020h*/
1021 u32 inbound_intr_status
; /*0024h*/
1022 u32 inbound_intr_mask
; /*0028h*/
1024 u32 outbound_doorbell
; /*002Ch*/
1025 u32 outbound_intr_status
; /*0030h*/
1026 u32 outbound_intr_mask
; /*0034h*/
1028 u32 reserved_1
[2]; /*0038h*/
1030 u32 inbound_queue_port
; /*0040h*/
1031 u32 outbound_queue_port
; /*0044h*/
1033 u32 reserved_2
[9]; /*0048h*/
1034 u32 reply_post_host_index
; /*006Ch*/
1035 u32 reserved_2_2
[12]; /*0070h*/
1037 u32 outbound_doorbell_clear
; /*00A0h*/
1039 u32 reserved_3
[3]; /*00A4h*/
1041 u32 outbound_scratch_pad
; /*00B0h*/
1042 u32 outbound_scratch_pad_2
; /*00B4h*/
1044 u32 reserved_4
[2]; /*00B8h*/
1046 u32 inbound_low_queue_port
; /*00C0h*/
1048 u32 inbound_high_queue_port
; /*00C4h*/
1050 u32 reserved_5
; /*00C8h*/
1051 u32 res_6
[11]; /*CCh*/
1054 u32 index_registers
[807]; /*00CCh*/
1055 } __attribute__ ((packed
));
1057 struct megasas_sge32
{
1062 } __attribute__ ((packed
));
1064 struct megasas_sge64
{
1069 } __attribute__ ((packed
));
1071 struct megasas_sge_skinny
{
1079 struct megasas_sge32 sge32
[1];
1080 struct megasas_sge64 sge64
[1];
1081 struct megasas_sge_skinny sge_skinny
[1];
1083 } __attribute__ ((packed
));
1085 struct megasas_header
{
1088 u8 sense_len
; /*01h */
1089 u8 cmd_status
; /*02h */
1090 u8 scsi_status
; /*03h */
1092 u8 target_id
; /*04h */
1094 u8 cdb_len
; /*06h */
1095 u8 sge_count
; /*07h */
1097 u32 context
; /*08h */
1101 u16 timeout
; /*12h */
1102 u32 data_xferlen
; /*14h */
1104 } __attribute__ ((packed
));
1106 union megasas_sgl_frame
{
1108 struct megasas_sge32 sge32
[8];
1109 struct megasas_sge64 sge64
[5];
1111 } __attribute__ ((packed
));
1113 typedef union _MFI_CAPABILITIES
{
1115 #if defined(__BIG_ENDIAN_BITFIELD)
1117 u32 support_additional_msix
:1;
1118 u32 support_fp_remote_lun
:1;
1120 u32 support_fp_remote_lun
:1;
1121 u32 support_additional_msix
:1;
1128 struct megasas_init_frame
{
1131 u8 reserved_0
; /*01h */
1132 u8 cmd_status
; /*02h */
1134 u8 reserved_1
; /*03h */
1135 MFI_CAPABILITIES driver_operations
; /*04h*/
1137 u32 context
; /*08h */
1141 u16 reserved_3
; /*12h */
1142 u32 data_xfer_len
; /*14h */
1144 u32 queue_info_new_phys_addr_lo
; /*18h */
1145 u32 queue_info_new_phys_addr_hi
; /*1Ch */
1146 u32 queue_info_old_phys_addr_lo
; /*20h */
1147 u32 queue_info_old_phys_addr_hi
; /*24h */
1149 u32 reserved_4
[6]; /*28h */
1151 } __attribute__ ((packed
));
1153 struct megasas_init_queue_info
{
1155 u32 init_flags
; /*00h */
1156 u32 reply_queue_entries
; /*04h */
1158 u32 reply_queue_start_phys_addr_lo
; /*08h */
1159 u32 reply_queue_start_phys_addr_hi
; /*0Ch */
1160 u32 producer_index_phys_addr_lo
; /*10h */
1161 u32 producer_index_phys_addr_hi
; /*14h */
1162 u32 consumer_index_phys_addr_lo
; /*18h */
1163 u32 consumer_index_phys_addr_hi
; /*1Ch */
1165 } __attribute__ ((packed
));
1167 struct megasas_io_frame
{
1170 u8 sense_len
; /*01h */
1171 u8 cmd_status
; /*02h */
1172 u8 scsi_status
; /*03h */
1174 u8 target_id
; /*04h */
1175 u8 access_byte
; /*05h */
1176 u8 reserved_0
; /*06h */
1177 u8 sge_count
; /*07h */
1179 u32 context
; /*08h */
1183 u16 timeout
; /*12h */
1184 u32 lba_count
; /*14h */
1186 u32 sense_buf_phys_addr_lo
; /*18h */
1187 u32 sense_buf_phys_addr_hi
; /*1Ch */
1189 u32 start_lba_lo
; /*20h */
1190 u32 start_lba_hi
; /*24h */
1192 union megasas_sgl sgl
; /*28h */
1194 } __attribute__ ((packed
));
1196 struct megasas_pthru_frame
{
1199 u8 sense_len
; /*01h */
1200 u8 cmd_status
; /*02h */
1201 u8 scsi_status
; /*03h */
1203 u8 target_id
; /*04h */
1205 u8 cdb_len
; /*06h */
1206 u8 sge_count
; /*07h */
1208 u32 context
; /*08h */
1212 u16 timeout
; /*12h */
1213 u32 data_xfer_len
; /*14h */
1215 u32 sense_buf_phys_addr_lo
; /*18h */
1216 u32 sense_buf_phys_addr_hi
; /*1Ch */
1218 u8 cdb
[16]; /*20h */
1219 union megasas_sgl sgl
; /*30h */
1221 } __attribute__ ((packed
));
1223 struct megasas_dcmd_frame
{
1226 u8 reserved_0
; /*01h */
1227 u8 cmd_status
; /*02h */
1228 u8 reserved_1
[4]; /*03h */
1229 u8 sge_count
; /*07h */
1231 u32 context
; /*08h */
1235 u16 timeout
; /*12h */
1237 u32 data_xfer_len
; /*14h */
1238 u32 opcode
; /*18h */
1246 union megasas_sgl sgl
; /*28h */
1248 } __attribute__ ((packed
));
1250 struct megasas_abort_frame
{
1253 u8 reserved_0
; /*01h */
1254 u8 cmd_status
; /*02h */
1256 u8 reserved_1
; /*03h */
1257 u32 reserved_2
; /*04h */
1259 u32 context
; /*08h */
1263 u16 reserved_3
; /*12h */
1264 u32 reserved_4
; /*14h */
1266 u32 abort_context
; /*18h */
1269 u32 abort_mfi_phys_addr_lo
; /*20h */
1270 u32 abort_mfi_phys_addr_hi
; /*24h */
1272 u32 reserved_5
[6]; /*28h */
1274 } __attribute__ ((packed
));
1276 struct megasas_smp_frame
{
1279 u8 reserved_1
; /*01h */
1280 u8 cmd_status
; /*02h */
1281 u8 connection_status
; /*03h */
1283 u8 reserved_2
[3]; /*04h */
1284 u8 sge_count
; /*07h */
1286 u32 context
; /*08h */
1290 u16 timeout
; /*12h */
1292 u32 data_xfer_len
; /*14h */
1293 u64 sas_addr
; /*18h */
1296 struct megasas_sge32 sge32
[2]; /* [0]: resp [1]: req */
1297 struct megasas_sge64 sge64
[2]; /* [0]: resp [1]: req */
1300 } __attribute__ ((packed
));
1302 struct megasas_stp_frame
{
1305 u8 reserved_1
; /*01h */
1306 u8 cmd_status
; /*02h */
1307 u8 reserved_2
; /*03h */
1309 u8 target_id
; /*04h */
1310 u8 reserved_3
[2]; /*05h */
1311 u8 sge_count
; /*07h */
1313 u32 context
; /*08h */
1317 u16 timeout
; /*12h */
1319 u32 data_xfer_len
; /*14h */
1321 u16 fis
[10]; /*18h */
1325 struct megasas_sge32 sge32
[2]; /* [0]: resp [1]: data */
1326 struct megasas_sge64 sge64
[2]; /* [0]: resp [1]: data */
1329 } __attribute__ ((packed
));
1331 union megasas_frame
{
1333 struct megasas_header hdr
;
1334 struct megasas_init_frame init
;
1335 struct megasas_io_frame io
;
1336 struct megasas_pthru_frame pthru
;
1337 struct megasas_dcmd_frame dcmd
;
1338 struct megasas_abort_frame abort
;
1339 struct megasas_smp_frame smp
;
1340 struct megasas_stp_frame stp
;
1347 union megasas_evt_class_locale
{
1353 } __attribute__ ((packed
)) members
;
1357 } __attribute__ ((packed
));
1359 struct megasas_evt_log_info
{
1363 u32 shutdown_seq_num
;
1366 } __attribute__ ((packed
));
1368 struct megasas_progress
{
1371 u16 elapsed_seconds
;
1373 } __attribute__ ((packed
));
1375 struct megasas_evtarg_ld
{
1381 } __attribute__ ((packed
));
1383 struct megasas_evtarg_pd
{
1388 } __attribute__ ((packed
));
1390 struct megasas_evt_detail
{
1395 union megasas_evt_class_locale cl
;
1401 struct megasas_evtarg_pd pd
;
1407 } __attribute__ ((packed
)) cdbSense
;
1409 struct megasas_evtarg_ld ld
;
1412 struct megasas_evtarg_ld ld
;
1414 } __attribute__ ((packed
)) ld_count
;
1418 struct megasas_evtarg_ld ld
;
1419 } __attribute__ ((packed
)) ld_lba
;
1422 struct megasas_evtarg_ld ld
;
1425 } __attribute__ ((packed
)) ld_owner
;
1430 struct megasas_evtarg_ld ld
;
1431 struct megasas_evtarg_pd pd
;
1432 } __attribute__ ((packed
)) ld_lba_pd_lba
;
1435 struct megasas_evtarg_ld ld
;
1436 struct megasas_progress prog
;
1437 } __attribute__ ((packed
)) ld_prog
;
1440 struct megasas_evtarg_ld ld
;
1443 } __attribute__ ((packed
)) ld_state
;
1447 struct megasas_evtarg_ld ld
;
1448 } __attribute__ ((packed
)) ld_strip
;
1450 struct megasas_evtarg_pd pd
;
1453 struct megasas_evtarg_pd pd
;
1455 } __attribute__ ((packed
)) pd_err
;
1459 struct megasas_evtarg_pd pd
;
1460 } __attribute__ ((packed
)) pd_lba
;
1464 struct megasas_evtarg_pd pd
;
1465 struct megasas_evtarg_ld ld
;
1466 } __attribute__ ((packed
)) pd_lba_ld
;
1469 struct megasas_evtarg_pd pd
;
1470 struct megasas_progress prog
;
1471 } __attribute__ ((packed
)) pd_prog
;
1474 struct megasas_evtarg_pd pd
;
1477 } __attribute__ ((packed
)) pd_state
;
1484 } __attribute__ ((packed
)) pci
;
1492 } __attribute__ ((packed
)) time
;
1498 } __attribute__ ((packed
)) ecc
;
1506 char description
[128];
1508 } __attribute__ ((packed
));
1510 struct megasas_aen_event
{
1511 struct delayed_work hotplug_work
;
1512 struct megasas_instance
*instance
;
1515 struct megasas_irq_context
{
1516 struct megasas_instance
*instance
;
1520 struct megasas_instance
{
1523 dma_addr_t producer_h
;
1525 dma_addr_t consumer_h
;
1528 dma_addr_t reply_queue_h
;
1530 unsigned long base_addr
;
1531 struct megasas_register_set __iomem
*reg_set
;
1532 u32
*reply_post_host_index_addr
[MR_MAX_MSIX_REG_ARRAY
];
1533 struct megasas_pd_list pd_list
[MEGASAS_MAX_PD
];
1534 u8 ld_ids
[MEGASAS_MAX_LD_IDS
];
1539 /* For Fusion its num IOCTL cmds, for others MFI based its
1542 u32 max_sectors_per_req
;
1543 struct megasas_aen_event
*ev
;
1545 struct megasas_cmd
**cmd_list
;
1546 struct list_head cmd_pool
;
1547 /* used to sync fire the cmd to fw */
1548 spinlock_t cmd_pool_lock
;
1549 /* used to sync fire the cmd to fw */
1550 spinlock_t hba_lock
;
1551 /* used to synch producer, consumer ptrs in dpc */
1552 spinlock_t completion_lock
;
1553 struct dma_pool
*frame_dma_pool
;
1554 struct dma_pool
*sense_dma_pool
;
1556 struct megasas_evt_detail
*evt_detail
;
1557 dma_addr_t evt_detail_h
;
1558 struct megasas_cmd
*aen_cmd
;
1559 struct mutex aen_mutex
;
1560 struct semaphore ioctl_sem
;
1562 struct Scsi_Host
*host
;
1564 wait_queue_head_t int_cmd_wait_q
;
1565 wait_queue_head_t abort_cmd_wait_q
;
1567 struct pci_dev
*pdev
;
1569 u32 fw_support_ieee
;
1571 atomic_t fw_outstanding
;
1572 atomic_t fw_reset_no_pci_access
;
1574 struct megasas_instance_template
*instancet
;
1575 struct tasklet_struct isr_tasklet
;
1576 struct work_struct work_init
;
1582 u8 disableOnlineCtrlReset
;
1583 u8 UnevenSpanSupport
;
1585 unsigned long last_time
;
1589 struct list_head internal_reset_pending_q
;
1591 /* Ptr to hba specific information */
1593 unsigned int msix_vectors
;
1594 struct msix_entry msixentry
[MEGASAS_MAX_MSIX_QUEUES
];
1595 struct megasas_irq_context irq_context
[MEGASAS_MAX_MSIX_QUEUES
];
1597 struct megasas_cmd
*map_update_cmd
;
1600 struct mutex reset_mutex
;
1601 int throttlequeuedepth
;
1607 MEGASAS_HBA_OPERATIONAL
= 0,
1608 MEGASAS_ADPRESET_SM_INFAULT
= 1,
1609 MEGASAS_ADPRESET_SM_FW_RESET_SUCCESS
= 2,
1610 MEGASAS_ADPRESET_SM_OPERATIONAL
= 3,
1611 MEGASAS_HW_CRITICAL_ERROR
= 4,
1612 MEGASAS_ADPRESET_INPROG_SIGN
= 0xDEADDEAD,
1615 struct megasas_instance_template
{
1616 void (*fire_cmd
)(struct megasas_instance
*, dma_addr_t
, \
1617 u32
, struct megasas_register_set __iomem
*);
1619 void (*enable_intr
)(struct megasas_instance
*);
1620 void (*disable_intr
)(struct megasas_instance
*);
1622 int (*clear_intr
)(struct megasas_register_set __iomem
*);
1624 u32 (*read_fw_status_reg
)(struct megasas_register_set __iomem
*);
1625 int (*adp_reset
)(struct megasas_instance
*, \
1626 struct megasas_register_set __iomem
*);
1627 int (*check_reset
)(struct megasas_instance
*, \
1628 struct megasas_register_set __iomem
*);
1629 irqreturn_t (*service_isr
)(int irq
, void *devp
);
1630 void (*tasklet
)(unsigned long);
1631 u32 (*init_adapter
)(struct megasas_instance
*);
1632 u32 (*build_and_issue_cmd
) (struct megasas_instance
*,
1633 struct scsi_cmnd
*);
1634 void (*issue_dcmd
) (struct megasas_instance
*instance
,
1635 struct megasas_cmd
*cmd
);
1638 #define MEGASAS_IS_LOGICAL(scp) \
1639 (scp->device->channel < MEGASAS_MAX_PD_CHANNELS) ? 0 : 1
1641 #define MEGASAS_DEV_INDEX(inst, scp) \
1642 ((scp->device->channel % 2) * MEGASAS_MAX_DEV_PER_CHANNEL) + \
1645 struct megasas_cmd
{
1647 union megasas_frame
*frame
;
1648 dma_addr_t frame_phys_addr
;
1650 dma_addr_t sense_phys_addr
;
1656 u8 retry_for_fw_reset
;
1659 struct list_head list
;
1660 struct scsi_cmnd
*scmd
;
1661 struct megasas_instance
*instance
;
1671 #define MAX_MGMT_ADAPTERS 1024
1672 #define MAX_IOCTL_SGE 16
1674 struct megasas_iocpacket
{
1684 struct megasas_header hdr
;
1687 struct iovec sgl
[MAX_IOCTL_SGE
];
1689 } __attribute__ ((packed
));
1691 struct megasas_aen
{
1695 u32 class_locale_word
;
1696 } __attribute__ ((packed
));
1698 #ifdef CONFIG_COMPAT
1699 struct compat_megasas_iocpacket
{
1708 struct megasas_header hdr
;
1710 struct compat_iovec sgl
[MAX_IOCTL_SGE
];
1711 } __attribute__ ((packed
));
1713 #define MEGASAS_IOC_FIRMWARE32 _IOWR('M', 1, struct compat_megasas_iocpacket)
1716 #define MEGASAS_IOC_FIRMWARE _IOWR('M', 1, struct megasas_iocpacket)
1717 #define MEGASAS_IOC_GET_AEN _IOW('M', 3, struct megasas_aen)
1719 struct megasas_mgmt_info
{
1722 struct megasas_instance
*instance
[MAX_MGMT_ADAPTERS
];
1727 MR_BuildRaidContext(struct megasas_instance
*instance
,
1728 struct IO_REQUEST_INFO
*io_info
,
1729 struct RAID_CONTEXT
*pRAID_Context
,
1730 struct MR_FW_RAID_MAP_ALL
*map
, u8
**raidLUN
);
1731 u16
MR_TargetIdToLdGet(u32 ldTgtId
, struct MR_FW_RAID_MAP_ALL
*map
);
1732 struct MR_LD_RAID
*MR_LdRaidGet(u32 ld
, struct MR_FW_RAID_MAP_ALL
*map
);
1733 u16
MR_ArPdGet(u32 ar
, u32 arm
, struct MR_FW_RAID_MAP_ALL
*map
);
1734 u16
MR_LdSpanArrayGet(u32 ld
, u32 span
, struct MR_FW_RAID_MAP_ALL
*map
);
1735 u16
MR_PdDevHandleGet(u32 pd
, struct MR_FW_RAID_MAP_ALL
*map
);
1736 u16
MR_GetLDTgtId(u32 ld
, struct MR_FW_RAID_MAP_ALL
*map
);
1738 #endif /*LSI_MEGARAID_SAS_H */