Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1 | /* |
adam radford | 3f1530c | 2010-12-14 18:51:48 -0800 | [diff] [blame] | 2 | * Linux MegaRAID driver for SAS based RAID controllers |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 3 | * |
Sumit.Saxena@avagotech.com | e399065 | 2014-11-17 15:24:03 +0530 | [diff] [blame] | 4 | * Copyright (c) 2003-2013 LSI Corporation |
| 5 | * Copyright (c) 2013-2014 Avago Technologies |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 6 | * |
adam radford | 3f1530c | 2010-12-14 18:51:48 -0800 | [diff] [blame] | 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. |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 11 | * |
adam radford | 3f1530c | 2010-12-14 18:51:48 -0800 | [diff] [blame] | 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. |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 16 | * |
adam radford | 3f1530c | 2010-12-14 18:51:48 -0800 | [diff] [blame] | 17 | * You should have received a copy of the GNU General Public License |
Sumit.Saxena@avagotech.com | e399065 | 2014-11-17 15:24:03 +0530 | [diff] [blame] | 18 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
adam radford | 3f1530c | 2010-12-14 18:51:48 -0800 | [diff] [blame] | 19 | * |
| 20 | * FILE: megaraid_sas.h |
| 21 | * |
Sumit.Saxena@avagotech.com | e399065 | 2014-11-17 15:24:03 +0530 | [diff] [blame] | 22 | * Authors: Avago Technologies |
| 23 | * Kashyap Desai <kashyap.desai@avagotech.com> |
| 24 | * Sumit Saxena <sumit.saxena@avagotech.com> |
adam radford | 3f1530c | 2010-12-14 18:51:48 -0800 | [diff] [blame] | 25 | * |
Sumit.Saxena@avagotech.com | e399065 | 2014-11-17 15:24:03 +0530 | [diff] [blame] | 26 | * Send feedback to: megaraidlinux.pdl@avagotech.com |
adam radford | 3f1530c | 2010-12-14 18:51:48 -0800 | [diff] [blame] | 27 | * |
Sumit.Saxena@avagotech.com | e399065 | 2014-11-17 15:24:03 +0530 | [diff] [blame] | 28 | * Mail to: Avago Technologies, 350 West Trimble Road, Building 90, |
| 29 | * San Jose, California 95131 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 30 | */ |
| 31 | |
| 32 | #ifndef LSI_MEGARAID_SAS_H |
| 33 | #define LSI_MEGARAID_SAS_H |
| 34 | |
Randy Dunlap | a69b74d | 2007-01-05 22:41:48 -0800 | [diff] [blame] | 35 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 36 | * MegaRAID SAS Driver meta data |
| 37 | */ |
Shivasharan S | cda6d30 | 2018-06-04 03:45:13 -0700 | [diff] [blame] | 38 | #define MEGASAS_VERSION "07.706.03.00-rc1" |
| 39 | #define MEGASAS_RELDATE "May 21, 2018" |
Sumant Patro | 0e98936 | 2006-06-20 15:32:37 -0700 | [diff] [blame] | 40 | |
| 41 | /* |
| 42 | * Device IDs |
| 43 | */ |
| 44 | #define PCI_DEVICE_ID_LSI_SAS1078R 0x0060 |
bo yang | af7a564 | 2008-03-17 04:13:07 -0400 | [diff] [blame] | 45 | #define PCI_DEVICE_ID_LSI_SAS1078DE 0x007C |
Sumant Patro | 0e98936 | 2006-06-20 15:32:37 -0700 | [diff] [blame] | 46 | #define PCI_DEVICE_ID_LSI_VERDE_ZCR 0x0413 |
Yang, Bo | 6610a6b | 2008-08-10 12:42:38 -0700 | [diff] [blame] | 47 | #define PCI_DEVICE_ID_LSI_SAS1078GEN2 0x0078 |
| 48 | #define PCI_DEVICE_ID_LSI_SAS0079GEN2 0x0079 |
Yang, Bo | 8791112 | 2009-10-06 14:31:54 -0600 | [diff] [blame] | 49 | #define PCI_DEVICE_ID_LSI_SAS0073SKINNY 0x0073 |
| 50 | #define PCI_DEVICE_ID_LSI_SAS0071SKINNY 0x0071 |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 51 | #define PCI_DEVICE_ID_LSI_FUSION 0x005b |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 52 | #define PCI_DEVICE_ID_LSI_PLASMA 0x002f |
adam radford | 36807e6 | 2011-10-08 18:15:06 -0700 | [diff] [blame] | 53 | #define PCI_DEVICE_ID_LSI_INVADER 0x005d |
Sumit.Saxena@lsi.com | 21d3c71 | 2013-05-22 12:31:43 +0530 | [diff] [blame] | 54 | #define PCI_DEVICE_ID_LSI_FURY 0x005f |
sumit.saxena@avagotech.com | 90c204b | 2015-10-15 13:39:44 +0530 | [diff] [blame] | 55 | #define PCI_DEVICE_ID_LSI_INTRUDER 0x00ce |
| 56 | #define PCI_DEVICE_ID_LSI_INTRUDER_24 0x00cf |
sumit.saxena@avagotech.com | 7364d34 | 2015-10-15 13:39:54 +0530 | [diff] [blame] | 57 | #define PCI_DEVICE_ID_LSI_CUTLASS_52 0x0052 |
| 58 | #define PCI_DEVICE_ID_LSI_CUTLASS_53 0x0053 |
Sasikumar Chandrasekaran | 45f4f2e | 2017-01-10 18:20:43 -0500 | [diff] [blame] | 59 | #define PCI_DEVICE_ID_LSI_VENTURA 0x0014 |
Shivasharan S | 754f1ba | 2017-10-19 02:48:49 -0700 | [diff] [blame] | 60 | #define PCI_DEVICE_ID_LSI_CRUSADER 0x0015 |
Sasikumar Chandrasekaran | 45f4f2e | 2017-01-10 18:20:43 -0500 | [diff] [blame] | 61 | #define PCI_DEVICE_ID_LSI_HARPOON 0x0016 |
| 62 | #define PCI_DEVICE_ID_LSI_TOMCAT 0x0017 |
| 63 | #define PCI_DEVICE_ID_LSI_VENTURA_4PORT 0x001B |
| 64 | #define PCI_DEVICE_ID_LSI_CRUSADER_4PORT 0x001C |
Sumant Patro | 0e98936 | 2006-06-20 15:32:37 -0700 | [diff] [blame] | 65 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 66 | /* |
Sumit.Saxena@lsi.com | 39b72c3 | 2013-05-22 12:32:43 +0530 | [diff] [blame] | 67 | * Intel HBA SSDIDs |
| 68 | */ |
| 69 | #define MEGARAID_INTEL_RS3DC080_SSDID 0x9360 |
| 70 | #define MEGARAID_INTEL_RS3DC040_SSDID 0x9362 |
| 71 | #define MEGARAID_INTEL_RS3SC008_SSDID 0x9380 |
| 72 | #define MEGARAID_INTEL_RS3MC044_SSDID 0x9381 |
| 73 | #define MEGARAID_INTEL_RS3WC080_SSDID 0x9341 |
| 74 | #define MEGARAID_INTEL_RS3WC040_SSDID 0x9343 |
sumit.saxena@avagotech.com | 7364d34 | 2015-10-15 13:39:54 +0530 | [diff] [blame] | 75 | #define MEGARAID_INTEL_RMS3BC160_SSDID 0x352B |
Sumit.Saxena@lsi.com | 39b72c3 | 2013-05-22 12:32:43 +0530 | [diff] [blame] | 76 | |
| 77 | /* |
sumit.saxena@avagotech.com | 90c204b | 2015-10-15 13:39:44 +0530 | [diff] [blame] | 78 | * Intruder HBA SSDIDs |
| 79 | */ |
| 80 | #define MEGARAID_INTRUDER_SSDID1 0x9371 |
| 81 | #define MEGARAID_INTRUDER_SSDID2 0x9390 |
| 82 | #define MEGARAID_INTRUDER_SSDID3 0x9370 |
| 83 | |
| 84 | /* |
Sumit.Saxena@lsi.com | 39b72c3 | 2013-05-22 12:32:43 +0530 | [diff] [blame] | 85 | * Intel HBA branding |
| 86 | */ |
| 87 | #define MEGARAID_INTEL_RS3DC080_BRANDING \ |
| 88 | "Intel(R) RAID Controller RS3DC080" |
| 89 | #define MEGARAID_INTEL_RS3DC040_BRANDING \ |
| 90 | "Intel(R) RAID Controller RS3DC040" |
| 91 | #define MEGARAID_INTEL_RS3SC008_BRANDING \ |
| 92 | "Intel(R) RAID Controller RS3SC008" |
| 93 | #define MEGARAID_INTEL_RS3MC044_BRANDING \ |
| 94 | "Intel(R) RAID Controller RS3MC044" |
| 95 | #define MEGARAID_INTEL_RS3WC080_BRANDING \ |
| 96 | "Intel(R) RAID Controller RS3WC080" |
| 97 | #define MEGARAID_INTEL_RS3WC040_BRANDING \ |
| 98 | "Intel(R) RAID Controller RS3WC040" |
sumit.saxena@avagotech.com | 7364d34 | 2015-10-15 13:39:54 +0530 | [diff] [blame] | 99 | #define MEGARAID_INTEL_RMS3BC160_BRANDING \ |
| 100 | "Intel(R) Integrated RAID Module RMS3BC160" |
Sumit.Saxena@lsi.com | 39b72c3 | 2013-05-22 12:32:43 +0530 | [diff] [blame] | 101 | |
| 102 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 103 | * ===================================== |
| 104 | * MegaRAID SAS MFI firmware definitions |
| 105 | * ===================================== |
| 106 | */ |
| 107 | |
| 108 | /* |
Sasikumar Chandrasekaran | 45f4f2e | 2017-01-10 18:20:43 -0500 | [diff] [blame] | 109 | * MFI stands for MegaRAID SAS FW Interface. This is just a moniker for |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 110 | * protocol between the software and firmware. Commands are issued using |
| 111 | * "message frames" |
| 112 | */ |
| 113 | |
Randy Dunlap | a69b74d | 2007-01-05 22:41:48 -0800 | [diff] [blame] | 114 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 115 | * FW posts its state in upper 4 bits of outbound_msg_0 register |
| 116 | */ |
| 117 | #define MFI_STATE_MASK 0xF0000000 |
| 118 | #define MFI_STATE_UNDEFINED 0x00000000 |
| 119 | #define MFI_STATE_BB_INIT 0x10000000 |
| 120 | #define MFI_STATE_FW_INIT 0x40000000 |
| 121 | #define MFI_STATE_WAIT_HANDSHAKE 0x60000000 |
| 122 | #define MFI_STATE_FW_INIT_2 0x70000000 |
| 123 | #define MFI_STATE_DEVICE_SCAN 0x80000000 |
Sumant Patro | e3bbff9 | 2006-10-03 12:28:49 -0700 | [diff] [blame] | 124 | #define MFI_STATE_BOOT_MESSAGE_PENDING 0x90000000 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 125 | #define MFI_STATE_FLUSH_CACHE 0xA0000000 |
| 126 | #define MFI_STATE_READY 0xB0000000 |
| 127 | #define MFI_STATE_OPERATIONAL 0xC0000000 |
| 128 | #define MFI_STATE_FAULT 0xF0000000 |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 129 | #define MFI_STATE_FORCE_OCR 0x00000080 |
| 130 | #define MFI_STATE_DMADONE 0x00000008 |
| 131 | #define MFI_STATE_CRASH_DUMP_DONE 0x00000004 |
adam radford | 7e70e73 | 2011-05-11 18:34:08 -0700 | [diff] [blame] | 132 | #define MFI_RESET_REQUIRED 0x00000001 |
| 133 | #define MFI_RESET_ADAPTER 0x00000002 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 134 | #define MEGAMFI_FRAME_SIZE 64 |
| 135 | |
Randy Dunlap | a69b74d | 2007-01-05 22:41:48 -0800 | [diff] [blame] | 136 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 137 | * During FW init, clear pending cmds & reset state using inbound_msg_0 |
| 138 | * |
| 139 | * ABORT : Abort all pending cmds |
| 140 | * READY : Move from OPERATIONAL to READY state; discard queue info |
| 141 | * MFIMODE : Discard (possible) low MFA posted in 64-bit mode (??) |
| 142 | * CLR_HANDSHAKE: FW is waiting for HANDSHAKE from BIOS or Driver |
Sumant Patro | e3bbff9 | 2006-10-03 12:28:49 -0700 | [diff] [blame] | 143 | * HOTPLUG : Resume from Hotplug |
| 144 | * MFI_STOP_ADP : Send signal to FW to stop processing |
Shivasharan S | f0c21df | 2018-10-16 23:37:40 -0700 | [diff] [blame^] | 145 | * MFI_ADP_TRIGGER_SNAP_DUMP: Inform firmware to initiate snap dump |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 146 | */ |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 147 | #define WRITE_SEQUENCE_OFFSET (0x0000000FC) /* I20 */ |
| 148 | #define HOST_DIAGNOSTIC_OFFSET (0x000000F8) /* I20 */ |
| 149 | #define DIAG_WRITE_ENABLE (0x00000080) |
| 150 | #define DIAG_RESET_ADAPTER (0x00000004) |
| 151 | |
| 152 | #define MFI_ADP_RESET 0x00000040 |
Sumant Patro | e3bbff9 | 2006-10-03 12:28:49 -0700 | [diff] [blame] | 153 | #define MFI_INIT_ABORT 0x00000001 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 154 | #define MFI_INIT_READY 0x00000002 |
| 155 | #define MFI_INIT_MFIMODE 0x00000004 |
| 156 | #define MFI_INIT_CLEAR_HANDSHAKE 0x00000008 |
Sumant Patro | e3bbff9 | 2006-10-03 12:28:49 -0700 | [diff] [blame] | 157 | #define MFI_INIT_HOTPLUG 0x00000010 |
| 158 | #define MFI_STOP_ADP 0x00000020 |
| 159 | #define MFI_RESET_FLAGS MFI_INIT_READY| \ |
| 160 | MFI_INIT_MFIMODE| \ |
| 161 | MFI_INIT_ABORT |
Shivasharan S | f0c21df | 2018-10-16 23:37:40 -0700 | [diff] [blame^] | 162 | #define MFI_ADP_TRIGGER_SNAP_DUMP 0x00000100 |
Sumit Saxena | 179ac14 | 2016-01-28 21:04:28 +0530 | [diff] [blame] | 163 | #define MPI2_IOCINIT_MSGFLAG_RDPQ_ARRAY_MODE (0x01) |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 164 | |
Randy Dunlap | a69b74d | 2007-01-05 22:41:48 -0800 | [diff] [blame] | 165 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 166 | * MFI frame flags |
| 167 | */ |
| 168 | #define MFI_FRAME_POST_IN_REPLY_QUEUE 0x0000 |
| 169 | #define MFI_FRAME_DONT_POST_IN_REPLY_QUEUE 0x0001 |
| 170 | #define MFI_FRAME_SGL32 0x0000 |
| 171 | #define MFI_FRAME_SGL64 0x0002 |
| 172 | #define MFI_FRAME_SENSE32 0x0000 |
| 173 | #define MFI_FRAME_SENSE64 0x0004 |
| 174 | #define MFI_FRAME_DIR_NONE 0x0000 |
| 175 | #define MFI_FRAME_DIR_WRITE 0x0008 |
| 176 | #define MFI_FRAME_DIR_READ 0x0010 |
| 177 | #define MFI_FRAME_DIR_BOTH 0x0018 |
Yang, Bo | f4c9a13 | 2009-10-06 14:43:28 -0600 | [diff] [blame] | 178 | #define MFI_FRAME_IEEE 0x0020 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 179 | |
Sumit.Saxena@avagotech.com | 4026e9a | 2015-04-23 16:31:24 +0530 | [diff] [blame] | 180 | /* Driver internal */ |
| 181 | #define DRV_DCMD_POLLED_MODE 0x1 |
Sumit Saxena | 6d40afb | 2016-01-28 21:04:23 +0530 | [diff] [blame] | 182 | #define DRV_DCMD_SKIP_REFIRE 0x2 |
Sumit.Saxena@avagotech.com | 4026e9a | 2015-04-23 16:31:24 +0530 | [diff] [blame] | 183 | |
Randy Dunlap | a69b74d | 2007-01-05 22:41:48 -0800 | [diff] [blame] | 184 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 185 | * Definition for cmd_status |
| 186 | */ |
| 187 | #define MFI_CMD_STATUS_POLL_MODE 0xFF |
| 188 | |
Randy Dunlap | a69b74d | 2007-01-05 22:41:48 -0800 | [diff] [blame] | 189 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 190 | * MFI command opcodes |
| 191 | */ |
Shivasharan S | 82add4e | 2017-10-19 02:49:02 -0700 | [diff] [blame] | 192 | enum MFI_CMD_OP { |
| 193 | MFI_CMD_INIT = 0x0, |
| 194 | MFI_CMD_LD_READ = 0x1, |
| 195 | MFI_CMD_LD_WRITE = 0x2, |
| 196 | MFI_CMD_LD_SCSI_IO = 0x3, |
| 197 | MFI_CMD_PD_SCSI_IO = 0x4, |
| 198 | MFI_CMD_DCMD = 0x5, |
| 199 | MFI_CMD_ABORT = 0x6, |
| 200 | MFI_CMD_SMP = 0x7, |
| 201 | MFI_CMD_STP = 0x8, |
Shivasharan S | f870bcb | 2018-01-05 05:33:04 -0800 | [diff] [blame] | 202 | MFI_CMD_NVME = 0x9, |
Shivasharan S | 82add4e | 2017-10-19 02:49:02 -0700 | [diff] [blame] | 203 | MFI_CMD_OP_COUNT, |
| 204 | MFI_CMD_INVALID = 0xff |
| 205 | }; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 206 | |
| 207 | #define MR_DCMD_CTRL_GET_INFO 0x01010000 |
Yang, Bo | bdc6fb8 | 2009-12-06 08:30:19 -0700 | [diff] [blame] | 208 | #define MR_DCMD_LD_GET_LIST 0x03010000 |
adam radford | 21c9e16 | 2013-09-06 15:27:14 -0700 | [diff] [blame] | 209 | #define MR_DCMD_LD_LIST_QUERY 0x03010100 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 210 | |
| 211 | #define MR_DCMD_CTRL_CACHE_FLUSH 0x01101000 |
| 212 | #define MR_FLUSH_CTRL_CACHE 0x01 |
| 213 | #define MR_FLUSH_DISK_CACHE 0x02 |
| 214 | |
| 215 | #define MR_DCMD_CTRL_SHUTDOWN 0x01050000 |
bo yang | 31ea708 | 2007-11-07 12:09:50 -0500 | [diff] [blame] | 216 | #define MR_DCMD_HIBERNATE_SHUTDOWN 0x01060000 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 217 | #define MR_ENABLE_DRIVE_SPINDOWN 0x01 |
| 218 | |
| 219 | #define MR_DCMD_CTRL_EVENT_GET_INFO 0x01040100 |
| 220 | #define MR_DCMD_CTRL_EVENT_GET 0x01040300 |
| 221 | #define MR_DCMD_CTRL_EVENT_WAIT 0x01040500 |
| 222 | #define MR_DCMD_LD_GET_PROPERTIES 0x03030000 |
| 223 | |
| 224 | #define MR_DCMD_CLUSTER 0x08000000 |
| 225 | #define MR_DCMD_CLUSTER_RESET_ALL 0x08010100 |
| 226 | #define MR_DCMD_CLUSTER_RESET_LD 0x08010200 |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 227 | #define MR_DCMD_PD_LIST_QUERY 0x02010100 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 228 | |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 229 | #define MR_DCMD_CTRL_SET_CRASH_DUMP_PARAMS 0x01190100 |
| 230 | #define MR_DRIVER_SET_APP_CRASHDUMP_MODE (0xF0010000 | 0x0600) |
Sumit Saxena | 2216c30 | 2016-01-28 21:04:26 +0530 | [diff] [blame] | 231 | #define MR_DCMD_PD_GET_INFO 0x02020000 |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 232 | |
Randy Dunlap | a69b74d | 2007-01-05 22:41:48 -0800 | [diff] [blame] | 233 | /* |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 234 | * Global functions |
| 235 | */ |
Shivasharan S | 5f19f7c | 2018-01-05 05:27:44 -0800 | [diff] [blame] | 236 | extern u8 MR_ValidateMapInfo(struct megasas_instance *instance, u64 map_id); |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 237 | |
| 238 | |
| 239 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 240 | * MFI command completion codes |
| 241 | */ |
| 242 | enum MFI_STAT { |
| 243 | MFI_STAT_OK = 0x00, |
| 244 | MFI_STAT_INVALID_CMD = 0x01, |
| 245 | MFI_STAT_INVALID_DCMD = 0x02, |
| 246 | MFI_STAT_INVALID_PARAMETER = 0x03, |
| 247 | MFI_STAT_INVALID_SEQUENCE_NUMBER = 0x04, |
| 248 | MFI_STAT_ABORT_NOT_POSSIBLE = 0x05, |
| 249 | MFI_STAT_APP_HOST_CODE_NOT_FOUND = 0x06, |
| 250 | MFI_STAT_APP_IN_USE = 0x07, |
| 251 | MFI_STAT_APP_NOT_INITIALIZED = 0x08, |
| 252 | MFI_STAT_ARRAY_INDEX_INVALID = 0x09, |
| 253 | MFI_STAT_ARRAY_ROW_NOT_EMPTY = 0x0a, |
| 254 | MFI_STAT_CONFIG_RESOURCE_CONFLICT = 0x0b, |
| 255 | MFI_STAT_DEVICE_NOT_FOUND = 0x0c, |
| 256 | MFI_STAT_DRIVE_TOO_SMALL = 0x0d, |
| 257 | MFI_STAT_FLASH_ALLOC_FAIL = 0x0e, |
| 258 | MFI_STAT_FLASH_BUSY = 0x0f, |
| 259 | MFI_STAT_FLASH_ERROR = 0x10, |
| 260 | MFI_STAT_FLASH_IMAGE_BAD = 0x11, |
| 261 | MFI_STAT_FLASH_IMAGE_INCOMPLETE = 0x12, |
| 262 | MFI_STAT_FLASH_NOT_OPEN = 0x13, |
| 263 | MFI_STAT_FLASH_NOT_STARTED = 0x14, |
| 264 | MFI_STAT_FLUSH_FAILED = 0x15, |
| 265 | MFI_STAT_HOST_CODE_NOT_FOUNT = 0x16, |
| 266 | MFI_STAT_LD_CC_IN_PROGRESS = 0x17, |
| 267 | MFI_STAT_LD_INIT_IN_PROGRESS = 0x18, |
| 268 | MFI_STAT_LD_LBA_OUT_OF_RANGE = 0x19, |
| 269 | MFI_STAT_LD_MAX_CONFIGURED = 0x1a, |
| 270 | MFI_STAT_LD_NOT_OPTIMAL = 0x1b, |
| 271 | MFI_STAT_LD_RBLD_IN_PROGRESS = 0x1c, |
| 272 | MFI_STAT_LD_RECON_IN_PROGRESS = 0x1d, |
| 273 | MFI_STAT_LD_WRONG_RAID_LEVEL = 0x1e, |
| 274 | MFI_STAT_MAX_SPARES_EXCEEDED = 0x1f, |
| 275 | MFI_STAT_MEMORY_NOT_AVAILABLE = 0x20, |
| 276 | MFI_STAT_MFC_HW_ERROR = 0x21, |
| 277 | MFI_STAT_NO_HW_PRESENT = 0x22, |
| 278 | MFI_STAT_NOT_FOUND = 0x23, |
| 279 | MFI_STAT_NOT_IN_ENCL = 0x24, |
| 280 | MFI_STAT_PD_CLEAR_IN_PROGRESS = 0x25, |
| 281 | MFI_STAT_PD_TYPE_WRONG = 0x26, |
| 282 | MFI_STAT_PR_DISABLED = 0x27, |
| 283 | MFI_STAT_ROW_INDEX_INVALID = 0x28, |
| 284 | MFI_STAT_SAS_CONFIG_INVALID_ACTION = 0x29, |
| 285 | MFI_STAT_SAS_CONFIG_INVALID_DATA = 0x2a, |
| 286 | MFI_STAT_SAS_CONFIG_INVALID_PAGE = 0x2b, |
| 287 | MFI_STAT_SAS_CONFIG_INVALID_TYPE = 0x2c, |
| 288 | MFI_STAT_SCSI_DONE_WITH_ERROR = 0x2d, |
| 289 | MFI_STAT_SCSI_IO_FAILED = 0x2e, |
| 290 | MFI_STAT_SCSI_RESERVATION_CONFLICT = 0x2f, |
| 291 | MFI_STAT_SHUTDOWN_FAILED = 0x30, |
| 292 | MFI_STAT_TIME_NOT_SET = 0x31, |
| 293 | MFI_STAT_WRONG_STATE = 0x32, |
| 294 | MFI_STAT_LD_OFFLINE = 0x33, |
| 295 | MFI_STAT_PEER_NOTIFICATION_REJECTED = 0x34, |
| 296 | MFI_STAT_PEER_NOTIFICATION_FAILED = 0x35, |
| 297 | MFI_STAT_RESERVATION_IN_PROGRESS = 0x36, |
| 298 | MFI_STAT_I2C_ERRORS_DETECTED = 0x37, |
| 299 | MFI_STAT_PCI_ERRORS_DETECTED = 0x38, |
adam radford | 36807e6 | 2011-10-08 18:15:06 -0700 | [diff] [blame] | 300 | MFI_STAT_CONFIG_SEQ_MISMATCH = 0x67, |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 301 | |
| 302 | MFI_STAT_INVALID_STATUS = 0xFF |
| 303 | }; |
| 304 | |
sumit.saxena@avagotech.com | 714f517 | 2015-08-31 17:23:51 +0530 | [diff] [blame] | 305 | enum mfi_evt_class { |
| 306 | MFI_EVT_CLASS_DEBUG = -2, |
| 307 | MFI_EVT_CLASS_PROGRESS = -1, |
| 308 | MFI_EVT_CLASS_INFO = 0, |
| 309 | MFI_EVT_CLASS_WARNING = 1, |
| 310 | MFI_EVT_CLASS_CRITICAL = 2, |
| 311 | MFI_EVT_CLASS_FATAL = 3, |
| 312 | MFI_EVT_CLASS_DEAD = 4 |
| 313 | }; |
| 314 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 315 | /* |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 316 | * Crash dump related defines |
| 317 | */ |
| 318 | #define MAX_CRASH_DUMP_SIZE 512 |
| 319 | #define CRASH_DMA_BUF_SIZE (1024 * 1024) |
| 320 | |
| 321 | enum MR_FW_CRASH_DUMP_STATE { |
| 322 | UNAVAILABLE = 0, |
| 323 | AVAILABLE = 1, |
| 324 | COPYING = 2, |
| 325 | COPIED = 3, |
| 326 | COPY_ERROR = 4, |
| 327 | }; |
| 328 | |
| 329 | enum _MR_CRASH_BUF_STATUS { |
| 330 | MR_CRASH_BUF_TURN_OFF = 0, |
| 331 | MR_CRASH_BUF_TURN_ON = 1, |
| 332 | }; |
| 333 | |
| 334 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 335 | * Number of mailbox bytes in DCMD message frame |
| 336 | */ |
| 337 | #define MFI_MBOX_SIZE 12 |
| 338 | |
| 339 | enum MR_EVT_CLASS { |
| 340 | |
| 341 | MR_EVT_CLASS_DEBUG = -2, |
| 342 | MR_EVT_CLASS_PROGRESS = -1, |
| 343 | MR_EVT_CLASS_INFO = 0, |
| 344 | MR_EVT_CLASS_WARNING = 1, |
| 345 | MR_EVT_CLASS_CRITICAL = 2, |
| 346 | MR_EVT_CLASS_FATAL = 3, |
| 347 | MR_EVT_CLASS_DEAD = 4, |
| 348 | |
| 349 | }; |
| 350 | |
| 351 | enum MR_EVT_LOCALE { |
| 352 | |
| 353 | MR_EVT_LOCALE_LD = 0x0001, |
| 354 | MR_EVT_LOCALE_PD = 0x0002, |
| 355 | MR_EVT_LOCALE_ENCL = 0x0004, |
| 356 | MR_EVT_LOCALE_BBU = 0x0008, |
| 357 | MR_EVT_LOCALE_SAS = 0x0010, |
| 358 | MR_EVT_LOCALE_CTRL = 0x0020, |
| 359 | MR_EVT_LOCALE_CONFIG = 0x0040, |
| 360 | MR_EVT_LOCALE_CLUSTER = 0x0080, |
| 361 | MR_EVT_LOCALE_ALL = 0xffff, |
| 362 | |
| 363 | }; |
| 364 | |
| 365 | enum MR_EVT_ARGS { |
| 366 | |
| 367 | MR_EVT_ARGS_NONE, |
| 368 | MR_EVT_ARGS_CDB_SENSE, |
| 369 | MR_EVT_ARGS_LD, |
| 370 | MR_EVT_ARGS_LD_COUNT, |
| 371 | MR_EVT_ARGS_LD_LBA, |
| 372 | MR_EVT_ARGS_LD_OWNER, |
| 373 | MR_EVT_ARGS_LD_LBA_PD_LBA, |
| 374 | MR_EVT_ARGS_LD_PROG, |
| 375 | MR_EVT_ARGS_LD_STATE, |
| 376 | MR_EVT_ARGS_LD_STRIP, |
| 377 | MR_EVT_ARGS_PD, |
| 378 | MR_EVT_ARGS_PD_ERR, |
| 379 | MR_EVT_ARGS_PD_LBA, |
| 380 | MR_EVT_ARGS_PD_LBA_LD, |
| 381 | MR_EVT_ARGS_PD_PROG, |
| 382 | MR_EVT_ARGS_PD_STATE, |
| 383 | MR_EVT_ARGS_PCI, |
| 384 | MR_EVT_ARGS_RATE, |
| 385 | MR_EVT_ARGS_STR, |
| 386 | MR_EVT_ARGS_TIME, |
| 387 | MR_EVT_ARGS_ECC, |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 388 | MR_EVT_ARGS_LD_PROP, |
| 389 | MR_EVT_ARGS_PD_SPARE, |
| 390 | MR_EVT_ARGS_PD_INDEX, |
| 391 | MR_EVT_ARGS_DIAG_PASS, |
| 392 | MR_EVT_ARGS_DIAG_FAIL, |
| 393 | MR_EVT_ARGS_PD_LBA_LBA, |
| 394 | MR_EVT_ARGS_PORT_PHY, |
| 395 | MR_EVT_ARGS_PD_MISSING, |
| 396 | MR_EVT_ARGS_PD_ADDRESS, |
| 397 | MR_EVT_ARGS_BITMAP, |
| 398 | MR_EVT_ARGS_CONNECTOR, |
| 399 | MR_EVT_ARGS_PD_PD, |
| 400 | MR_EVT_ARGS_PD_FRU, |
| 401 | MR_EVT_ARGS_PD_PATHINFO, |
| 402 | MR_EVT_ARGS_PD_POWER_STATE, |
| 403 | MR_EVT_ARGS_GENERIC, |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 404 | }; |
| 405 | |
sumit.saxena@avagotech.com | 357ae96 | 2015-10-15 13:40:04 +0530 | [diff] [blame] | 406 | |
| 407 | #define SGE_BUFFER_SIZE 4096 |
Sumit Saxena | 8f67c8c | 2016-01-28 21:14:25 +0530 | [diff] [blame] | 408 | #define MEGASAS_CLUSTER_ID_SIZE 16 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 409 | /* |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 410 | * define constants for device list query options |
| 411 | */ |
| 412 | enum MR_PD_QUERY_TYPE { |
| 413 | MR_PD_QUERY_TYPE_ALL = 0, |
| 414 | MR_PD_QUERY_TYPE_STATE = 1, |
| 415 | MR_PD_QUERY_TYPE_POWER_STATE = 2, |
| 416 | MR_PD_QUERY_TYPE_MEDIA_TYPE = 3, |
| 417 | MR_PD_QUERY_TYPE_SPEED = 4, |
| 418 | MR_PD_QUERY_TYPE_EXPOSED_TO_HOST = 5, |
| 419 | }; |
| 420 | |
adam radford | 21c9e16 | 2013-09-06 15:27:14 -0700 | [diff] [blame] | 421 | enum MR_LD_QUERY_TYPE { |
| 422 | MR_LD_QUERY_TYPE_ALL = 0, |
| 423 | MR_LD_QUERY_TYPE_EXPOSED_TO_HOST = 1, |
| 424 | MR_LD_QUERY_TYPE_USED_TGT_IDS = 2, |
| 425 | MR_LD_QUERY_TYPE_CLUSTER_ACCESS = 3, |
| 426 | MR_LD_QUERY_TYPE_CLUSTER_LOCALE = 4, |
| 427 | }; |
| 428 | |
| 429 | |
Yang, Bo | 7e8a75f | 2009-10-06 14:50:17 -0600 | [diff] [blame] | 430 | #define MR_EVT_CFG_CLEARED 0x0004 |
| 431 | #define MR_EVT_LD_STATE_CHANGE 0x0051 |
| 432 | #define MR_EVT_PD_INSERTED 0x005b |
| 433 | #define MR_EVT_PD_REMOVED 0x0070 |
| 434 | #define MR_EVT_LD_CREATED 0x008a |
| 435 | #define MR_EVT_LD_DELETED 0x008b |
| 436 | #define MR_EVT_FOREIGN_CFG_IMPORTED 0x00db |
| 437 | #define MR_EVT_LD_OFFLINE 0x00fc |
| 438 | #define MR_EVT_CTRL_HOST_BUS_SCAN_REQUESTED 0x0152 |
sumit.saxena@avagotech.com | c4bd265 | 2015-10-15 13:40:14 +0530 | [diff] [blame] | 439 | #define MR_EVT_CTRL_PROP_CHANGED 0x012f |
Yang, Bo | 7e8a75f | 2009-10-06 14:50:17 -0600 | [diff] [blame] | 440 | |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 441 | enum MR_PD_STATE { |
| 442 | MR_PD_STATE_UNCONFIGURED_GOOD = 0x00, |
| 443 | MR_PD_STATE_UNCONFIGURED_BAD = 0x01, |
| 444 | MR_PD_STATE_HOT_SPARE = 0x02, |
| 445 | MR_PD_STATE_OFFLINE = 0x10, |
| 446 | MR_PD_STATE_FAILED = 0x11, |
| 447 | MR_PD_STATE_REBUILD = 0x14, |
| 448 | MR_PD_STATE_ONLINE = 0x18, |
| 449 | MR_PD_STATE_COPYBACK = 0x20, |
| 450 | MR_PD_STATE_SYSTEM = 0x40, |
| 451 | }; |
| 452 | |
Sumit Saxena | 2216c30 | 2016-01-28 21:04:26 +0530 | [diff] [blame] | 453 | union MR_PD_REF { |
| 454 | struct { |
| 455 | u16 deviceId; |
| 456 | u16 seqNum; |
| 457 | } mrPdRef; |
| 458 | u32 ref; |
| 459 | }; |
| 460 | |
| 461 | /* |
| 462 | * define the DDF Type bit structure |
| 463 | */ |
| 464 | union MR_PD_DDF_TYPE { |
| 465 | struct { |
| 466 | union { |
| 467 | struct { |
| 468 | #ifndef __BIG_ENDIAN_BITFIELD |
| 469 | u16 forcedPDGUID:1; |
| 470 | u16 inVD:1; |
| 471 | u16 isGlobalSpare:1; |
| 472 | u16 isSpare:1; |
| 473 | u16 isForeign:1; |
| 474 | u16 reserved:7; |
| 475 | u16 intf:4; |
| 476 | #else |
| 477 | u16 intf:4; |
| 478 | u16 reserved:7; |
| 479 | u16 isForeign:1; |
| 480 | u16 isSpare:1; |
| 481 | u16 isGlobalSpare:1; |
| 482 | u16 inVD:1; |
| 483 | u16 forcedPDGUID:1; |
| 484 | #endif |
| 485 | } pdType; |
| 486 | u16 type; |
| 487 | }; |
| 488 | u16 reserved; |
| 489 | } ddf; |
| 490 | struct { |
| 491 | u32 reserved; |
| 492 | } nonDisk; |
| 493 | u32 type; |
| 494 | } __packed; |
| 495 | |
| 496 | /* |
| 497 | * defines the progress structure |
| 498 | */ |
| 499 | union MR_PROGRESS { |
| 500 | struct { |
| 501 | u16 progress; |
| 502 | union { |
| 503 | u16 elapsedSecs; |
| 504 | u16 elapsedSecsForLastPercent; |
| 505 | }; |
| 506 | } mrProgress; |
| 507 | u32 w; |
| 508 | } __packed; |
| 509 | |
| 510 | /* |
| 511 | * defines the physical drive progress structure |
| 512 | */ |
| 513 | struct MR_PD_PROGRESS { |
| 514 | struct { |
| 515 | #ifndef MFI_BIG_ENDIAN |
| 516 | u32 rbld:1; |
| 517 | u32 patrol:1; |
| 518 | u32 clear:1; |
| 519 | u32 copyBack:1; |
| 520 | u32 erase:1; |
| 521 | u32 locate:1; |
| 522 | u32 reserved:26; |
| 523 | #else |
| 524 | u32 reserved:26; |
| 525 | u32 locate:1; |
| 526 | u32 erase:1; |
| 527 | u32 copyBack:1; |
| 528 | u32 clear:1; |
| 529 | u32 patrol:1; |
| 530 | u32 rbld:1; |
| 531 | #endif |
| 532 | } active; |
| 533 | union MR_PROGRESS rbld; |
| 534 | union MR_PROGRESS patrol; |
| 535 | union { |
| 536 | union MR_PROGRESS clear; |
| 537 | union MR_PROGRESS erase; |
| 538 | }; |
| 539 | |
| 540 | struct { |
| 541 | #ifndef MFI_BIG_ENDIAN |
| 542 | u32 rbld:1; |
| 543 | u32 patrol:1; |
| 544 | u32 clear:1; |
| 545 | u32 copyBack:1; |
| 546 | u32 erase:1; |
| 547 | u32 reserved:27; |
| 548 | #else |
| 549 | u32 reserved:27; |
| 550 | u32 erase:1; |
| 551 | u32 copyBack:1; |
| 552 | u32 clear:1; |
| 553 | u32 patrol:1; |
| 554 | u32 rbld:1; |
| 555 | #endif |
| 556 | } pause; |
| 557 | |
| 558 | union MR_PROGRESS reserved[3]; |
| 559 | } __packed; |
| 560 | |
| 561 | struct MR_PD_INFO { |
| 562 | union MR_PD_REF ref; |
| 563 | u8 inquiryData[96]; |
| 564 | u8 vpdPage83[64]; |
| 565 | u8 notSupported; |
| 566 | u8 scsiDevType; |
| 567 | |
| 568 | union { |
| 569 | u8 connectedPortBitmap; |
| 570 | u8 connectedPortNumbers; |
| 571 | }; |
| 572 | |
| 573 | u8 deviceSpeed; |
| 574 | u32 mediaErrCount; |
| 575 | u32 otherErrCount; |
| 576 | u32 predFailCount; |
| 577 | u32 lastPredFailEventSeqNum; |
| 578 | |
| 579 | u16 fwState; |
| 580 | u8 disabledForRemoval; |
| 581 | u8 linkSpeed; |
| 582 | union MR_PD_DDF_TYPE state; |
| 583 | |
| 584 | struct { |
| 585 | u8 count; |
| 586 | #ifndef __BIG_ENDIAN_BITFIELD |
| 587 | u8 isPathBroken:4; |
| 588 | u8 reserved3:3; |
| 589 | u8 widePortCapable:1; |
| 590 | #else |
| 591 | u8 widePortCapable:1; |
| 592 | u8 reserved3:3; |
| 593 | u8 isPathBroken:4; |
| 594 | #endif |
| 595 | |
| 596 | u8 connectorIndex[2]; |
| 597 | u8 reserved[4]; |
| 598 | u64 sasAddr[2]; |
| 599 | u8 reserved2[16]; |
| 600 | } pathInfo; |
| 601 | |
| 602 | u64 rawSize; |
| 603 | u64 nonCoercedSize; |
| 604 | u64 coercedSize; |
| 605 | u16 enclDeviceId; |
| 606 | u8 enclIndex; |
| 607 | |
| 608 | union { |
| 609 | u8 slotNumber; |
| 610 | u8 enclConnectorIndex; |
| 611 | }; |
| 612 | |
| 613 | struct MR_PD_PROGRESS progInfo; |
| 614 | u8 badBlockTableFull; |
| 615 | u8 unusableInCurrentConfig; |
| 616 | u8 vpdPage83Ext[64]; |
| 617 | u8 powerState; |
| 618 | u8 enclPosition; |
| 619 | u32 allowedOps; |
| 620 | u16 copyBackPartnerId; |
| 621 | u16 enclPartnerDeviceId; |
| 622 | struct { |
| 623 | #ifndef __BIG_ENDIAN_BITFIELD |
| 624 | u16 fdeCapable:1; |
| 625 | u16 fdeEnabled:1; |
| 626 | u16 secured:1; |
| 627 | u16 locked:1; |
| 628 | u16 foreign:1; |
| 629 | u16 needsEKM:1; |
| 630 | u16 reserved:10; |
| 631 | #else |
| 632 | u16 reserved:10; |
| 633 | u16 needsEKM:1; |
| 634 | u16 foreign:1; |
| 635 | u16 locked:1; |
| 636 | u16 secured:1; |
| 637 | u16 fdeEnabled:1; |
| 638 | u16 fdeCapable:1; |
| 639 | #endif |
| 640 | } security; |
| 641 | u8 mediaType; |
| 642 | u8 notCertified; |
| 643 | u8 bridgeVendor[8]; |
| 644 | u8 bridgeProductIdentification[16]; |
| 645 | u8 bridgeProductRevisionLevel[4]; |
| 646 | u8 satBridgeExists; |
| 647 | |
| 648 | u8 interfaceType; |
| 649 | u8 temperature; |
| 650 | u8 emulatedBlockSize; |
| 651 | u16 userDataBlockSize; |
| 652 | u16 reserved2; |
| 653 | |
| 654 | struct { |
| 655 | #ifndef __BIG_ENDIAN_BITFIELD |
| 656 | u32 piType:3; |
| 657 | u32 piFormatted:1; |
| 658 | u32 piEligible:1; |
| 659 | u32 NCQ:1; |
| 660 | u32 WCE:1; |
| 661 | u32 commissionedSpare:1; |
| 662 | u32 emergencySpare:1; |
| 663 | u32 ineligibleForSSCD:1; |
| 664 | u32 ineligibleForLd:1; |
| 665 | u32 useSSEraseType:1; |
| 666 | u32 wceUnchanged:1; |
| 667 | u32 supportScsiUnmap:1; |
| 668 | u32 reserved:18; |
| 669 | #else |
| 670 | u32 reserved:18; |
| 671 | u32 supportScsiUnmap:1; |
| 672 | u32 wceUnchanged:1; |
| 673 | u32 useSSEraseType:1; |
| 674 | u32 ineligibleForLd:1; |
| 675 | u32 ineligibleForSSCD:1; |
| 676 | u32 emergencySpare:1; |
| 677 | u32 commissionedSpare:1; |
| 678 | u32 WCE:1; |
| 679 | u32 NCQ:1; |
| 680 | u32 piEligible:1; |
| 681 | u32 piFormatted:1; |
| 682 | u32 piType:3; |
| 683 | #endif |
| 684 | } properties; |
| 685 | |
| 686 | u64 shieldDiagCompletionTime; |
| 687 | u8 shieldCounter; |
| 688 | |
| 689 | u8 linkSpeedOther; |
| 690 | u8 reserved4[2]; |
| 691 | |
| 692 | struct { |
| 693 | #ifndef __BIG_ENDIAN_BITFIELD |
| 694 | u32 bbmErrCountSupported:1; |
| 695 | u32 bbmErrCount:31; |
| 696 | #else |
| 697 | u32 bbmErrCount:31; |
| 698 | u32 bbmErrCountSupported:1; |
| 699 | #endif |
| 700 | } bbmErr; |
| 701 | |
| 702 | u8 reserved1[512-428]; |
| 703 | } __packed; |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 704 | |
Shivasharan S | 96188a8 | 2017-02-10 00:59:11 -0800 | [diff] [blame] | 705 | /* |
| 706 | * Definition of structure used to expose attributes of VD or JBOD |
| 707 | * (this structure is to be filled by firmware when MR_DCMD_DRV_GET_TARGET_PROP |
| 708 | * is fired by driver) |
| 709 | */ |
| 710 | struct MR_TARGET_PROPERTIES { |
| 711 | u32 max_io_size_kb; |
| 712 | u32 device_qdepth; |
| 713 | u32 sector_size; |
Shivasharan S | e9495e2 | 2018-06-04 03:45:12 -0700 | [diff] [blame] | 714 | u8 reset_tmo; |
| 715 | u8 reserved[499]; |
Shivasharan S | 96188a8 | 2017-02-10 00:59:11 -0800 | [diff] [blame] | 716 | } __packed; |
| 717 | |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 718 | /* |
| 719 | * defines the physical drive address structure |
| 720 | */ |
| 721 | struct MR_PD_ADDRESS { |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 722 | __le16 deviceId; |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 723 | u16 enclDeviceId; |
| 724 | |
| 725 | union { |
| 726 | struct { |
| 727 | u8 enclIndex; |
| 728 | u8 slotNumber; |
| 729 | } mrPdAddress; |
| 730 | struct { |
| 731 | u8 enclPosition; |
| 732 | u8 enclConnectorIndex; |
| 733 | } mrEnclAddress; |
| 734 | }; |
| 735 | u8 scsiDevType; |
| 736 | union { |
| 737 | u8 connectedPortBitmap; |
| 738 | u8 connectedPortNumbers; |
| 739 | }; |
| 740 | u64 sasAddr[2]; |
| 741 | } __packed; |
| 742 | |
| 743 | /* |
| 744 | * defines the physical drive list structure |
| 745 | */ |
| 746 | struct MR_PD_LIST { |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 747 | __le32 size; |
| 748 | __le32 count; |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 749 | struct MR_PD_ADDRESS addr[1]; |
| 750 | } __packed; |
| 751 | |
| 752 | struct megasas_pd_list { |
| 753 | u16 tid; |
| 754 | u8 driveType; |
| 755 | u8 driveState; |
| 756 | } __packed; |
| 757 | |
Yang, Bo | bdc6fb8 | 2009-12-06 08:30:19 -0700 | [diff] [blame] | 758 | /* |
| 759 | * defines the logical drive reference structure |
| 760 | */ |
| 761 | union MR_LD_REF { |
| 762 | struct { |
| 763 | u8 targetId; |
| 764 | u8 reserved; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 765 | __le16 seqNum; |
Yang, Bo | bdc6fb8 | 2009-12-06 08:30:19 -0700 | [diff] [blame] | 766 | }; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 767 | __le32 ref; |
Yang, Bo | bdc6fb8 | 2009-12-06 08:30:19 -0700 | [diff] [blame] | 768 | } __packed; |
| 769 | |
| 770 | /* |
| 771 | * defines the logical drive list structure |
| 772 | */ |
| 773 | struct MR_LD_LIST { |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 774 | __le32 ldCount; |
| 775 | __le32 reserved; |
Yang, Bo | bdc6fb8 | 2009-12-06 08:30:19 -0700 | [diff] [blame] | 776 | struct { |
| 777 | union MR_LD_REF ref; |
| 778 | u8 state; |
| 779 | u8 reserved[3]; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 780 | __le64 size; |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 781 | } ldList[MAX_LOGICAL_DRIVES_EXT]; |
Yang, Bo | bdc6fb8 | 2009-12-06 08:30:19 -0700 | [diff] [blame] | 782 | } __packed; |
| 783 | |
adam radford | 21c9e16 | 2013-09-06 15:27:14 -0700 | [diff] [blame] | 784 | struct MR_LD_TARGETID_LIST { |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 785 | __le32 size; |
| 786 | __le32 count; |
adam radford | 21c9e16 | 2013-09-06 15:27:14 -0700 | [diff] [blame] | 787 | u8 pad[3]; |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 788 | u8 targetId[MAX_LOGICAL_DRIVES_EXT]; |
adam radford | 21c9e16 | 2013-09-06 15:27:14 -0700 | [diff] [blame] | 789 | }; |
| 790 | |
| 791 | |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 792 | /* |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 793 | * SAS controller properties |
| 794 | */ |
| 795 | struct megasas_ctrl_prop { |
| 796 | |
| 797 | u16 seq_num; |
| 798 | u16 pred_fail_poll_interval; |
| 799 | u16 intr_throttle_count; |
| 800 | u16 intr_throttle_timeouts; |
| 801 | u8 rebuild_rate; |
| 802 | u8 patrol_read_rate; |
| 803 | u8 bgi_rate; |
| 804 | u8 cc_rate; |
| 805 | u8 recon_rate; |
| 806 | u8 cache_flush_interval; |
| 807 | u8 spinup_drv_count; |
| 808 | u8 spinup_delay; |
| 809 | u8 cluster_enable; |
| 810 | u8 coercion_mode; |
| 811 | u8 alarm_enable; |
| 812 | u8 disable_auto_rebuild; |
| 813 | u8 disable_battery_warn; |
| 814 | u8 ecc_bucket_size; |
| 815 | u16 ecc_bucket_leak_rate; |
| 816 | u8 restore_hotspare_on_insertion; |
| 817 | u8 expose_encl_devices; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 818 | u8 maintainPdFailHistory; |
| 819 | u8 disallowHostRequestReordering; |
| 820 | u8 abortCCOnError; |
| 821 | u8 loadBalanceMode; |
| 822 | u8 disableAutoDetectBackplane; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 823 | |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 824 | u8 snapVDSpace; |
| 825 | |
| 826 | /* |
| 827 | * Add properties that can be controlled by |
| 828 | * a bit in the following structure. |
| 829 | */ |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 830 | struct { |
Sumit.Saxena@lsi.com | 94cd65d | 2013-09-06 15:50:52 +0530 | [diff] [blame] | 831 | #if defined(__BIG_ENDIAN_BITFIELD) |
| 832 | u32 reserved:18; |
| 833 | u32 enableJBOD:1; |
| 834 | u32 disableSpinDownHS:1; |
| 835 | u32 allowBootWithPinnedCache:1; |
| 836 | u32 disableOnlineCtrlReset:1; |
| 837 | u32 enableSecretKeyControl:1; |
| 838 | u32 autoEnhancedImport:1; |
| 839 | u32 enableSpinDownUnconfigured:1; |
| 840 | u32 SSDPatrolReadEnabled:1; |
| 841 | u32 SSDSMARTerEnabled:1; |
| 842 | u32 disableNCQ:1; |
| 843 | u32 useFdeOnly:1; |
| 844 | u32 prCorrectUnconfiguredAreas:1; |
| 845 | u32 SMARTerEnabled:1; |
| 846 | u32 copyBackDisabled:1; |
| 847 | #else |
| 848 | u32 copyBackDisabled:1; |
| 849 | u32 SMARTerEnabled:1; |
| 850 | u32 prCorrectUnconfiguredAreas:1; |
| 851 | u32 useFdeOnly:1; |
| 852 | u32 disableNCQ:1; |
| 853 | u32 SSDSMARTerEnabled:1; |
| 854 | u32 SSDPatrolReadEnabled:1; |
| 855 | u32 enableSpinDownUnconfigured:1; |
| 856 | u32 autoEnhancedImport:1; |
| 857 | u32 enableSecretKeyControl:1; |
| 858 | u32 disableOnlineCtrlReset:1; |
| 859 | u32 allowBootWithPinnedCache:1; |
| 860 | u32 disableSpinDownHS:1; |
| 861 | u32 enableJBOD:1; |
| 862 | u32 reserved:18; |
| 863 | #endif |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 864 | } OnOffProperties; |
Shivasharan S | f0c21df | 2018-10-16 23:37:40 -0700 | [diff] [blame^] | 865 | |
| 866 | union { |
| 867 | u8 autoSnapVDSpace; |
| 868 | u8 viewSpace; |
| 869 | struct { |
| 870 | #if defined(__BIG_ENDIAN_BITFIELD) |
| 871 | u16 reserved2:11; |
| 872 | u16 enable_snap_dump:1; |
| 873 | u16 reserved1:4; |
| 874 | #else |
| 875 | u16 reserved1:4; |
| 876 | u16 enable_snap_dump:1; |
| 877 | u16 reserved2:11; |
| 878 | #endif |
| 879 | } on_off_properties2; |
| 880 | }; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 881 | __le16 spinDownTime; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 882 | u8 reserved[24]; |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 883 | } __packed; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 884 | |
| 885 | /* |
| 886 | * SAS controller information |
| 887 | */ |
| 888 | struct megasas_ctrl_info { |
| 889 | |
| 890 | /* |
| 891 | * PCI device information |
| 892 | */ |
| 893 | struct { |
| 894 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 895 | __le16 vendor_id; |
| 896 | __le16 device_id; |
| 897 | __le16 sub_vendor_id; |
| 898 | __le16 sub_device_id; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 899 | u8 reserved[24]; |
| 900 | |
| 901 | } __attribute__ ((packed)) pci; |
| 902 | |
| 903 | /* |
| 904 | * Host interface information |
| 905 | */ |
| 906 | struct { |
| 907 | |
| 908 | u8 PCIX:1; |
| 909 | u8 PCIE:1; |
| 910 | u8 iSCSI:1; |
| 911 | u8 SAS_3G:1; |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 912 | u8 SRIOV:1; |
| 913 | u8 reserved_0:3; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 914 | u8 reserved_1[6]; |
| 915 | u8 port_count; |
| 916 | u64 port_addr[8]; |
| 917 | |
| 918 | } __attribute__ ((packed)) host_interface; |
| 919 | |
| 920 | /* |
| 921 | * Device (backend) interface information |
| 922 | */ |
| 923 | struct { |
| 924 | |
| 925 | u8 SPI:1; |
| 926 | u8 SAS_3G:1; |
| 927 | u8 SATA_1_5G:1; |
| 928 | u8 SATA_3G:1; |
| 929 | u8 reserved_0:4; |
| 930 | u8 reserved_1[6]; |
| 931 | u8 port_count; |
| 932 | u64 port_addr[8]; |
| 933 | |
| 934 | } __attribute__ ((packed)) device_interface; |
| 935 | |
| 936 | /* |
| 937 | * List of components residing in flash. All str are null terminated |
| 938 | */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 939 | __le32 image_check_word; |
| 940 | __le32 image_component_count; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 941 | |
| 942 | struct { |
| 943 | |
| 944 | char name[8]; |
| 945 | char version[32]; |
| 946 | char build_date[16]; |
| 947 | char built_time[16]; |
| 948 | |
| 949 | } __attribute__ ((packed)) image_component[8]; |
| 950 | |
| 951 | /* |
| 952 | * List of flash components that have been flashed on the card, but |
| 953 | * are not in use, pending reset of the adapter. This list will be |
| 954 | * empty if a flash operation has not occurred. All stings are null |
| 955 | * terminated |
| 956 | */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 957 | __le32 pending_image_component_count; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 958 | |
| 959 | struct { |
| 960 | |
| 961 | char name[8]; |
| 962 | char version[32]; |
| 963 | char build_date[16]; |
| 964 | char build_time[16]; |
| 965 | |
| 966 | } __attribute__ ((packed)) pending_image_component[8]; |
| 967 | |
| 968 | u8 max_arms; |
| 969 | u8 max_spans; |
| 970 | u8 max_arrays; |
| 971 | u8 max_lds; |
| 972 | |
| 973 | char product_name[80]; |
| 974 | char serial_no[32]; |
| 975 | |
| 976 | /* |
| 977 | * Other physical/controller/operation information. Indicates the |
| 978 | * presence of the hardware |
| 979 | */ |
| 980 | struct { |
| 981 | |
| 982 | u32 bbu:1; |
| 983 | u32 alarm:1; |
| 984 | u32 nvram:1; |
| 985 | u32 uart:1; |
| 986 | u32 reserved:28; |
| 987 | |
| 988 | } __attribute__ ((packed)) hw_present; |
| 989 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 990 | __le32 current_fw_time; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 991 | |
| 992 | /* |
| 993 | * Maximum data transfer sizes |
| 994 | */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 995 | __le16 max_concurrent_cmds; |
| 996 | __le16 max_sge_count; |
| 997 | __le32 max_request_size; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 998 | |
| 999 | /* |
| 1000 | * Logical and physical device counts |
| 1001 | */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1002 | __le16 ld_present_count; |
| 1003 | __le16 ld_degraded_count; |
| 1004 | __le16 ld_offline_count; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1005 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1006 | __le16 pd_present_count; |
| 1007 | __le16 pd_disk_present_count; |
| 1008 | __le16 pd_disk_pred_failure_count; |
| 1009 | __le16 pd_disk_failed_count; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1010 | |
| 1011 | /* |
| 1012 | * Memory size information |
| 1013 | */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1014 | __le16 nvram_size; |
| 1015 | __le16 memory_size; |
| 1016 | __le16 flash_size; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1017 | |
| 1018 | /* |
| 1019 | * Error counters |
| 1020 | */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1021 | __le16 mem_correctable_error_count; |
| 1022 | __le16 mem_uncorrectable_error_count; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1023 | |
| 1024 | /* |
| 1025 | * Cluster information |
| 1026 | */ |
| 1027 | u8 cluster_permitted; |
| 1028 | u8 cluster_active; |
| 1029 | |
| 1030 | /* |
| 1031 | * Additional max data transfer sizes |
| 1032 | */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1033 | __le16 max_strips_per_io; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1034 | |
| 1035 | /* |
| 1036 | * Controller capabilities structures |
| 1037 | */ |
| 1038 | struct { |
| 1039 | |
| 1040 | u32 raid_level_0:1; |
| 1041 | u32 raid_level_1:1; |
| 1042 | u32 raid_level_5:1; |
| 1043 | u32 raid_level_1E:1; |
| 1044 | u32 raid_level_6:1; |
| 1045 | u32 reserved:27; |
| 1046 | |
| 1047 | } __attribute__ ((packed)) raid_levels; |
| 1048 | |
| 1049 | struct { |
| 1050 | |
| 1051 | u32 rbld_rate:1; |
| 1052 | u32 cc_rate:1; |
| 1053 | u32 bgi_rate:1; |
| 1054 | u32 recon_rate:1; |
| 1055 | u32 patrol_rate:1; |
| 1056 | u32 alarm_control:1; |
| 1057 | u32 cluster_supported:1; |
| 1058 | u32 bbu:1; |
| 1059 | u32 spanning_allowed:1; |
| 1060 | u32 dedicated_hotspares:1; |
| 1061 | u32 revertible_hotspares:1; |
| 1062 | u32 foreign_config_import:1; |
| 1063 | u32 self_diagnostic:1; |
| 1064 | u32 mixed_redundancy_arr:1; |
| 1065 | u32 global_hot_spares:1; |
| 1066 | u32 reserved:17; |
| 1067 | |
| 1068 | } __attribute__ ((packed)) adapter_operations; |
| 1069 | |
| 1070 | struct { |
| 1071 | |
| 1072 | u32 read_policy:1; |
| 1073 | u32 write_policy:1; |
| 1074 | u32 io_policy:1; |
| 1075 | u32 access_policy:1; |
| 1076 | u32 disk_cache_policy:1; |
| 1077 | u32 reserved:27; |
| 1078 | |
| 1079 | } __attribute__ ((packed)) ld_operations; |
| 1080 | |
| 1081 | struct { |
| 1082 | |
| 1083 | u8 min; |
| 1084 | u8 max; |
| 1085 | u8 reserved[2]; |
| 1086 | |
| 1087 | } __attribute__ ((packed)) stripe_sz_ops; |
| 1088 | |
| 1089 | struct { |
| 1090 | |
| 1091 | u32 force_online:1; |
| 1092 | u32 force_offline:1; |
| 1093 | u32 force_rebuild:1; |
| 1094 | u32 reserved:29; |
| 1095 | |
| 1096 | } __attribute__ ((packed)) pd_operations; |
| 1097 | |
| 1098 | struct { |
| 1099 | |
| 1100 | u32 ctrl_supports_sas:1; |
| 1101 | u32 ctrl_supports_sata:1; |
| 1102 | u32 allow_mix_in_encl:1; |
| 1103 | u32 allow_mix_in_ld:1; |
| 1104 | u32 allow_sata_in_cluster:1; |
| 1105 | u32 reserved:27; |
| 1106 | |
| 1107 | } __attribute__ ((packed)) pd_mix_support; |
| 1108 | |
| 1109 | /* |
| 1110 | * Define ECC single-bit-error bucket information |
| 1111 | */ |
| 1112 | u8 ecc_bucket_count; |
| 1113 | u8 reserved_2[11]; |
| 1114 | |
| 1115 | /* |
| 1116 | * Include the controller properties (changeable items) |
| 1117 | */ |
| 1118 | struct megasas_ctrl_prop properties; |
| 1119 | |
| 1120 | /* |
| 1121 | * Define FW pkg version (set in envt v'bles on OEM basis) |
| 1122 | */ |
| 1123 | char package_version[0x60]; |
| 1124 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1125 | |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1126 | /* |
| 1127 | * If adapterOperations.supportMoreThan8Phys is set, |
| 1128 | * and deviceInterface.portCount is greater than 8, |
| 1129 | * SAS Addrs for first 8 ports shall be populated in |
| 1130 | * deviceInterface.portAddr, and the rest shall be |
| 1131 | * populated in deviceInterfacePortAddr2. |
| 1132 | */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1133 | __le64 deviceInterfacePortAddr2[8]; /*6a0h */ |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1134 | u8 reserved3[128]; /*6e0h */ |
| 1135 | |
| 1136 | struct { /*760h */ |
| 1137 | u16 minPdRaidLevel_0:4; |
| 1138 | u16 maxPdRaidLevel_0:12; |
| 1139 | |
| 1140 | u16 minPdRaidLevel_1:4; |
| 1141 | u16 maxPdRaidLevel_1:12; |
| 1142 | |
| 1143 | u16 minPdRaidLevel_5:4; |
| 1144 | u16 maxPdRaidLevel_5:12; |
| 1145 | |
| 1146 | u16 minPdRaidLevel_1E:4; |
| 1147 | u16 maxPdRaidLevel_1E:12; |
| 1148 | |
| 1149 | u16 minPdRaidLevel_6:4; |
| 1150 | u16 maxPdRaidLevel_6:12; |
| 1151 | |
| 1152 | u16 minPdRaidLevel_10:4; |
| 1153 | u16 maxPdRaidLevel_10:12; |
| 1154 | |
| 1155 | u16 minPdRaidLevel_50:4; |
| 1156 | u16 maxPdRaidLevel_50:12; |
| 1157 | |
| 1158 | u16 minPdRaidLevel_60:4; |
| 1159 | u16 maxPdRaidLevel_60:12; |
| 1160 | |
| 1161 | u16 minPdRaidLevel_1E_RLQ0:4; |
| 1162 | u16 maxPdRaidLevel_1E_RLQ0:12; |
| 1163 | |
| 1164 | u16 minPdRaidLevel_1E0_RLQ0:4; |
| 1165 | u16 maxPdRaidLevel_1E0_RLQ0:12; |
| 1166 | |
| 1167 | u16 reserved[6]; |
| 1168 | } pdsForRaidLevels; |
| 1169 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1170 | __le16 maxPds; /*780h */ |
| 1171 | __le16 maxDedHSPs; /*782h */ |
| 1172 | __le16 maxGlobalHSP; /*784h */ |
| 1173 | __le16 ddfSize; /*786h */ |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1174 | u8 maxLdsPerArray; /*788h */ |
| 1175 | u8 partitionsInDDF; /*789h */ |
| 1176 | u8 lockKeyBinding; /*78ah */ |
| 1177 | u8 maxPITsPerLd; /*78bh */ |
| 1178 | u8 maxViewsPerLd; /*78ch */ |
| 1179 | u8 maxTargetId; /*78dh */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1180 | __le16 maxBvlVdSize; /*78eh */ |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1181 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1182 | __le16 maxConfigurableSSCSize; /*790h */ |
| 1183 | __le16 currentSSCsize; /*792h */ |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1184 | |
| 1185 | char expanderFwVersion[12]; /*794h */ |
| 1186 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1187 | __le16 PFKTrialTimeRemaining; /*7A0h */ |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1188 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1189 | __le16 cacheMemorySize; /*7A2h */ |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1190 | |
| 1191 | struct { /*7A4h */ |
Sumit.Saxena@lsi.com | 94cd65d | 2013-09-06 15:50:52 +0530 | [diff] [blame] | 1192 | #if defined(__BIG_ENDIAN_BITFIELD) |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 1193 | u32 reserved:5; |
| 1194 | u32 activePassive:2; |
| 1195 | u32 supportConfigAutoBalance:1; |
| 1196 | u32 mpio:1; |
| 1197 | u32 supportDataLDonSSCArray:1; |
| 1198 | u32 supportPointInTimeProgress:1; |
Sumit.Saxena@lsi.com | 94cd65d | 2013-09-06 15:50:52 +0530 | [diff] [blame] | 1199 | u32 supportUnevenSpans:1; |
| 1200 | u32 dedicatedHotSparesLimited:1; |
| 1201 | u32 headlessMode:1; |
| 1202 | u32 supportEmulatedDrives:1; |
| 1203 | u32 supportResetNow:1; |
| 1204 | u32 realTimeScheduler:1; |
| 1205 | u32 supportSSDPatrolRead:1; |
| 1206 | u32 supportPerfTuning:1; |
| 1207 | u32 disableOnlinePFKChange:1; |
| 1208 | u32 supportJBOD:1; |
| 1209 | u32 supportBootTimePFKChange:1; |
| 1210 | u32 supportSetLinkSpeed:1; |
| 1211 | u32 supportEmergencySpares:1; |
| 1212 | u32 supportSuspendResumeBGops:1; |
| 1213 | u32 blockSSDWriteCacheChange:1; |
| 1214 | u32 supportShieldState:1; |
| 1215 | u32 supportLdBBMInfo:1; |
| 1216 | u32 supportLdPIType3:1; |
| 1217 | u32 supportLdPIType2:1; |
| 1218 | u32 supportLdPIType1:1; |
| 1219 | u32 supportPIcontroller:1; |
| 1220 | #else |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1221 | u32 supportPIcontroller:1; |
| 1222 | u32 supportLdPIType1:1; |
| 1223 | u32 supportLdPIType2:1; |
| 1224 | u32 supportLdPIType3:1; |
| 1225 | u32 supportLdBBMInfo:1; |
| 1226 | u32 supportShieldState:1; |
| 1227 | u32 blockSSDWriteCacheChange:1; |
| 1228 | u32 supportSuspendResumeBGops:1; |
| 1229 | u32 supportEmergencySpares:1; |
| 1230 | u32 supportSetLinkSpeed:1; |
| 1231 | u32 supportBootTimePFKChange:1; |
| 1232 | u32 supportJBOD:1; |
| 1233 | u32 disableOnlinePFKChange:1; |
| 1234 | u32 supportPerfTuning:1; |
| 1235 | u32 supportSSDPatrolRead:1; |
| 1236 | u32 realTimeScheduler:1; |
| 1237 | |
| 1238 | u32 supportResetNow:1; |
| 1239 | u32 supportEmulatedDrives:1; |
| 1240 | u32 headlessMode:1; |
| 1241 | u32 dedicatedHotSparesLimited:1; |
| 1242 | |
| 1243 | |
| 1244 | u32 supportUnevenSpans:1; |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 1245 | u32 supportPointInTimeProgress:1; |
| 1246 | u32 supportDataLDonSSCArray:1; |
| 1247 | u32 mpio:1; |
| 1248 | u32 supportConfigAutoBalance:1; |
| 1249 | u32 activePassive:2; |
| 1250 | u32 reserved:5; |
Sumit.Saxena@lsi.com | 94cd65d | 2013-09-06 15:50:52 +0530 | [diff] [blame] | 1251 | #endif |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1252 | } adapterOperations2; |
| 1253 | |
| 1254 | u8 driverVersion[32]; /*7A8h */ |
| 1255 | u8 maxDAPdCountSpinup60; /*7C8h */ |
| 1256 | u8 temperatureROC; /*7C9h */ |
| 1257 | u8 temperatureCtrl; /*7CAh */ |
| 1258 | u8 reserved4; /*7CBh */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1259 | __le16 maxConfigurablePds; /*7CCh */ |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1260 | |
| 1261 | |
| 1262 | u8 reserved5[2]; /*0x7CDh */ |
| 1263 | |
| 1264 | /* |
| 1265 | * HA cluster information |
| 1266 | */ |
| 1267 | struct { |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 1268 | #if defined(__BIG_ENDIAN_BITFIELD) |
Sumit Saxena | 8f67c8c | 2016-01-28 21:14:25 +0530 | [diff] [blame] | 1269 | u32 reserved:25; |
| 1270 | u32 passive:1; |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 1271 | u32 premiumFeatureMismatch:1; |
| 1272 | u32 ctrlPropIncompatible:1; |
| 1273 | u32 fwVersionMismatch:1; |
| 1274 | u32 hwIncompatible:1; |
| 1275 | u32 peerIsIncompatible:1; |
| 1276 | u32 peerIsPresent:1; |
| 1277 | #else |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1278 | u32 peerIsPresent:1; |
| 1279 | u32 peerIsIncompatible:1; |
| 1280 | u32 hwIncompatible:1; |
| 1281 | u32 fwVersionMismatch:1; |
| 1282 | u32 ctrlPropIncompatible:1; |
| 1283 | u32 premiumFeatureMismatch:1; |
Sumit Saxena | 8f67c8c | 2016-01-28 21:14:25 +0530 | [diff] [blame] | 1284 | u32 passive:1; |
| 1285 | u32 reserved:25; |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 1286 | #endif |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1287 | } cluster; |
| 1288 | |
Sumit Saxena | 8f67c8c | 2016-01-28 21:14:25 +0530 | [diff] [blame] | 1289 | char clusterId[MEGASAS_CLUSTER_ID_SIZE]; /*0x7D4 */ |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 1290 | struct { |
| 1291 | u8 maxVFsSupported; /*0x7E4*/ |
| 1292 | u8 numVFsEnabled; /*0x7E5*/ |
| 1293 | u8 requestorId; /*0x7E6 0:PF, 1:VF1, 2:VF2*/ |
| 1294 | u8 reserved; /*0x7E7*/ |
| 1295 | } iov; |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 1296 | |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 1297 | struct { |
| 1298 | #if defined(__BIG_ENDIAN_BITFIELD) |
sumit.saxena@avagotech.com | 3761cb4 | 2015-08-31 17:23:11 +0530 | [diff] [blame] | 1299 | u32 reserved:7; |
| 1300 | u32 useSeqNumJbodFP:1; |
sumit.saxena@avagotech.com | 0be3f4c | 2015-08-31 17:22:51 +0530 | [diff] [blame] | 1301 | u32 supportExtendedSSCSize:1; |
| 1302 | u32 supportDiskCacheSettingForSysPDs:1; |
| 1303 | u32 supportCPLDUpdate:1; |
| 1304 | u32 supportTTYLogCompression:1; |
Sumit.Saxena@avagotech.com | 7497cde | 2015-01-05 20:06:03 +0530 | [diff] [blame] | 1305 | u32 discardCacheDuringLDDelete:1; |
| 1306 | u32 supportSecurityonJBOD:1; |
| 1307 | u32 supportCacheBypassModes:1; |
| 1308 | u32 supportDisableSESMonitoring:1; |
| 1309 | u32 supportForceFlash:1; |
| 1310 | u32 supportNVDRAM:1; |
| 1311 | u32 supportDrvActivityLEDSetting:1; |
| 1312 | u32 supportAllowedOpsforDrvRemoval:1; |
| 1313 | u32 supportHOQRebuild:1; |
| 1314 | u32 supportForceTo512e:1; |
| 1315 | u32 supportNVCacheErase:1; |
| 1316 | u32 supportDebugQueue:1; |
| 1317 | u32 supportSwZone:1; |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 1318 | u32 supportCrashDump:1; |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 1319 | u32 supportMaxExtLDs:1; |
| 1320 | u32 supportT10RebuildAssist:1; |
| 1321 | u32 supportDisableImmediateIO:1; |
| 1322 | u32 supportThermalPollInterval:1; |
| 1323 | u32 supportPersonalityChange:2; |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 1324 | #else |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 1325 | u32 supportPersonalityChange:2; |
| 1326 | u32 supportThermalPollInterval:1; |
| 1327 | u32 supportDisableImmediateIO:1; |
| 1328 | u32 supportT10RebuildAssist:1; |
Sumit.Saxena@avagotech.com | 7497cde | 2015-01-05 20:06:03 +0530 | [diff] [blame] | 1329 | u32 supportMaxExtLDs:1; |
| 1330 | u32 supportCrashDump:1; |
| 1331 | u32 supportSwZone:1; |
| 1332 | u32 supportDebugQueue:1; |
| 1333 | u32 supportNVCacheErase:1; |
| 1334 | u32 supportForceTo512e:1; |
| 1335 | u32 supportHOQRebuild:1; |
| 1336 | u32 supportAllowedOpsforDrvRemoval:1; |
| 1337 | u32 supportDrvActivityLEDSetting:1; |
| 1338 | u32 supportNVDRAM:1; |
| 1339 | u32 supportForceFlash:1; |
| 1340 | u32 supportDisableSESMonitoring:1; |
| 1341 | u32 supportCacheBypassModes:1; |
| 1342 | u32 supportSecurityonJBOD:1; |
| 1343 | u32 discardCacheDuringLDDelete:1; |
sumit.saxena@avagotech.com | 0be3f4c | 2015-08-31 17:22:51 +0530 | [diff] [blame] | 1344 | u32 supportTTYLogCompression:1; |
| 1345 | u32 supportCPLDUpdate:1; |
| 1346 | u32 supportDiskCacheSettingForSysPDs:1; |
| 1347 | u32 supportExtendedSSCSize:1; |
sumit.saxena@avagotech.com | 3761cb4 | 2015-08-31 17:23:11 +0530 | [diff] [blame] | 1348 | u32 useSeqNumJbodFP:1; |
| 1349 | u32 reserved:7; |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 1350 | #endif |
| 1351 | } adapterOperations3; |
| 1352 | |
Sasikumar Chandrasekaran | ede7c3c | 2017-01-10 18:20:52 -0500 | [diff] [blame] | 1353 | struct { |
| 1354 | #if defined(__BIG_ENDIAN_BITFIELD) |
| 1355 | u8 reserved:7; |
| 1356 | /* Indicates whether the CPLD image is part of |
| 1357 | * the package and stored in flash |
| 1358 | */ |
| 1359 | u8 cpld_in_flash:1; |
| 1360 | #else |
| 1361 | u8 cpld_in_flash:1; |
| 1362 | u8 reserved:7; |
| 1363 | #endif |
| 1364 | u8 reserved1[3]; |
| 1365 | /* Null terminated string. Has the version |
| 1366 | * information if cpld_in_flash = FALSE |
| 1367 | */ |
| 1368 | u8 userCodeDefinition[12]; |
| 1369 | } cpld; /* Valid only if upgradableCPLD is TRUE */ |
| 1370 | |
| 1371 | struct { |
| 1372 | #if defined(__BIG_ENDIAN_BITFIELD) |
Shivasharan S | f870bcb | 2018-01-05 05:33:04 -0800 | [diff] [blame] | 1373 | u16 reserved:2; |
| 1374 | u16 support_nvme_passthru:1; |
| 1375 | u16 support_pl_debug_info:1; |
| 1376 | u16 support_flash_comp_info:1; |
| 1377 | u16 support_host_info:1; |
| 1378 | u16 support_dual_fw_update:1; |
| 1379 | u16 support_ssc_rev3:1; |
Sasikumar Chandrasekaran | ede7c3c | 2017-01-10 18:20:52 -0500 | [diff] [blame] | 1380 | u16 fw_swaps_bbu_vpd_info:1; |
| 1381 | u16 support_pd_map_target_id:1; |
| 1382 | u16 support_ses_ctrl_in_multipathcfg:1; |
| 1383 | u16 image_upload_supported:1; |
| 1384 | u16 support_encrypted_mfc:1; |
| 1385 | u16 supported_enc_algo:1; |
| 1386 | u16 support_ibutton_less:1; |
| 1387 | u16 ctrl_info_ext_supported:1; |
| 1388 | #else |
| 1389 | |
| 1390 | u16 ctrl_info_ext_supported:1; |
| 1391 | u16 support_ibutton_less:1; |
| 1392 | u16 supported_enc_algo:1; |
| 1393 | u16 support_encrypted_mfc:1; |
| 1394 | u16 image_upload_supported:1; |
| 1395 | /* FW supports LUN based association and target port based */ |
| 1396 | u16 support_ses_ctrl_in_multipathcfg:1; |
| 1397 | /* association for the SES device connected in multipath mode */ |
| 1398 | /* FW defines Jbod target Id within MR_PD_CFG_SEQ */ |
| 1399 | u16 support_pd_map_target_id:1; |
| 1400 | /* FW swaps relevant fields in MR_BBU_VPD_INFO_FIXED to |
| 1401 | * provide the data in little endian order |
| 1402 | */ |
| 1403 | u16 fw_swaps_bbu_vpd_info:1; |
Shivasharan S | f870bcb | 2018-01-05 05:33:04 -0800 | [diff] [blame] | 1404 | u16 support_ssc_rev3:1; |
| 1405 | /* FW supports CacheCade 3.0, only one SSCD creation allowed */ |
| 1406 | u16 support_dual_fw_update:1; |
| 1407 | /* FW supports dual firmware update feature */ |
| 1408 | u16 support_host_info:1; |
| 1409 | /* FW supports MR_DCMD_CTRL_HOST_INFO_SET/GET */ |
| 1410 | u16 support_flash_comp_info:1; |
| 1411 | /* FW supports MR_DCMD_CTRL_FLASH_COMP_INFO_GET */ |
| 1412 | u16 support_pl_debug_info:1; |
| 1413 | /* FW supports retrieval of PL debug information through apps */ |
| 1414 | u16 support_nvme_passthru:1; |
| 1415 | /* FW supports NVMe passthru commands */ |
| 1416 | u16 reserved:2; |
Sasikumar Chandrasekaran | ede7c3c | 2017-01-10 18:20:52 -0500 | [diff] [blame] | 1417 | #endif |
| 1418 | } adapter_operations4; |
Shivasharan S | 41064f1 | 2017-02-10 00:59:37 -0800 | [diff] [blame] | 1419 | u8 pad[0x800 - 0x7FE]; /* 0x7FE pad to 2K for expansion */ |
Shivasharan S | e9495e2 | 2018-06-04 03:45:12 -0700 | [diff] [blame] | 1420 | |
| 1421 | u32 size; |
| 1422 | u32 pad1; |
| 1423 | |
| 1424 | u8 reserved6[64]; |
| 1425 | |
| 1426 | u32 rsvdForAdptOp[64]; |
| 1427 | |
| 1428 | u8 reserved7[3]; |
| 1429 | |
| 1430 | u8 TaskAbortTO; /* Timeout value in seconds used by Abort Task TM */ |
| 1431 | u8 MaxResetTO; /* Max Supported Reset timeout in seconds. */ |
| 1432 | u8 reserved8[3]; |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 1433 | } __packed; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1434 | |
| 1435 | /* |
| 1436 | * =============================== |
| 1437 | * MegaRAID SAS driver definitions |
| 1438 | * =============================== |
| 1439 | */ |
| 1440 | #define MEGASAS_MAX_PD_CHANNELS 2 |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 1441 | #define MEGASAS_MAX_LD_CHANNELS 2 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1442 | #define MEGASAS_MAX_CHANNELS (MEGASAS_MAX_PD_CHANNELS + \ |
| 1443 | MEGASAS_MAX_LD_CHANNELS) |
| 1444 | #define MEGASAS_MAX_DEV_PER_CHANNEL 128 |
| 1445 | #define MEGASAS_DEFAULT_INIT_ID -1 |
| 1446 | #define MEGASAS_MAX_LUN 8 |
adam radford | 6bf579a | 2011-10-08 18:14:33 -0700 | [diff] [blame] | 1447 | #define MEGASAS_DEFAULT_CMD_PER_LUN 256 |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 1448 | #define MEGASAS_MAX_PD (MEGASAS_MAX_PD_CHANNELS * \ |
| 1449 | MEGASAS_MAX_DEV_PER_CHANNEL) |
Yang, Bo | bdc6fb8 | 2009-12-06 08:30:19 -0700 | [diff] [blame] | 1450 | #define MEGASAS_MAX_LD_IDS (MEGASAS_MAX_LD_CHANNELS * \ |
| 1451 | MEGASAS_MAX_DEV_PER_CHANNEL) |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1452 | |
Yang, Bo | 1fd1068 | 2010-10-12 07:18:50 -0600 | [diff] [blame] | 1453 | #define MEGASAS_MAX_SECTORS (2*1024) |
adam radford | 42a8d2b | 2011-02-24 20:57:09 -0800 | [diff] [blame] | 1454 | #define MEGASAS_MAX_SECTORS_IEEE (2*128) |
Sumant Patro | 658dced | 2006-10-03 13:09:14 -0700 | [diff] [blame] | 1455 | #define MEGASAS_DBG_LVL 1 |
| 1456 | |
Sumant Patro | 05e9ebb | 2007-05-17 05:47:51 -0700 | [diff] [blame] | 1457 | #define MEGASAS_FW_BUSY 1 |
| 1458 | |
Shivasharan S | def0eab | 2017-02-10 00:59:15 -0800 | [diff] [blame] | 1459 | /* Driver's internal Logging levels*/ |
| 1460 | #define OCR_LOGS (1 << 0) |
| 1461 | |
Sumit Saxena | 11c71cb | 2016-01-28 21:04:22 +0530 | [diff] [blame] | 1462 | #define SCAN_PD_CHANNEL 0x1 |
| 1463 | #define SCAN_VD_CHANNEL 0x2 |
Sumit.Saxena@avagotech.com | 90dc9d9 | 2014-09-12 18:57:58 +0530 | [diff] [blame] | 1464 | |
Sumit Saxena | c3e385a | 2016-04-15 00:23:30 -0700 | [diff] [blame] | 1465 | #define MEGASAS_KDUMP_QUEUE_DEPTH 100 |
Shivasharan S | a48ba0e | 2017-02-10 00:59:13 -0800 | [diff] [blame] | 1466 | #define MR_LARGE_IO_MIN_SIZE (32 * 1024) |
| 1467 | #define MR_R1_LDIO_PIGGYBACK_DEFAULT 4 |
Sumit Saxena | c3e385a | 2016-04-15 00:23:30 -0700 | [diff] [blame] | 1468 | |
Sumit.Saxena@avagotech.com | 7497cde | 2015-01-05 20:06:03 +0530 | [diff] [blame] | 1469 | enum MR_SCSI_CMD_TYPE { |
| 1470 | READ_WRITE_LDIO = 0, |
| 1471 | NON_READ_WRITE_LDIO = 1, |
| 1472 | READ_WRITE_SYSPDIO = 2, |
| 1473 | NON_READ_WRITE_SYSPDIO = 3, |
| 1474 | }; |
| 1475 | |
Sumit Saxena | 6d40afb | 2016-01-28 21:04:23 +0530 | [diff] [blame] | 1476 | enum DCMD_TIMEOUT_ACTION { |
| 1477 | INITIATE_OCR = 0, |
| 1478 | KILL_ADAPTER = 1, |
| 1479 | IGNORE_TIMEOUT = 2, |
| 1480 | }; |
Sumit Saxena | 308ec45 | 2016-01-28 21:04:30 +0530 | [diff] [blame] | 1481 | |
| 1482 | enum FW_BOOT_CONTEXT { |
| 1483 | PROBE_CONTEXT = 0, |
| 1484 | OCR_CONTEXT = 1, |
| 1485 | }; |
| 1486 | |
bo yang | d532dbe | 2008-03-17 03:36:43 -0400 | [diff] [blame] | 1487 | /* Frame Type */ |
| 1488 | #define IO_FRAME 0 |
| 1489 | #define PTHRU_FRAME 1 |
| 1490 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1491 | /* |
| 1492 | * When SCSI mid-layer calls driver's reset routine, driver waits for |
| 1493 | * MEGASAS_RESET_WAIT_TIME seconds for all outstanding IO to complete. Note |
| 1494 | * that the driver cannot _actually_ abort or reset pending commands. While |
| 1495 | * it is waiting for the commands to complete, it prints a diagnostic message |
| 1496 | * every MEGASAS_RESET_NOTICE_INTERVAL seconds |
| 1497 | */ |
| 1498 | #define MEGASAS_RESET_WAIT_TIME 180 |
Sumant Patro | 2a3681e | 2006-10-03 13:19:21 -0700 | [diff] [blame] | 1499 | #define MEGASAS_INTERNAL_CMD_WAIT_TIME 180 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1500 | #define MEGASAS_RESET_NOTICE_INTERVAL 5 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1501 | #define MEGASAS_IOCTL_CMD 0 |
Sumant Patro | 05e9ebb | 2007-05-17 05:47:51 -0700 | [diff] [blame] | 1502 | #define MEGASAS_DEFAULT_CMD_TIMEOUT 90 |
adam radford | c5daa6a | 2012-07-17 18:20:03 -0700 | [diff] [blame] | 1503 | #define MEGASAS_THROTTLE_QUEUE_DEPTH 16 |
Sumit.Saxena@avagotech.com | 90dc9d9 | 2014-09-12 18:57:58 +0530 | [diff] [blame] | 1504 | #define MEGASAS_BLOCKED_CMD_TIMEOUT 60 |
Shivasharan S | e9495e2 | 2018-06-04 03:45:12 -0700 | [diff] [blame] | 1505 | #define MEGASAS_DEFAULT_TM_TIMEOUT 50 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1506 | /* |
| 1507 | * FW reports the maximum of number of commands that it can accept (maximum |
| 1508 | * commands that can be outstanding) at any time. The driver must report a |
| 1509 | * lower number to the mid layer because it can issue a few internal commands |
| 1510 | * itself (E.g, AEN, abort cmd, IOCTLs etc). The number of commands it needs |
| 1511 | * is shown below |
| 1512 | */ |
| 1513 | #define MEGASAS_INT_CMDS 32 |
Yang, Bo | 7bebf5c | 2009-10-06 14:40:58 -0600 | [diff] [blame] | 1514 | #define MEGASAS_SKINNY_INT_CMDS 5 |
Shivasharan S | ec77959 | 2017-02-10 00:59:35 -0800 | [diff] [blame] | 1515 | #define MEGASAS_FUSION_INTERNAL_CMDS 8 |
Sumit.Saxena@avagotech.com | ae09a6c | 2015-01-05 20:06:23 +0530 | [diff] [blame] | 1516 | #define MEGASAS_FUSION_IOCTL_CMDS 3 |
Sumit.Saxena@avagotech.com | f26ac3a | 2015-04-23 16:30:54 +0530 | [diff] [blame] | 1517 | #define MEGASAS_MFI_IOCTL_CMDS 27 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1518 | |
Sumit.Saxena@lsi.com | d46a3ad | 2013-05-22 12:34:14 +0530 | [diff] [blame] | 1519 | #define MEGASAS_MAX_MSIX_QUEUES 128 |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1520 | /* |
| 1521 | * FW can accept both 32 and 64 bit SGLs. We want to allocate 32/64 bit |
| 1522 | * SGLs based on the size of dma_addr_t |
| 1523 | */ |
| 1524 | #define IS_DMA64 (sizeof(dma_addr_t) == 8) |
| 1525 | |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 1526 | #define MFI_XSCALE_OMR0_CHANGE_INTERRUPT 0x00000001 |
| 1527 | |
| 1528 | #define MFI_INTR_FLAG_REPLY_MESSAGE 0x00000001 |
| 1529 | #define MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE 0x00000002 |
| 1530 | #define MFI_G2_OUTBOUND_DOORBELL_CHANGE_INTERRUPT 0x00000004 |
| 1531 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1532 | #define MFI_OB_INTR_STATUS_MASK 0x00000002 |
bo yang | 14faea9 | 2007-11-09 04:14:00 -0500 | [diff] [blame] | 1533 | #define MFI_POLL_TIMEOUT_SECS 60 |
Sumit Saxena | 6d40afb | 2016-01-28 21:04:23 +0530 | [diff] [blame] | 1534 | #define MFI_IO_TIMEOUT_SECS 180 |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 1535 | #define MEGASAS_SRIOV_HEARTBEAT_INTERVAL_VF (5 * HZ) |
| 1536 | #define MEGASAS_OCR_SETTLE_TIME_VF (1000 * 30) |
| 1537 | #define MEGASAS_ROUTINE_WAIT_TIME_VF 300 |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1538 | #define MFI_REPLY_1078_MESSAGE_INTERRUPT 0x80000000 |
Yang, Bo | 6610a6b | 2008-08-10 12:42:38 -0700 | [diff] [blame] | 1539 | #define MFI_REPLY_GEN2_MESSAGE_INTERRUPT 0x00000001 |
| 1540 | #define MFI_GEN2_ENABLE_INTERRUPT_MASK (0x00000001 | 0x00000004) |
Yang, Bo | 8791112 | 2009-10-06 14:31:54 -0600 | [diff] [blame] | 1541 | #define MFI_REPLY_SKINNY_MESSAGE_INTERRUPT 0x40000000 |
| 1542 | #define MFI_SKINNY_ENABLE_INTERRUPT_MASK (0x00000001) |
Sumant Patro | 0e98936 | 2006-06-20 15:32:37 -0700 | [diff] [blame] | 1543 | |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 1544 | #define MFI_1068_PCSR_OFFSET 0x84 |
| 1545 | #define MFI_1068_FW_HANDSHAKE_OFFSET 0x64 |
| 1546 | #define MFI_1068_FW_READY 0xDDDD0000 |
Sumit.Saxena@lsi.com | d46a3ad | 2013-05-22 12:34:14 +0530 | [diff] [blame] | 1547 | |
| 1548 | #define MR_MAX_REPLY_QUEUES_OFFSET 0X0000001F |
| 1549 | #define MR_MAX_REPLY_QUEUES_EXT_OFFSET 0X003FC000 |
| 1550 | #define MR_MAX_REPLY_QUEUES_EXT_OFFSET_SHIFT 14 |
| 1551 | #define MR_MAX_MSIX_REG_ARRAY 16 |
Sumit Saxena | 179ac14 | 2016-01-28 21:04:28 +0530 | [diff] [blame] | 1552 | #define MR_RDPQ_MODE_OFFSET 0X00800000 |
Sasikumar Chandrasekaran | d889344 | 2017-01-10 18:20:48 -0500 | [diff] [blame] | 1553 | |
| 1554 | #define MR_MAX_RAID_MAP_SIZE_OFFSET_SHIFT 16 |
| 1555 | #define MR_MAX_RAID_MAP_SIZE_MASK 0x1FF |
| 1556 | #define MR_MIN_MAP_SIZE 0x10000 |
| 1557 | /* 64k */ |
| 1558 | |
Kashyap Desai | d0fc91d | 2016-10-21 06:33:33 -0700 | [diff] [blame] | 1559 | #define MR_CAN_HANDLE_SYNC_CACHE_OFFSET 0X01000000 |
| 1560 | |
Shivasharan S | 107a60d | 2017-10-19 02:49:05 -0700 | [diff] [blame] | 1561 | #define MR_CAN_HANDLE_64_BIT_DMA_OFFSET (1 << 25) |
| 1562 | |
Shivasharan S | 3f6194a | 2018-10-16 23:37:39 -0700 | [diff] [blame] | 1563 | #define MEGASAS_WATCHDOG_THREAD_INTERVAL 1000 |
| 1564 | #define MEGASAS_WAIT_FOR_NEXT_DMA_MSECS 20 |
| 1565 | #define MEGASAS_WATCHDOG_WAIT_COUNT 50 |
| 1566 | |
Shivasharan S | c365178 | 2017-10-19 02:48:48 -0700 | [diff] [blame] | 1567 | enum MR_ADAPTER_TYPE { |
| 1568 | MFI_SERIES = 1, |
| 1569 | THUNDERBOLT_SERIES = 2, |
| 1570 | INVADER_SERIES = 3, |
| 1571 | VENTURA_SERIES = 4, |
| 1572 | }; |
| 1573 | |
Sumant Patro | 0e98936 | 2006-06-20 15:32:37 -0700 | [diff] [blame] | 1574 | /* |
| 1575 | * register set for both 1068 and 1078 controllers |
| 1576 | * structure extended for 1078 registers |
| 1577 | */ |
Sasikumar Chandrasekaran | 45f4f2e | 2017-01-10 18:20:43 -0500 | [diff] [blame] | 1578 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1579 | struct megasas_register_set { |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 1580 | u32 doorbell; /*0000h*/ |
| 1581 | u32 fusion_seq_offset; /*0004h*/ |
| 1582 | u32 fusion_host_diag; /*0008h*/ |
| 1583 | u32 reserved_01; /*000Ch*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1584 | |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1585 | u32 inbound_msg_0; /*0010h*/ |
| 1586 | u32 inbound_msg_1; /*0014h*/ |
| 1587 | u32 outbound_msg_0; /*0018h*/ |
| 1588 | u32 outbound_msg_1; /*001Ch*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1589 | |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1590 | u32 inbound_doorbell; /*0020h*/ |
| 1591 | u32 inbound_intr_status; /*0024h*/ |
| 1592 | u32 inbound_intr_mask; /*0028h*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1593 | |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1594 | u32 outbound_doorbell; /*002Ch*/ |
| 1595 | u32 outbound_intr_status; /*0030h*/ |
| 1596 | u32 outbound_intr_mask; /*0034h*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1597 | |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1598 | u32 reserved_1[2]; /*0038h*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1599 | |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1600 | u32 inbound_queue_port; /*0040h*/ |
| 1601 | u32 outbound_queue_port; /*0044h*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1602 | |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 1603 | u32 reserved_2[9]; /*0048h*/ |
| 1604 | u32 reply_post_host_index; /*006Ch*/ |
| 1605 | u32 reserved_2_2[12]; /*0070h*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1606 | |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1607 | u32 outbound_doorbell_clear; /*00A0h*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1608 | |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1609 | u32 reserved_3[3]; /*00A4h*/ |
| 1610 | |
| 1611 | u32 outbound_scratch_pad ; /*00B0h*/ |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 1612 | u32 outbound_scratch_pad_2; /*00B4h*/ |
Sumit Saxena | 179ac14 | 2016-01-28 21:04:28 +0530 | [diff] [blame] | 1613 | u32 outbound_scratch_pad_3; /*00B8h*/ |
Shivasharan S | 15dd038 | 2017-02-10 00:59:10 -0800 | [diff] [blame] | 1614 | u32 outbound_scratch_pad_4; /*00BCh*/ |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1615 | |
Sumant Patro | f9876f0 | 2006-02-03 15:34:35 -0800 | [diff] [blame] | 1616 | |
| 1617 | u32 inbound_low_queue_port ; /*00C0h*/ |
| 1618 | |
| 1619 | u32 inbound_high_queue_port ; /*00C4h*/ |
| 1620 | |
Sasikumar Chandrasekaran | 45f4f2e | 2017-01-10 18:20:43 -0500 | [diff] [blame] | 1621 | u32 inbound_single_queue_port; /*00C8h*/ |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 1622 | u32 res_6[11]; /*CCh*/ |
| 1623 | u32 host_diag; |
| 1624 | u32 seq_offset; |
| 1625 | u32 index_registers[807]; /*00CCh*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1626 | } __attribute__ ((packed)); |
| 1627 | |
| 1628 | struct megasas_sge32 { |
| 1629 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1630 | __le32 phys_addr; |
| 1631 | __le32 length; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1632 | |
| 1633 | } __attribute__ ((packed)); |
| 1634 | |
| 1635 | struct megasas_sge64 { |
| 1636 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1637 | __le64 phys_addr; |
| 1638 | __le32 length; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1639 | |
| 1640 | } __attribute__ ((packed)); |
| 1641 | |
Yang, Bo | f4c9a13 | 2009-10-06 14:43:28 -0600 | [diff] [blame] | 1642 | struct megasas_sge_skinny { |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1643 | __le64 phys_addr; |
| 1644 | __le32 length; |
| 1645 | __le32 flag; |
Yang, Bo | f4c9a13 | 2009-10-06 14:43:28 -0600 | [diff] [blame] | 1646 | } __packed; |
| 1647 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1648 | union megasas_sgl { |
| 1649 | |
| 1650 | struct megasas_sge32 sge32[1]; |
| 1651 | struct megasas_sge64 sge64[1]; |
Yang, Bo | f4c9a13 | 2009-10-06 14:43:28 -0600 | [diff] [blame] | 1652 | struct megasas_sge_skinny sge_skinny[1]; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1653 | |
| 1654 | } __attribute__ ((packed)); |
| 1655 | |
| 1656 | struct megasas_header { |
| 1657 | |
| 1658 | u8 cmd; /*00h */ |
| 1659 | u8 sense_len; /*01h */ |
| 1660 | u8 cmd_status; /*02h */ |
| 1661 | u8 scsi_status; /*03h */ |
| 1662 | |
| 1663 | u8 target_id; /*04h */ |
| 1664 | u8 lun; /*05h */ |
| 1665 | u8 cdb_len; /*06h */ |
| 1666 | u8 sge_count; /*07h */ |
| 1667 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1668 | __le32 context; /*08h */ |
| 1669 | __le32 pad_0; /*0Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1670 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1671 | __le16 flags; /*10h */ |
| 1672 | __le16 timeout; /*12h */ |
| 1673 | __le32 data_xferlen; /*14h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1674 | |
| 1675 | } __attribute__ ((packed)); |
| 1676 | |
| 1677 | union megasas_sgl_frame { |
| 1678 | |
| 1679 | struct megasas_sge32 sge32[8]; |
| 1680 | struct megasas_sge64 sge64[5]; |
| 1681 | |
| 1682 | } __attribute__ ((packed)); |
| 1683 | |
Sumit.Saxena@lsi.com | d46a3ad | 2013-05-22 12:34:14 +0530 | [diff] [blame] | 1684 | typedef union _MFI_CAPABILITIES { |
| 1685 | struct { |
Sumit.Saxena@lsi.com | 94cd65d | 2013-09-06 15:50:52 +0530 | [diff] [blame] | 1686 | #if defined(__BIG_ENDIAN_BITFIELD) |
Shivasharan S | f870bcb | 2018-01-05 05:33:04 -0800 | [diff] [blame] | 1687 | u32 reserved:17; |
| 1688 | u32 support_nvme_passthru:1; |
Shivasharan S | 107a60d | 2017-10-19 02:49:05 -0700 | [diff] [blame] | 1689 | u32 support_64bit_mode:1; |
Sasikumar Chandrasekaran | ede7c3c | 2017-01-10 18:20:52 -0500 | [diff] [blame] | 1690 | u32 support_pd_map_target_id:1; |
| 1691 | u32 support_qd_throttling:1; |
| 1692 | u32 support_fp_rlbypass:1; |
| 1693 | u32 support_vfid_in_ioframe:1; |
| 1694 | u32 support_ext_io_size:1; |
| 1695 | u32 support_ext_queue_depth:1; |
| 1696 | u32 security_protocol_cmds_fw:1; |
| 1697 | u32 support_core_affinity:1; |
| 1698 | u32 support_ndrive_r1_lb:1; |
| 1699 | u32 support_max_255lds:1; |
| 1700 | u32 support_fastpath_wb:1; |
| 1701 | u32 support_additional_msix:1; |
| 1702 | u32 support_fp_remote_lun:1; |
Sumit.Saxena@lsi.com | 94cd65d | 2013-09-06 15:50:52 +0530 | [diff] [blame] | 1703 | #else |
Sasikumar Chandrasekaran | ede7c3c | 2017-01-10 18:20:52 -0500 | [diff] [blame] | 1704 | u32 support_fp_remote_lun:1; |
| 1705 | u32 support_additional_msix:1; |
| 1706 | u32 support_fastpath_wb:1; |
| 1707 | u32 support_max_255lds:1; |
| 1708 | u32 support_ndrive_r1_lb:1; |
| 1709 | u32 support_core_affinity:1; |
| 1710 | u32 security_protocol_cmds_fw:1; |
| 1711 | u32 support_ext_queue_depth:1; |
| 1712 | u32 support_ext_io_size:1; |
| 1713 | u32 support_vfid_in_ioframe:1; |
| 1714 | u32 support_fp_rlbypass:1; |
| 1715 | u32 support_qd_throttling:1; |
| 1716 | u32 support_pd_map_target_id:1; |
Shivasharan S | 107a60d | 2017-10-19 02:49:05 -0700 | [diff] [blame] | 1717 | u32 support_64bit_mode:1; |
Shivasharan S | f870bcb | 2018-01-05 05:33:04 -0800 | [diff] [blame] | 1718 | u32 support_nvme_passthru:1; |
| 1719 | u32 reserved:17; |
Sumit.Saxena@lsi.com | 94cd65d | 2013-09-06 15:50:52 +0530 | [diff] [blame] | 1720 | #endif |
Sumit.Saxena@lsi.com | d46a3ad | 2013-05-22 12:34:14 +0530 | [diff] [blame] | 1721 | } mfi_capabilities; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1722 | __le32 reg; |
Sumit.Saxena@lsi.com | d46a3ad | 2013-05-22 12:34:14 +0530 | [diff] [blame] | 1723 | } MFI_CAPABILITIES; |
| 1724 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1725 | struct megasas_init_frame { |
| 1726 | |
| 1727 | u8 cmd; /*00h */ |
| 1728 | u8 reserved_0; /*01h */ |
| 1729 | u8 cmd_status; /*02h */ |
| 1730 | |
| 1731 | u8 reserved_1; /*03h */ |
Sumit.Saxena@lsi.com | d46a3ad | 2013-05-22 12:34:14 +0530 | [diff] [blame] | 1732 | MFI_CAPABILITIES driver_operations; /*04h*/ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1733 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1734 | __le32 context; /*08h */ |
| 1735 | __le32 pad_0; /*0Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1736 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1737 | __le16 flags; /*10h */ |
| 1738 | __le16 reserved_3; /*12h */ |
| 1739 | __le32 data_xfer_len; /*14h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1740 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1741 | __le32 queue_info_new_phys_addr_lo; /*18h */ |
| 1742 | __le32 queue_info_new_phys_addr_hi; /*1Ch */ |
| 1743 | __le32 queue_info_old_phys_addr_lo; /*20h */ |
| 1744 | __le32 queue_info_old_phys_addr_hi; /*24h */ |
| 1745 | __le32 reserved_4[2]; /*28h */ |
| 1746 | __le32 system_info_lo; /*30h */ |
| 1747 | __le32 system_info_hi; /*34h */ |
| 1748 | __le32 reserved_5[2]; /*38h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1749 | |
| 1750 | } __attribute__ ((packed)); |
| 1751 | |
| 1752 | struct megasas_init_queue_info { |
| 1753 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1754 | __le32 init_flags; /*00h */ |
| 1755 | __le32 reply_queue_entries; /*04h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1756 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1757 | __le32 reply_queue_start_phys_addr_lo; /*08h */ |
| 1758 | __le32 reply_queue_start_phys_addr_hi; /*0Ch */ |
| 1759 | __le32 producer_index_phys_addr_lo; /*10h */ |
| 1760 | __le32 producer_index_phys_addr_hi; /*14h */ |
| 1761 | __le32 consumer_index_phys_addr_lo; /*18h */ |
| 1762 | __le32 consumer_index_phys_addr_hi; /*1Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1763 | |
| 1764 | } __attribute__ ((packed)); |
| 1765 | |
| 1766 | struct megasas_io_frame { |
| 1767 | |
| 1768 | u8 cmd; /*00h */ |
| 1769 | u8 sense_len; /*01h */ |
| 1770 | u8 cmd_status; /*02h */ |
| 1771 | u8 scsi_status; /*03h */ |
| 1772 | |
| 1773 | u8 target_id; /*04h */ |
| 1774 | u8 access_byte; /*05h */ |
| 1775 | u8 reserved_0; /*06h */ |
| 1776 | u8 sge_count; /*07h */ |
| 1777 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1778 | __le32 context; /*08h */ |
| 1779 | __le32 pad_0; /*0Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1780 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1781 | __le16 flags; /*10h */ |
| 1782 | __le16 timeout; /*12h */ |
| 1783 | __le32 lba_count; /*14h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1784 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1785 | __le32 sense_buf_phys_addr_lo; /*18h */ |
| 1786 | __le32 sense_buf_phys_addr_hi; /*1Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1787 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1788 | __le32 start_lba_lo; /*20h */ |
| 1789 | __le32 start_lba_hi; /*24h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1790 | |
| 1791 | union megasas_sgl sgl; /*28h */ |
| 1792 | |
| 1793 | } __attribute__ ((packed)); |
| 1794 | |
| 1795 | struct megasas_pthru_frame { |
| 1796 | |
| 1797 | u8 cmd; /*00h */ |
| 1798 | u8 sense_len; /*01h */ |
| 1799 | u8 cmd_status; /*02h */ |
| 1800 | u8 scsi_status; /*03h */ |
| 1801 | |
| 1802 | u8 target_id; /*04h */ |
| 1803 | u8 lun; /*05h */ |
| 1804 | u8 cdb_len; /*06h */ |
| 1805 | u8 sge_count; /*07h */ |
| 1806 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1807 | __le32 context; /*08h */ |
| 1808 | __le32 pad_0; /*0Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1809 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1810 | __le16 flags; /*10h */ |
| 1811 | __le16 timeout; /*12h */ |
| 1812 | __le32 data_xfer_len; /*14h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1813 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1814 | __le32 sense_buf_phys_addr_lo; /*18h */ |
| 1815 | __le32 sense_buf_phys_addr_hi; /*1Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1816 | |
| 1817 | u8 cdb[16]; /*20h */ |
| 1818 | union megasas_sgl sgl; /*30h */ |
| 1819 | |
| 1820 | } __attribute__ ((packed)); |
| 1821 | |
| 1822 | struct megasas_dcmd_frame { |
| 1823 | |
| 1824 | u8 cmd; /*00h */ |
| 1825 | u8 reserved_0; /*01h */ |
| 1826 | u8 cmd_status; /*02h */ |
| 1827 | u8 reserved_1[4]; /*03h */ |
| 1828 | u8 sge_count; /*07h */ |
| 1829 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1830 | __le32 context; /*08h */ |
| 1831 | __le32 pad_0; /*0Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1832 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1833 | __le16 flags; /*10h */ |
| 1834 | __le16 timeout; /*12h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1835 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1836 | __le32 data_xfer_len; /*14h */ |
| 1837 | __le32 opcode; /*18h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1838 | |
| 1839 | union { /*1Ch */ |
| 1840 | u8 b[12]; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1841 | __le16 s[6]; |
| 1842 | __le32 w[3]; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1843 | } mbox; |
| 1844 | |
| 1845 | union megasas_sgl sgl; /*28h */ |
| 1846 | |
| 1847 | } __attribute__ ((packed)); |
| 1848 | |
| 1849 | struct megasas_abort_frame { |
| 1850 | |
| 1851 | u8 cmd; /*00h */ |
| 1852 | u8 reserved_0; /*01h */ |
| 1853 | u8 cmd_status; /*02h */ |
| 1854 | |
| 1855 | u8 reserved_1; /*03h */ |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1856 | __le32 reserved_2; /*04h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1857 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1858 | __le32 context; /*08h */ |
| 1859 | __le32 pad_0; /*0Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1860 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1861 | __le16 flags; /*10h */ |
| 1862 | __le16 reserved_3; /*12h */ |
| 1863 | __le32 reserved_4; /*14h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1864 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1865 | __le32 abort_context; /*18h */ |
| 1866 | __le32 pad_1; /*1Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1867 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1868 | __le32 abort_mfi_phys_addr_lo; /*20h */ |
| 1869 | __le32 abort_mfi_phys_addr_hi; /*24h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1870 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1871 | __le32 reserved_5[6]; /*28h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1872 | |
| 1873 | } __attribute__ ((packed)); |
| 1874 | |
| 1875 | struct megasas_smp_frame { |
| 1876 | |
| 1877 | u8 cmd; /*00h */ |
| 1878 | u8 reserved_1; /*01h */ |
| 1879 | u8 cmd_status; /*02h */ |
| 1880 | u8 connection_status; /*03h */ |
| 1881 | |
| 1882 | u8 reserved_2[3]; /*04h */ |
| 1883 | u8 sge_count; /*07h */ |
| 1884 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1885 | __le32 context; /*08h */ |
| 1886 | __le32 pad_0; /*0Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1887 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1888 | __le16 flags; /*10h */ |
| 1889 | __le16 timeout; /*12h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1890 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1891 | __le32 data_xfer_len; /*14h */ |
| 1892 | __le64 sas_addr; /*18h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1893 | |
| 1894 | union { |
| 1895 | struct megasas_sge32 sge32[2]; /* [0]: resp [1]: req */ |
| 1896 | struct megasas_sge64 sge64[2]; /* [0]: resp [1]: req */ |
| 1897 | } sgl; |
| 1898 | |
| 1899 | } __attribute__ ((packed)); |
| 1900 | |
| 1901 | struct megasas_stp_frame { |
| 1902 | |
| 1903 | u8 cmd; /*00h */ |
| 1904 | u8 reserved_1; /*01h */ |
| 1905 | u8 cmd_status; /*02h */ |
| 1906 | u8 reserved_2; /*03h */ |
| 1907 | |
| 1908 | u8 target_id; /*04h */ |
| 1909 | u8 reserved_3[2]; /*05h */ |
| 1910 | u8 sge_count; /*07h */ |
| 1911 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1912 | __le32 context; /*08h */ |
| 1913 | __le32 pad_0; /*0Ch */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1914 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1915 | __le16 flags; /*10h */ |
| 1916 | __le16 timeout; /*12h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1917 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1918 | __le32 data_xfer_len; /*14h */ |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1919 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1920 | __le16 fis[10]; /*18h */ |
| 1921 | __le32 stp_flags; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1922 | |
| 1923 | union { |
| 1924 | struct megasas_sge32 sge32[2]; /* [0]: resp [1]: data */ |
| 1925 | struct megasas_sge64 sge64[2]; /* [0]: resp [1]: data */ |
| 1926 | } sgl; |
| 1927 | |
| 1928 | } __attribute__ ((packed)); |
| 1929 | |
| 1930 | union megasas_frame { |
| 1931 | |
| 1932 | struct megasas_header hdr; |
| 1933 | struct megasas_init_frame init; |
| 1934 | struct megasas_io_frame io; |
| 1935 | struct megasas_pthru_frame pthru; |
| 1936 | struct megasas_dcmd_frame dcmd; |
| 1937 | struct megasas_abort_frame abort; |
| 1938 | struct megasas_smp_frame smp; |
| 1939 | struct megasas_stp_frame stp; |
| 1940 | |
| 1941 | u8 raw_bytes[64]; |
| 1942 | }; |
| 1943 | |
Sumit Saxena | 18365b1 | 2016-01-28 21:04:25 +0530 | [diff] [blame] | 1944 | /** |
| 1945 | * struct MR_PRIV_DEVICE - sdev private hostdata |
| 1946 | * @is_tm_capable: firmware managed tm_capable flag |
| 1947 | * @tm_busy: TM request is in progress |
| 1948 | */ |
| 1949 | struct MR_PRIV_DEVICE { |
| 1950 | bool is_tm_capable; |
| 1951 | bool tm_busy; |
Shivasharan S | a48ba0e | 2017-02-10 00:59:13 -0800 | [diff] [blame] | 1952 | atomic_t r1_ldio_hint; |
Shivasharan S | e9495e2 | 2018-06-04 03:45:12 -0700 | [diff] [blame] | 1953 | u8 interface_type; |
| 1954 | u8 task_abort_tmo; |
| 1955 | u8 target_reset_tmo; |
Sumit Saxena | 18365b1 | 2016-01-28 21:04:25 +0530 | [diff] [blame] | 1956 | }; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1957 | struct megasas_cmd; |
| 1958 | |
| 1959 | union megasas_evt_class_locale { |
| 1960 | |
| 1961 | struct { |
Sumit.Saxena@lsi.com | be26374 | 2014-02-12 23:37:46 +0530 | [diff] [blame] | 1962 | #ifndef __BIG_ENDIAN_BITFIELD |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1963 | u16 locale; |
| 1964 | u8 reserved; |
| 1965 | s8 class; |
Sumit.Saxena@lsi.com | be26374 | 2014-02-12 23:37:46 +0530 | [diff] [blame] | 1966 | #else |
| 1967 | s8 class; |
| 1968 | u8 reserved; |
| 1969 | u16 locale; |
| 1970 | #endif |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1971 | } __attribute__ ((packed)) members; |
| 1972 | |
| 1973 | u32 word; |
| 1974 | |
| 1975 | } __attribute__ ((packed)); |
| 1976 | |
| 1977 | struct megasas_evt_log_info { |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1978 | __le32 newest_seq_num; |
| 1979 | __le32 oldest_seq_num; |
| 1980 | __le32 clear_seq_num; |
| 1981 | __le32 shutdown_seq_num; |
| 1982 | __le32 boot_seq_num; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1983 | |
| 1984 | } __attribute__ ((packed)); |
| 1985 | |
| 1986 | struct megasas_progress { |
| 1987 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 1988 | __le16 progress; |
| 1989 | __le16 elapsed_seconds; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 1990 | |
| 1991 | } __attribute__ ((packed)); |
| 1992 | |
| 1993 | struct megasas_evtarg_ld { |
| 1994 | |
| 1995 | u16 target_id; |
| 1996 | u8 ld_index; |
| 1997 | u8 reserved; |
| 1998 | |
| 1999 | } __attribute__ ((packed)); |
| 2000 | |
| 2001 | struct megasas_evtarg_pd { |
| 2002 | u16 device_id; |
| 2003 | u8 encl_index; |
| 2004 | u8 slot_number; |
| 2005 | |
| 2006 | } __attribute__ ((packed)); |
| 2007 | |
| 2008 | struct megasas_evt_detail { |
| 2009 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2010 | __le32 seq_num; |
| 2011 | __le32 time_stamp; |
| 2012 | __le32 code; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2013 | union megasas_evt_class_locale cl; |
| 2014 | u8 arg_type; |
| 2015 | u8 reserved1[15]; |
| 2016 | |
| 2017 | union { |
| 2018 | struct { |
| 2019 | struct megasas_evtarg_pd pd; |
| 2020 | u8 cdb_length; |
| 2021 | u8 sense_length; |
| 2022 | u8 reserved[2]; |
| 2023 | u8 cdb[16]; |
| 2024 | u8 sense[64]; |
| 2025 | } __attribute__ ((packed)) cdbSense; |
| 2026 | |
| 2027 | struct megasas_evtarg_ld ld; |
| 2028 | |
| 2029 | struct { |
| 2030 | struct megasas_evtarg_ld ld; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2031 | __le64 count; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2032 | } __attribute__ ((packed)) ld_count; |
| 2033 | |
| 2034 | struct { |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2035 | __le64 lba; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2036 | struct megasas_evtarg_ld ld; |
| 2037 | } __attribute__ ((packed)) ld_lba; |
| 2038 | |
| 2039 | struct { |
| 2040 | struct megasas_evtarg_ld ld; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2041 | __le32 prevOwner; |
| 2042 | __le32 newOwner; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2043 | } __attribute__ ((packed)) ld_owner; |
| 2044 | |
| 2045 | struct { |
| 2046 | u64 ld_lba; |
| 2047 | u64 pd_lba; |
| 2048 | struct megasas_evtarg_ld ld; |
| 2049 | struct megasas_evtarg_pd pd; |
| 2050 | } __attribute__ ((packed)) ld_lba_pd_lba; |
| 2051 | |
| 2052 | struct { |
| 2053 | struct megasas_evtarg_ld ld; |
| 2054 | struct megasas_progress prog; |
| 2055 | } __attribute__ ((packed)) ld_prog; |
| 2056 | |
| 2057 | struct { |
| 2058 | struct megasas_evtarg_ld ld; |
| 2059 | u32 prev_state; |
| 2060 | u32 new_state; |
| 2061 | } __attribute__ ((packed)) ld_state; |
| 2062 | |
| 2063 | struct { |
| 2064 | u64 strip; |
| 2065 | struct megasas_evtarg_ld ld; |
| 2066 | } __attribute__ ((packed)) ld_strip; |
| 2067 | |
| 2068 | struct megasas_evtarg_pd pd; |
| 2069 | |
| 2070 | struct { |
| 2071 | struct megasas_evtarg_pd pd; |
| 2072 | u32 err; |
| 2073 | } __attribute__ ((packed)) pd_err; |
| 2074 | |
| 2075 | struct { |
| 2076 | u64 lba; |
| 2077 | struct megasas_evtarg_pd pd; |
| 2078 | } __attribute__ ((packed)) pd_lba; |
| 2079 | |
| 2080 | struct { |
| 2081 | u64 lba; |
| 2082 | struct megasas_evtarg_pd pd; |
| 2083 | struct megasas_evtarg_ld ld; |
| 2084 | } __attribute__ ((packed)) pd_lba_ld; |
| 2085 | |
| 2086 | struct { |
| 2087 | struct megasas_evtarg_pd pd; |
| 2088 | struct megasas_progress prog; |
| 2089 | } __attribute__ ((packed)) pd_prog; |
| 2090 | |
| 2091 | struct { |
| 2092 | struct megasas_evtarg_pd pd; |
| 2093 | u32 prevState; |
| 2094 | u32 newState; |
| 2095 | } __attribute__ ((packed)) pd_state; |
| 2096 | |
| 2097 | struct { |
| 2098 | u16 vendorId; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2099 | __le16 deviceId; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2100 | u16 subVendorId; |
| 2101 | u16 subDeviceId; |
| 2102 | } __attribute__ ((packed)) pci; |
| 2103 | |
| 2104 | u32 rate; |
| 2105 | char str[96]; |
| 2106 | |
| 2107 | struct { |
| 2108 | u32 rtc; |
| 2109 | u32 elapsedSeconds; |
| 2110 | } __attribute__ ((packed)) time; |
| 2111 | |
| 2112 | struct { |
| 2113 | u32 ecar; |
| 2114 | u32 elog; |
| 2115 | char str[64]; |
| 2116 | } __attribute__ ((packed)) ecc; |
| 2117 | |
| 2118 | u8 b[96]; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2119 | __le16 s[48]; |
| 2120 | __le32 w[24]; |
| 2121 | __le64 d[12]; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2122 | } args; |
| 2123 | |
| 2124 | char description[128]; |
| 2125 | |
| 2126 | } __attribute__ ((packed)); |
| 2127 | |
Yang, Bo | 7e8a75f | 2009-10-06 14:50:17 -0600 | [diff] [blame] | 2128 | struct megasas_aen_event { |
Xiaotian Feng | c1d390d8 | 2012-12-04 19:33:54 +0800 | [diff] [blame] | 2129 | struct delayed_work hotplug_work; |
Yang, Bo | 7e8a75f | 2009-10-06 14:50:17 -0600 | [diff] [blame] | 2130 | struct megasas_instance *instance; |
| 2131 | }; |
| 2132 | |
adam radford | c8e858f | 2011-10-08 18:15:13 -0700 | [diff] [blame] | 2133 | struct megasas_irq_context { |
| 2134 | struct megasas_instance *instance; |
| 2135 | u32 MSIxIndex; |
| 2136 | }; |
| 2137 | |
Sumit.Saxena@avagotech.com | 5765c5b | 2015-04-23 16:32:09 +0530 | [diff] [blame] | 2138 | struct MR_DRV_SYSTEM_INFO { |
| 2139 | u8 infoVersion; |
| 2140 | u8 systemIdLength; |
| 2141 | u16 reserved0; |
| 2142 | u8 systemId[64]; |
| 2143 | u8 reserved[1980]; |
| 2144 | }; |
| 2145 | |
Sumit Saxena | 2216c30 | 2016-01-28 21:04:26 +0530 | [diff] [blame] | 2146 | enum MR_PD_TYPE { |
Shivasharan S | 15dd038 | 2017-02-10 00:59:10 -0800 | [diff] [blame] | 2147 | UNKNOWN_DRIVE = 0, |
| 2148 | PARALLEL_SCSI = 1, |
| 2149 | SAS_PD = 2, |
| 2150 | SATA_PD = 3, |
| 2151 | FC_PD = 4, |
| 2152 | NVME_PD = 5, |
Sumit Saxena | 2216c30 | 2016-01-28 21:04:26 +0530 | [diff] [blame] | 2153 | }; |
| 2154 | |
| 2155 | /* JBOD Queue depth definitions */ |
| 2156 | #define MEGASAS_SATA_QD 32 |
| 2157 | #define MEGASAS_SAS_QD 64 |
| 2158 | #define MEGASAS_DEFAULT_PD_QD 64 |
Shivasharan S | 15dd038 | 2017-02-10 00:59:10 -0800 | [diff] [blame] | 2159 | #define MEGASAS_NVME_QD 32 |
| 2160 | |
| 2161 | #define MR_DEFAULT_NVME_PAGE_SIZE 4096 |
| 2162 | #define MR_DEFAULT_NVME_PAGE_SHIFT 12 |
| 2163 | #define MR_DEFAULT_NVME_MDTS_KB 128 |
| 2164 | #define MR_NVME_PAGE_SIZE_MASK 0x000000FF |
Sumit Saxena | 2216c30 | 2016-01-28 21:04:26 +0530 | [diff] [blame] | 2165 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2166 | struct megasas_instance { |
| 2167 | |
Ming Lei | adbe552 | 2018-03-13 17:42:40 +0800 | [diff] [blame] | 2168 | unsigned int *reply_map; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2169 | __le32 *producer; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2170 | dma_addr_t producer_h; |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2171 | __le32 *consumer; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2172 | dma_addr_t consumer_h; |
Sumit.Saxena@avagotech.com | 5765c5b | 2015-04-23 16:32:09 +0530 | [diff] [blame] | 2173 | struct MR_DRV_SYSTEM_INFO *system_info_buf; |
| 2174 | dma_addr_t system_info_h; |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 2175 | struct MR_LD_VF_AFFILIATION *vf_affiliation; |
| 2176 | dma_addr_t vf_affiliation_h; |
| 2177 | struct MR_LD_VF_AFFILIATION_111 *vf_affiliation_111; |
| 2178 | dma_addr_t vf_affiliation_111_h; |
| 2179 | struct MR_CTRL_HB_HOST_MEM *hb_host_mem; |
| 2180 | dma_addr_t hb_host_mem_h; |
Sumit Saxena | 2216c30 | 2016-01-28 21:04:26 +0530 | [diff] [blame] | 2181 | struct MR_PD_INFO *pd_info; |
| 2182 | dma_addr_t pd_info_h; |
Shivasharan S | 96188a8 | 2017-02-10 00:59:11 -0800 | [diff] [blame] | 2183 | struct MR_TARGET_PROPERTIES *tgt_prop; |
| 2184 | dma_addr_t tgt_prop_h; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2185 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2186 | __le32 *reply_queue; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2187 | dma_addr_t reply_queue_h; |
| 2188 | |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 2189 | u32 *crash_dump_buf; |
| 2190 | dma_addr_t crash_dump_h; |
Shivasharan S | 9b3d028 | 2017-10-19 02:48:56 -0700 | [diff] [blame] | 2191 | |
| 2192 | struct MR_PD_LIST *pd_list_buf; |
| 2193 | dma_addr_t pd_list_buf_h; |
| 2194 | |
| 2195 | struct megasas_ctrl_info *ctrl_info_buf; |
| 2196 | dma_addr_t ctrl_info_buf_h; |
| 2197 | |
| 2198 | struct MR_LD_LIST *ld_list_buf; |
| 2199 | dma_addr_t ld_list_buf_h; |
| 2200 | |
| 2201 | struct MR_LD_TARGETID_LIST *ld_targetid_list_buf; |
| 2202 | dma_addr_t ld_targetid_list_buf_h; |
| 2203 | |
Shivasharan S | f0c21df | 2018-10-16 23:37:40 -0700 | [diff] [blame^] | 2204 | struct MR_SNAPDUMP_PROPERTIES *snapdump_prop; |
| 2205 | dma_addr_t snapdump_prop_h; |
| 2206 | |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 2207 | void *crash_buf[MAX_CRASH_DUMP_SIZE]; |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 2208 | unsigned int fw_crash_buffer_size; |
| 2209 | unsigned int fw_crash_state; |
| 2210 | unsigned int fw_crash_buffer_offset; |
| 2211 | u32 drv_buf_index; |
| 2212 | u32 drv_buf_alloc; |
| 2213 | u32 crash_dump_fw_support; |
| 2214 | u32 crash_dump_drv_support; |
| 2215 | u32 crash_dump_app_support; |
Sumit.Saxena@avagotech.com | 7497cde | 2015-01-05 20:06:03 +0530 | [diff] [blame] | 2216 | u32 secure_jbod_support; |
Sasikumar Chandrasekaran | ede7c3c | 2017-01-10 18:20:52 -0500 | [diff] [blame] | 2217 | u32 support_morethan256jbod; /* FW support for more than 256 PD/JBOD */ |
sumit.saxena@avagotech.com | 3761cb4 | 2015-08-31 17:23:11 +0530 | [diff] [blame] | 2218 | bool use_seqnum_jbod_fp; /* Added for PD sequence */ |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 2219 | spinlock_t crashdump_lock; |
| 2220 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2221 | struct megasas_register_set __iomem *reg_set; |
Christoph Hellwig | 8a232bb | 2015-04-23 16:32:39 +0530 | [diff] [blame] | 2222 | u32 __iomem *reply_post_host_index_addr[MR_MAX_MSIX_REG_ARRAY]; |
Yang, Bo | 81e403c | 2009-10-06 14:27:54 -0600 | [diff] [blame] | 2223 | struct megasas_pd_list pd_list[MEGASAS_MAX_PD]; |
Sumit.Saxena@lsi.com | 999ece0 | 2013-10-18 12:50:37 +0530 | [diff] [blame] | 2224 | struct megasas_pd_list local_pd_list[MEGASAS_MAX_PD]; |
Sumit.Saxena@avagotech.com | 7497cde | 2015-01-05 20:06:03 +0530 | [diff] [blame] | 2225 | u8 ld_ids[MEGASAS_MAX_LD_IDS]; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2226 | s8 init_id; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2227 | |
| 2228 | u16 max_num_sge; |
| 2229 | u16 max_fw_cmds; |
Sasikumar Chandrasekaran | 69c337c | 2017-01-10 18:20:47 -0500 | [diff] [blame] | 2230 | u16 max_mpt_cmds; |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 2231 | u16 max_mfi_cmds; |
Sumit.Saxena@avagotech.com | ae09a6c | 2015-01-05 20:06:23 +0530 | [diff] [blame] | 2232 | u16 max_scsi_cmds; |
Sumit Saxena | 308ec45 | 2016-01-28 21:04:30 +0530 | [diff] [blame] | 2233 | u16 ldio_threshold; |
| 2234 | u16 cur_can_queue; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2235 | u32 max_sectors_per_req; |
Yang, Bo | 7e8a75f | 2009-10-06 14:50:17 -0600 | [diff] [blame] | 2236 | struct megasas_aen_event *ev; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2237 | |
| 2238 | struct megasas_cmd **cmd_list; |
| 2239 | struct list_head cmd_pool; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2240 | /* used to sync fire the cmd to fw */ |
Sumit.Saxena@avagotech.com | 90dc9d9 | 2014-09-12 18:57:58 +0530 | [diff] [blame] | 2241 | spinlock_t mfi_pool_lock; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2242 | /* used to sync fire the cmd to fw */ |
| 2243 | spinlock_t hba_lock; |
bo yang | 7343eb6 | 2007-11-09 04:35:44 -0500 | [diff] [blame] | 2244 | /* used to synch producer, consumer ptrs in dpc */ |
Sasikumar Chandrasekaran | fdd84e2 | 2017-01-10 18:20:46 -0500 | [diff] [blame] | 2245 | spinlock_t stream_lock; |
bo yang | 7343eb6 | 2007-11-09 04:35:44 -0500 | [diff] [blame] | 2246 | spinlock_t completion_lock; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2247 | struct dma_pool *frame_dma_pool; |
| 2248 | struct dma_pool *sense_dma_pool; |
| 2249 | |
| 2250 | struct megasas_evt_detail *evt_detail; |
| 2251 | dma_addr_t evt_detail_h; |
| 2252 | struct megasas_cmd *aen_cmd; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2253 | struct semaphore ioctl_sem; |
| 2254 | |
| 2255 | struct Scsi_Host *host; |
| 2256 | |
| 2257 | wait_queue_head_t int_cmd_wait_q; |
| 2258 | wait_queue_head_t abort_cmd_wait_q; |
| 2259 | |
| 2260 | struct pci_dev *pdev; |
| 2261 | u32 unique_id; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2262 | u32 fw_support_ieee; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2263 | |
Sumant Patro | e4a082c | 2006-05-30 12:03:37 -0700 | [diff] [blame] | 2264 | atomic_t fw_outstanding; |
Sumit Saxena | 308ec45 | 2016-01-28 21:04:30 +0530 | [diff] [blame] | 2265 | atomic_t ldio_outstanding; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2266 | atomic_t fw_reset_no_pci_access; |
Shivasharan S | 33203bc | 2017-02-10 00:59:12 -0800 | [diff] [blame] | 2267 | atomic_t ieee_sgl; |
| 2268 | atomic_t prp_sgl; |
| 2269 | atomic_t sge_holes_type1; |
| 2270 | atomic_t sge_holes_type2; |
| 2271 | atomic_t sge_holes_type3; |
Sumant Patro | 1341c93 | 2006-01-25 12:02:40 -0800 | [diff] [blame] | 2272 | |
| 2273 | struct megasas_instance_template *instancet; |
Sumant Patro | 5d018ad | 2006-10-03 13:13:18 -0700 | [diff] [blame] | 2274 | struct tasklet_struct isr_tasklet; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2275 | struct work_struct work_init; |
Shivasharan S | 3f6194a | 2018-10-16 23:37:39 -0700 | [diff] [blame] | 2276 | struct delayed_work fw_fault_work; |
| 2277 | struct workqueue_struct *fw_fault_work_q; |
| 2278 | char fault_handler_work_q_name[48]; |
Sumant Patro | 05e9ebb | 2007-05-17 05:47:51 -0700 | [diff] [blame] | 2279 | |
| 2280 | u8 flag; |
Yang, Bo | c351883 | 2009-10-06 14:18:02 -0600 | [diff] [blame] | 2281 | u8 unload; |
Yang, Bo | f4c9a13 | 2009-10-06 14:43:28 -0600 | [diff] [blame] | 2282 | u8 flag_ieee; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2283 | u8 issuepend_done; |
| 2284 | u8 disableOnlineCtrlReset; |
Sumit.Saxena@lsi.com | bc93d42 | 2013-05-22 12:35:04 +0530 | [diff] [blame] | 2285 | u8 UnevenSpanSupport; |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 2286 | |
| 2287 | u8 supportmax256vd; |
Sumit Saxena | 3084558 | 2016-03-10 02:14:37 -0800 | [diff] [blame] | 2288 | u8 pd_list_not_supported; |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 2289 | u16 fw_supported_vd_count; |
| 2290 | u16 fw_supported_pd_count; |
| 2291 | |
| 2292 | u16 drv_supported_vd_count; |
| 2293 | u16 drv_supported_pd_count; |
| 2294 | |
Sumit Saxena | 8a01a41 | 2016-01-28 21:04:32 +0530 | [diff] [blame] | 2295 | atomic_t adprecovery; |
Sumant Patro | 05e9ebb | 2007-05-17 05:47:51 -0700 | [diff] [blame] | 2296 | unsigned long last_time; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2297 | u32 mfiStatus; |
| 2298 | u32 last_seq_num; |
bo yang | ad84db2 | 2007-11-09 04:40:16 -0500 | [diff] [blame] | 2299 | |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2300 | struct list_head internal_reset_pending_q; |
adam radford | 80d9da9 | 2010-12-21 10:17:40 -0800 | [diff] [blame] | 2301 | |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 2302 | /* Ptr to hba specific information */ |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 2303 | void *ctrl_context; |
adam radford | c8e858f | 2011-10-08 18:15:13 -0700 | [diff] [blame] | 2304 | unsigned int msix_vectors; |
adam radford | c8e858f | 2011-10-08 18:15:13 -0700 | [diff] [blame] | 2305 | struct megasas_irq_context irq_context[MEGASAS_MAX_MSIX_QUEUES]; |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 2306 | u64 map_id; |
sumit.saxena@avagotech.com | 3761cb4 | 2015-08-31 17:23:11 +0530 | [diff] [blame] | 2307 | u64 pd_seq_map_id; |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 2308 | struct megasas_cmd *map_update_cmd; |
sumit.saxena@avagotech.com | 3761cb4 | 2015-08-31 17:23:11 +0530 | [diff] [blame] | 2309 | struct megasas_cmd *jbod_seq_cmd; |
adam radford | b6d5d88 | 2010-12-14 18:56:07 -0800 | [diff] [blame] | 2310 | unsigned long bar; |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 2311 | long reset_flags; |
| 2312 | struct mutex reset_mutex; |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 2313 | struct timer_list sriov_heartbeat_timer; |
| 2314 | char skip_heartbeat_timer_del; |
| 2315 | u8 requestorId; |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 2316 | char PlasmaFW111; |
Sumit Saxena | 8f67c8c | 2016-01-28 21:14:25 +0530 | [diff] [blame] | 2317 | char clusterId[MEGASAS_CLUSTER_ID_SIZE]; |
| 2318 | u8 peerIsPresent; |
| 2319 | u8 passive; |
Sumit.Saxena@avagotech.com | ae09a6c | 2015-01-05 20:06:23 +0530 | [diff] [blame] | 2320 | u16 throttlequeuedepth; |
Sumit.Saxena@lsi.com | d46a3ad | 2013-05-22 12:34:14 +0530 | [diff] [blame] | 2321 | u8 mask_interrupts; |
sumit.saxena@avagotech.com | bd5f948 | 2015-08-31 17:23:31 +0530 | [diff] [blame] | 2322 | u16 max_chain_frame_sz; |
Sumit.Saxena@lsi.com | 404a8a1 | 2013-05-22 12:35:33 +0530 | [diff] [blame] | 2323 | u8 is_imr; |
Sumit Saxena | 179ac14 | 2016-01-28 21:04:28 +0530 | [diff] [blame] | 2324 | u8 is_rdpq; |
Sumit.Saxena@avagotech.com | 5765c5b | 2015-04-23 16:32:09 +0530 | [diff] [blame] | 2325 | bool dev_handle; |
Kashyap Desai | d0fc91d | 2016-10-21 06:33:33 -0700 | [diff] [blame] | 2326 | bool fw_sync_cache_support; |
Shivasharan S | 21c3400 | 2017-02-10 00:59:28 -0800 | [diff] [blame] | 2327 | u32 mfi_frame_size; |
Sasikumar Chandrasekaran | 2493c67 | 2017-01-10 18:20:44 -0500 | [diff] [blame] | 2328 | bool msix_combined; |
Sasikumar Chandrasekaran | d889344 | 2017-01-10 18:20:48 -0500 | [diff] [blame] | 2329 | u16 max_raid_mapsize; |
Shivasharan S | a48ba0e | 2017-02-10 00:59:13 -0800 | [diff] [blame] | 2330 | /* preffered count to send as LDIO irrspective of FP capable.*/ |
| 2331 | u8 r1_ldio_hint_default; |
Shivasharan S | 15dd038 | 2017-02-10 00:59:10 -0800 | [diff] [blame] | 2332 | u32 nvme_page_size; |
Shivasharan S | c365178 | 2017-10-19 02:48:48 -0700 | [diff] [blame] | 2333 | u8 adapter_type; |
Shivasharan S | 107a60d | 2017-10-19 02:49:05 -0700 | [diff] [blame] | 2334 | bool consistent_mask_64bit; |
Shivasharan S | f870bcb | 2018-01-05 05:33:04 -0800 | [diff] [blame] | 2335 | bool support_nvme_passthru; |
Shivasharan S | e9495e2 | 2018-06-04 03:45:12 -0700 | [diff] [blame] | 2336 | u8 task_abort_tmo; |
| 2337 | u8 max_reset_tmo; |
Shivasharan S | f0c21df | 2018-10-16 23:37:40 -0700 | [diff] [blame^] | 2338 | u8 snapdump_wait_time; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2339 | }; |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 2340 | struct MR_LD_VF_MAP { |
| 2341 | u32 size; |
| 2342 | union MR_LD_REF ref; |
| 2343 | u8 ldVfCount; |
| 2344 | u8 reserved[6]; |
| 2345 | u8 policy[1]; |
| 2346 | }; |
| 2347 | |
| 2348 | struct MR_LD_VF_AFFILIATION { |
| 2349 | u32 size; |
| 2350 | u8 ldCount; |
| 2351 | u8 vfCount; |
| 2352 | u8 thisVf; |
| 2353 | u8 reserved[9]; |
| 2354 | struct MR_LD_VF_MAP map[1]; |
| 2355 | }; |
| 2356 | |
| 2357 | /* Plasma 1.11 FW backward compatibility structures */ |
| 2358 | #define IOV_111_OFFSET 0x7CE |
| 2359 | #define MAX_VIRTUAL_FUNCTIONS 8 |
Adam Radford | 4cbfea8 | 2014-07-09 15:17:56 -0700 | [diff] [blame] | 2360 | #define MR_LD_ACCESS_HIDDEN 15 |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 2361 | |
| 2362 | struct IOV_111 { |
| 2363 | u8 maxVFsSupported; |
| 2364 | u8 numVFsEnabled; |
| 2365 | u8 requestorId; |
| 2366 | u8 reserved[5]; |
| 2367 | }; |
| 2368 | |
| 2369 | struct MR_LD_VF_MAP_111 { |
| 2370 | u8 targetId; |
| 2371 | u8 reserved[3]; |
| 2372 | u8 policy[MAX_VIRTUAL_FUNCTIONS]; |
| 2373 | }; |
| 2374 | |
| 2375 | struct MR_LD_VF_AFFILIATION_111 { |
| 2376 | u8 vdCount; |
| 2377 | u8 vfCount; |
| 2378 | u8 thisVf; |
| 2379 | u8 reserved[5]; |
| 2380 | struct MR_LD_VF_MAP_111 map[MAX_LOGICAL_DRIVES]; |
| 2381 | }; |
| 2382 | |
| 2383 | struct MR_CTRL_HB_HOST_MEM { |
| 2384 | struct { |
| 2385 | u32 fwCounter; /* Firmware heart beat counter */ |
| 2386 | struct { |
| 2387 | u32 debugmode:1; /* 1=Firmware is in debug mode. |
| 2388 | Heart beat will not be updated. */ |
| 2389 | u32 reserved:31; |
| 2390 | } debug; |
| 2391 | u32 reserved_fw[6]; |
| 2392 | u32 driverCounter; /* Driver heart beat counter. 0x20 */ |
| 2393 | u32 reserved_driver[7]; |
| 2394 | } HB; |
| 2395 | u8 pad[0x400-0x40]; |
| 2396 | }; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2397 | |
| 2398 | enum { |
| 2399 | MEGASAS_HBA_OPERATIONAL = 0, |
| 2400 | MEGASAS_ADPRESET_SM_INFAULT = 1, |
| 2401 | MEGASAS_ADPRESET_SM_FW_RESET_SUCCESS = 2, |
| 2402 | MEGASAS_ADPRESET_SM_OPERATIONAL = 3, |
| 2403 | MEGASAS_HW_CRITICAL_ERROR = 4, |
adam radford | 229fe47 | 2014-03-10 02:51:56 -0700 | [diff] [blame] | 2404 | MEGASAS_ADPRESET_SM_POLLING = 5, |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2405 | MEGASAS_ADPRESET_INPROG_SIGN = 0xDEADDEAD, |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2406 | }; |
| 2407 | |
Yang, Bo | 0c79e68 | 2009-10-06 14:47:35 -0600 | [diff] [blame] | 2408 | struct megasas_instance_template { |
| 2409 | void (*fire_cmd)(struct megasas_instance *, dma_addr_t, \ |
| 2410 | u32, struct megasas_register_set __iomem *); |
| 2411 | |
Sumit.Saxena@lsi.com | d46a3ad | 2013-05-22 12:34:14 +0530 | [diff] [blame] | 2412 | void (*enable_intr)(struct megasas_instance *); |
| 2413 | void (*disable_intr)(struct megasas_instance *); |
Yang, Bo | 0c79e68 | 2009-10-06 14:47:35 -0600 | [diff] [blame] | 2414 | |
| 2415 | int (*clear_intr)(struct megasas_register_set __iomem *); |
| 2416 | |
| 2417 | u32 (*read_fw_status_reg)(struct megasas_register_set __iomem *); |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2418 | int (*adp_reset)(struct megasas_instance *, \ |
| 2419 | struct megasas_register_set __iomem *); |
| 2420 | int (*check_reset)(struct megasas_instance *, \ |
| 2421 | struct megasas_register_set __iomem *); |
adam radford | cd50ba8 | 2010-12-21 10:23:23 -0800 | [diff] [blame] | 2422 | irqreturn_t (*service_isr)(int irq, void *devp); |
| 2423 | void (*tasklet)(unsigned long); |
| 2424 | u32 (*init_adapter)(struct megasas_instance *); |
| 2425 | u32 (*build_and_issue_cmd) (struct megasas_instance *, |
| 2426 | struct scsi_cmnd *); |
Shivasharan S | f4fc209 | 2017-02-10 00:59:09 -0800 | [diff] [blame] | 2427 | void (*issue_dcmd)(struct megasas_instance *instance, |
adam radford | cd50ba8 | 2010-12-21 10:23:23 -0800 | [diff] [blame] | 2428 | struct megasas_cmd *cmd); |
Yang, Bo | 0c79e68 | 2009-10-06 14:47:35 -0600 | [diff] [blame] | 2429 | }; |
| 2430 | |
Shivasharan S | 3cabd16 | 2017-02-10 00:59:05 -0800 | [diff] [blame] | 2431 | #define MEGASAS_IS_LOGICAL(sdev) \ |
| 2432 | ((sdev->channel < MEGASAS_MAX_PD_CHANNELS) ? 0 : 1) |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2433 | |
Sumit.Saxena@avagotech.com | 4a5c814 | 2015-04-23 16:30:39 +0530 | [diff] [blame] | 2434 | #define MEGASAS_DEV_INDEX(scp) \ |
| 2435 | (((scp->device->channel % 2) * MEGASAS_MAX_DEV_PER_CHANNEL) + \ |
| 2436 | scp->device->id) |
| 2437 | |
| 2438 | #define MEGASAS_PD_INDEX(scp) \ |
| 2439 | ((scp->device->channel * MEGASAS_MAX_DEV_PER_CHANNEL) + \ |
| 2440 | scp->device->id) |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2441 | |
| 2442 | struct megasas_cmd { |
| 2443 | |
| 2444 | union megasas_frame *frame; |
| 2445 | dma_addr_t frame_phys_addr; |
| 2446 | u8 *sense; |
| 2447 | dma_addr_t sense_phys_addr; |
| 2448 | |
| 2449 | u32 index; |
| 2450 | u8 sync_cmd; |
Sumit.Saxena@avagotech.com | 2be2a98 | 2015-05-06 19:01:02 +0530 | [diff] [blame] | 2451 | u8 cmd_status_drv; |
bo yang | 39a9855 | 2010-09-22 22:36:29 -0400 | [diff] [blame] | 2452 | u8 abort_aen; |
| 2453 | u8 retry_for_fw_reset; |
| 2454 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2455 | |
| 2456 | struct list_head list; |
| 2457 | struct scsi_cmnd *scmd; |
Sumit.Saxena@avagotech.com | 4026e9a | 2015-04-23 16:31:24 +0530 | [diff] [blame] | 2458 | u8 flags; |
Sumit.Saxena@avagotech.com | 90dc9d9 | 2014-09-12 18:57:58 +0530 | [diff] [blame] | 2459 | |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2460 | struct megasas_instance *instance; |
adam radford | 9c915a8 | 2010-12-21 13:34:31 -0800 | [diff] [blame] | 2461 | union { |
| 2462 | struct { |
| 2463 | u16 smid; |
| 2464 | u16 resvd; |
| 2465 | } context; |
| 2466 | u32 frame_count; |
| 2467 | }; |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2468 | }; |
| 2469 | |
| 2470 | #define MAX_MGMT_ADAPTERS 1024 |
| 2471 | #define MAX_IOCTL_SGE 16 |
| 2472 | |
| 2473 | struct megasas_iocpacket { |
| 2474 | |
| 2475 | u16 host_no; |
| 2476 | u16 __pad1; |
| 2477 | u32 sgl_off; |
| 2478 | u32 sge_count; |
| 2479 | u32 sense_off; |
| 2480 | u32 sense_len; |
| 2481 | union { |
| 2482 | u8 raw[128]; |
| 2483 | struct megasas_header hdr; |
| 2484 | } frame; |
| 2485 | |
| 2486 | struct iovec sgl[MAX_IOCTL_SGE]; |
| 2487 | |
| 2488 | } __attribute__ ((packed)); |
| 2489 | |
| 2490 | struct megasas_aen { |
| 2491 | u16 host_no; |
| 2492 | u16 __pad1; |
| 2493 | u32 seq_num; |
| 2494 | u32 class_locale_word; |
| 2495 | } __attribute__ ((packed)); |
| 2496 | |
| 2497 | #ifdef CONFIG_COMPAT |
| 2498 | struct compat_megasas_iocpacket { |
| 2499 | u16 host_no; |
| 2500 | u16 __pad1; |
| 2501 | u32 sgl_off; |
| 2502 | u32 sge_count; |
| 2503 | u32 sense_off; |
| 2504 | u32 sense_len; |
| 2505 | union { |
| 2506 | u8 raw[128]; |
| 2507 | struct megasas_header hdr; |
| 2508 | } frame; |
| 2509 | struct compat_iovec sgl[MAX_IOCTL_SGE]; |
| 2510 | } __attribute__ ((packed)); |
| 2511 | |
Sumant Patro | 0e98936 | 2006-06-20 15:32:37 -0700 | [diff] [blame] | 2512 | #define MEGASAS_IOC_FIRMWARE32 _IOWR('M', 1, struct compat_megasas_iocpacket) |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2513 | #endif |
| 2514 | |
Sumant Patro | cb59aa6 | 2006-01-25 11:53:25 -0800 | [diff] [blame] | 2515 | #define MEGASAS_IOC_FIRMWARE _IOWR('M', 1, struct megasas_iocpacket) |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2516 | #define MEGASAS_IOC_GET_AEN _IOW('M', 3, struct megasas_aen) |
| 2517 | |
| 2518 | struct megasas_mgmt_info { |
| 2519 | |
| 2520 | u16 count; |
| 2521 | struct megasas_instance *instance[MAX_MGMT_ADAPTERS]; |
| 2522 | int max_index; |
| 2523 | }; |
| 2524 | |
Sumit Saxena | 6d40afb | 2016-01-28 21:04:23 +0530 | [diff] [blame] | 2525 | enum MEGASAS_OCR_CAUSE { |
| 2526 | FW_FAULT_OCR = 0, |
| 2527 | SCSIIO_TIMEOUT_OCR = 1, |
| 2528 | MFI_IO_TIMEOUT_OCR = 2, |
| 2529 | }; |
| 2530 | |
| 2531 | enum DCMD_RETURN_STATUS { |
| 2532 | DCMD_SUCCESS = 0, |
| 2533 | DCMD_TIMEOUT = 1, |
| 2534 | DCMD_FAILED = 2, |
| 2535 | DCMD_NOT_FIRED = 3, |
| 2536 | }; |
| 2537 | |
adam radford | 21c9e16 | 2013-09-06 15:27:14 -0700 | [diff] [blame] | 2538 | u8 |
| 2539 | MR_BuildRaidContext(struct megasas_instance *instance, |
| 2540 | struct IO_REQUEST_INFO *io_info, |
| 2541 | struct RAID_CONTEXT *pRAID_Context, |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 2542 | struct MR_DRV_RAID_MAP_ALL *map, u8 **raidLUN); |
Shivasharan S | d2d0358 | 2017-02-10 00:59:19 -0800 | [diff] [blame] | 2543 | u16 MR_TargetIdToLdGet(u32 ldTgtId, struct MR_DRV_RAID_MAP_ALL *map); |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 2544 | struct MR_LD_RAID *MR_LdRaidGet(u32 ld, struct MR_DRV_RAID_MAP_ALL *map); |
| 2545 | u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map); |
| 2546 | u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map); |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2547 | __le16 MR_PdDevHandleGet(u32 pd, struct MR_DRV_RAID_MAP_ALL *map); |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 2548 | u16 MR_GetLDTgtId(u32 ld, struct MR_DRV_RAID_MAP_ALL *map); |
adam radford | 21c9e16 | 2013-09-06 15:27:14 -0700 | [diff] [blame] | 2549 | |
Christoph Hellwig | 9ab9ed38 | 2015-04-23 16:32:54 +0530 | [diff] [blame] | 2550 | __le16 get_updated_dev_handle(struct megasas_instance *instance, |
Shivasharan S | 33203bc | 2017-02-10 00:59:12 -0800 | [diff] [blame] | 2551 | struct LD_LOAD_BALANCE_INFO *lbInfo, |
| 2552 | struct IO_REQUEST_INFO *in_info, |
| 2553 | struct MR_DRV_RAID_MAP_ALL *drv_map); |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 2554 | void mr_update_load_balance_params(struct MR_DRV_RAID_MAP_ALL *map, |
| 2555 | struct LD_LOAD_BALANCE_INFO *lbInfo); |
Sumit.Saxena@avagotech.com | d009b57 | 2014-11-17 15:24:13 +0530 | [diff] [blame] | 2556 | int megasas_get_ctrl_info(struct megasas_instance *instance); |
sumit.saxena@avagotech.com | 3761cb4 | 2015-08-31 17:23:11 +0530 | [diff] [blame] | 2557 | /* PD sequence */ |
| 2558 | int |
| 2559 | megasas_sync_pd_seq_num(struct megasas_instance *instance, bool pend); |
Shivasharan S | e9495e2 | 2018-06-04 03:45:12 -0700 | [diff] [blame] | 2560 | void megasas_set_dynamic_target_properties(struct scsi_device *sdev, |
| 2561 | bool is_target_prop); |
| 2562 | int megasas_get_target_prop(struct megasas_instance *instance, |
| 2563 | struct scsi_device *sdev); |
Shivasharan S | f0c21df | 2018-10-16 23:37:40 -0700 | [diff] [blame^] | 2564 | void megasas_get_snapdump_properties(struct megasas_instance *instance); |
Shivasharan S | e9495e2 | 2018-06-04 03:45:12 -0700 | [diff] [blame] | 2565 | |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 2566 | int megasas_set_crash_dump_params(struct megasas_instance *instance, |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 2567 | u8 crash_buf_state); |
Sumit.Saxena@avagotech.com | fc62b3f | 2014-09-12 18:57:28 +0530 | [diff] [blame] | 2568 | void megasas_free_host_crash_buffer(struct megasas_instance *instance); |
Sumit.Saxena@avagotech.com | 51087a8 | 2014-09-12 18:57:33 +0530 | [diff] [blame] | 2569 | |
Sumit.Saxena@avagotech.com | 90dc9d9 | 2014-09-12 18:57:58 +0530 | [diff] [blame] | 2570 | void megasas_return_cmd_fusion(struct megasas_instance *instance, |
| 2571 | struct megasas_cmd_fusion *cmd); |
| 2572 | int megasas_issue_blocked_cmd(struct megasas_instance *instance, |
| 2573 | struct megasas_cmd *cmd, int timeout); |
| 2574 | void __megasas_return_cmd(struct megasas_instance *instance, |
| 2575 | struct megasas_cmd *cmd); |
| 2576 | |
| 2577 | void megasas_return_mfi_mpt_pthr(struct megasas_instance *instance, |
| 2578 | struct megasas_cmd *cmd_mfi, struct megasas_cmd_fusion *cmd_fusion); |
Sumit.Saxena@avagotech.com | 7497cde | 2015-01-05 20:06:03 +0530 | [diff] [blame] | 2579 | int megasas_cmd_type(struct scsi_cmnd *cmd); |
sumit.saxena@avagotech.com | 3761cb4 | 2015-08-31 17:23:11 +0530 | [diff] [blame] | 2580 | void megasas_setup_jbod_map(struct megasas_instance *instance); |
Sumit.Saxena@avagotech.com | 90dc9d9 | 2014-09-12 18:57:58 +0530 | [diff] [blame] | 2581 | |
Sumit Saxena | 18365b1 | 2016-01-28 21:04:25 +0530 | [diff] [blame] | 2582 | void megasas_update_sdev_properties(struct scsi_device *sdev); |
| 2583 | int megasas_reset_fusion(struct Scsi_Host *shost, int reason); |
| 2584 | int megasas_task_abort_fusion(struct scsi_cmnd *scmd); |
| 2585 | int megasas_reset_target_fusion(struct scsi_cmnd *scmd); |
Shivasharan S | 33203bc | 2017-02-10 00:59:12 -0800 | [diff] [blame] | 2586 | u32 mega_mod64(u64 dividend, u32 divisor); |
Shivasharan S | 5fc499b | 2017-02-10 00:59:17 -0800 | [diff] [blame] | 2587 | int megasas_alloc_fusion_context(struct megasas_instance *instance); |
| 2588 | void megasas_free_fusion_context(struct megasas_instance *instance); |
Shivasharan S | 3f6194a | 2018-10-16 23:37:39 -0700 | [diff] [blame] | 2589 | int megasas_fusion_start_watchdog(struct megasas_instance *instance); |
| 2590 | void megasas_fusion_stop_watchdog(struct megasas_instance *instance); |
| 2591 | |
Shivasharan S | 107a60d | 2017-10-19 02:49:05 -0700 | [diff] [blame] | 2592 | void megasas_set_dma_settings(struct megasas_instance *instance, |
| 2593 | struct megasas_dcmd_frame *dcmd, |
| 2594 | dma_addr_t dma_addr, u32 dma_len); |
Bagalkote, Sreenivas | c4a3e0a | 2005-09-20 17:46:58 -0400 | [diff] [blame] | 2595 | #endif /*LSI_MEGARAID_SAS_H */ |