mpt3sas_base.h 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673
  1. /*
  2. * This is the Fusion MPT base driver providing common API layer interface
  3. * for access to MPT (Message Passing Technology) firmware.
  4. *
  5. * This code is based on drivers/scsi/mpt3sas/mpt3sas_base.h
  6. * Copyright (C) 2012-2014 LSI Corporation
  7. * Copyright (C) 2013-2014 Avago Technologies
  8. * (mailto: MPT-FusionLinux.pdl@avagotech.com)
  9. *
  10. * This program is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU General Public License
  12. * as published by the Free Software Foundation; either version 2
  13. * of the License, or (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU General Public License for more details.
  19. *
  20. * NO WARRANTY
  21. * THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR
  22. * CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
  23. * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
  24. * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
  25. * solely responsible for determining the appropriateness of using and
  26. * distributing the Program and assumes all risks associated with its
  27. * exercise of rights under this Agreement, including but not limited to
  28. * the risks and costs of program errors, damage to or loss of data,
  29. * programs or equipment, and unavailability or interruption of operations.
  30. * DISCLAIMER OF LIABILITY
  31. * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
  32. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  33. * DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND
  34. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  35. * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  36. * USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
  37. * HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES
  38. * You should have received a copy of the GNU General Public License
  39. * along with this program; if not, write to the Free Software
  40. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
  41. * USA.
  42. */
  43. #ifndef MPT3SAS_BASE_H_INCLUDED
  44. #define MPT3SAS_BASE_H_INCLUDED
  45. #include "mpi/mpi2_type.h"
  46. #include "mpi/mpi2.h"
  47. #include "mpi/mpi2_ioc.h"
  48. #include "mpi/mpi2_cnfg.h"
  49. #include "mpi/mpi2_init.h"
  50. #include "mpi/mpi2_raid.h"
  51. #include "mpi/mpi2_tool.h"
  52. #include "mpi/mpi2_sas.h"
  53. #include "mpi/mpi2_pci.h"
  54. #include <scsi/scsi.h>
  55. #include <scsi/scsi_cmnd.h>
  56. #include <scsi/scsi_device.h>
  57. #include <scsi/scsi_host.h>
  58. #include <scsi/scsi_tcq.h>
  59. #include <scsi/scsi_transport_sas.h>
  60. #include <scsi/scsi_dbg.h>
  61. #include <scsi/scsi_eh.h>
  62. #include <linux/pci.h>
  63. #include <linux/poll.h>
  64. #include "mpt3sas_debug.h"
  65. #include "mpt3sas_trigger_diag.h"
  66. /* driver versioning info */
  67. #define MPT3SAS_DRIVER_NAME "mpt3sas"
  68. #define MPT3SAS_AUTHOR "Avago Technologies <MPT-FusionLinux.pdl@avagotech.com>"
  69. #define MPT3SAS_DESCRIPTION "LSI MPT Fusion SAS 3.0 Device Driver"
  70. #define MPT3SAS_DRIVER_VERSION "26.100.00.00"
  71. #define MPT3SAS_MAJOR_VERSION 26
  72. #define MPT3SAS_MINOR_VERSION 100
  73. #define MPT3SAS_BUILD_VERSION 0
  74. #define MPT3SAS_RELEASE_VERSION 00
  75. #define MPT2SAS_DRIVER_NAME "mpt2sas"
  76. #define MPT2SAS_DESCRIPTION "LSI MPT Fusion SAS 2.0 Device Driver"
  77. #define MPT2SAS_DRIVER_VERSION "20.102.00.00"
  78. #define MPT2SAS_MAJOR_VERSION 20
  79. #define MPT2SAS_MINOR_VERSION 102
  80. #define MPT2SAS_BUILD_VERSION 0
  81. #define MPT2SAS_RELEASE_VERSION 00
  82. /*
  83. * Set MPT3SAS_SG_DEPTH value based on user input.
  84. */
  85. #define MPT_MAX_PHYS_SEGMENTS SG_CHUNK_SIZE
  86. #define MPT_MIN_PHYS_SEGMENTS 16
  87. #define MPT_KDUMP_MIN_PHYS_SEGMENTS 32
  88. #define MCPU_MAX_CHAINS_PER_IO 3
  89. #ifdef CONFIG_SCSI_MPT3SAS_MAX_SGE
  90. #define MPT3SAS_SG_DEPTH CONFIG_SCSI_MPT3SAS_MAX_SGE
  91. #else
  92. #define MPT3SAS_SG_DEPTH MPT_MAX_PHYS_SEGMENTS
  93. #endif
  94. #ifdef CONFIG_SCSI_MPT2SAS_MAX_SGE
  95. #define MPT2SAS_SG_DEPTH CONFIG_SCSI_MPT2SAS_MAX_SGE
  96. #else
  97. #define MPT2SAS_SG_DEPTH MPT_MAX_PHYS_SEGMENTS
  98. #endif
  99. /*
  100. * Generic Defines
  101. */
  102. #define MPT3SAS_SATA_QUEUE_DEPTH 32
  103. #define MPT3SAS_SAS_QUEUE_DEPTH 254
  104. #define MPT3SAS_RAID_QUEUE_DEPTH 128
  105. #define MPT3SAS_KDUMP_SCSI_IO_DEPTH 200
  106. #define MPT3SAS_RAID_MAX_SECTORS 8192
  107. #define MPT3SAS_HOST_PAGE_SIZE_4K 12
  108. #define MPT3SAS_NVME_QUEUE_DEPTH 128
  109. #define MPT_NAME_LENGTH 32 /* generic length of strings */
  110. #define MPT_STRING_LENGTH 64
  111. #define MPI_FRAME_START_OFFSET 256
  112. #define REPLY_FREE_POOL_SIZE 512 /*(32 maxcredix *4)*(4 times)*/
  113. #define MPT_MAX_CALLBACKS 32
  114. #define INTERNAL_CMDS_COUNT 10 /* reserved cmds */
  115. /* reserved for issuing internally framed scsi io cmds */
  116. #define INTERNAL_SCSIIO_CMDS_COUNT 3
  117. #define MPI3_HIM_MASK 0xFFFFFFFF /* mask every bit*/
  118. #define MPT3SAS_INVALID_DEVICE_HANDLE 0xFFFF
  119. #define MAX_CHAIN_ELEMT_SZ 16
  120. #define DEFAULT_NUM_FWCHAIN_ELEMTS 8
  121. #define FW_IMG_HDR_READ_TIMEOUT 15
  122. /*
  123. * NVMe defines
  124. */
  125. #define NVME_PRP_SIZE 8 /* PRP size */
  126. #define NVME_ERROR_RESPONSE_SIZE 16 /* Max NVME Error Response */
  127. #define NVME_TASK_ABORT_MIN_TIMEOUT 6
  128. #define NVME_TASK_ABORT_MAX_TIMEOUT 60
  129. #define NVME_TASK_MNGT_CUSTOM_MASK (0x0010)
  130. #define NVME_PRP_PAGE_SIZE 4096 /* Page size */
  131. struct mpt3sas_nvme_cmd {
  132. u8 rsvd[24];
  133. __le64 prp1;
  134. __le64 prp2;
  135. };
  136. /*
  137. * logging format
  138. */
  139. #define MPT3SAS_FMT "%s: "
  140. /*
  141. * WarpDrive Specific Log codes
  142. */
  143. #define MPT2_WARPDRIVE_LOGENTRY (0x8002)
  144. #define MPT2_WARPDRIVE_LC_SSDT (0x41)
  145. #define MPT2_WARPDRIVE_LC_SSDLW (0x43)
  146. #define MPT2_WARPDRIVE_LC_SSDLF (0x44)
  147. #define MPT2_WARPDRIVE_LC_BRMF (0x4D)
  148. /*
  149. * per target private data
  150. */
  151. #define MPT_TARGET_FLAGS_RAID_COMPONENT 0x01
  152. #define MPT_TARGET_FLAGS_VOLUME 0x02
  153. #define MPT_TARGET_FLAGS_DELETED 0x04
  154. #define MPT_TARGET_FASTPATH_IO 0x08
  155. #define MPT_TARGET_FLAGS_PCIE_DEVICE 0x10
  156. #define SAS2_PCI_DEVICE_B0_REVISION (0x01)
  157. #define SAS3_PCI_DEVICE_C0_REVISION (0x02)
  158. /*
  159. * Intel HBA branding
  160. */
  161. #define MPT2SAS_INTEL_RMS25JB080_BRANDING \
  162. "Intel(R) Integrated RAID Module RMS25JB080"
  163. #define MPT2SAS_INTEL_RMS25JB040_BRANDING \
  164. "Intel(R) Integrated RAID Module RMS25JB040"
  165. #define MPT2SAS_INTEL_RMS25KB080_BRANDING \
  166. "Intel(R) Integrated RAID Module RMS25KB080"
  167. #define MPT2SAS_INTEL_RMS25KB040_BRANDING \
  168. "Intel(R) Integrated RAID Module RMS25KB040"
  169. #define MPT2SAS_INTEL_RMS25LB040_BRANDING \
  170. "Intel(R) Integrated RAID Module RMS25LB040"
  171. #define MPT2SAS_INTEL_RMS25LB080_BRANDING \
  172. "Intel(R) Integrated RAID Module RMS25LB080"
  173. #define MPT2SAS_INTEL_RMS2LL080_BRANDING \
  174. "Intel Integrated RAID Module RMS2LL080"
  175. #define MPT2SAS_INTEL_RMS2LL040_BRANDING \
  176. "Intel Integrated RAID Module RMS2LL040"
  177. #define MPT2SAS_INTEL_RS25GB008_BRANDING \
  178. "Intel(R) RAID Controller RS25GB008"
  179. #define MPT2SAS_INTEL_SSD910_BRANDING \
  180. "Intel(R) SSD 910 Series"
  181. #define MPT3SAS_INTEL_RMS3JC080_BRANDING \
  182. "Intel(R) Integrated RAID Module RMS3JC080"
  183. #define MPT3SAS_INTEL_RS3GC008_BRANDING \
  184. "Intel(R) RAID Controller RS3GC008"
  185. #define MPT3SAS_INTEL_RS3FC044_BRANDING \
  186. "Intel(R) RAID Controller RS3FC044"
  187. #define MPT3SAS_INTEL_RS3UC080_BRANDING \
  188. "Intel(R) RAID Controller RS3UC080"
  189. /*
  190. * Intel HBA SSDIDs
  191. */
  192. #define MPT2SAS_INTEL_RMS25JB080_SSDID 0x3516
  193. #define MPT2SAS_INTEL_RMS25JB040_SSDID 0x3517
  194. #define MPT2SAS_INTEL_RMS25KB080_SSDID 0x3518
  195. #define MPT2SAS_INTEL_RMS25KB040_SSDID 0x3519
  196. #define MPT2SAS_INTEL_RMS25LB040_SSDID 0x351A
  197. #define MPT2SAS_INTEL_RMS25LB080_SSDID 0x351B
  198. #define MPT2SAS_INTEL_RMS2LL080_SSDID 0x350E
  199. #define MPT2SAS_INTEL_RMS2LL040_SSDID 0x350F
  200. #define MPT2SAS_INTEL_RS25GB008_SSDID 0x3000
  201. #define MPT2SAS_INTEL_SSD910_SSDID 0x3700
  202. #define MPT3SAS_INTEL_RMS3JC080_SSDID 0x3521
  203. #define MPT3SAS_INTEL_RS3GC008_SSDID 0x3522
  204. #define MPT3SAS_INTEL_RS3FC044_SSDID 0x3523
  205. #define MPT3SAS_INTEL_RS3UC080_SSDID 0x3524
  206. /*
  207. * Dell HBA branding
  208. */
  209. #define MPT2SAS_DELL_BRANDING_SIZE 32
  210. #define MPT2SAS_DELL_6GBPS_SAS_HBA_BRANDING "Dell 6Gbps SAS HBA"
  211. #define MPT2SAS_DELL_PERC_H200_ADAPTER_BRANDING "Dell PERC H200 Adapter"
  212. #define MPT2SAS_DELL_PERC_H200_INTEGRATED_BRANDING "Dell PERC H200 Integrated"
  213. #define MPT2SAS_DELL_PERC_H200_MODULAR_BRANDING "Dell PERC H200 Modular"
  214. #define MPT2SAS_DELL_PERC_H200_EMBEDDED_BRANDING "Dell PERC H200 Embedded"
  215. #define MPT2SAS_DELL_PERC_H200_BRANDING "Dell PERC H200"
  216. #define MPT2SAS_DELL_6GBPS_SAS_BRANDING "Dell 6Gbps SAS"
  217. #define MPT3SAS_DELL_12G_HBA_BRANDING \
  218. "Dell 12Gbps HBA"
  219. /*
  220. * Dell HBA SSDIDs
  221. */
  222. #define MPT2SAS_DELL_6GBPS_SAS_HBA_SSDID 0x1F1C
  223. #define MPT2SAS_DELL_PERC_H200_ADAPTER_SSDID 0x1F1D
  224. #define MPT2SAS_DELL_PERC_H200_INTEGRATED_SSDID 0x1F1E
  225. #define MPT2SAS_DELL_PERC_H200_MODULAR_SSDID 0x1F1F
  226. #define MPT2SAS_DELL_PERC_H200_EMBEDDED_SSDID 0x1F20
  227. #define MPT2SAS_DELL_PERC_H200_SSDID 0x1F21
  228. #define MPT2SAS_DELL_6GBPS_SAS_SSDID 0x1F22
  229. #define MPT3SAS_DELL_12G_HBA_SSDID 0x1F46
  230. /*
  231. * Cisco HBA branding
  232. */
  233. #define MPT3SAS_CISCO_12G_8E_HBA_BRANDING \
  234. "Cisco 9300-8E 12G SAS HBA"
  235. #define MPT3SAS_CISCO_12G_8I_HBA_BRANDING \
  236. "Cisco 9300-8i 12G SAS HBA"
  237. #define MPT3SAS_CISCO_12G_AVILA_HBA_BRANDING \
  238. "Cisco 12G Modular SAS Pass through Controller"
  239. #define MPT3SAS_CISCO_12G_COLUSA_MEZZANINE_HBA_BRANDING \
  240. "UCS C3X60 12G SAS Pass through Controller"
  241. /*
  242. * Cisco HBA SSSDIDs
  243. */
  244. #define MPT3SAS_CISCO_12G_8E_HBA_SSDID 0x14C
  245. #define MPT3SAS_CISCO_12G_8I_HBA_SSDID 0x154
  246. #define MPT3SAS_CISCO_12G_AVILA_HBA_SSDID 0x155
  247. #define MPT3SAS_CISCO_12G_COLUSA_MEZZANINE_HBA_SSDID 0x156
  248. /*
  249. * status bits for ioc->diag_buffer_status
  250. */
  251. #define MPT3_DIAG_BUFFER_IS_REGISTERED (0x01)
  252. #define MPT3_DIAG_BUFFER_IS_RELEASED (0x02)
  253. #define MPT3_DIAG_BUFFER_IS_DIAG_RESET (0x04)
  254. /*
  255. * HP HBA branding
  256. */
  257. #define MPT2SAS_HP_3PAR_SSVID 0x1590
  258. #define MPT2SAS_HP_2_4_INTERNAL_BRANDING \
  259. "HP H220 Host Bus Adapter"
  260. #define MPT2SAS_HP_2_4_EXTERNAL_BRANDING \
  261. "HP H221 Host Bus Adapter"
  262. #define MPT2SAS_HP_1_4_INTERNAL_1_4_EXTERNAL_BRANDING \
  263. "HP H222 Host Bus Adapter"
  264. #define MPT2SAS_HP_EMBEDDED_2_4_INTERNAL_BRANDING \
  265. "HP H220i Host Bus Adapter"
  266. #define MPT2SAS_HP_DAUGHTER_2_4_INTERNAL_BRANDING \
  267. "HP H210i Host Bus Adapter"
  268. /*
  269. * HO HBA SSDIDs
  270. */
  271. #define MPT2SAS_HP_2_4_INTERNAL_SSDID 0x0041
  272. #define MPT2SAS_HP_2_4_EXTERNAL_SSDID 0x0042
  273. #define MPT2SAS_HP_1_4_INTERNAL_1_4_EXTERNAL_SSDID 0x0043
  274. #define MPT2SAS_HP_EMBEDDED_2_4_INTERNAL_SSDID 0x0044
  275. #define MPT2SAS_HP_DAUGHTER_2_4_INTERNAL_SSDID 0x0046
  276. /*
  277. * Combined Reply Queue constants,
  278. * There are twelve Supplemental Reply Post Host Index Registers
  279. * and each register is at offset 0x10 bytes from the previous one.
  280. */
  281. #define MAX_COMBINED_MSIX_VECTORS(gen35) ((gen35 == 1) ? 16 : 8)
  282. #define MPT3_SUP_REPLY_POST_HOST_INDEX_REG_COUNT_G3 12
  283. #define MPT3_SUP_REPLY_POST_HOST_INDEX_REG_COUNT_G35 16
  284. #define MPT3_SUP_REPLY_POST_HOST_INDEX_REG_OFFSET (0x10)
  285. /* OEM Identifiers */
  286. #define MFG10_OEM_ID_INVALID (0x00000000)
  287. #define MFG10_OEM_ID_DELL (0x00000001)
  288. #define MFG10_OEM_ID_FSC (0x00000002)
  289. #define MFG10_OEM_ID_SUN (0x00000003)
  290. #define MFG10_OEM_ID_IBM (0x00000004)
  291. /* GENERIC Flags 0*/
  292. #define MFG10_GF0_OCE_DISABLED (0x00000001)
  293. #define MFG10_GF0_R1E_DRIVE_COUNT (0x00000002)
  294. #define MFG10_GF0_R10_DISPLAY (0x00000004)
  295. #define MFG10_GF0_SSD_DATA_SCRUB_DISABLE (0x00000008)
  296. #define MFG10_GF0_SINGLE_DRIVE_R0 (0x00000010)
  297. #define VIRTUAL_IO_FAILED_RETRY (0x32010081)
  298. /* OEM Specific Flags will come from OEM specific header files */
  299. struct Mpi2ManufacturingPage10_t {
  300. MPI2_CONFIG_PAGE_HEADER Header; /* 00h */
  301. U8 OEMIdentifier; /* 04h */
  302. U8 Reserved1; /* 05h */
  303. U16 Reserved2; /* 08h */
  304. U32 Reserved3; /* 0Ch */
  305. U32 GenericFlags0; /* 10h */
  306. U32 GenericFlags1; /* 14h */
  307. U32 Reserved4; /* 18h */
  308. U32 OEMSpecificFlags0; /* 1Ch */
  309. U32 OEMSpecificFlags1; /* 20h */
  310. U32 Reserved5[18]; /* 24h - 60h*/
  311. };
  312. /* Miscellaneous options */
  313. struct Mpi2ManufacturingPage11_t {
  314. MPI2_CONFIG_PAGE_HEADER Header; /* 00h */
  315. __le32 Reserved1; /* 04h */
  316. u8 Reserved2; /* 08h */
  317. u8 EEDPTagMode; /* 09h */
  318. u8 Reserved3; /* 0Ah */
  319. u8 Reserved4; /* 0Bh */
  320. __le32 Reserved5[8]; /* 0Ch-2Ch */
  321. u16 AddlFlags2; /* 2Ch */
  322. u8 AddlFlags3; /* 2Eh */
  323. u8 Reserved6; /* 2Fh */
  324. __le32 Reserved7[7]; /* 30h - 4Bh */
  325. u8 NVMeAbortTO; /* 4Ch */
  326. u8 Reserved8; /* 4Dh */
  327. u16 Reserved9; /* 4Eh */
  328. __le32 Reserved10[4]; /* 50h - 60h */
  329. };
  330. /**
  331. * struct MPT3SAS_TARGET - starget private hostdata
  332. * @starget: starget object
  333. * @sas_address: target sas address
  334. * @raid_device: raid_device pointer to access volume data
  335. * @handle: device handle
  336. * @num_luns: number luns
  337. * @flags: MPT_TARGET_FLAGS_XXX flags
  338. * @deleted: target flaged for deletion
  339. * @tm_busy: target is busy with TM request.
  340. * @sas_dev: The sas_device associated with this target
  341. * @pcie_dev: The pcie device associated with this target
  342. */
  343. struct MPT3SAS_TARGET {
  344. struct scsi_target *starget;
  345. u64 sas_address;
  346. struct _raid_device *raid_device;
  347. u16 handle;
  348. int num_luns;
  349. u32 flags;
  350. u8 deleted;
  351. u8 tm_busy;
  352. struct _sas_device *sas_dev;
  353. struct _pcie_device *pcie_dev;
  354. };
  355. /*
  356. * per device private data
  357. */
  358. #define MPT_DEVICE_FLAGS_INIT 0x01
  359. #define MFG_PAGE10_HIDE_SSDS_MASK (0x00000003)
  360. #define MFG_PAGE10_HIDE_ALL_DISKS (0x00)
  361. #define MFG_PAGE10_EXPOSE_ALL_DISKS (0x01)
  362. #define MFG_PAGE10_HIDE_IF_VOL_PRESENT (0x02)
  363. /**
  364. * struct MPT3SAS_DEVICE - sdev private hostdata
  365. * @sas_target: starget private hostdata
  366. * @lun: lun number
  367. * @flags: MPT_DEVICE_XXX flags
  368. * @configured_lun: lun is configured
  369. * @block: device is in SDEV_BLOCK state
  370. * @tlr_snoop_check: flag used in determining whether to disable TLR
  371. * @eedp_enable: eedp support enable bit
  372. * @eedp_type: 0(type_1), 1(type_2), 2(type_3)
  373. * @eedp_block_length: block size
  374. * @ata_command_pending: SATL passthrough outstanding for device
  375. */
  376. struct MPT3SAS_DEVICE {
  377. struct MPT3SAS_TARGET *sas_target;
  378. unsigned int lun;
  379. u32 flags;
  380. u8 configured_lun;
  381. u8 block;
  382. u8 tlr_snoop_check;
  383. u8 ignore_delay_remove;
  384. /* Iopriority Command Handling */
  385. u8 ncq_prio_enable;
  386. /*
  387. * Bug workaround for SATL handling: the mpt2/3sas firmware
  388. * doesn't return BUSY or TASK_SET_FULL for subsequent
  389. * commands while a SATL pass through is in operation as the
  390. * spec requires, it simply does nothing with them until the
  391. * pass through completes, causing them possibly to timeout if
  392. * the passthrough is a long executing command (like format or
  393. * secure erase). This variable allows us to do the right
  394. * thing while a SATL command is pending.
  395. */
  396. unsigned long ata_command_pending;
  397. };
  398. #define MPT3_CMD_NOT_USED 0x8000 /* free */
  399. #define MPT3_CMD_COMPLETE 0x0001 /* completed */
  400. #define MPT3_CMD_PENDING 0x0002 /* pending */
  401. #define MPT3_CMD_REPLY_VALID 0x0004 /* reply is valid */
  402. #define MPT3_CMD_RESET 0x0008 /* host reset dropped the command */
  403. /**
  404. * struct _internal_cmd - internal commands struct
  405. * @mutex: mutex
  406. * @done: completion
  407. * @reply: reply message pointer
  408. * @sense: sense data
  409. * @status: MPT3_CMD_XXX status
  410. * @smid: system message id
  411. */
  412. struct _internal_cmd {
  413. struct mutex mutex;
  414. struct completion done;
  415. void *reply;
  416. void *sense;
  417. u16 status;
  418. u16 smid;
  419. };
  420. /**
  421. * struct _sas_device - attached device information
  422. * @list: sas device list
  423. * @starget: starget object
  424. * @sas_address: device sas address
  425. * @device_name: retrieved from the SAS IDENTIFY frame.
  426. * @handle: device handle
  427. * @sas_address_parent: sas address of parent expander or sas host
  428. * @enclosure_handle: enclosure handle
  429. * @enclosure_logical_id: enclosure logical identifier
  430. * @volume_handle: volume handle (valid when hidden raid member)
  431. * @volume_wwid: volume unique identifier
  432. * @device_info: bitfield provides detailed info about the device
  433. * @id: target id
  434. * @channel: target channel
  435. * @slot: number number
  436. * @phy: phy identifier provided in sas device page 0
  437. * @responding: used in _scsih_sas_device_mark_responding
  438. * @fast_path: fast path feature enable bit
  439. * @pfa_led_on: flag for PFA LED status
  440. * @pend_sas_rphy_add: flag to check if device is in sas_rphy_add()
  441. * addition routine.
  442. * @chassis_slot: chassis slot
  443. * @is_chassis_slot_valid: chassis slot valid or not
  444. */
  445. struct _sas_device {
  446. struct list_head list;
  447. struct scsi_target *starget;
  448. u64 sas_address;
  449. u64 device_name;
  450. u16 handle;
  451. u64 sas_address_parent;
  452. u16 enclosure_handle;
  453. u64 enclosure_logical_id;
  454. u16 volume_handle;
  455. u64 volume_wwid;
  456. u32 device_info;
  457. int id;
  458. int channel;
  459. u16 slot;
  460. u8 phy;
  461. u8 responding;
  462. u8 fast_path;
  463. u8 pfa_led_on;
  464. u8 pend_sas_rphy_add;
  465. u8 enclosure_level;
  466. u8 chassis_slot;
  467. u8 is_chassis_slot_valid;
  468. u8 connector_name[5];
  469. struct kref refcount;
  470. };
  471. static inline void sas_device_get(struct _sas_device *s)
  472. {
  473. kref_get(&s->refcount);
  474. }
  475. static inline void sas_device_free(struct kref *r)
  476. {
  477. kfree(container_of(r, struct _sas_device, refcount));
  478. }
  479. static inline void sas_device_put(struct _sas_device *s)
  480. {
  481. kref_put(&s->refcount, sas_device_free);
  482. }
  483. /*
  484. * struct _pcie_device - attached PCIe device information
  485. * @list: pcie device list
  486. * @starget: starget object
  487. * @wwid: device WWID
  488. * @handle: device handle
  489. * @device_info: bitfield provides detailed info about the device
  490. * @id: target id
  491. * @channel: target channel
  492. * @slot: slot number
  493. * @port_num: port number
  494. * @responding: used in _scsih_pcie_device_mark_responding
  495. * @fast_path: fast path feature enable bit
  496. * @nvme_mdts: MaximumDataTransferSize from PCIe Device Page 2 for
  497. * NVMe device only
  498. * @enclosure_handle: enclosure handle
  499. * @enclosure_logical_id: enclosure logical identifier
  500. * @enclosure_level: The level of device's enclosure from the controller
  501. * @connector_name: ASCII value of the Connector's name
  502. * @serial_number: pointer of serial number string allocated runtime
  503. * @refcount: reference count for deletion
  504. */
  505. struct _pcie_device {
  506. struct list_head list;
  507. struct scsi_target *starget;
  508. u64 wwid;
  509. u16 handle;
  510. u32 device_info;
  511. int id;
  512. int channel;
  513. u16 slot;
  514. u8 port_num;
  515. u8 responding;
  516. u8 fast_path;
  517. u32 nvme_mdts;
  518. u16 enclosure_handle;
  519. u64 enclosure_logical_id;
  520. u8 enclosure_level;
  521. u8 connector_name[4];
  522. u8 *serial_number;
  523. u8 reset_timeout;
  524. struct kref refcount;
  525. };
  526. /**
  527. * pcie_device_get - Increment the pcie device reference count
  528. *
  529. * @p: pcie_device object
  530. *
  531. * When ever this function called it will increment the
  532. * reference count of the pcie device for which this function called.
  533. *
  534. */
  535. static inline void pcie_device_get(struct _pcie_device *p)
  536. {
  537. kref_get(&p->refcount);
  538. }
  539. /**
  540. * pcie_device_free - Release the pcie device object
  541. * @r - kref object
  542. *
  543. * Free's the pcie device object. It will be called when reference count
  544. * reaches to zero.
  545. */
  546. static inline void pcie_device_free(struct kref *r)
  547. {
  548. kfree(container_of(r, struct _pcie_device, refcount));
  549. }
  550. /**
  551. * pcie_device_put - Decrement the pcie device reference count
  552. *
  553. * @p: pcie_device object
  554. *
  555. * When ever this function called it will decrement the
  556. * reference count of the pcie device for which this function called.
  557. *
  558. * When refernce count reaches to Zero, this will call pcie_device_free to the
  559. * pcie_device object.
  560. */
  561. static inline void pcie_device_put(struct _pcie_device *p)
  562. {
  563. kref_put(&p->refcount, pcie_device_free);
  564. }
  565. /**
  566. * struct _raid_device - raid volume link list
  567. * @list: sas device list
  568. * @starget: starget object
  569. * @sdev: scsi device struct (volumes are single lun)
  570. * @wwid: unique identifier for the volume
  571. * @handle: device handle
  572. * @block_size: Block size of the volume
  573. * @id: target id
  574. * @channel: target channel
  575. * @volume_type: the raid level
  576. * @device_info: bitfield provides detailed info about the hidden components
  577. * @num_pds: number of hidden raid components
  578. * @responding: used in _scsih_raid_device_mark_responding
  579. * @percent_complete: resync percent complete
  580. * @direct_io_enabled: Whether direct io to PDs are allowed or not
  581. * @stripe_exponent: X where 2powX is the stripe sz in blocks
  582. * @block_exponent: X where 2powX is the block sz in bytes
  583. * @max_lba: Maximum number of LBA in the volume
  584. * @stripe_sz: Stripe Size of the volume
  585. * @device_info: Device info of the volume member disk
  586. * @pd_handle: Array of handles of the physical drives for direct I/O in le16
  587. */
  588. #define MPT_MAX_WARPDRIVE_PDS 8
  589. struct _raid_device {
  590. struct list_head list;
  591. struct scsi_target *starget;
  592. struct scsi_device *sdev;
  593. u64 wwid;
  594. u16 handle;
  595. u16 block_sz;
  596. int id;
  597. int channel;
  598. u8 volume_type;
  599. u8 num_pds;
  600. u8 responding;
  601. u8 percent_complete;
  602. u8 direct_io_enabled;
  603. u8 stripe_exponent;
  604. u8 block_exponent;
  605. u64 max_lba;
  606. u32 stripe_sz;
  607. u32 device_info;
  608. u16 pd_handle[MPT_MAX_WARPDRIVE_PDS];
  609. };
  610. /**
  611. * struct _boot_device - boot device info
  612. *
  613. * @channel: sas, raid, or pcie channel
  614. * @device: holds pointer for struct _sas_device, struct _raid_device or
  615. * struct _pcie_device
  616. */
  617. struct _boot_device {
  618. int channel;
  619. void *device;
  620. };
  621. /**
  622. * struct _sas_port - wide/narrow sas port information
  623. * @port_list: list of ports belonging to expander
  624. * @num_phys: number of phys belonging to this port
  625. * @remote_identify: attached device identification
  626. * @rphy: sas transport rphy object
  627. * @port: sas transport wide/narrow port object
  628. * @phy_list: _sas_phy list objects belonging to this port
  629. */
  630. struct _sas_port {
  631. struct list_head port_list;
  632. u8 num_phys;
  633. struct sas_identify remote_identify;
  634. struct sas_rphy *rphy;
  635. struct sas_port *port;
  636. struct list_head phy_list;
  637. };
  638. /**
  639. * struct _sas_phy - phy information
  640. * @port_siblings: list of phys belonging to a port
  641. * @identify: phy identification
  642. * @remote_identify: attached device identification
  643. * @phy: sas transport phy object
  644. * @phy_id: unique phy id
  645. * @handle: device handle for this phy
  646. * @attached_handle: device handle for attached device
  647. * @phy_belongs_to_port: port has been created for this phy
  648. */
  649. struct _sas_phy {
  650. struct list_head port_siblings;
  651. struct sas_identify identify;
  652. struct sas_identify remote_identify;
  653. struct sas_phy *phy;
  654. u8 phy_id;
  655. u16 handle;
  656. u16 attached_handle;
  657. u8 phy_belongs_to_port;
  658. };
  659. /**
  660. * struct _sas_node - sas_host/expander information
  661. * @list: list of expanders
  662. * @parent_dev: parent device class
  663. * @num_phys: number phys belonging to this sas_host/expander
  664. * @sas_address: sas address of this sas_host/expander
  665. * @handle: handle for this sas_host/expander
  666. * @sas_address_parent: sas address of parent expander or sas host
  667. * @enclosure_handle: handle for this a member of an enclosure
  668. * @device_info: bitwise defining capabilities of this sas_host/expander
  669. * @responding: used in _scsih_expander_device_mark_responding
  670. * @phy: a list of phys that make up this sas_host/expander
  671. * @sas_port_list: list of ports attached to this sas_host/expander
  672. */
  673. struct _sas_node {
  674. struct list_head list;
  675. struct device *parent_dev;
  676. u8 num_phys;
  677. u64 sas_address;
  678. u16 handle;
  679. u64 sas_address_parent;
  680. u16 enclosure_handle;
  681. u64 enclosure_logical_id;
  682. u8 responding;
  683. struct _sas_phy *phy;
  684. struct list_head sas_port_list;
  685. };
  686. /**
  687. * struct _enclosure_node - enclosure information
  688. * @list: list of enclosures
  689. * @pg0: enclosure pg0;
  690. */
  691. struct _enclosure_node {
  692. struct list_head list;
  693. Mpi2SasEnclosurePage0_t pg0;
  694. };
  695. /**
  696. * enum reset_type - reset state
  697. * @FORCE_BIG_HAMMER: issue diagnostic reset
  698. * @SOFT_RESET: issue message_unit_reset, if fails to to big hammer
  699. */
  700. enum reset_type {
  701. FORCE_BIG_HAMMER,
  702. SOFT_RESET,
  703. };
  704. /**
  705. * struct pcie_sg_list - PCIe SGL buffer (contiguous per I/O)
  706. * @pcie_sgl: PCIe native SGL for NVMe devices
  707. * @pcie_sgl_dma: physical address
  708. */
  709. struct pcie_sg_list {
  710. void *pcie_sgl;
  711. dma_addr_t pcie_sgl_dma;
  712. };
  713. /**
  714. * struct chain_tracker - firmware chain tracker
  715. * @chain_buffer: chain buffer
  716. * @chain_buffer_dma: physical address
  717. * @tracker_list: list of free request (ioc->free_chain_list)
  718. */
  719. struct chain_tracker {
  720. void *chain_buffer;
  721. dma_addr_t chain_buffer_dma;
  722. };
  723. struct chain_lookup {
  724. struct chain_tracker *chains_per_smid;
  725. atomic_t chain_offset;
  726. };
  727. /**
  728. * struct scsiio_tracker - scsi mf request tracker
  729. * @smid: system message id
  730. * @cb_idx: callback index
  731. * @direct_io: To indicate whether I/O is direct (WARPDRIVE)
  732. * @chain_list: list of associated firmware chain tracker
  733. * @msix_io: IO's msix
  734. */
  735. struct scsiio_tracker {
  736. u16 smid;
  737. u8 cb_idx;
  738. u8 direct_io;
  739. struct pcie_sg_list pcie_sg_list;
  740. struct list_head chain_list;
  741. u16 msix_io;
  742. };
  743. /**
  744. * struct request_tracker - firmware request tracker
  745. * @smid: system message id
  746. * @cb_idx: callback index
  747. * @tracker_list: list of free request (ioc->free_list)
  748. */
  749. struct request_tracker {
  750. u16 smid;
  751. u8 cb_idx;
  752. struct list_head tracker_list;
  753. };
  754. /**
  755. * struct _tr_list - target reset list
  756. * @handle: device handle
  757. * @state: state machine
  758. */
  759. struct _tr_list {
  760. struct list_head list;
  761. u16 handle;
  762. u16 state;
  763. };
  764. /**
  765. * struct _sc_list - delayed SAS_IO_UNIT_CONTROL message list
  766. * @handle: device handle
  767. */
  768. struct _sc_list {
  769. struct list_head list;
  770. u16 handle;
  771. };
  772. /**
  773. * struct _event_ack_list - delayed event acknowledgment list
  774. * @Event: Event ID
  775. * @EventContext: used to track the event uniquely
  776. */
  777. struct _event_ack_list {
  778. struct list_head list;
  779. U16 Event;
  780. U32 EventContext;
  781. };
  782. /**
  783. * struct adapter_reply_queue - the reply queue struct
  784. * @ioc: per adapter object
  785. * @msix_index: msix index into vector table
  786. * @vector: irq vector
  787. * @reply_post_host_index: head index in the pool where FW completes IO
  788. * @reply_post_free: reply post base virt address
  789. * @name: the name registered to request_irq()
  790. * @busy: isr is actively processing replies on another cpu
  791. * @list: this list
  792. */
  793. struct adapter_reply_queue {
  794. struct MPT3SAS_ADAPTER *ioc;
  795. u8 msix_index;
  796. u32 reply_post_host_index;
  797. Mpi2ReplyDescriptorsUnion_t *reply_post_free;
  798. char name[MPT_NAME_LENGTH];
  799. atomic_t busy;
  800. struct list_head list;
  801. };
  802. typedef void (*MPT_ADD_SGE)(void *paddr, u32 flags_length, dma_addr_t dma_addr);
  803. /* SAS3.0 support */
  804. typedef int (*MPT_BUILD_SG_SCMD)(struct MPT3SAS_ADAPTER *ioc,
  805. struct scsi_cmnd *scmd, u16 smid, struct _pcie_device *pcie_device);
  806. typedef void (*MPT_BUILD_SG)(struct MPT3SAS_ADAPTER *ioc, void *psge,
  807. dma_addr_t data_out_dma, size_t data_out_sz,
  808. dma_addr_t data_in_dma, size_t data_in_sz);
  809. typedef void (*MPT_BUILD_ZERO_LEN_SGE)(struct MPT3SAS_ADAPTER *ioc,
  810. void *paddr);
  811. /* SAS3.5 support */
  812. typedef void (*NVME_BUILD_PRP)(struct MPT3SAS_ADAPTER *ioc, u16 smid,
  813. Mpi26NVMeEncapsulatedRequest_t *nvme_encap_request,
  814. dma_addr_t data_out_dma, size_t data_out_sz, dma_addr_t data_in_dma,
  815. size_t data_in_sz);
  816. /* To support atomic and non atomic descriptors*/
  817. typedef void (*PUT_SMID_IO_FP_HIP) (struct MPT3SAS_ADAPTER *ioc, u16 smid,
  818. u16 funcdep);
  819. typedef void (*PUT_SMID_DEFAULT) (struct MPT3SAS_ADAPTER *ioc, u16 smid);
  820. /* IOC Facts and Port Facts converted from little endian to cpu */
  821. union mpi3_version_union {
  822. MPI2_VERSION_STRUCT Struct;
  823. u32 Word;
  824. };
  825. struct mpt3sas_facts {
  826. u16 MsgVersion;
  827. u16 HeaderVersion;
  828. u8 IOCNumber;
  829. u8 VP_ID;
  830. u8 VF_ID;
  831. u16 IOCExceptions;
  832. u16 IOCStatus;
  833. u32 IOCLogInfo;
  834. u8 MaxChainDepth;
  835. u8 WhoInit;
  836. u8 NumberOfPorts;
  837. u8 MaxMSIxVectors;
  838. u16 RequestCredit;
  839. u16 ProductID;
  840. u32 IOCCapabilities;
  841. union mpi3_version_union FWVersion;
  842. u16 IOCRequestFrameSize;
  843. u16 IOCMaxChainSegmentSize;
  844. u16 MaxInitiators;
  845. u16 MaxTargets;
  846. u16 MaxSasExpanders;
  847. u16 MaxEnclosures;
  848. u16 ProtocolFlags;
  849. u16 HighPriorityCredit;
  850. u16 MaxReplyDescriptorPostQueueDepth;
  851. u8 ReplyFrameSize;
  852. u8 MaxVolumes;
  853. u16 MaxDevHandle;
  854. u16 MaxPersistentEntries;
  855. u16 MinDevHandle;
  856. u8 CurrentHostPageSize;
  857. };
  858. struct mpt3sas_port_facts {
  859. u8 PortNumber;
  860. u8 VP_ID;
  861. u8 VF_ID;
  862. u8 PortType;
  863. u16 MaxPostedCmdBuffers;
  864. };
  865. struct reply_post_struct {
  866. Mpi2ReplyDescriptorsUnion_t *reply_post_free;
  867. dma_addr_t reply_post_free_dma;
  868. };
  869. typedef void (*MPT3SAS_FLUSH_RUNNING_CMDS)(struct MPT3SAS_ADAPTER *ioc);
  870. /**
  871. * struct MPT3SAS_ADAPTER - per adapter struct
  872. * @list: ioc_list
  873. * @shost: shost object
  874. * @id: unique adapter id
  875. * @cpu_count: number online cpus
  876. * @name: generic ioc string
  877. * @tmp_string: tmp string used for logging
  878. * @pdev: pci pdev object
  879. * @pio_chip: physical io register space
  880. * @chip: memory mapped register space
  881. * @chip_phys: physical addrss prior to mapping
  882. * @logging_level: see mpt3sas_debug.h
  883. * @fwfault_debug: debuging FW timeouts
  884. * @ir_firmware: IR firmware present
  885. * @bars: bitmask of BAR's that must be configured
  886. * @mask_interrupts: ignore interrupt
  887. * @dma_mask: used to set the consistent dma mask
  888. * @pci_access_mutex: Mutex to synchronize ioctl, sysfs show path and
  889. * pci resource handling
  890. * @fault_reset_work_q_name: fw fault work queue
  891. * @fault_reset_work_q: ""
  892. * @fault_reset_work: ""
  893. * @firmware_event_name: fw event work queue
  894. * @firmware_event_thread: ""
  895. * @fw_event_lock:
  896. * @fw_event_list: list of fw events
  897. * @aen_event_read_flag: event log was read
  898. * @broadcast_aen_busy: broadcast aen waiting to be serviced
  899. * @shost_recovery: host reset in progress
  900. * @ioc_reset_in_progress_lock:
  901. * @ioc_link_reset_in_progress: phy/hard reset in progress
  902. * @ignore_loginfos: ignore loginfos during task management
  903. * @remove_host: flag for when driver unloads, to avoid sending dev resets
  904. * @pci_error_recovery: flag to prevent ioc access until slot reset completes
  905. * @wait_for_discovery_to_complete: flag set at driver load time when
  906. * waiting on reporting devices
  907. * @is_driver_loading: flag set at driver load time
  908. * @port_enable_failed: flag set when port enable has failed
  909. * @start_scan: flag set from scan_start callback, cleared from _mpt3sas_fw_work
  910. * @start_scan_failed: means port enable failed, return's the ioc_status
  911. * @msix_enable: flag indicating msix is enabled
  912. * @msix_vector_count: number msix vectors
  913. * @cpu_msix_table: table for mapping cpus to msix index
  914. * @cpu_msix_table_sz: table size
  915. * @schedule_dead_ioc_flush_running_cmds: callback to flush pending commands
  916. * @scsi_io_cb_idx: shost generated commands
  917. * @tm_cb_idx: task management commands
  918. * @scsih_cb_idx: scsih internal commands
  919. * @transport_cb_idx: transport internal commands
  920. * @ctl_cb_idx: clt internal commands
  921. * @base_cb_idx: base internal commands
  922. * @config_cb_idx: base internal commands
  923. * @tm_tr_cb_idx : device removal target reset handshake
  924. * @tm_tr_volume_cb_idx : volume removal target reset
  925. * @base_cmds:
  926. * @transport_cmds:
  927. * @scsih_cmds:
  928. * @tm_cmds:
  929. * @ctl_cmds:
  930. * @config_cmds:
  931. * @base_add_sg_single: handler for either 32/64 bit sgl's
  932. * @event_type: bits indicating which events to log
  933. * @event_context: unique id for each logged event
  934. * @event_log: event log pointer
  935. * @event_masks: events that are masked
  936. * @facts: static facts data
  937. * @pfacts: static port facts data
  938. * @manu_pg0: static manufacturing page 0
  939. * @manu_pg10: static manufacturing page 10
  940. * @manu_pg11: static manufacturing page 11
  941. * @bios_pg2: static bios page 2
  942. * @bios_pg3: static bios page 3
  943. * @ioc_pg8: static ioc page 8
  944. * @iounit_pg0: static iounit page 0
  945. * @iounit_pg1: static iounit page 1
  946. * @iounit_pg8: static iounit page 8
  947. * @sas_hba: sas host object
  948. * @sas_expander_list: expander object list
  949. * @enclosure_list: enclosure object list
  950. * @sas_node_lock:
  951. * @sas_device_list: sas device object list
  952. * @sas_device_init_list: sas device object list (used only at init time)
  953. * @sas_device_lock:
  954. * @pcie_device_list: pcie device object list
  955. * @pcie_device_init_list: pcie device object list (used only at init time)
  956. * @pcie_device_lock:
  957. * @io_missing_delay: time for IO completed by fw when PDR enabled
  958. * @device_missing_delay: time for device missing by fw when PDR enabled
  959. * @sas_id : used for setting volume target IDs
  960. * @pcie_target_id: used for setting pcie target IDs
  961. * @blocking_handles: bitmask used to identify which devices need blocking
  962. * @pd_handles : bitmask for PD handles
  963. * @pd_handles_sz : size of pd_handle bitmask
  964. * @config_page_sz: config page size
  965. * @config_page: reserve memory for config page payload
  966. * @config_page_dma:
  967. * @hba_queue_depth: hba request queue depth
  968. * @sge_size: sg element size for either 32/64 bit
  969. * @scsiio_depth: SCSI_IO queue depth
  970. * @request_sz: per request frame size
  971. * @request: pool of request frames
  972. * @request_dma:
  973. * @request_dma_sz:
  974. * @scsi_lookup: firmware request tracker list
  975. * @scsi_lookup_lock:
  976. * @free_list: free list of request
  977. * @pending_io_count:
  978. * @reset_wq:
  979. * @chain: pool of chains
  980. * @chain_dma:
  981. * @max_sges_in_main_message: number sg elements in main message
  982. * @max_sges_in_chain_message: number sg elements per chain
  983. * @chains_needed_per_io: max chains per io
  984. * @chain_depth: total chains allocated
  985. * @chain_segment_sz: gives the max number of
  986. * SGEs accommodate on single chain buffer
  987. * @hi_priority_smid:
  988. * @hi_priority:
  989. * @hi_priority_dma:
  990. * @hi_priority_depth:
  991. * @hpr_lookup:
  992. * @hpr_free_list:
  993. * @internal_smid:
  994. * @internal:
  995. * @internal_dma:
  996. * @internal_depth:
  997. * @internal_lookup:
  998. * @internal_free_list:
  999. * @sense: pool of sense
  1000. * @sense_dma:
  1001. * @sense_dma_pool:
  1002. * @reply_depth: hba reply queue depth:
  1003. * @reply_sz: per reply frame size:
  1004. * @reply: pool of replys:
  1005. * @reply_dma:
  1006. * @reply_dma_pool:
  1007. * @reply_free_queue_depth: reply free depth
  1008. * @reply_free: pool for reply free queue (32 bit addr)
  1009. * @reply_free_dma:
  1010. * @reply_free_dma_pool:
  1011. * @reply_free_host_index: tail index in pool to insert free replys
  1012. * @reply_post_queue_depth: reply post queue depth
  1013. * @reply_post_struct: struct for reply_post_free physical & virt address
  1014. * @rdpq_array_capable: FW supports multiple reply queue addresses in ioc_init
  1015. * @rdpq_array_enable: rdpq_array support is enabled in the driver
  1016. * @rdpq_array_enable_assigned: this ensures that rdpq_array_enable flag
  1017. * is assigned only ones
  1018. * @reply_queue_count: number of reply queue's
  1019. * @reply_queue_list: link list contaning the reply queue info
  1020. * @msix96_vector: 96 MSI-X vector support
  1021. * @replyPostRegisterIndex: index of next position in Reply Desc Post Queue
  1022. * @delayed_tr_list: target reset link list
  1023. * @delayed_tr_volume_list: volume target reset link list
  1024. * @delayed_sc_list:
  1025. * @delayed_event_ack_list:
  1026. * @temp_sensors_count: flag to carry the number of temperature sensors
  1027. * @pci_access_mutex: Mutex to synchronize ioctl,sysfs show path and
  1028. * pci resource handling. PCI resource freeing will lead to free
  1029. * vital hardware/memory resource, which might be in use by cli/sysfs
  1030. * path functions resulting in Null pointer reference followed by kernel
  1031. * crash. To avoid the above race condition we use mutex syncrhonization
  1032. * which ensures the syncrhonization between cli/sysfs_show path.
  1033. */
  1034. struct MPT3SAS_ADAPTER {
  1035. struct list_head list;
  1036. struct Scsi_Host *shost;
  1037. u8 id;
  1038. int cpu_count;
  1039. char name[MPT_NAME_LENGTH];
  1040. char driver_name[MPT_NAME_LENGTH - 8];
  1041. char tmp_string[MPT_STRING_LENGTH];
  1042. struct pci_dev *pdev;
  1043. Mpi2SystemInterfaceRegs_t __iomem *chip;
  1044. phys_addr_t chip_phys;
  1045. int logging_level;
  1046. int fwfault_debug;
  1047. u8 ir_firmware;
  1048. int bars;
  1049. u8 mask_interrupts;
  1050. int dma_mask;
  1051. /* fw fault handler */
  1052. char fault_reset_work_q_name[20];
  1053. struct workqueue_struct *fault_reset_work_q;
  1054. struct delayed_work fault_reset_work;
  1055. /* fw event handler */
  1056. char firmware_event_name[20];
  1057. struct workqueue_struct *firmware_event_thread;
  1058. spinlock_t fw_event_lock;
  1059. struct list_head fw_event_list;
  1060. /* misc flags */
  1061. int aen_event_read_flag;
  1062. u8 broadcast_aen_busy;
  1063. u16 broadcast_aen_pending;
  1064. u8 shost_recovery;
  1065. u8 got_task_abort_from_ioctl;
  1066. struct mutex reset_in_progress_mutex;
  1067. spinlock_t ioc_reset_in_progress_lock;
  1068. u8 ioc_link_reset_in_progress;
  1069. u8 ignore_loginfos;
  1070. u8 remove_host;
  1071. u8 pci_error_recovery;
  1072. u8 wait_for_discovery_to_complete;
  1073. u8 is_driver_loading;
  1074. u8 port_enable_failed;
  1075. u8 start_scan;
  1076. u16 start_scan_failed;
  1077. u8 msix_enable;
  1078. u16 msix_vector_count;
  1079. u8 *cpu_msix_table;
  1080. u16 cpu_msix_table_sz;
  1081. resource_size_t __iomem **reply_post_host_index;
  1082. u32 ioc_reset_count;
  1083. MPT3SAS_FLUSH_RUNNING_CMDS schedule_dead_ioc_flush_running_cmds;
  1084. u32 non_operational_loop;
  1085. /* internal commands, callback index */
  1086. u8 scsi_io_cb_idx;
  1087. u8 tm_cb_idx;
  1088. u8 transport_cb_idx;
  1089. u8 scsih_cb_idx;
  1090. u8 ctl_cb_idx;
  1091. u8 base_cb_idx;
  1092. u8 port_enable_cb_idx;
  1093. u8 config_cb_idx;
  1094. u8 tm_tr_cb_idx;
  1095. u8 tm_tr_volume_cb_idx;
  1096. u8 tm_sas_control_cb_idx;
  1097. struct _internal_cmd base_cmds;
  1098. struct _internal_cmd port_enable_cmds;
  1099. struct _internal_cmd transport_cmds;
  1100. struct _internal_cmd scsih_cmds;
  1101. struct _internal_cmd tm_cmds;
  1102. struct _internal_cmd ctl_cmds;
  1103. struct _internal_cmd config_cmds;
  1104. MPT_ADD_SGE base_add_sg_single;
  1105. /* function ptr for either IEEE or MPI sg elements */
  1106. MPT_BUILD_SG_SCMD build_sg_scmd;
  1107. MPT_BUILD_SG build_sg;
  1108. MPT_BUILD_ZERO_LEN_SGE build_zero_len_sge;
  1109. u16 sge_size_ieee;
  1110. u16 hba_mpi_version_belonged;
  1111. /* function ptr for MPI sg elements only */
  1112. MPT_BUILD_SG build_sg_mpi;
  1113. MPT_BUILD_ZERO_LEN_SGE build_zero_len_sge_mpi;
  1114. /* function ptr for NVMe PRP elements only */
  1115. NVME_BUILD_PRP build_nvme_prp;
  1116. /* event log */
  1117. u32 event_type[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS];
  1118. u32 event_context;
  1119. void *event_log;
  1120. u32 event_masks[MPI2_EVENT_NOTIFY_EVENTMASK_WORDS];
  1121. u8 tm_custom_handling;
  1122. u8 nvme_abort_timeout;
  1123. /* static config pages */
  1124. struct mpt3sas_facts facts;
  1125. struct mpt3sas_port_facts *pfacts;
  1126. Mpi2ManufacturingPage0_t manu_pg0;
  1127. struct Mpi2ManufacturingPage10_t manu_pg10;
  1128. struct Mpi2ManufacturingPage11_t manu_pg11;
  1129. Mpi2BiosPage2_t bios_pg2;
  1130. Mpi2BiosPage3_t bios_pg3;
  1131. Mpi2IOCPage8_t ioc_pg8;
  1132. Mpi2IOUnitPage0_t iounit_pg0;
  1133. Mpi2IOUnitPage1_t iounit_pg1;
  1134. Mpi2IOUnitPage8_t iounit_pg8;
  1135. struct _boot_device req_boot_device;
  1136. struct _boot_device req_alt_boot_device;
  1137. struct _boot_device current_boot_device;
  1138. /* sas hba, expander, and device list */
  1139. struct _sas_node sas_hba;
  1140. struct list_head sas_expander_list;
  1141. struct list_head enclosure_list;
  1142. spinlock_t sas_node_lock;
  1143. struct list_head sas_device_list;
  1144. struct list_head sas_device_init_list;
  1145. spinlock_t sas_device_lock;
  1146. struct list_head pcie_device_list;
  1147. struct list_head pcie_device_init_list;
  1148. spinlock_t pcie_device_lock;
  1149. struct list_head raid_device_list;
  1150. spinlock_t raid_device_lock;
  1151. u8 io_missing_delay;
  1152. u16 device_missing_delay;
  1153. int sas_id;
  1154. int pcie_target_id;
  1155. void *blocking_handles;
  1156. void *pd_handles;
  1157. u16 pd_handles_sz;
  1158. void *pend_os_device_add;
  1159. u16 pend_os_device_add_sz;
  1160. /* config page */
  1161. u16 config_page_sz;
  1162. void *config_page;
  1163. dma_addr_t config_page_dma;
  1164. void *config_vaddr;
  1165. /* scsiio request */
  1166. u16 hba_queue_depth;
  1167. u16 sge_size;
  1168. u16 scsiio_depth;
  1169. u16 request_sz;
  1170. u8 *request;
  1171. dma_addr_t request_dma;
  1172. u32 request_dma_sz;
  1173. struct pcie_sg_list *pcie_sg_lookup;
  1174. spinlock_t scsi_lookup_lock;
  1175. int pending_io_count;
  1176. wait_queue_head_t reset_wq;
  1177. /* PCIe SGL */
  1178. struct dma_pool *pcie_sgl_dma_pool;
  1179. /* Host Page Size */
  1180. u32 page_size;
  1181. /* chain */
  1182. struct chain_lookup *chain_lookup;
  1183. struct list_head free_chain_list;
  1184. struct dma_pool *chain_dma_pool;
  1185. ulong chain_pages;
  1186. u16 max_sges_in_main_message;
  1187. u16 max_sges_in_chain_message;
  1188. u16 chains_needed_per_io;
  1189. u32 chain_depth;
  1190. u16 chain_segment_sz;
  1191. u16 chains_per_prp_buffer;
  1192. /* hi-priority queue */
  1193. u16 hi_priority_smid;
  1194. u8 *hi_priority;
  1195. dma_addr_t hi_priority_dma;
  1196. u16 hi_priority_depth;
  1197. struct request_tracker *hpr_lookup;
  1198. struct list_head hpr_free_list;
  1199. /* internal queue */
  1200. u16 internal_smid;
  1201. u8 *internal;
  1202. dma_addr_t internal_dma;
  1203. u16 internal_depth;
  1204. struct request_tracker *internal_lookup;
  1205. struct list_head internal_free_list;
  1206. /* sense */
  1207. u8 *sense;
  1208. dma_addr_t sense_dma;
  1209. struct dma_pool *sense_dma_pool;
  1210. /* reply */
  1211. u16 reply_sz;
  1212. u8 *reply;
  1213. dma_addr_t reply_dma;
  1214. u32 reply_dma_max_address;
  1215. u32 reply_dma_min_address;
  1216. struct dma_pool *reply_dma_pool;
  1217. /* reply free queue */
  1218. u16 reply_free_queue_depth;
  1219. __le32 *reply_free;
  1220. dma_addr_t reply_free_dma;
  1221. struct dma_pool *reply_free_dma_pool;
  1222. u32 reply_free_host_index;
  1223. /* reply post queue */
  1224. u16 reply_post_queue_depth;
  1225. struct reply_post_struct *reply_post;
  1226. u8 rdpq_array_capable;
  1227. u8 rdpq_array_enable;
  1228. u8 rdpq_array_enable_assigned;
  1229. struct dma_pool *reply_post_free_dma_pool;
  1230. struct dma_pool *reply_post_free_array_dma_pool;
  1231. Mpi2IOCInitRDPQArrayEntry *reply_post_free_array;
  1232. dma_addr_t reply_post_free_array_dma;
  1233. u8 reply_queue_count;
  1234. struct list_head reply_queue_list;
  1235. u8 combined_reply_queue;
  1236. u8 combined_reply_index_count;
  1237. /* reply post register index */
  1238. resource_size_t **replyPostRegisterIndex;
  1239. struct list_head delayed_tr_list;
  1240. struct list_head delayed_tr_volume_list;
  1241. struct list_head delayed_sc_list;
  1242. struct list_head delayed_event_ack_list;
  1243. u8 temp_sensors_count;
  1244. struct mutex pci_access_mutex;
  1245. /* diag buffer support */
  1246. u8 *diag_buffer[MPI2_DIAG_BUF_TYPE_COUNT];
  1247. u32 diag_buffer_sz[MPI2_DIAG_BUF_TYPE_COUNT];
  1248. dma_addr_t diag_buffer_dma[MPI2_DIAG_BUF_TYPE_COUNT];
  1249. u8 diag_buffer_status[MPI2_DIAG_BUF_TYPE_COUNT];
  1250. u32 unique_id[MPI2_DIAG_BUF_TYPE_COUNT];
  1251. u32 product_specific[MPI2_DIAG_BUF_TYPE_COUNT][23];
  1252. u32 diagnostic_flags[MPI2_DIAG_BUF_TYPE_COUNT];
  1253. u32 ring_buffer_offset;
  1254. u32 ring_buffer_sz;
  1255. u8 is_warpdrive;
  1256. u8 is_mcpu_endpoint;
  1257. u8 hide_ir_msg;
  1258. u8 mfg_pg10_hide_flag;
  1259. u8 hide_drives;
  1260. spinlock_t diag_trigger_lock;
  1261. u8 diag_trigger_active;
  1262. struct SL_WH_MASTER_TRIGGER_T diag_trigger_master;
  1263. struct SL_WH_EVENT_TRIGGERS_T diag_trigger_event;
  1264. struct SL_WH_SCSI_TRIGGERS_T diag_trigger_scsi;
  1265. struct SL_WH_MPI_TRIGGERS_T diag_trigger_mpi;
  1266. void *device_remove_in_progress;
  1267. u16 device_remove_in_progress_sz;
  1268. u8 is_gen35_ioc;
  1269. PUT_SMID_IO_FP_HIP put_smid_scsi_io;
  1270. };
  1271. typedef u8 (*MPT_CALLBACK)(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
  1272. u32 reply);
  1273. /* base shared API */
  1274. extern struct list_head mpt3sas_ioc_list;
  1275. extern char driver_name[MPT_NAME_LENGTH];
  1276. /* spinlock on list operations over IOCs
  1277. * Case: when multiple warpdrive cards(IOCs) are in use
  1278. * Each IOC will added to the ioc list structure on initialization.
  1279. * Watchdog threads run at regular intervals to check IOC for any
  1280. * fault conditions which will trigger the dead_ioc thread to
  1281. * deallocate pci resource, resulting deleting the IOC netry from list,
  1282. * this deletion need to protected by spinlock to enusre that
  1283. * ioc removal is syncrhonized, if not synchronized it might lead to
  1284. * list_del corruption as the ioc list is traversed in cli path.
  1285. */
  1286. extern spinlock_t gioc_lock;
  1287. void mpt3sas_base_start_watchdog(struct MPT3SAS_ADAPTER *ioc);
  1288. void mpt3sas_base_stop_watchdog(struct MPT3SAS_ADAPTER *ioc);
  1289. int mpt3sas_base_attach(struct MPT3SAS_ADAPTER *ioc);
  1290. void mpt3sas_base_detach(struct MPT3SAS_ADAPTER *ioc);
  1291. int mpt3sas_base_map_resources(struct MPT3SAS_ADAPTER *ioc);
  1292. void mpt3sas_base_free_resources(struct MPT3SAS_ADAPTER *ioc);
  1293. void mpt3sas_free_enclosure_list(struct MPT3SAS_ADAPTER *ioc);
  1294. int mpt3sas_base_hard_reset_handler(struct MPT3SAS_ADAPTER *ioc,
  1295. enum reset_type type);
  1296. void *mpt3sas_base_get_msg_frame(struct MPT3SAS_ADAPTER *ioc, u16 smid);
  1297. void *mpt3sas_base_get_sense_buffer(struct MPT3SAS_ADAPTER *ioc, u16 smid);
  1298. __le32 mpt3sas_base_get_sense_buffer_dma(struct MPT3SAS_ADAPTER *ioc,
  1299. u16 smid);
  1300. void *mpt3sas_base_get_pcie_sgl(struct MPT3SAS_ADAPTER *ioc, u16 smid);
  1301. dma_addr_t mpt3sas_base_get_pcie_sgl_dma(struct MPT3SAS_ADAPTER *ioc, u16 smid);
  1302. void mpt3sas_base_sync_reply_irqs(struct MPT3SAS_ADAPTER *ioc);
  1303. void mpt3sas_base_put_smid_fast_path(struct MPT3SAS_ADAPTER *ioc, u16 smid,
  1304. u16 handle);
  1305. void mpt3sas_base_put_smid_hi_priority(struct MPT3SAS_ADAPTER *ioc, u16 smid,
  1306. u16 msix_task);
  1307. void mpt3sas_base_put_smid_nvme_encap(struct MPT3SAS_ADAPTER *ioc, u16 smid);
  1308. void mpt3sas_base_put_smid_default(struct MPT3SAS_ADAPTER *ioc, u16 smid);
  1309. /* hi-priority queue */
  1310. u16 mpt3sas_base_get_smid_hpr(struct MPT3SAS_ADAPTER *ioc, u8 cb_idx);
  1311. u16 mpt3sas_base_get_smid_scsiio(struct MPT3SAS_ADAPTER *ioc, u8 cb_idx,
  1312. struct scsi_cmnd *scmd);
  1313. void mpt3sas_base_clear_st(struct MPT3SAS_ADAPTER *ioc,
  1314. struct scsiio_tracker *st);
  1315. u16 mpt3sas_base_get_smid(struct MPT3SAS_ADAPTER *ioc, u8 cb_idx);
  1316. void mpt3sas_base_free_smid(struct MPT3SAS_ADAPTER *ioc, u16 smid);
  1317. void mpt3sas_base_initialize_callback_handler(void);
  1318. u8 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func);
  1319. void mpt3sas_base_release_callback_handler(u8 cb_idx);
  1320. u8 mpt3sas_base_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
  1321. u32 reply);
  1322. u8 mpt3sas_port_enable_done(struct MPT3SAS_ADAPTER *ioc, u16 smid,
  1323. u8 msix_index, u32 reply);
  1324. void *mpt3sas_base_get_reply_virt_addr(struct MPT3SAS_ADAPTER *ioc,
  1325. u32 phys_addr);
  1326. u32 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked);
  1327. void mpt3sas_base_fault_info(struct MPT3SAS_ADAPTER *ioc , u16 fault_code);
  1328. int mpt3sas_base_sas_iounit_control(struct MPT3SAS_ADAPTER *ioc,
  1329. Mpi2SasIoUnitControlReply_t *mpi_reply,
  1330. Mpi2SasIoUnitControlRequest_t *mpi_request);
  1331. int mpt3sas_base_scsi_enclosure_processor(struct MPT3SAS_ADAPTER *ioc,
  1332. Mpi2SepReply_t *mpi_reply, Mpi2SepRequest_t *mpi_request);
  1333. void mpt3sas_base_validate_event_type(struct MPT3SAS_ADAPTER *ioc,
  1334. u32 *event_type);
  1335. void mpt3sas_halt_firmware(struct MPT3SAS_ADAPTER *ioc);
  1336. void mpt3sas_base_update_missing_delay(struct MPT3SAS_ADAPTER *ioc,
  1337. u16 device_missing_delay, u8 io_missing_delay);
  1338. int mpt3sas_port_enable(struct MPT3SAS_ADAPTER *ioc);
  1339. void
  1340. mpt3sas_wait_for_commands_to_complete(struct MPT3SAS_ADAPTER *ioc);
  1341. u8 mpt3sas_base_check_cmd_timeout(struct MPT3SAS_ADAPTER *ioc,
  1342. u8 status, void *mpi_request, int sz);
  1343. /* scsih shared API */
  1344. struct scsi_cmnd *mpt3sas_scsih_scsi_lookup_get(struct MPT3SAS_ADAPTER *ioc,
  1345. u16 smid);
  1346. u8 mpt3sas_scsih_event_callback(struct MPT3SAS_ADAPTER *ioc, u8 msix_index,
  1347. u32 reply);
  1348. void mpt3sas_scsih_pre_reset_handler(struct MPT3SAS_ADAPTER *ioc);
  1349. void mpt3sas_scsih_after_reset_handler(struct MPT3SAS_ADAPTER *ioc);
  1350. void mpt3sas_scsih_reset_done_handler(struct MPT3SAS_ADAPTER *ioc);
  1351. int mpt3sas_scsih_issue_tm(struct MPT3SAS_ADAPTER *ioc, u16 handle, u64 lun,
  1352. u8 type, u16 smid_task, u16 msix_task, u8 timeout, u8 tr_method);
  1353. int mpt3sas_scsih_issue_locked_tm(struct MPT3SAS_ADAPTER *ioc, u16 handle,
  1354. u64 lun, u8 type, u16 smid_task, u16 msix_task,
  1355. u8 timeout, u8 tr_method);
  1356. void mpt3sas_scsih_set_tm_flag(struct MPT3SAS_ADAPTER *ioc, u16 handle);
  1357. void mpt3sas_scsih_clear_tm_flag(struct MPT3SAS_ADAPTER *ioc, u16 handle);
  1358. void mpt3sas_expander_remove(struct MPT3SAS_ADAPTER *ioc, u64 sas_address);
  1359. void mpt3sas_device_remove_by_sas_address(struct MPT3SAS_ADAPTER *ioc,
  1360. u64 sas_address);
  1361. u8 mpt3sas_check_for_pending_internal_cmds(struct MPT3SAS_ADAPTER *ioc,
  1362. u16 smid);
  1363. struct _sas_node *mpt3sas_scsih_expander_find_by_handle(
  1364. struct MPT3SAS_ADAPTER *ioc, u16 handle);
  1365. struct _sas_node *mpt3sas_scsih_expander_find_by_sas_address(
  1366. struct MPT3SAS_ADAPTER *ioc, u64 sas_address);
  1367. struct _sas_device *mpt3sas_get_sdev_by_addr(
  1368. struct MPT3SAS_ADAPTER *ioc, u64 sas_address);
  1369. struct _sas_device *__mpt3sas_get_sdev_by_addr(
  1370. struct MPT3SAS_ADAPTER *ioc, u64 sas_address);
  1371. struct _sas_device *mpt3sas_get_sdev_by_handle(struct MPT3SAS_ADAPTER *ioc,
  1372. u16 handle);
  1373. struct _pcie_device *mpt3sas_get_pdev_by_handle(struct MPT3SAS_ADAPTER *ioc,
  1374. u16 handle);
  1375. void mpt3sas_port_enable_complete(struct MPT3SAS_ADAPTER *ioc);
  1376. struct _raid_device *
  1377. mpt3sas_raid_device_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle);
  1378. /* config shared API */
  1379. u8 mpt3sas_config_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
  1380. u32 reply);
  1381. int mpt3sas_config_get_number_hba_phys(struct MPT3SAS_ADAPTER *ioc,
  1382. u8 *num_phys);
  1383. int mpt3sas_config_get_manufacturing_pg0(struct MPT3SAS_ADAPTER *ioc,
  1384. Mpi2ConfigReply_t *mpi_reply, Mpi2ManufacturingPage0_t *config_page);
  1385. int mpt3sas_config_get_manufacturing_pg7(struct MPT3SAS_ADAPTER *ioc,
  1386. Mpi2ConfigReply_t *mpi_reply, Mpi2ManufacturingPage7_t *config_page,
  1387. u16 sz);
  1388. int mpt3sas_config_get_manufacturing_pg10(struct MPT3SAS_ADAPTER *ioc,
  1389. Mpi2ConfigReply_t *mpi_reply,
  1390. struct Mpi2ManufacturingPage10_t *config_page);
  1391. int mpt3sas_config_get_manufacturing_pg11(struct MPT3SAS_ADAPTER *ioc,
  1392. Mpi2ConfigReply_t *mpi_reply,
  1393. struct Mpi2ManufacturingPage11_t *config_page);
  1394. int mpt3sas_config_set_manufacturing_pg11(struct MPT3SAS_ADAPTER *ioc,
  1395. Mpi2ConfigReply_t *mpi_reply,
  1396. struct Mpi2ManufacturingPage11_t *config_page);
  1397. int mpt3sas_config_get_bios_pg2(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigReply_t
  1398. *mpi_reply, Mpi2BiosPage2_t *config_page);
  1399. int mpt3sas_config_get_bios_pg3(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigReply_t
  1400. *mpi_reply, Mpi2BiosPage3_t *config_page);
  1401. int mpt3sas_config_get_iounit_pg0(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigReply_t
  1402. *mpi_reply, Mpi2IOUnitPage0_t *config_page);
  1403. int mpt3sas_config_get_sas_device_pg0(struct MPT3SAS_ADAPTER *ioc,
  1404. Mpi2ConfigReply_t *mpi_reply, Mpi2SasDevicePage0_t *config_page,
  1405. u32 form, u32 handle);
  1406. int mpt3sas_config_get_sas_device_pg1(struct MPT3SAS_ADAPTER *ioc,
  1407. Mpi2ConfigReply_t *mpi_reply, Mpi2SasDevicePage1_t *config_page,
  1408. u32 form, u32 handle);
  1409. int mpt3sas_config_get_pcie_device_pg0(struct MPT3SAS_ADAPTER *ioc,
  1410. Mpi2ConfigReply_t *mpi_reply, Mpi26PCIeDevicePage0_t *config_page,
  1411. u32 form, u32 handle);
  1412. int mpt3sas_config_get_pcie_device_pg2(struct MPT3SAS_ADAPTER *ioc,
  1413. Mpi2ConfigReply_t *mpi_reply, Mpi26PCIeDevicePage2_t *config_page,
  1414. u32 form, u32 handle);
  1415. int mpt3sas_config_get_sas_iounit_pg0(struct MPT3SAS_ADAPTER *ioc,
  1416. Mpi2ConfigReply_t *mpi_reply, Mpi2SasIOUnitPage0_t *config_page,
  1417. u16 sz);
  1418. int mpt3sas_config_get_iounit_pg1(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigReply_t
  1419. *mpi_reply, Mpi2IOUnitPage1_t *config_page);
  1420. int mpt3sas_config_get_iounit_pg3(struct MPT3SAS_ADAPTER *ioc,
  1421. Mpi2ConfigReply_t *mpi_reply, Mpi2IOUnitPage3_t *config_page, u16 sz);
  1422. int mpt3sas_config_set_iounit_pg1(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigReply_t
  1423. *mpi_reply, Mpi2IOUnitPage1_t *config_page);
  1424. int mpt3sas_config_get_iounit_pg8(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigReply_t
  1425. *mpi_reply, Mpi2IOUnitPage8_t *config_page);
  1426. int mpt3sas_config_get_sas_iounit_pg1(struct MPT3SAS_ADAPTER *ioc,
  1427. Mpi2ConfigReply_t *mpi_reply, Mpi2SasIOUnitPage1_t *config_page,
  1428. u16 sz);
  1429. int mpt3sas_config_set_sas_iounit_pg1(struct MPT3SAS_ADAPTER *ioc,
  1430. Mpi2ConfigReply_t *mpi_reply, Mpi2SasIOUnitPage1_t *config_page,
  1431. u16 sz);
  1432. int mpt3sas_config_get_ioc_pg8(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigReply_t
  1433. *mpi_reply, Mpi2IOCPage8_t *config_page);
  1434. int mpt3sas_config_get_expander_pg0(struct MPT3SAS_ADAPTER *ioc,
  1435. Mpi2ConfigReply_t *mpi_reply, Mpi2ExpanderPage0_t *config_page,
  1436. u32 form, u32 handle);
  1437. int mpt3sas_config_get_expander_pg1(struct MPT3SAS_ADAPTER *ioc,
  1438. Mpi2ConfigReply_t *mpi_reply, Mpi2ExpanderPage1_t *config_page,
  1439. u32 phy_number, u16 handle);
  1440. int mpt3sas_config_get_enclosure_pg0(struct MPT3SAS_ADAPTER *ioc,
  1441. Mpi2ConfigReply_t *mpi_reply, Mpi2SasEnclosurePage0_t *config_page,
  1442. u32 form, u32 handle);
  1443. int mpt3sas_config_get_phy_pg0(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigReply_t
  1444. *mpi_reply, Mpi2SasPhyPage0_t *config_page, u32 phy_number);
  1445. int mpt3sas_config_get_phy_pg1(struct MPT3SAS_ADAPTER *ioc, Mpi2ConfigReply_t
  1446. *mpi_reply, Mpi2SasPhyPage1_t *config_page, u32 phy_number);
  1447. int mpt3sas_config_get_raid_volume_pg1(struct MPT3SAS_ADAPTER *ioc,
  1448. Mpi2ConfigReply_t *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form,
  1449. u32 handle);
  1450. int mpt3sas_config_get_number_pds(struct MPT3SAS_ADAPTER *ioc, u16 handle,
  1451. u8 *num_pds);
  1452. int mpt3sas_config_get_raid_volume_pg0(struct MPT3SAS_ADAPTER *ioc,
  1453. Mpi2ConfigReply_t *mpi_reply, Mpi2RaidVolPage0_t *config_page, u32 form,
  1454. u32 handle, u16 sz);
  1455. int mpt3sas_config_get_phys_disk_pg0(struct MPT3SAS_ADAPTER *ioc,
  1456. Mpi2ConfigReply_t *mpi_reply, Mpi2RaidPhysDiskPage0_t *config_page,
  1457. u32 form, u32 form_specific);
  1458. int mpt3sas_config_get_volume_handle(struct MPT3SAS_ADAPTER *ioc, u16 pd_handle,
  1459. u16 *volume_handle);
  1460. int mpt3sas_config_get_volume_wwid(struct MPT3SAS_ADAPTER *ioc,
  1461. u16 volume_handle, u64 *wwid);
  1462. /* ctl shared API */
  1463. extern struct device_attribute *mpt3sas_host_attrs[];
  1464. extern struct device_attribute *mpt3sas_dev_attrs[];
  1465. void mpt3sas_ctl_init(ushort hbas_to_enumerate);
  1466. void mpt3sas_ctl_exit(ushort hbas_to_enumerate);
  1467. u8 mpt3sas_ctl_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
  1468. u32 reply);
  1469. void mpt3sas_ctl_pre_reset_handler(struct MPT3SAS_ADAPTER *ioc);
  1470. void mpt3sas_ctl_after_reset_handler(struct MPT3SAS_ADAPTER *ioc);
  1471. void mpt3sas_ctl_reset_done_handler(struct MPT3SAS_ADAPTER *ioc);
  1472. u8 mpt3sas_ctl_event_callback(struct MPT3SAS_ADAPTER *ioc,
  1473. u8 msix_index, u32 reply);
  1474. void mpt3sas_ctl_add_to_event_log(struct MPT3SAS_ADAPTER *ioc,
  1475. Mpi2EventNotificationReply_t *mpi_reply);
  1476. void mpt3sas_enable_diag_buffer(struct MPT3SAS_ADAPTER *ioc,
  1477. u8 bits_to_register);
  1478. int mpt3sas_send_diag_release(struct MPT3SAS_ADAPTER *ioc, u8 buffer_type,
  1479. u8 *issue_reset);
  1480. /* transport shared API */
  1481. extern struct scsi_transport_template *mpt3sas_transport_template;
  1482. u8 mpt3sas_transport_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
  1483. u32 reply);
  1484. struct _sas_port *mpt3sas_transport_port_add(struct MPT3SAS_ADAPTER *ioc,
  1485. u16 handle, u64 sas_address);
  1486. void mpt3sas_transport_port_remove(struct MPT3SAS_ADAPTER *ioc, u64 sas_address,
  1487. u64 sas_address_parent);
  1488. int mpt3sas_transport_add_host_phy(struct MPT3SAS_ADAPTER *ioc, struct _sas_phy
  1489. *mpt3sas_phy, Mpi2SasPhyPage0_t phy_pg0, struct device *parent_dev);
  1490. int mpt3sas_transport_add_expander_phy(struct MPT3SAS_ADAPTER *ioc,
  1491. struct _sas_phy *mpt3sas_phy, Mpi2ExpanderPage1_t expander_pg1,
  1492. struct device *parent_dev);
  1493. void mpt3sas_transport_update_links(struct MPT3SAS_ADAPTER *ioc,
  1494. u64 sas_address, u16 handle, u8 phy_number, u8 link_rate);
  1495. extern struct sas_function_template mpt3sas_transport_functions;
  1496. extern struct scsi_transport_template *mpt3sas_transport_template;
  1497. /* trigger data externs */
  1498. void mpt3sas_send_trigger_data_event(struct MPT3SAS_ADAPTER *ioc,
  1499. struct SL_WH_TRIGGERS_EVENT_DATA_T *event_data);
  1500. void mpt3sas_process_trigger_data(struct MPT3SAS_ADAPTER *ioc,
  1501. struct SL_WH_TRIGGERS_EVENT_DATA_T *event_data);
  1502. void mpt3sas_trigger_master(struct MPT3SAS_ADAPTER *ioc,
  1503. u32 tigger_bitmask);
  1504. void mpt3sas_trigger_event(struct MPT3SAS_ADAPTER *ioc, u16 event,
  1505. u16 log_entry_qualifier);
  1506. void mpt3sas_trigger_scsi(struct MPT3SAS_ADAPTER *ioc, u8 sense_key,
  1507. u8 asc, u8 ascq);
  1508. void mpt3sas_trigger_mpi(struct MPT3SAS_ADAPTER *ioc, u16 ioc_status,
  1509. u32 loginfo);
  1510. /* warpdrive APIs */
  1511. u8 mpt3sas_get_num_volumes(struct MPT3SAS_ADAPTER *ioc);
  1512. void mpt3sas_init_warpdrive_properties(struct MPT3SAS_ADAPTER *ioc,
  1513. struct _raid_device *raid_device);
  1514. void
  1515. mpt3sas_setup_direct_io(struct MPT3SAS_ADAPTER *ioc, struct scsi_cmnd *scmd,
  1516. struct _raid_device *raid_device, Mpi25SCSIIORequest_t *mpi_request);
  1517. /* NCQ Prio Handling Check */
  1518. bool scsih_ncq_prio_supp(struct scsi_device *sdev);
  1519. #endif /* MPT3SAS_BASE_H_INCLUDED */