3 * Linux MegaRAID driver for SAS based RAID controllers
5 * Copyright (c) 2003-2005 LSI Logic Corporation.
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
10 * 2 of the License, or (at your option) any later version.
12 * FILE : megaraid_sas.h
15 #ifndef LSI_MEGARAID_SAS_H
16 #define LSI_MEGARAID_SAS_H
19 * MegaRAID SAS Driver meta data
21 #define MEGASAS_VERSION "00.00.03.10-rc5"
22 #define MEGASAS_RELDATE "May 17, 2007"
23 #define MEGASAS_EXT_VERSION "Thu May 17 10:09:32 PDT 2007"
28 #define PCI_DEVICE_ID_LSI_SAS1078R 0x0060
29 #define PCI_DEVICE_ID_LSI_VERDE_ZCR 0x0413
32 * =====================================
33 * MegaRAID SAS MFI firmware definitions
34 * =====================================
38 * MFI stands for MegaRAID SAS FW Interface. This is just a moniker for
39 * protocol between the software and firmware. Commands are issued using
44 * FW posts its state in upper 4 bits of outbound_msg_0 register
46 #define MFI_STATE_MASK 0xF0000000
47 #define MFI_STATE_UNDEFINED 0x00000000
48 #define MFI_STATE_BB_INIT 0x10000000
49 #define MFI_STATE_FW_INIT 0x40000000
50 #define MFI_STATE_WAIT_HANDSHAKE 0x60000000
51 #define MFI_STATE_FW_INIT_2 0x70000000
52 #define MFI_STATE_DEVICE_SCAN 0x80000000
53 #define MFI_STATE_BOOT_MESSAGE_PENDING 0x90000000
54 #define MFI_STATE_FLUSH_CACHE 0xA0000000
55 #define MFI_STATE_READY 0xB0000000
56 #define MFI_STATE_OPERATIONAL 0xC0000000
57 #define MFI_STATE_FAULT 0xF0000000
59 #define MEGAMFI_FRAME_SIZE 64
62 * During FW init, clear pending cmds & reset state using inbound_msg_0
64 * ABORT : Abort all pending cmds
65 * READY : Move from OPERATIONAL to READY state; discard queue info
66 * MFIMODE : Discard (possible) low MFA posted in 64-bit mode (??)
67 * CLR_HANDSHAKE: FW is waiting for HANDSHAKE from BIOS or Driver
68 * HOTPLUG : Resume from Hotplug
69 * MFI_STOP_ADP : Send signal to FW to stop processing
71 #define MFI_INIT_ABORT 0x00000001
72 #define MFI_INIT_READY 0x00000002
73 #define MFI_INIT_MFIMODE 0x00000004
74 #define MFI_INIT_CLEAR_HANDSHAKE 0x00000008
75 #define MFI_INIT_HOTPLUG 0x00000010
76 #define MFI_STOP_ADP 0x00000020
77 #define MFI_RESET_FLAGS MFI_INIT_READY| \
84 #define MFI_FRAME_POST_IN_REPLY_QUEUE 0x0000
85 #define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001
86 #define MFI_FRAME_SGL32 0x0000
87 #define MFI_FRAME_SGL64 0x0002
88 #define MFI_FRAME_SENSE32 0x0000
89 #define MFI_FRAME_SENSE64 0x0004
90 #define MFI_FRAME_DIR_NONE 0x0000
91 #define MFI_FRAME_DIR_WRITE 0x0008
92 #define MFI_FRAME_DIR_READ 0x0010
93 #define MFI_FRAME_DIR_BOTH 0x0018
96 * Definition for cmd_status
98 #define MFI_CMD_STATUS_POLL_MODE 0xFF
101 * MFI command opcodes
103 #define MFI_CMD_INIT 0x00
104 #define MFI_CMD_LD_READ 0x01
105 #define MFI_CMD_LD_WRITE 0x02
106 #define MFI_CMD_LD_SCSI_IO 0x03
107 #define MFI_CMD_PD_SCSI_IO 0x04
108 #define MFI_CMD_DCMD 0x05
109 #define MFI_CMD_ABORT 0x06
110 #define MFI_CMD_SMP 0x07
111 #define MFI_CMD_STP 0x08
113 #define MR_DCMD_CTRL_GET_INFO 0x01010000
115 #define MR_DCMD_CTRL_CACHE_FLUSH 0x01101000
116 #define MR_FLUSH_CTRL_CACHE 0x01
117 #define MR_FLUSH_DISK_CACHE 0x02
119 #define MR_DCMD_CTRL_SHUTDOWN 0x01050000
120 #define MR_ENABLE_DRIVE_SPINDOWN 0x01
122 #define MR_DCMD_CTRL_EVENT_GET_INFO 0x01040100
123 #define MR_DCMD_CTRL_EVENT_GET 0x01040300
124 #define MR_DCMD_CTRL_EVENT_WAIT 0x01040500
125 #define MR_DCMD_LD_GET_PROPERTIES 0x03030000
127 #define MR_DCMD_CLUSTER 0x08000000
128 #define MR_DCMD_CLUSTER_RESET_ALL 0x08010100
129 #define MR_DCMD_CLUSTER_RESET_LD 0x08010200
132 * MFI command completion codes
136 MFI_STAT_INVALID_CMD = 0x01,
137 MFI_STAT_INVALID_DCMD = 0x02,
138 MFI_STAT_INVALID_PARAMETER = 0x03,
139 MFI_STAT_INVALID_SEQUENCE_NUMBER = 0x04,
140 MFI_STAT_ABORT_NOT_POSSIBLE = 0x05,
141 MFI_STAT_APP_HOST_CODE_NOT_FOUND = 0x06,
142 MFI_STAT_APP_IN_USE = 0x07,
143 MFI_STAT_APP_NOT_INITIALIZED = 0x08,
144 MFI_STAT_ARRAY_INDEX_INVALID = 0x09,
145 MFI_STAT_ARRAY_ROW_NOT_EMPTY = 0x0a,
146 MFI_STAT_CONFIG_RESOURCE_CONFLICT = 0x0b,
147 MFI_STAT_DEVICE_NOT_FOUND = 0x0c,
148 MFI_STAT_DRIVE_TOO_SMALL = 0x0d,
149 MFI_STAT_FLASH_ALLOC_FAIL = 0x0e,
150 MFI_STAT_FLASH_BUSY = 0x0f,
151 MFI_STAT_FLASH_ERROR = 0x10,
152 MFI_STAT_FLASH_IMAGE_BAD = 0x11,
153 MFI_STAT_FLASH_IMAGE_INCOMPLETE = 0x12,
154 MFI_STAT_FLASH_NOT_OPEN = 0x13,
155 MFI_STAT_FLASH_NOT_STARTED = 0x14,
156 MFI_STAT_FLUSH_FAILED = 0x15,
157 MFI_STAT_HOST_CODE_NOT_FOUNT = 0x16,
158 MFI_STAT_LD_CC_IN_PROGRESS = 0x17,
159 MFI_STAT_LD_INIT_IN_PROGRESS = 0x18,
160 MFI_STAT_LD_LBA_OUT_OF_RANGE = 0x19,
161 MFI_STAT_LD_MAX_CONFIGURED = 0x1a,
162 MFI_STAT_LD_NOT_OPTIMAL = 0x1b,
163 MFI_STAT_LD_RBLD_IN_PROGRESS = 0x1c,
164 MFI_STAT_LD_RECON_IN_PROGRESS = 0x1d,
165 MFI_STAT_LD_WRONG_RAID_LEVEL = 0x1e,
166 MFI_STAT_MAX_SPARES_EXCEEDED = 0x1f,
167 MFI_STAT_MEMORY_NOT_AVAILABLE = 0x20,
168 MFI_STAT_MFC_HW_ERROR = 0x21,
169 MFI_STAT_NO_HW_PRESENT = 0x22,
170 MFI_STAT_NOT_FOUND = 0x23,
171 MFI_STAT_NOT_IN_ENCL = 0x24,
172 MFI_STAT_PD_CLEAR_IN_PROGRESS = 0x25,
173 MFI_STAT_PD_TYPE_WRONG = 0x26,
174 MFI_STAT_PR_DISABLED = 0x27,
175 MFI_STAT_ROW_INDEX_INVALID = 0x28,
176 MFI_STAT_SAS_CONFIG_INVALID_ACTION = 0x29,
177 MFI_STAT_SAS_CONFIG_INVALID_DATA = 0x2a,
178 MFI_STAT_SAS_CONFIG_INVALID_PAGE = 0x2b,
179 MFI_STAT_SAS_CONFIG_INVALID_TYPE = 0x2c,
180 MFI_STAT_SCSI_DONE_WITH_ERROR = 0x2d,
181 MFI_STAT_SCSI_IO_FAILED = 0x2e,
182 MFI_STAT_SCSI_RESERVATION_CONFLICT = 0x2f,
183 MFI_STAT_SHUTDOWN_FAILED = 0x30,
184 MFI_STAT_TIME_NOT_SET = 0x31,
185 MFI_STAT_WRONG_STATE = 0x32,
186 MFI_STAT_LD_OFFLINE = 0x33,
187 MFI_STAT_PEER_NOTIFICATION_REJECTED = 0x34,
188 MFI_STAT_PEER_NOTIFICATION_FAILED = 0x35,
189 MFI_STAT_RESERVATION_IN_PROGRESS = 0x36,
190 MFI_STAT_I2C_ERRORS_DETECTED = 0x37,
191 MFI_STAT_PCI_ERRORS_DETECTED = 0x38,
193 MFI_STAT_INVALID_STATUS = 0xFF
197 * Number of mailbox bytes in DCMD message frame
199 #define MFI_MBOX_SIZE 12
203 MR_EVT_CLASS_DEBUG = -2,
204 MR_EVT_CLASS_PROGRESS = -1,
205 MR_EVT_CLASS_INFO = 0,
206 MR_EVT_CLASS_WARNING = 1,
207 MR_EVT_CLASS_CRITICAL = 2,
208 MR_EVT_CLASS_FATAL = 3,
209 MR_EVT_CLASS_DEAD = 4,
215 MR_EVT_LOCALE_LD = 0x0001,
216 MR_EVT_LOCALE_PD = 0x0002,
217 MR_EVT_LOCALE_ENCL = 0x0004,
218 MR_EVT_LOCALE_BBU = 0x0008,
219 MR_EVT_LOCALE_SAS = 0x0010,
220 MR_EVT_LOCALE_CTRL = 0x0020,
221 MR_EVT_LOCALE_CONFIG = 0x0040,
222 MR_EVT_LOCALE_CLUSTER = 0x0080,
223 MR_EVT_LOCALE_ALL = 0xffff,
230 MR_EVT_ARGS_CDB_SENSE,
232 MR_EVT_ARGS_LD_COUNT,
234 MR_EVT_ARGS_LD_OWNER,
235 MR_EVT_ARGS_LD_LBA_PD_LBA,
237 MR_EVT_ARGS_LD_STATE,
238 MR_EVT_ARGS_LD_STRIP,
242 MR_EVT_ARGS_PD_LBA_LD,
244 MR_EVT_ARGS_PD_STATE,
254 * SAS controller properties
256 struct megasas_ctrl_prop {
259 u16 pred_fail_poll_interval;
260 u16 intr_throttle_count;
261 u16 intr_throttle_timeouts;
267 u8 cache_flush_interval;
273 u8 disable_auto_rebuild;
274 u8 disable_battery_warn;
276 u16 ecc_bucket_leak_rate;
277 u8 restore_hotspare_on_insertion;
278 u8 expose_encl_devices;
281 } __attribute__ ((packed));
284 * SAS controller information
286 struct megasas_ctrl_info {
289 * PCI device information
299 } __attribute__ ((packed)) pci;
302 * Host interface information
315 } __attribute__ ((packed)) host_interface;
318 * Device (backend) interface information
331 } __attribute__ ((packed)) device_interface;
334 * List of components residing in flash. All str are null terminated
336 u32 image_check_word;
337 u32 image_component_count;
346 } __attribute__ ((packed)) image_component[8];
349 * List of flash components that have been flashed on the card, but
350 * are not in use, pending reset of the adapter. This list will be
351 * empty if a flash operation has not occurred. All stings are null
354 u32 pending_image_component_count;
363 } __attribute__ ((packed)) pending_image_component[8];
370 char product_name[80];
374 * Other physical/controller/operation information. Indicates the
375 * presence of the hardware
385 } __attribute__ ((packed)) hw_present;
390 * Maximum data transfer sizes
392 u16 max_concurrent_cmds;
394 u32 max_request_size;
397 * Logical and physical device counts
399 u16 ld_present_count;
400 u16 ld_degraded_count;
401 u16 ld_offline_count;
403 u16 pd_present_count;
404 u16 pd_disk_present_count;
405 u16 pd_disk_pred_failure_count;
406 u16 pd_disk_failed_count;
409 * Memory size information
418 u16 mem_correctable_error_count;
419 u16 mem_uncorrectable_error_count;
422 * Cluster information
424 u8 cluster_permitted;
428 * Additional max data transfer sizes
430 u16 max_strips_per_io;
433 * Controller capabilities structures
444 } __attribute__ ((packed)) raid_levels;
454 u32 cluster_supported:1;
456 u32 spanning_allowed:1;
457 u32 dedicated_hotspares:1;
458 u32 revertible_hotspares:1;
459 u32 foreign_config_import:1;
460 u32 self_diagnostic:1;
461 u32 mixed_redundancy_arr:1;
462 u32 global_hot_spares:1;
465 } __attribute__ ((packed)) adapter_operations;
473 u32 disk_cache_policy:1;
476 } __attribute__ ((packed)) ld_operations;
484 } __attribute__ ((packed)) stripe_sz_ops;
493 } __attribute__ ((packed)) pd_operations;
497 u32 ctrl_supports_sas:1;
498 u32 ctrl_supports_sata:1;
499 u32 allow_mix_in_encl:1;
500 u32 allow_mix_in_ld:1;
501 u32 allow_sata_in_cluster:1;
504 } __attribute__ ((packed)) pd_mix_support;
507 * Define ECC single-bit-error bucket information
513 * Include the controller properties (changeable items)
515 struct megasas_ctrl_prop properties;
518 * Define FW pkg version (set in envt v'bles on OEM basis)
520 char package_version[0x60];
522 u8 pad[0x800 - 0x6a0];
524 } __attribute__ ((packed));
527 * ===============================
528 * MegaRAID SAS driver definitions
529 * ===============================
531 #define MEGASAS_MAX_PD_CHANNELS 2
532 #define MEGASAS_MAX_LD_CHANNELS 2
533 #define MEGASAS_MAX_CHANNELS (MEGASAS_MAX_PD_CHANNELS + \
534 MEGASAS_MAX_LD_CHANNELS)
535 #define MEGASAS_MAX_DEV_PER_CHANNEL 128
536 #define MEGASAS_DEFAULT_INIT_ID -1
537 #define MEGASAS_MAX_LUN 8
538 #define MEGASAS_MAX_LD 64
540 #define MEGASAS_DBG_LVL 1
542 #define MEGASAS_FW_BUSY 1
545 * When SCSI mid-layer calls driver's reset routine, driver waits for
546 * MEGASAS_RESET_WAIT_TIME seconds for all outstanding IO to complete. Note
547 * that the driver cannot _actually_ abort or reset pending commands. While
548 * it is waiting for the commands to complete, it prints a diagnostic message
549 * every MEGASAS_RESET_NOTICE_INTERVAL seconds
551 #define MEGASAS_RESET_WAIT_TIME 180
552 #define MEGASAS_INTERNAL_CMD_WAIT_TIME 180
553 #define MEGASAS_RESET_NOTICE_INTERVAL 5
554 #define MEGASAS_IOCTL_CMD 0
555 #define MEGASAS_DEFAULT_CMD_TIMEOUT 90
558 * FW reports the maximum of number of commands that it can accept (maximum
559 * commands that can be outstanding) at any time. The driver must report a
560 * lower number to the mid layer because it can issue a few internal commands
561 * itself (E.g, AEN, abort cmd, IOCTLs etc). The number of commands it needs
564 #define MEGASAS_INT_CMDS 32
567 * FW can accept both 32 and 64 bit SGLs. We want to allocate 32/64 bit
568 * SGLs based on the size of dma_addr_t
570 #define IS_DMA64 (sizeof(dma_addr_t) == 8)
572 #define MFI_OB_INTR_STATUS_MASK 0x00000002
573 #define MFI_POLL_TIMEOUT_SECS 10
575 #define MFI_REPLY_1078_MESSAGE_INTERRUPT 0x80000000
578 * register set for both 1068 and 1078 controllers
579 * structure extended for 1078 registers
582 struct megasas_register_set {
583 u32 reserved_0[4]; /*0000h*/
585 u32 inbound_msg_0; /*0010h*/
586 u32 inbound_msg_1; /*0014h*/
587 u32 outbound_msg_0; /*0018h*/
588 u32 outbound_msg_1; /*001Ch*/
590 u32 inbound_doorbell; /*0020h*/
591 u32 inbound_intr_status; /*0024h*/
592 u32 inbound_intr_mask; /*0028h*/
594 u32 outbound_doorbell; /*002Ch*/
595 u32 outbound_intr_status; /*0030h*/
596 u32 outbound_intr_mask; /*0034h*/
598 u32 reserved_1[2]; /*0038h*/
600 u32 inbound_queue_port; /*0040h*/
601 u32 outbound_queue_port; /*0044h*/
603 u32 reserved_2[22]; /*0048h*/
605 u32 outbound_doorbell_clear; /*00A0h*/
607 u32 reserved_3[3]; /*00A4h*/
609 u32 outbound_scratch_pad ; /*00B0h*/
611 u32 reserved_4[3]; /*00B4h*/
613 u32 inbound_low_queue_port ; /*00C0h*/
615 u32 inbound_high_queue_port ; /*00C4h*/
617 u32 reserved_5; /*00C8h*/
618 u32 index_registers[820]; /*00CCh*/
620 } __attribute__ ((packed));
622 struct megasas_sge32 {
627 } __attribute__ ((packed));
629 struct megasas_sge64 {
634 } __attribute__ ((packed));
638 struct megasas_sge32 sge32[1];
639 struct megasas_sge64 sge64[1];
641 } __attribute__ ((packed));
643 struct megasas_header {
646 u8 sense_len; /*01h */
647 u8 cmd_status; /*02h */
648 u8 scsi_status; /*03h */
650 u8 target_id; /*04h */
653 u8 sge_count; /*07h */
655 u32 context; /*08h */
659 u16 timeout; /*12h */
660 u32 data_xferlen; /*14h */
662 } __attribute__ ((packed));
664 union megasas_sgl_frame {
666 struct megasas_sge32 sge32[8];
667 struct megasas_sge64 sge64[5];
669 } __attribute__ ((packed));
671 struct megasas_init_frame {
674 u8 reserved_0; /*01h */
675 u8 cmd_status; /*02h */
677 u8 reserved_1; /*03h */
678 u32 reserved_2; /*04h */
680 u32 context; /*08h */
684 u16 reserved_3; /*12h */
685 u32 data_xfer_len; /*14h */
687 u32 queue_info_new_phys_addr_lo; /*18h */
688 u32 queue_info_new_phys_addr_hi; /*1Ch */
689 u32 queue_info_old_phys_addr_lo; /*20h */
690 u32 queue_info_old_phys_addr_hi; /*24h */
692 u32 reserved_4[6]; /*28h */
694 } __attribute__ ((packed));
696 struct megasas_init_queue_info {
698 u32 init_flags; /*00h */
699 u32 reply_queue_entries; /*04h */
701 u32 reply_queue_start_phys_addr_lo; /*08h */
702 u32 reply_queue_start_phys_addr_hi; /*0Ch */
703 u32 producer_index_phys_addr_lo; /*10h */
704 u32 producer_index_phys_addr_hi; /*14h */
705 u32 consumer_index_phys_addr_lo; /*18h */
706 u32 consumer_index_phys_addr_hi; /*1Ch */
708 } __attribute__ ((packed));
710 struct megasas_io_frame {
713 u8 sense_len; /*01h */
714 u8 cmd_status; /*02h */
715 u8 scsi_status; /*03h */
717 u8 target_id; /*04h */
718 u8 access_byte; /*05h */
719 u8 reserved_0; /*06h */
720 u8 sge_count; /*07h */
722 u32 context; /*08h */
726 u16 timeout; /*12h */
727 u32 lba_count; /*14h */
729 u32 sense_buf_phys_addr_lo; /*18h */
730 u32 sense_buf_phys_addr_hi; /*1Ch */
732 u32 start_lba_lo; /*20h */
733 u32 start_lba_hi; /*24h */
735 union megasas_sgl sgl; /*28h */
737 } __attribute__ ((packed));
739 struct megasas_pthru_frame {
742 u8 sense_len; /*01h */
743 u8 cmd_status; /*02h */
744 u8 scsi_status; /*03h */
746 u8 target_id; /*04h */
749 u8 sge_count; /*07h */
751 u32 context; /*08h */
755 u16 timeout; /*12h */
756 u32 data_xfer_len; /*14h */
758 u32 sense_buf_phys_addr_lo; /*18h */
759 u32 sense_buf_phys_addr_hi; /*1Ch */
762 union megasas_sgl sgl; /*30h */
764 } __attribute__ ((packed));
766 struct megasas_dcmd_frame {
769 u8 reserved_0; /*01h */
770 u8 cmd_status; /*02h */
771 u8 reserved_1[4]; /*03h */
772 u8 sge_count; /*07h */
774 u32 context; /*08h */
778 u16 timeout; /*12h */
780 u32 data_xfer_len; /*14h */
789 union megasas_sgl sgl; /*28h */
791 } __attribute__ ((packed));
793 struct megasas_abort_frame {
796 u8 reserved_0; /*01h */
797 u8 cmd_status; /*02h */
799 u8 reserved_1; /*03h */
800 u32 reserved_2; /*04h */
802 u32 context; /*08h */
806 u16 reserved_3; /*12h */
807 u32 reserved_4; /*14h */
809 u32 abort_context; /*18h */
812 u32 abort_mfi_phys_addr_lo; /*20h */
813 u32 abort_mfi_phys_addr_hi; /*24h */
815 u32 reserved_5[6]; /*28h */
817 } __attribute__ ((packed));
819 struct megasas_smp_frame {
822 u8 reserved_1; /*01h */
823 u8 cmd_status; /*02h */
824 u8 connection_status; /*03h */
826 u8 reserved_2[3]; /*04h */
827 u8 sge_count; /*07h */
829 u32 context; /*08h */
833 u16 timeout; /*12h */
835 u32 data_xfer_len; /*14h */
836 u64 sas_addr; /*18h */
839 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: req */
840 struct megasas_sge64 sge64[2]; /* [0]: resp [1]: req */
843 } __attribute__ ((packed));
845 struct megasas_stp_frame {
848 u8 reserved_1; /*01h */
849 u8 cmd_status; /*02h */
850 u8 reserved_2; /*03h */
852 u8 target_id; /*04h */
853 u8 reserved_3[2]; /*05h */
854 u8 sge_count; /*07h */
856 u32 context; /*08h */
860 u16 timeout; /*12h */
862 u32 data_xfer_len; /*14h */
864 u16 fis[10]; /*18h */
868 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: data */
869 struct megasas_sge64 sge64[2]; /* [0]: resp [1]: data */
872 } __attribute__ ((packed));
874 union megasas_frame {
876 struct megasas_header hdr;
877 struct megasas_init_frame init;
878 struct megasas_io_frame io;
879 struct megasas_pthru_frame pthru;
880 struct megasas_dcmd_frame dcmd;
881 struct megasas_abort_frame abort;
882 struct megasas_smp_frame smp;
883 struct megasas_stp_frame stp;
890 union megasas_evt_class_locale {
896 } __attribute__ ((packed)) members;
900 } __attribute__ ((packed));
902 struct megasas_evt_log_info {
906 u32 shutdown_seq_num;
909 } __attribute__ ((packed));
911 struct megasas_progress {
916 } __attribute__ ((packed));
918 struct megasas_evtarg_ld {
924 } __attribute__ ((packed));
926 struct megasas_evtarg_pd {
931 } __attribute__ ((packed));
933 struct megasas_evt_detail {
938 union megasas_evt_class_locale cl;
944 struct megasas_evtarg_pd pd;
950 } __attribute__ ((packed)) cdbSense;
952 struct megasas_evtarg_ld ld;
955 struct megasas_evtarg_ld ld;
957 } __attribute__ ((packed)) ld_count;
961 struct megasas_evtarg_ld ld;
962 } __attribute__ ((packed)) ld_lba;
965 struct megasas_evtarg_ld ld;
968 } __attribute__ ((packed)) ld_owner;
973 struct megasas_evtarg_ld ld;
974 struct megasas_evtarg_pd pd;
975 } __attribute__ ((packed)) ld_lba_pd_lba;
978 struct megasas_evtarg_ld ld;
979 struct megasas_progress prog;
980 } __attribute__ ((packed)) ld_prog;
983 struct megasas_evtarg_ld ld;
986 } __attribute__ ((packed)) ld_state;
990 struct megasas_evtarg_ld ld;
991 } __attribute__ ((packed)) ld_strip;
993 struct megasas_evtarg_pd pd;
996 struct megasas_evtarg_pd pd;
998 } __attribute__ ((packed)) pd_err;
1002 struct megasas_evtarg_pd pd;
1003 } __attribute__ ((packed)) pd_lba;
1007 struct megasas_evtarg_pd pd;
1008 struct megasas_evtarg_ld ld;
1009 } __attribute__ ((packed)) pd_lba_ld;
1012 struct megasas_evtarg_pd pd;
1013 struct megasas_progress prog;
1014 } __attribute__ ((packed)) pd_prog;
1017 struct megasas_evtarg_pd pd;
1020 } __attribute__ ((packed)) pd_state;
1027 } __attribute__ ((packed)) pci;
1035 } __attribute__ ((packed)) time;
1041 } __attribute__ ((packed)) ecc;
1049 char description[128];
1051 } __attribute__ ((packed));
1053 struct megasas_instance_template {
1054 void (*fire_cmd)(dma_addr_t ,u32 ,struct megasas_register_set __iomem *);
1056 void (*enable_intr)(struct megasas_register_set __iomem *) ;
1057 void (*disable_intr)(struct megasas_register_set __iomem *);
1059 int (*clear_intr)(struct megasas_register_set __iomem *);
1061 u32 (*read_fw_status_reg)(struct megasas_register_set __iomem *);
1064 struct megasas_instance {
1067 dma_addr_t producer_h;
1069 dma_addr_t consumer_h;
1072 dma_addr_t reply_queue_h;
1074 unsigned long base_addr;
1075 struct megasas_register_set __iomem *reg_set;
1081 u32 max_sectors_per_req;
1083 struct megasas_cmd **cmd_list;
1084 struct list_head cmd_pool;
1085 spinlock_t cmd_pool_lock;
1086 struct dma_pool *frame_dma_pool;
1087 struct dma_pool *sense_dma_pool;
1089 struct megasas_evt_detail *evt_detail;
1090 dma_addr_t evt_detail_h;
1091 struct megasas_cmd *aen_cmd;
1092 struct mutex aen_mutex;
1093 struct semaphore ioctl_sem;
1095 struct Scsi_Host *host;
1097 wait_queue_head_t int_cmd_wait_q;
1098 wait_queue_head_t abort_cmd_wait_q;
1100 struct pci_dev *pdev;
1103 atomic_t fw_outstanding;
1106 struct megasas_instance_template *instancet;
1107 struct tasklet_struct isr_tasklet;
1110 unsigned long last_time;
1113 #define MEGASAS_IS_LOGICAL(scp) \
1114 (scp->device->channel < MEGASAS_MAX_PD_CHANNELS) ? 0 : 1
1116 #define MEGASAS_DEV_INDEX(inst, scp) \
1117 ((scp->device->channel % 2) * MEGASAS_MAX_DEV_PER_CHANNEL) + \
1120 struct megasas_cmd {
1122 union megasas_frame *frame;
1123 dma_addr_t frame_phys_addr;
1125 dma_addr_t sense_phys_addr;
1132 struct list_head list;
1133 struct scsi_cmnd *scmd;
1134 struct megasas_instance *instance;
1138 #define MAX_MGMT_ADAPTERS 1024
1139 #define MAX_IOCTL_SGE 16
1141 struct megasas_iocpacket {
1151 struct megasas_header hdr;
1154 struct iovec sgl[MAX_IOCTL_SGE];
1156 } __attribute__ ((packed));
1158 struct megasas_aen {
1162 u32 class_locale_word;
1163 } __attribute__ ((packed));
1165 #ifdef CONFIG_COMPAT
1166 struct compat_megasas_iocpacket {
1175 struct megasas_header hdr;
1177 struct compat_iovec sgl[MAX_IOCTL_SGE];
1178 } __attribute__ ((packed));
1180 #define MEGASAS_IOC_FIRMWARE32 _IOWR('M', 1, struct compat_megasas_iocpacket)
1183 #define MEGASAS_IOC_FIRMWARE _IOWR('M', 1, struct megasas_iocpacket)
1184 #define MEGASAS_IOC_GET_AEN _IOW('M', 3, struct megasas_aen)
1186 struct megasas_mgmt_info {
1189 struct megasas_instance *instance[MAX_MGMT_ADAPTERS];
1193 #endif /*LSI_MEGARAID_SAS_H */