2 * Linux MegaRAID driver for SAS based RAID controllers
4 * Copyright (c) 2003-2013 LSI Corporation
5 * Copyright (c) 2013-2014 Avago Technologies
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 * FILE: megaraid_sas.h
22 * Authors: Avago Technologies
23 * Kashyap Desai <kashyap.desai@avagotech.com>
24 * Sumit Saxena <sumit.saxena@avagotech.com>
26 * Send feedback to: megaraidlinux.pdl@avagotech.com
28 * Mail to: Avago Technologies, 350 West Trimble Road, Building 90,
29 * San Jose, California 95131
32 #ifndef LSI_MEGARAID_SAS_H
33 #define LSI_MEGARAID_SAS_H
36 * MegaRAID SAS Driver meta data
38 #define MEGASAS_VERSION "06.805.06.01-rc1"
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_PLASMA 0x002f
52 #define PCI_DEVICE_ID_LSI_INVADER 0x005d
53 #define PCI_DEVICE_ID_LSI_FURY 0x005f
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
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"
82 * =====================================
83 * MegaRAID SAS MFI firmware definitions
84 * =====================================
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
94 * FW posts its state in upper 4 bits of outbound_msg_0 register
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
103 #define MFI_STATE_BOOT_MESSAGE_PENDING 0x90000000
104 #define MFI_STATE_FLUSH_CACHE 0xA0000000
105 #define MFI_STATE_READY 0xB0000000
106 #define MFI_STATE_OPERATIONAL 0xC0000000
107 #define MFI_STATE_FAULT 0xF0000000
108 #define MFI_STATE_FORCE_OCR 0x00000080
109 #define MFI_STATE_DMADONE 0x00000008
110 #define MFI_STATE_CRASH_DUMP_DONE 0x00000004
111 #define MFI_RESET_REQUIRED 0x00000001
112 #define MFI_RESET_ADAPTER 0x00000002
113 #define MEGAMFI_FRAME_SIZE 64
116 * During FW init, clear pending cmds & reset state using inbound_msg_0
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
122 * HOTPLUG : Resume from Hotplug
123 * MFI_STOP_ADP : Send signal to FW to stop processing
125 #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)
130 #define MFI_ADP_RESET 0x00000040
131 #define MFI_INIT_ABORT 0x00000001
132 #define MFI_INIT_READY 0x00000002
133 #define MFI_INIT_MFIMODE 0x00000004
134 #define MFI_INIT_CLEAR_HANDSHAKE 0x00000008
135 #define MFI_INIT_HOTPLUG 0x00000010
136 #define MFI_STOP_ADP 0x00000020
137 #define MFI_RESET_FLAGS MFI_INIT_READY| \
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
154 #define MFI_FRAME_IEEE 0x0020
157 * Definition for cmd_status
159 #define MFI_CMD_STATUS_POLL_MODE 0xFF
162 * MFI command opcodes
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
173 #define MFI_CMD_INVALID 0xff
175 #define MR_DCMD_CTRL_GET_INFO 0x01010000
176 #define MR_DCMD_LD_GET_LIST 0x03010000
177 #define MR_DCMD_LD_LIST_QUERY 0x03010100
179 #define MR_DCMD_CTRL_CACHE_FLUSH 0x01101000
180 #define MR_FLUSH_CTRL_CACHE 0x01
181 #define MR_FLUSH_DISK_CACHE 0x02
183 #define MR_DCMD_CTRL_SHUTDOWN 0x01050000
184 #define MR_DCMD_HIBERNATE_SHUTDOWN 0x01060000
185 #define MR_ENABLE_DRIVE_SPINDOWN 0x01
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
192 #define MR_DCMD_CLUSTER 0x08000000
193 #define MR_DCMD_CLUSTER_RESET_ALL 0x08010100
194 #define MR_DCMD_CLUSTER_RESET_LD 0x08010200
195 #define MR_DCMD_PD_LIST_QUERY 0x02010100
197 #define MR_DCMD_CTRL_SET_CRASH_DUMP_PARAMS 0x01190100
198 #define MR_DRIVER_SET_APP_CRASHDUMP_MODE (0xF0010000 | 0x0600)
203 extern u8
MR_ValidateMapInfo(struct megasas_instance
*instance
);
207 * MFI command completion codes
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,
267 MFI_STAT_CONFIG_SEQ_MISMATCH
= 0x67,
269 MFI_STAT_INVALID_STATUS
= 0xFF
273 * Crash dump related defines
275 #define MAX_CRASH_DUMP_SIZE 512
276 #define CRASH_DMA_BUF_SIZE (1024 * 1024)
278 enum MR_FW_CRASH_DUMP_STATE
{
286 enum _MR_CRASH_BUF_STATUS
{
287 MR_CRASH_BUF_TURN_OFF
= 0,
288 MR_CRASH_BUF_TURN_ON
= 1,
292 * Number of mailbox bytes in DCMD message frame
294 #define MFI_MBOX_SIZE 12
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,
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,
325 MR_EVT_ARGS_CDB_SENSE
,
327 MR_EVT_ARGS_LD_COUNT
,
329 MR_EVT_ARGS_LD_OWNER
,
330 MR_EVT_ARGS_LD_LBA_PD_LBA
,
332 MR_EVT_ARGS_LD_STATE
,
333 MR_EVT_ARGS_LD_STRIP
,
337 MR_EVT_ARGS_PD_LBA_LD
,
339 MR_EVT_ARGS_PD_STATE
,
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
,
355 MR_EVT_ARGS_CONNECTOR
,
358 MR_EVT_ARGS_PD_PATHINFO
,
359 MR_EVT_ARGS_PD_POWER_STATE
,
364 * define constants for device list query options
366 enum 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,
375 enum 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,
384 #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
395 MR_PD_STATE_UNCONFIGURED_GOOD
= 0x00,
396 MR_PD_STATE_UNCONFIGURED_BAD
= 0x01,
397 MR_PD_STATE_HOT_SPARE
= 0x02,
398 MR_PD_STATE_OFFLINE
= 0x10,
399 MR_PD_STATE_FAILED
= 0x11,
400 MR_PD_STATE_REBUILD
= 0x14,
401 MR_PD_STATE_ONLINE
= 0x18,
402 MR_PD_STATE_COPYBACK
= 0x20,
403 MR_PD_STATE_SYSTEM
= 0x40,
408 * defines the physical drive address structure
410 struct MR_PD_ADDRESS
{
421 u8 enclConnectorIndex
;
426 u8 connectedPortBitmap
;
427 u8 connectedPortNumbers
;
433 * defines the physical drive list structure
438 struct MR_PD_ADDRESS addr
[1];
441 struct megasas_pd_list
{
448 * defines the logical drive reference structure
460 * defines the logical drive list structure
470 } ldList
[MAX_LOGICAL_DRIVES_EXT
];
473 struct MR_LD_TARGETID_LIST
{
477 u8 targetId
[MAX_LOGICAL_DRIVES_EXT
];
482 * SAS controller properties
484 struct megasas_ctrl_prop
{
487 u16 pred_fail_poll_interval
;
488 u16 intr_throttle_count
;
489 u16 intr_throttle_timeouts
;
495 u8 cache_flush_interval
;
501 u8 disable_auto_rebuild
;
502 u8 disable_battery_warn
;
504 u16 ecc_bucket_leak_rate
;
505 u8 restore_hotspare_on_insertion
;
506 u8 expose_encl_devices
;
507 u8 maintainPdFailHistory
;
508 u8 disallowHostRequestReordering
;
511 u8 disableAutoDetectBackplane
;
516 * Add properties that can be controlled by
517 * a bit in the following structure.
520 #if defined(__BIG_ENDIAN_BITFIELD)
523 u32 disableSpinDownHS
:1;
524 u32 allowBootWithPinnedCache
:1;
525 u32 disableOnlineCtrlReset
:1;
526 u32 enableSecretKeyControl
:1;
527 u32 autoEnhancedImport
:1;
528 u32 enableSpinDownUnconfigured
:1;
529 u32 SSDPatrolReadEnabled
:1;
530 u32 SSDSMARTerEnabled
:1;
533 u32 prCorrectUnconfiguredAreas
:1;
534 u32 SMARTerEnabled
:1;
535 u32 copyBackDisabled
:1;
537 u32 copyBackDisabled
:1;
538 u32 SMARTerEnabled
:1;
539 u32 prCorrectUnconfiguredAreas
:1;
542 u32 SSDSMARTerEnabled
:1;
543 u32 SSDPatrolReadEnabled
:1;
544 u32 enableSpinDownUnconfigured
:1;
545 u32 autoEnhancedImport
:1;
546 u32 enableSecretKeyControl
:1;
547 u32 disableOnlineCtrlReset
:1;
548 u32 allowBootWithPinnedCache
:1;
549 u32 disableSpinDownHS
:1;
561 * SAS controller information
563 struct megasas_ctrl_info
{
566 * PCI device information
576 } __attribute__ ((packed
)) pci
;
579 * Host interface information
593 } __attribute__ ((packed
)) host_interface
;
596 * Device (backend) interface information
609 } __attribute__ ((packed
)) device_interface
;
612 * List of components residing in flash. All str are null terminated
614 u32 image_check_word
;
615 u32 image_component_count
;
624 } __attribute__ ((packed
)) image_component
[8];
627 * List of flash components that have been flashed on the card, but
628 * are not in use, pending reset of the adapter. This list will be
629 * empty if a flash operation has not occurred. All stings are null
632 u32 pending_image_component_count
;
641 } __attribute__ ((packed
)) pending_image_component
[8];
648 char product_name
[80];
652 * Other physical/controller/operation information. Indicates the
653 * presence of the hardware
663 } __attribute__ ((packed
)) hw_present
;
668 * Maximum data transfer sizes
670 u16 max_concurrent_cmds
;
672 u32 max_request_size
;
675 * Logical and physical device counts
677 u16 ld_present_count
;
678 u16 ld_degraded_count
;
679 u16 ld_offline_count
;
681 u16 pd_present_count
;
682 u16 pd_disk_present_count
;
683 u16 pd_disk_pred_failure_count
;
684 u16 pd_disk_failed_count
;
687 * Memory size information
696 u16 mem_correctable_error_count
;
697 u16 mem_uncorrectable_error_count
;
700 * Cluster information
702 u8 cluster_permitted
;
706 * Additional max data transfer sizes
708 u16 max_strips_per_io
;
711 * Controller capabilities structures
722 } __attribute__ ((packed
)) raid_levels
;
732 u32 cluster_supported
:1;
734 u32 spanning_allowed
:1;
735 u32 dedicated_hotspares
:1;
736 u32 revertible_hotspares
:1;
737 u32 foreign_config_import
:1;
738 u32 self_diagnostic
:1;
739 u32 mixed_redundancy_arr
:1;
740 u32 global_hot_spares
:1;
743 } __attribute__ ((packed
)) adapter_operations
;
751 u32 disk_cache_policy
:1;
754 } __attribute__ ((packed
)) ld_operations
;
762 } __attribute__ ((packed
)) stripe_sz_ops
;
771 } __attribute__ ((packed
)) pd_operations
;
775 u32 ctrl_supports_sas
:1;
776 u32 ctrl_supports_sata
:1;
777 u32 allow_mix_in_encl
:1;
778 u32 allow_mix_in_ld
:1;
779 u32 allow_sata_in_cluster
:1;
782 } __attribute__ ((packed
)) pd_mix_support
;
785 * Define ECC single-bit-error bucket information
791 * Include the controller properties (changeable items)
793 struct megasas_ctrl_prop properties
;
796 * Define FW pkg version (set in envt v'bles on OEM basis)
798 char package_version
[0x60];
802 * If adapterOperations.supportMoreThan8Phys is set,
803 * and deviceInterface.portCount is greater than 8,
804 * SAS Addrs for first 8 ports shall be populated in
805 * deviceInterface.portAddr, and the rest shall be
806 * populated in deviceInterfacePortAddr2.
808 u64 deviceInterfacePortAddr2
[8]; /*6a0h */
809 u8 reserved3
[128]; /*6e0h */
812 u16 minPdRaidLevel_0
:4;
813 u16 maxPdRaidLevel_0
:12;
815 u16 minPdRaidLevel_1
:4;
816 u16 maxPdRaidLevel_1
:12;
818 u16 minPdRaidLevel_5
:4;
819 u16 maxPdRaidLevel_5
:12;
821 u16 minPdRaidLevel_1E
:4;
822 u16 maxPdRaidLevel_1E
:12;
824 u16 minPdRaidLevel_6
:4;
825 u16 maxPdRaidLevel_6
:12;
827 u16 minPdRaidLevel_10
:4;
828 u16 maxPdRaidLevel_10
:12;
830 u16 minPdRaidLevel_50
:4;
831 u16 maxPdRaidLevel_50
:12;
833 u16 minPdRaidLevel_60
:4;
834 u16 maxPdRaidLevel_60
:12;
836 u16 minPdRaidLevel_1E_RLQ0
:4;
837 u16 maxPdRaidLevel_1E_RLQ0
:12;
839 u16 minPdRaidLevel_1E0_RLQ0
:4;
840 u16 maxPdRaidLevel_1E0_RLQ0
:12;
845 u16 maxPds
; /*780h */
846 u16 maxDedHSPs
; /*782h */
847 u16 maxGlobalHSPs
; /*784h */
848 u16 ddfSize
; /*786h */
849 u8 maxLdsPerArray
; /*788h */
850 u8 partitionsInDDF
; /*789h */
851 u8 lockKeyBinding
; /*78ah */
852 u8 maxPITsPerLd
; /*78bh */
853 u8 maxViewsPerLd
; /*78ch */
854 u8 maxTargetId
; /*78dh */
855 u16 maxBvlVdSize
; /*78eh */
857 u16 maxConfigurableSSCSize
; /*790h */
858 u16 currentSSCsize
; /*792h */
860 char expanderFwVersion
[12]; /*794h */
862 u16 PFKTrialTimeRemaining
; /*7A0h */
864 u16 cacheMemorySize
; /*7A2h */
867 #if defined(__BIG_ENDIAN_BITFIELD)
870 u32 supportConfigAutoBalance
:1;
872 u32 supportDataLDonSSCArray
:1;
873 u32 supportPointInTimeProgress
:1;
874 u32 supportUnevenSpans
:1;
875 u32 dedicatedHotSparesLimited
:1;
877 u32 supportEmulatedDrives
:1;
878 u32 supportResetNow
:1;
879 u32 realTimeScheduler
:1;
880 u32 supportSSDPatrolRead
:1;
881 u32 supportPerfTuning
:1;
882 u32 disableOnlinePFKChange
:1;
884 u32 supportBootTimePFKChange
:1;
885 u32 supportSetLinkSpeed
:1;
886 u32 supportEmergencySpares
:1;
887 u32 supportSuspendResumeBGops
:1;
888 u32 blockSSDWriteCacheChange
:1;
889 u32 supportShieldState
:1;
890 u32 supportLdBBMInfo
:1;
891 u32 supportLdPIType3
:1;
892 u32 supportLdPIType2
:1;
893 u32 supportLdPIType1
:1;
894 u32 supportPIcontroller
:1;
896 u32 supportPIcontroller
:1;
897 u32 supportLdPIType1
:1;
898 u32 supportLdPIType2
:1;
899 u32 supportLdPIType3
:1;
900 u32 supportLdBBMInfo
:1;
901 u32 supportShieldState
:1;
902 u32 blockSSDWriteCacheChange
:1;
903 u32 supportSuspendResumeBGops
:1;
904 u32 supportEmergencySpares
:1;
905 u32 supportSetLinkSpeed
:1;
906 u32 supportBootTimePFKChange
:1;
908 u32 disableOnlinePFKChange
:1;
909 u32 supportPerfTuning
:1;
910 u32 supportSSDPatrolRead
:1;
911 u32 realTimeScheduler
:1;
913 u32 supportResetNow
:1;
914 u32 supportEmulatedDrives
:1;
916 u32 dedicatedHotSparesLimited
:1;
919 u32 supportUnevenSpans
:1;
920 u32 supportPointInTimeProgress
:1;
921 u32 supportDataLDonSSCArray
:1;
923 u32 supportConfigAutoBalance
:1;
927 } adapterOperations2
;
929 u8 driverVersion
[32]; /*7A8h */
930 u8 maxDAPdCountSpinup60
; /*7C8h */
931 u8 temperatureROC
; /*7C9h */
932 u8 temperatureCtrl
; /*7CAh */
933 u8 reserved4
; /*7CBh */
934 u16 maxConfigurablePds
; /*7CCh */
937 u8 reserved5
[2]; /*0x7CDh */
940 * HA cluster information
943 #if defined(__BIG_ENDIAN_BITFIELD)
945 u32 premiumFeatureMismatch
:1;
946 u32 ctrlPropIncompatible
:1;
947 u32 fwVersionMismatch
:1;
948 u32 hwIncompatible
:1;
949 u32 peerIsIncompatible
:1;
953 u32 peerIsIncompatible
:1;
954 u32 hwIncompatible
:1;
955 u32 fwVersionMismatch
:1;
956 u32 ctrlPropIncompatible
:1;
957 u32 premiumFeatureMismatch
:1;
962 char clusterId
[16]; /*7D4h */
964 u8 maxVFsSupported
; /*0x7E4*/
965 u8 numVFsEnabled
; /*0x7E5*/
966 u8 requestorId
; /*0x7E6 0:PF, 1:VF1, 2:VF2*/
967 u8 reserved
; /*0x7E7*/
971 #if defined(__BIG_ENDIAN_BITFIELD)
973 u32 supportCrashDump
:1;
974 u32 supportMaxExtLDs
:1;
975 u32 supportT10RebuildAssist
:1;
976 u32 supportDisableImmediateIO
:1;
977 u32 supportThermalPollInterval
:1;
978 u32 supportPersonalityChange
:2;
980 u32 supportPersonalityChange
:2;
981 u32 supportThermalPollInterval
:1;
982 u32 supportDisableImmediateIO
:1;
983 u32 supportT10RebuildAssist
:1;
984 u32 supportMaxExtLDs
:1;
985 u32 supportCrashDump
:1;
988 } adapterOperations3
;
994 * ===============================
995 * MegaRAID SAS driver definitions
996 * ===============================
998 #define MEGASAS_MAX_PD_CHANNELS 2
999 #define MEGASAS_MAX_LD_CHANNELS 2
1000 #define MEGASAS_MAX_CHANNELS (MEGASAS_MAX_PD_CHANNELS + \
1001 MEGASAS_MAX_LD_CHANNELS)
1002 #define MEGASAS_MAX_DEV_PER_CHANNEL 128
1003 #define MEGASAS_DEFAULT_INIT_ID -1
1004 #define MEGASAS_MAX_LUN 8
1005 #define MEGASAS_DEFAULT_CMD_PER_LUN 256
1006 #define MEGASAS_MAX_PD (MEGASAS_MAX_PD_CHANNELS * \
1007 MEGASAS_MAX_DEV_PER_CHANNEL)
1008 #define MEGASAS_MAX_LD_IDS (MEGASAS_MAX_LD_CHANNELS * \
1009 MEGASAS_MAX_DEV_PER_CHANNEL)
1011 #define MEGASAS_MAX_SECTORS (2*1024)
1012 #define MEGASAS_MAX_SECTORS_IEEE (2*128)
1013 #define MEGASAS_DBG_LVL 1
1015 #define MEGASAS_FW_BUSY 1
1017 #define VD_EXT_DEBUG 0
1019 enum MR_MFI_MPT_PTHR_FLAGS
{
1020 MFI_MPT_DETACHED
= 0,
1022 MFI_MPT_ATTACHED
= 2,
1027 #define PTHRU_FRAME 1
1030 * When SCSI mid-layer calls driver's reset routine, driver waits for
1031 * MEGASAS_RESET_WAIT_TIME seconds for all outstanding IO to complete. Note
1032 * that the driver cannot _actually_ abort or reset pending commands. While
1033 * it is waiting for the commands to complete, it prints a diagnostic message
1034 * every MEGASAS_RESET_NOTICE_INTERVAL seconds
1036 #define MEGASAS_RESET_WAIT_TIME 180
1037 #define MEGASAS_INTERNAL_CMD_WAIT_TIME 180
1038 #define MEGASAS_RESET_NOTICE_INTERVAL 5
1039 #define MEGASAS_IOCTL_CMD 0
1040 #define MEGASAS_DEFAULT_CMD_TIMEOUT 90
1041 #define MEGASAS_THROTTLE_QUEUE_DEPTH 16
1042 #define MEGASAS_BLOCKED_CMD_TIMEOUT 60
1044 * FW reports the maximum of number of commands that it can accept (maximum
1045 * commands that can be outstanding) at any time. The driver must report a
1046 * lower number to the mid layer because it can issue a few internal commands
1047 * itself (E.g, AEN, abort cmd, IOCTLs etc). The number of commands it needs
1050 #define MEGASAS_INT_CMDS 32
1051 #define MEGASAS_SKINNY_INT_CMDS 5
1053 #define MEGASAS_MAX_MSIX_QUEUES 128
1055 * FW can accept both 32 and 64 bit SGLs. We want to allocate 32/64 bit
1056 * SGLs based on the size of dma_addr_t
1058 #define IS_DMA64 (sizeof(dma_addr_t) == 8)
1060 #define MFI_XSCALE_OMR0_CHANGE_INTERRUPT 0x00000001
1062 #define MFI_INTR_FLAG_REPLY_MESSAGE 0x00000001
1063 #define MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE 0x00000002
1064 #define MFI_G2_OUTBOUND_DOORBELL_CHANGE_INTERRUPT 0x00000004
1066 #define MFI_OB_INTR_STATUS_MASK 0x00000002
1067 #define MFI_POLL_TIMEOUT_SECS 60
1068 #define MEGASAS_SRIOV_HEARTBEAT_INTERVAL_VF (5 * HZ)
1069 #define MEGASAS_OCR_SETTLE_TIME_VF (1000 * 30)
1070 #define MEGASAS_ROUTINE_WAIT_TIME_VF 300
1071 #define MFI_REPLY_1078_MESSAGE_INTERRUPT 0x80000000
1072 #define MFI_REPLY_GEN2_MESSAGE_INTERRUPT 0x00000001
1073 #define MFI_GEN2_ENABLE_INTERRUPT_MASK (0x00000001 | 0x00000004)
1074 #define MFI_REPLY_SKINNY_MESSAGE_INTERRUPT 0x40000000
1075 #define MFI_SKINNY_ENABLE_INTERRUPT_MASK (0x00000001)
1077 #define MFI_1068_PCSR_OFFSET 0x84
1078 #define MFI_1068_FW_HANDSHAKE_OFFSET 0x64
1079 #define MFI_1068_FW_READY 0xDDDD0000
1081 #define MR_MAX_REPLY_QUEUES_OFFSET 0X0000001F
1082 #define MR_MAX_REPLY_QUEUES_EXT_OFFSET 0X003FC000
1083 #define MR_MAX_REPLY_QUEUES_EXT_OFFSET_SHIFT 14
1084 #define MR_MAX_MSIX_REG_ARRAY 16
1086 * register set for both 1068 and 1078 controllers
1087 * structure extended for 1078 registers
1090 struct megasas_register_set
{
1091 u32 doorbell
; /*0000h*/
1092 u32 fusion_seq_offset
; /*0004h*/
1093 u32 fusion_host_diag
; /*0008h*/
1094 u32 reserved_01
; /*000Ch*/
1096 u32 inbound_msg_0
; /*0010h*/
1097 u32 inbound_msg_1
; /*0014h*/
1098 u32 outbound_msg_0
; /*0018h*/
1099 u32 outbound_msg_1
; /*001Ch*/
1101 u32 inbound_doorbell
; /*0020h*/
1102 u32 inbound_intr_status
; /*0024h*/
1103 u32 inbound_intr_mask
; /*0028h*/
1105 u32 outbound_doorbell
; /*002Ch*/
1106 u32 outbound_intr_status
; /*0030h*/
1107 u32 outbound_intr_mask
; /*0034h*/
1109 u32 reserved_1
[2]; /*0038h*/
1111 u32 inbound_queue_port
; /*0040h*/
1112 u32 outbound_queue_port
; /*0044h*/
1114 u32 reserved_2
[9]; /*0048h*/
1115 u32 reply_post_host_index
; /*006Ch*/
1116 u32 reserved_2_2
[12]; /*0070h*/
1118 u32 outbound_doorbell_clear
; /*00A0h*/
1120 u32 reserved_3
[3]; /*00A4h*/
1122 u32 outbound_scratch_pad
; /*00B0h*/
1123 u32 outbound_scratch_pad_2
; /*00B4h*/
1125 u32 reserved_4
[2]; /*00B8h*/
1127 u32 inbound_low_queue_port
; /*00C0h*/
1129 u32 inbound_high_queue_port
; /*00C4h*/
1131 u32 reserved_5
; /*00C8h*/
1132 u32 res_6
[11]; /*CCh*/
1135 u32 index_registers
[807]; /*00CCh*/
1136 } __attribute__ ((packed
));
1138 struct megasas_sge32
{
1143 } __attribute__ ((packed
));
1145 struct megasas_sge64
{
1150 } __attribute__ ((packed
));
1152 struct megasas_sge_skinny
{
1160 struct megasas_sge32 sge32
[1];
1161 struct megasas_sge64 sge64
[1];
1162 struct megasas_sge_skinny sge_skinny
[1];
1164 } __attribute__ ((packed
));
1166 struct megasas_header
{
1169 u8 sense_len
; /*01h */
1170 u8 cmd_status
; /*02h */
1171 u8 scsi_status
; /*03h */
1173 u8 target_id
; /*04h */
1175 u8 cdb_len
; /*06h */
1176 u8 sge_count
; /*07h */
1178 u32 context
; /*08h */
1182 u16 timeout
; /*12h */
1183 u32 data_xferlen
; /*14h */
1185 } __attribute__ ((packed
));
1187 union megasas_sgl_frame
{
1189 struct megasas_sge32 sge32
[8];
1190 struct megasas_sge64 sge64
[5];
1192 } __attribute__ ((packed
));
1194 typedef union _MFI_CAPABILITIES
{
1196 #if defined(__BIG_ENDIAN_BITFIELD)
1198 u32 support_ndrive_r1_lb
:1;
1199 u32 support_max_255lds
:1;
1201 u32 support_additional_msix
:1;
1202 u32 support_fp_remote_lun
:1;
1204 u32 support_fp_remote_lun
:1;
1205 u32 support_additional_msix
:1;
1207 u32 support_max_255lds
:1;
1208 u32 support_ndrive_r1_lb
:1;
1215 struct megasas_init_frame
{
1218 u8 reserved_0
; /*01h */
1219 u8 cmd_status
; /*02h */
1221 u8 reserved_1
; /*03h */
1222 MFI_CAPABILITIES driver_operations
; /*04h*/
1224 u32 context
; /*08h */
1228 u16 reserved_3
; /*12h */
1229 u32 data_xfer_len
; /*14h */
1231 u32 queue_info_new_phys_addr_lo
; /*18h */
1232 u32 queue_info_new_phys_addr_hi
; /*1Ch */
1233 u32 queue_info_old_phys_addr_lo
; /*20h */
1234 u32 queue_info_old_phys_addr_hi
; /*24h */
1236 u32 reserved_4
[6]; /*28h */
1238 } __attribute__ ((packed
));
1240 struct megasas_init_queue_info
{
1242 u32 init_flags
; /*00h */
1243 u32 reply_queue_entries
; /*04h */
1245 u32 reply_queue_start_phys_addr_lo
; /*08h */
1246 u32 reply_queue_start_phys_addr_hi
; /*0Ch */
1247 u32 producer_index_phys_addr_lo
; /*10h */
1248 u32 producer_index_phys_addr_hi
; /*14h */
1249 u32 consumer_index_phys_addr_lo
; /*18h */
1250 u32 consumer_index_phys_addr_hi
; /*1Ch */
1252 } __attribute__ ((packed
));
1254 struct megasas_io_frame
{
1257 u8 sense_len
; /*01h */
1258 u8 cmd_status
; /*02h */
1259 u8 scsi_status
; /*03h */
1261 u8 target_id
; /*04h */
1262 u8 access_byte
; /*05h */
1263 u8 reserved_0
; /*06h */
1264 u8 sge_count
; /*07h */
1266 u32 context
; /*08h */
1270 u16 timeout
; /*12h */
1271 u32 lba_count
; /*14h */
1273 u32 sense_buf_phys_addr_lo
; /*18h */
1274 u32 sense_buf_phys_addr_hi
; /*1Ch */
1276 u32 start_lba_lo
; /*20h */
1277 u32 start_lba_hi
; /*24h */
1279 union megasas_sgl sgl
; /*28h */
1281 } __attribute__ ((packed
));
1283 struct megasas_pthru_frame
{
1286 u8 sense_len
; /*01h */
1287 u8 cmd_status
; /*02h */
1288 u8 scsi_status
; /*03h */
1290 u8 target_id
; /*04h */
1292 u8 cdb_len
; /*06h */
1293 u8 sge_count
; /*07h */
1295 u32 context
; /*08h */
1299 u16 timeout
; /*12h */
1300 u32 data_xfer_len
; /*14h */
1302 u32 sense_buf_phys_addr_lo
; /*18h */
1303 u32 sense_buf_phys_addr_hi
; /*1Ch */
1305 u8 cdb
[16]; /*20h */
1306 union megasas_sgl sgl
; /*30h */
1308 } __attribute__ ((packed
));
1310 struct megasas_dcmd_frame
{
1313 u8 reserved_0
; /*01h */
1314 u8 cmd_status
; /*02h */
1315 u8 reserved_1
[4]; /*03h */
1316 u8 sge_count
; /*07h */
1318 u32 context
; /*08h */
1322 u16 timeout
; /*12h */
1324 u32 data_xfer_len
; /*14h */
1325 u32 opcode
; /*18h */
1333 union megasas_sgl sgl
; /*28h */
1335 } __attribute__ ((packed
));
1337 struct megasas_abort_frame
{
1340 u8 reserved_0
; /*01h */
1341 u8 cmd_status
; /*02h */
1343 u8 reserved_1
; /*03h */
1344 u32 reserved_2
; /*04h */
1346 u32 context
; /*08h */
1350 u16 reserved_3
; /*12h */
1351 u32 reserved_4
; /*14h */
1353 u32 abort_context
; /*18h */
1356 u32 abort_mfi_phys_addr_lo
; /*20h */
1357 u32 abort_mfi_phys_addr_hi
; /*24h */
1359 u32 reserved_5
[6]; /*28h */
1361 } __attribute__ ((packed
));
1363 struct megasas_smp_frame
{
1366 u8 reserved_1
; /*01h */
1367 u8 cmd_status
; /*02h */
1368 u8 connection_status
; /*03h */
1370 u8 reserved_2
[3]; /*04h */
1371 u8 sge_count
; /*07h */
1373 u32 context
; /*08h */
1377 u16 timeout
; /*12h */
1379 u32 data_xfer_len
; /*14h */
1380 u64 sas_addr
; /*18h */
1383 struct megasas_sge32 sge32
[2]; /* [0]: resp [1]: req */
1384 struct megasas_sge64 sge64
[2]; /* [0]: resp [1]: req */
1387 } __attribute__ ((packed
));
1389 struct megasas_stp_frame
{
1392 u8 reserved_1
; /*01h */
1393 u8 cmd_status
; /*02h */
1394 u8 reserved_2
; /*03h */
1396 u8 target_id
; /*04h */
1397 u8 reserved_3
[2]; /*05h */
1398 u8 sge_count
; /*07h */
1400 u32 context
; /*08h */
1404 u16 timeout
; /*12h */
1406 u32 data_xfer_len
; /*14h */
1408 u16 fis
[10]; /*18h */
1412 struct megasas_sge32 sge32
[2]; /* [0]: resp [1]: data */
1413 struct megasas_sge64 sge64
[2]; /* [0]: resp [1]: data */
1416 } __attribute__ ((packed
));
1418 union megasas_frame
{
1420 struct megasas_header hdr
;
1421 struct megasas_init_frame init
;
1422 struct megasas_io_frame io
;
1423 struct megasas_pthru_frame pthru
;
1424 struct megasas_dcmd_frame dcmd
;
1425 struct megasas_abort_frame abort
;
1426 struct megasas_smp_frame smp
;
1427 struct megasas_stp_frame stp
;
1434 union megasas_evt_class_locale
{
1437 #ifndef __BIG_ENDIAN_BITFIELD
1446 } __attribute__ ((packed
)) members
;
1450 } __attribute__ ((packed
));
1452 struct megasas_evt_log_info
{
1456 u32 shutdown_seq_num
;
1459 } __attribute__ ((packed
));
1461 struct megasas_progress
{
1464 u16 elapsed_seconds
;
1466 } __attribute__ ((packed
));
1468 struct megasas_evtarg_ld
{
1474 } __attribute__ ((packed
));
1476 struct megasas_evtarg_pd
{
1481 } __attribute__ ((packed
));
1483 struct megasas_evt_detail
{
1488 union megasas_evt_class_locale cl
;
1494 struct megasas_evtarg_pd pd
;
1500 } __attribute__ ((packed
)) cdbSense
;
1502 struct megasas_evtarg_ld ld
;
1505 struct megasas_evtarg_ld ld
;
1507 } __attribute__ ((packed
)) ld_count
;
1511 struct megasas_evtarg_ld ld
;
1512 } __attribute__ ((packed
)) ld_lba
;
1515 struct megasas_evtarg_ld ld
;
1518 } __attribute__ ((packed
)) ld_owner
;
1523 struct megasas_evtarg_ld ld
;
1524 struct megasas_evtarg_pd pd
;
1525 } __attribute__ ((packed
)) ld_lba_pd_lba
;
1528 struct megasas_evtarg_ld ld
;
1529 struct megasas_progress prog
;
1530 } __attribute__ ((packed
)) ld_prog
;
1533 struct megasas_evtarg_ld ld
;
1536 } __attribute__ ((packed
)) ld_state
;
1540 struct megasas_evtarg_ld ld
;
1541 } __attribute__ ((packed
)) ld_strip
;
1543 struct megasas_evtarg_pd pd
;
1546 struct megasas_evtarg_pd pd
;
1548 } __attribute__ ((packed
)) pd_err
;
1552 struct megasas_evtarg_pd pd
;
1553 } __attribute__ ((packed
)) pd_lba
;
1557 struct megasas_evtarg_pd pd
;
1558 struct megasas_evtarg_ld ld
;
1559 } __attribute__ ((packed
)) pd_lba_ld
;
1562 struct megasas_evtarg_pd pd
;
1563 struct megasas_progress prog
;
1564 } __attribute__ ((packed
)) pd_prog
;
1567 struct megasas_evtarg_pd pd
;
1570 } __attribute__ ((packed
)) pd_state
;
1577 } __attribute__ ((packed
)) pci
;
1585 } __attribute__ ((packed
)) time
;
1591 } __attribute__ ((packed
)) ecc
;
1599 char description
[128];
1601 } __attribute__ ((packed
));
1603 struct megasas_aen_event
{
1604 struct delayed_work hotplug_work
;
1605 struct megasas_instance
*instance
;
1608 struct megasas_irq_context
{
1609 struct megasas_instance
*instance
;
1613 struct megasas_instance
{
1616 dma_addr_t producer_h
;
1618 dma_addr_t consumer_h
;
1619 struct MR_LD_VF_AFFILIATION
*vf_affiliation
;
1620 dma_addr_t vf_affiliation_h
;
1621 struct MR_LD_VF_AFFILIATION_111
*vf_affiliation_111
;
1622 dma_addr_t vf_affiliation_111_h
;
1623 struct MR_CTRL_HB_HOST_MEM
*hb_host_mem
;
1624 dma_addr_t hb_host_mem_h
;
1627 dma_addr_t reply_queue_h
;
1629 u32
*crash_dump_buf
;
1630 dma_addr_t crash_dump_h
;
1631 void *crash_buf
[MAX_CRASH_DUMP_SIZE
];
1632 u32 crash_buf_pages
;
1633 unsigned int fw_crash_buffer_size
;
1634 unsigned int fw_crash_state
;
1635 unsigned int fw_crash_buffer_offset
;
1638 u32 crash_dump_fw_support
;
1639 u32 crash_dump_drv_support
;
1640 u32 crash_dump_app_support
;
1641 spinlock_t crashdump_lock
;
1643 struct megasas_register_set __iomem
*reg_set
;
1644 u32
*reply_post_host_index_addr
[MR_MAX_MSIX_REG_ARRAY
];
1645 struct megasas_pd_list pd_list
[MEGASAS_MAX_PD
];
1646 struct megasas_pd_list local_pd_list
[MEGASAS_MAX_PD
];
1647 u8 ld_ids
[MEGASAS_MAX_LD_IDS
];
1652 /* For Fusion its num IOCTL cmds, for others MFI based its
1655 u32 max_sectors_per_req
;
1656 struct megasas_aen_event
*ev
;
1658 struct megasas_cmd
**cmd_list
;
1659 struct list_head cmd_pool
;
1660 /* used to sync fire the cmd to fw */
1661 spinlock_t mfi_pool_lock
;
1662 /* used to sync fire the cmd to fw */
1663 spinlock_t hba_lock
;
1664 /* used to synch producer, consumer ptrs in dpc */
1665 spinlock_t completion_lock
;
1666 struct dma_pool
*frame_dma_pool
;
1667 struct dma_pool
*sense_dma_pool
;
1669 struct megasas_evt_detail
*evt_detail
;
1670 dma_addr_t evt_detail_h
;
1671 struct megasas_cmd
*aen_cmd
;
1672 struct mutex aen_mutex
;
1673 struct semaphore ioctl_sem
;
1675 struct Scsi_Host
*host
;
1677 wait_queue_head_t int_cmd_wait_q
;
1678 wait_queue_head_t abort_cmd_wait_q
;
1680 struct pci_dev
*pdev
;
1682 u32 fw_support_ieee
;
1684 atomic_t fw_outstanding
;
1685 atomic_t fw_reset_no_pci_access
;
1687 struct megasas_instance_template
*instancet
;
1688 struct tasklet_struct isr_tasklet
;
1689 struct work_struct work_init
;
1690 struct work_struct crash_init
;
1696 u8 disableOnlineCtrlReset
;
1697 u8 UnevenSpanSupport
;
1700 u16 fw_supported_vd_count
;
1701 u16 fw_supported_pd_count
;
1703 u16 drv_supported_vd_count
;
1704 u16 drv_supported_pd_count
;
1707 unsigned long last_time
;
1711 struct list_head internal_reset_pending_q
;
1713 /* Ptr to hba specific information */
1715 u32 ctrl_context_pages
;
1716 struct megasas_ctrl_info
*ctrl_info
;
1717 unsigned int msix_vectors
;
1718 struct msix_entry msixentry
[MEGASAS_MAX_MSIX_QUEUES
];
1719 struct megasas_irq_context irq_context
[MEGASAS_MAX_MSIX_QUEUES
];
1721 struct megasas_cmd
*map_update_cmd
;
1724 struct mutex reset_mutex
;
1725 struct timer_list sriov_heartbeat_timer
;
1726 char skip_heartbeat_timer_del
;
1730 int throttlequeuedepth
;
1734 struct MR_LD_VF_MAP
{
1736 union MR_LD_REF ref
;
1742 struct MR_LD_VF_AFFILIATION
{
1748 struct MR_LD_VF_MAP map
[1];
1751 /* Plasma 1.11 FW backward compatibility structures */
1752 #define IOV_111_OFFSET 0x7CE
1753 #define MAX_VIRTUAL_FUNCTIONS 8
1754 #define MR_LD_ACCESS_HIDDEN 15
1763 struct MR_LD_VF_MAP_111
{
1766 u8 policy
[MAX_VIRTUAL_FUNCTIONS
];
1769 struct MR_LD_VF_AFFILIATION_111
{
1774 struct MR_LD_VF_MAP_111 map
[MAX_LOGICAL_DRIVES
];
1777 struct MR_CTRL_HB_HOST_MEM
{
1779 u32 fwCounter
; /* Firmware heart beat counter */
1781 u32 debugmode
:1; /* 1=Firmware is in debug mode.
1782 Heart beat will not be updated. */
1786 u32 driverCounter
; /* Driver heart beat counter. 0x20 */
1787 u32 reserved_driver
[7];
1793 MEGASAS_HBA_OPERATIONAL
= 0,
1794 MEGASAS_ADPRESET_SM_INFAULT
= 1,
1795 MEGASAS_ADPRESET_SM_FW_RESET_SUCCESS
= 2,
1796 MEGASAS_ADPRESET_SM_OPERATIONAL
= 3,
1797 MEGASAS_HW_CRITICAL_ERROR
= 4,
1798 MEGASAS_ADPRESET_SM_POLLING
= 5,
1799 MEGASAS_ADPRESET_INPROG_SIGN
= 0xDEADDEAD,
1802 struct megasas_instance_template
{
1803 void (*fire_cmd
)(struct megasas_instance
*, dma_addr_t
, \
1804 u32
, struct megasas_register_set __iomem
*);
1806 void (*enable_intr
)(struct megasas_instance
*);
1807 void (*disable_intr
)(struct megasas_instance
*);
1809 int (*clear_intr
)(struct megasas_register_set __iomem
*);
1811 u32 (*read_fw_status_reg
)(struct megasas_register_set __iomem
*);
1812 int (*adp_reset
)(struct megasas_instance
*, \
1813 struct megasas_register_set __iomem
*);
1814 int (*check_reset
)(struct megasas_instance
*, \
1815 struct megasas_register_set __iomem
*);
1816 irqreturn_t (*service_isr
)(int irq
, void *devp
);
1817 void (*tasklet
)(unsigned long);
1818 u32 (*init_adapter
)(struct megasas_instance
*);
1819 u32 (*build_and_issue_cmd
) (struct megasas_instance
*,
1820 struct scsi_cmnd
*);
1821 void (*issue_dcmd
) (struct megasas_instance
*instance
,
1822 struct megasas_cmd
*cmd
);
1825 #define MEGASAS_IS_LOGICAL(scp) \
1826 (scp->device->channel < MEGASAS_MAX_PD_CHANNELS) ? 0 : 1
1828 #define MEGASAS_DEV_INDEX(inst, scp) \
1829 ((scp->device->channel % 2) * MEGASAS_MAX_DEV_PER_CHANNEL) + \
1832 struct megasas_cmd
{
1834 union megasas_frame
*frame
;
1835 dma_addr_t frame_phys_addr
;
1837 dma_addr_t sense_phys_addr
;
1843 u8 retry_for_fw_reset
;
1846 struct list_head list
;
1847 struct scsi_cmnd
*scmd
;
1849 void *mpt_pthr_cmd_blocked
;
1850 atomic_t mfi_mpt_pthr
;
1853 struct megasas_instance
*instance
;
1863 #define MAX_MGMT_ADAPTERS 1024
1864 #define MAX_IOCTL_SGE 16
1866 struct megasas_iocpacket
{
1876 struct megasas_header hdr
;
1879 struct iovec sgl
[MAX_IOCTL_SGE
];
1881 } __attribute__ ((packed
));
1883 struct megasas_aen
{
1887 u32 class_locale_word
;
1888 } __attribute__ ((packed
));
1890 #ifdef CONFIG_COMPAT
1891 struct compat_megasas_iocpacket
{
1900 struct megasas_header hdr
;
1902 struct compat_iovec sgl
[MAX_IOCTL_SGE
];
1903 } __attribute__ ((packed
));
1905 #define MEGASAS_IOC_FIRMWARE32 _IOWR('M', 1, struct compat_megasas_iocpacket)
1908 #define MEGASAS_IOC_FIRMWARE _IOWR('M', 1, struct megasas_iocpacket)
1909 #define MEGASAS_IOC_GET_AEN _IOW('M', 3, struct megasas_aen)
1911 struct megasas_mgmt_info
{
1914 struct megasas_instance
*instance
[MAX_MGMT_ADAPTERS
];
1919 MR_BuildRaidContext(struct megasas_instance
*instance
,
1920 struct IO_REQUEST_INFO
*io_info
,
1921 struct RAID_CONTEXT
*pRAID_Context
,
1922 struct MR_DRV_RAID_MAP_ALL
*map
, u8
**raidLUN
);
1923 u8
MR_TargetIdToLdGet(u32 ldTgtId
, struct MR_DRV_RAID_MAP_ALL
*map
);
1924 struct MR_LD_RAID
*MR_LdRaidGet(u32 ld
, struct MR_DRV_RAID_MAP_ALL
*map
);
1925 u16
MR_ArPdGet(u32 ar
, u32 arm
, struct MR_DRV_RAID_MAP_ALL
*map
);
1926 u16
MR_LdSpanArrayGet(u32 ld
, u32 span
, struct MR_DRV_RAID_MAP_ALL
*map
);
1927 u16
MR_PdDevHandleGet(u32 pd
, struct MR_DRV_RAID_MAP_ALL
*map
);
1928 u16
MR_GetLDTgtId(u32 ld
, struct MR_DRV_RAID_MAP_ALL
*map
);
1930 u16
get_updated_dev_handle(struct megasas_instance
*instance
,
1931 struct LD_LOAD_BALANCE_INFO
*lbInfo
, struct IO_REQUEST_INFO
*in_info
);
1932 void mr_update_load_balance_params(struct MR_DRV_RAID_MAP_ALL
*map
,
1933 struct LD_LOAD_BALANCE_INFO
*lbInfo
);
1934 int megasas_get_ctrl_info(struct megasas_instance
*instance
);
1935 int megasas_set_crash_dump_params(struct megasas_instance
*instance
,
1936 u8 crash_buf_state
);
1937 void megasas_free_host_crash_buffer(struct megasas_instance
*instance
);
1938 void megasas_fusion_crash_dump_wq(struct work_struct
*work
);
1940 void megasas_return_cmd_fusion(struct megasas_instance
*instance
,
1941 struct megasas_cmd_fusion
*cmd
);
1942 int megasas_issue_blocked_cmd(struct megasas_instance
*instance
,
1943 struct megasas_cmd
*cmd
, int timeout
);
1944 void __megasas_return_cmd(struct megasas_instance
*instance
,
1945 struct megasas_cmd
*cmd
);
1947 void megasas_return_mfi_mpt_pthr(struct megasas_instance
*instance
,
1948 struct megasas_cmd
*cmd_mfi
, struct megasas_cmd_fusion
*cmd_fusion
);
1950 #endif /*LSI_MEGARAID_SAS_H */