bfa_defs.h 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
  4. * Copyright (c) 2014- QLogic Corporation.
  5. * All rights reserved
  6. * www.qlogic.com
  7. *
  8. * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
  9. */
  10. #ifndef __BFA_DEFS_H__
  11. #define __BFA_DEFS_H__
  12. #include "bfa_fc.h"
  13. #include "bfad_drv.h"
  14. #define BFA_MFG_SERIALNUM_SIZE 11
  15. #define STRSZ(_n) (((_n) + 4) & ~3)
  16. /*
  17. * Manufacturing card type
  18. */
  19. enum {
  20. BFA_MFG_TYPE_CB_MAX = 825, /* Crossbow card type max */
  21. BFA_MFG_TYPE_FC8P2 = 825, /* 8G 2port FC card */
  22. BFA_MFG_TYPE_FC8P1 = 815, /* 8G 1port FC card */
  23. BFA_MFG_TYPE_FC4P2 = 425, /* 4G 2port FC card */
  24. BFA_MFG_TYPE_FC4P1 = 415, /* 4G 1port FC card */
  25. BFA_MFG_TYPE_CNA10P2 = 1020, /* 10G 2port CNA card */
  26. BFA_MFG_TYPE_CNA10P1 = 1010, /* 10G 1port CNA card */
  27. BFA_MFG_TYPE_JAYHAWK = 804, /* Jayhawk mezz card */
  28. BFA_MFG_TYPE_WANCHESE = 1007, /* Wanchese mezz card */
  29. BFA_MFG_TYPE_ASTRA = 807, /* Astra mezz card */
  30. BFA_MFG_TYPE_LIGHTNING_P0 = 902, /* Lightning mezz card - old */
  31. BFA_MFG_TYPE_LIGHTNING = 1741, /* Lightning mezz card */
  32. BFA_MFG_TYPE_PROWLER_F = 1560, /* Prowler FC only cards */
  33. BFA_MFG_TYPE_PROWLER_N = 1410, /* Prowler NIC only cards */
  34. BFA_MFG_TYPE_PROWLER_C = 1710, /* Prowler CNA only cards */
  35. BFA_MFG_TYPE_PROWLER_D = 1860, /* Prowler Dual cards */
  36. BFA_MFG_TYPE_CHINOOK = 1867, /* Chinook cards */
  37. BFA_MFG_TYPE_CHINOOK2 = 1869, /*!< Chinook2 cards */
  38. BFA_MFG_TYPE_INVALID = 0, /* Invalid card type */
  39. };
  40. #pragma pack(1)
  41. /*
  42. * Check if Mezz card
  43. */
  44. #define bfa_mfg_is_mezz(type) (( \
  45. (type) == BFA_MFG_TYPE_JAYHAWK || \
  46. (type) == BFA_MFG_TYPE_WANCHESE || \
  47. (type) == BFA_MFG_TYPE_ASTRA || \
  48. (type) == BFA_MFG_TYPE_LIGHTNING_P0 || \
  49. (type) == BFA_MFG_TYPE_LIGHTNING || \
  50. (type) == BFA_MFG_TYPE_CHINOOK || \
  51. (type) == BFA_MFG_TYPE_CHINOOK2))
  52. /*
  53. * Check if the card having old wwn/mac handling
  54. */
  55. #define bfa_mfg_is_old_wwn_mac_model(type) (( \
  56. (type) == BFA_MFG_TYPE_FC8P2 || \
  57. (type) == BFA_MFG_TYPE_FC8P1 || \
  58. (type) == BFA_MFG_TYPE_FC4P2 || \
  59. (type) == BFA_MFG_TYPE_FC4P1 || \
  60. (type) == BFA_MFG_TYPE_CNA10P2 || \
  61. (type) == BFA_MFG_TYPE_CNA10P1 || \
  62. (type) == BFA_MFG_TYPE_JAYHAWK || \
  63. (type) == BFA_MFG_TYPE_WANCHESE))
  64. #define bfa_mfg_increment_wwn_mac(m, i) \
  65. do { \
  66. u32 t = ((u32)(m)[0] << 16) | ((u32)(m)[1] << 8) | \
  67. (u32)(m)[2]; \
  68. t += (i); \
  69. (m)[0] = (t >> 16) & 0xFF; \
  70. (m)[1] = (t >> 8) & 0xFF; \
  71. (m)[2] = t & 0xFF; \
  72. } while (0)
  73. /*
  74. * VPD data length
  75. */
  76. #define BFA_MFG_VPD_LEN 512
  77. /*
  78. * VPD vendor tag
  79. */
  80. enum {
  81. BFA_MFG_VPD_UNKNOWN = 0, /* vendor unknown */
  82. BFA_MFG_VPD_IBM = 1, /* vendor IBM */
  83. BFA_MFG_VPD_HP = 2, /* vendor HP */
  84. BFA_MFG_VPD_DELL = 3, /* vendor DELL */
  85. BFA_MFG_VPD_PCI_IBM = 0x08, /* PCI VPD IBM */
  86. BFA_MFG_VPD_PCI_HP = 0x10, /* PCI VPD HP */
  87. BFA_MFG_VPD_PCI_DELL = 0x20, /* PCI VPD DELL */
  88. BFA_MFG_VPD_PCI_BRCD = 0xf8, /* PCI VPD Brocade */
  89. };
  90. /*
  91. * All numerical fields are in big-endian format.
  92. */
  93. struct bfa_mfg_vpd_s {
  94. u8 version; /* vpd data version */
  95. u8 vpd_sig[3]; /* characters 'V', 'P', 'D' */
  96. u8 chksum; /* u8 checksum */
  97. u8 vendor; /* vendor */
  98. u8 len; /* vpd data length excluding header */
  99. u8 rsv;
  100. u8 data[BFA_MFG_VPD_LEN]; /* vpd data */
  101. };
  102. #pragma pack()
  103. /*
  104. * Status return values
  105. */
  106. enum bfa_status {
  107. BFA_STATUS_OK = 0, /* Success */
  108. BFA_STATUS_FAILED = 1, /* Operation failed */
  109. BFA_STATUS_EINVAL = 2, /* Invalid params Check input
  110. * parameters */
  111. BFA_STATUS_ENOMEM = 3, /* Out of resources */
  112. BFA_STATUS_ETIMER = 5, /* Timer expired - Retry, if persists,
  113. * contact support */
  114. BFA_STATUS_EPROTOCOL = 6, /* Protocol error */
  115. BFA_STATUS_BADFLASH = 9, /* Flash is bad */
  116. BFA_STATUS_SFP_UNSUPP = 10, /* Unsupported SFP - Replace SFP */
  117. BFA_STATUS_UNKNOWN_VFID = 11, /* VF_ID not found */
  118. BFA_STATUS_DATACORRUPTED = 12, /* Diag returned data corrupted */
  119. BFA_STATUS_DEVBUSY = 13, /* Device busy - Retry operation */
  120. BFA_STATUS_HDMA_FAILED = 16, /* Host dma failed contact support */
  121. BFA_STATUS_FLASH_BAD_LEN = 17, /* Flash bad length */
  122. BFA_STATUS_UNKNOWN_LWWN = 18, /* LPORT PWWN not found */
  123. BFA_STATUS_UNKNOWN_RWWN = 19, /* RPORT PWWN not found */
  124. BFA_STATUS_VPORT_EXISTS = 21, /* VPORT already exists */
  125. BFA_STATUS_VPORT_MAX = 22, /* Reached max VPORT supported limit */
  126. BFA_STATUS_UNSUPP_SPEED = 23, /* Invalid Speed Check speed setting */
  127. BFA_STATUS_INVLD_DFSZ = 24, /* Invalid Max data field size */
  128. BFA_STATUS_CMD_NOTSUPP = 26, /* Command/API not supported */
  129. BFA_STATUS_FABRIC_RJT = 29, /* Reject from attached fabric */
  130. BFA_STATUS_UNKNOWN_VWWN = 30, /* VPORT PWWN not found */
  131. BFA_STATUS_PORT_OFFLINE = 34, /* Port is not online */
  132. BFA_STATUS_VPORT_WWN_BP = 46, /* WWN is same as base port's WWN */
  133. BFA_STATUS_PORT_NOT_DISABLED = 47, /* Port not disabled disable port */
  134. BFA_STATUS_NO_FCPIM_NEXUS = 52, /* No FCP Nexus exists with the rport */
  135. BFA_STATUS_IOC_FAILURE = 56, /* IOC failure - Retry, if persists
  136. * contact support */
  137. BFA_STATUS_INVALID_WWN = 57, /* Invalid WWN */
  138. BFA_STATUS_ADAPTER_ENABLED = 60, /* Adapter is not disabled */
  139. BFA_STATUS_IOC_NON_OP = 61, /* IOC is not operational */
  140. BFA_STATUS_VERSION_FAIL = 70, /* Application/Driver version mismatch */
  141. BFA_STATUS_DIAG_BUSY = 71, /* diag busy */
  142. BFA_STATUS_BEACON_ON = 72, /* Port Beacon already on */
  143. BFA_STATUS_ENOFSAVE = 78, /* No saved firmware trace */
  144. BFA_STATUS_IOC_DISABLED = 82, /* IOC is already disabled */
  145. BFA_STATUS_ERROR_TRL_ENABLED = 87, /* TRL is enabled */
  146. BFA_STATUS_ERROR_QOS_ENABLED = 88, /* QoS is enabled */
  147. BFA_STATUS_NO_SFP_DEV = 89, /* No SFP device check or replace SFP */
  148. BFA_STATUS_MEMTEST_FAILED = 90, /* Memory test failed contact support */
  149. BFA_STATUS_LEDTEST_OP = 109, /* LED test is operating */
  150. BFA_STATUS_INVALID_MAC = 134, /* Invalid MAC address */
  151. BFA_STATUS_CMD_NOTSUPP_CNA = 146, /* Command not supported for CNA */
  152. BFA_STATUS_PBC = 154, /* Operation not allowed for pre-boot
  153. * configuration */
  154. BFA_STATUS_BAD_FWCFG = 156, /* Bad firmware configuration */
  155. BFA_STATUS_INVALID_VENDOR = 158, /* Invalid switch vendor */
  156. BFA_STATUS_SFP_NOT_READY = 159, /* SFP info is not ready. Retry */
  157. BFA_STATUS_TRUNK_ENABLED = 164, /* Trunk is already enabled on
  158. * this adapter */
  159. BFA_STATUS_TRUNK_DISABLED = 165, /* Trunking is disabled on
  160. * the adapter */
  161. BFA_STATUS_IOPROFILE_OFF = 175, /* IO profile OFF */
  162. BFA_STATUS_PHY_NOT_PRESENT = 183, /* PHY module not present */
  163. BFA_STATUS_FEATURE_NOT_SUPPORTED = 192, /* Feature not supported */
  164. BFA_STATUS_ENTRY_EXISTS = 193, /* Entry already exists */
  165. BFA_STATUS_ENTRY_NOT_EXISTS = 194, /* Entry does not exist */
  166. BFA_STATUS_NO_CHANGE = 195, /* Feature already in that state */
  167. BFA_STATUS_FAA_ENABLED = 197, /* FAA is already enabled */
  168. BFA_STATUS_FAA_DISABLED = 198, /* FAA is already disabled */
  169. BFA_STATUS_FAA_ACQUIRED = 199, /* FAA is already acquired */
  170. BFA_STATUS_FAA_ACQ_ADDR = 200, /* Acquiring addr */
  171. BFA_STATUS_BBCR_FC_ONLY = 201, /*!< BBCredit Recovery is supported for *
  172. * FC mode only */
  173. BFA_STATUS_ERROR_TRUNK_ENABLED = 203, /* Trunk enabled on adapter */
  174. BFA_STATUS_MAX_ENTRY_REACHED = 212, /* MAX entry reached */
  175. BFA_STATUS_TOPOLOGY_LOOP = 230, /* Topology is set to Loop */
  176. BFA_STATUS_LOOP_UNSUPP_MEZZ = 231, /* Loop topology is not supported
  177. * on mezz cards */
  178. BFA_STATUS_INVALID_BW = 233, /* Invalid bandwidth value */
  179. BFA_STATUS_QOS_BW_INVALID = 234, /* Invalid QOS bandwidth
  180. * configuration */
  181. BFA_STATUS_DPORT_ENABLED = 235, /* D-port mode is already enabled */
  182. BFA_STATUS_DPORT_DISABLED = 236, /* D-port mode is already disabled */
  183. BFA_STATUS_CMD_NOTSUPP_MEZZ = 239, /* Cmd not supported for MEZZ card */
  184. BFA_STATUS_FRU_NOT_PRESENT = 240, /* fru module not present */
  185. BFA_STATUS_DPORT_NO_SFP = 243, /* SFP is not present.\n D-port will be
  186. * enabled but it will be operational
  187. * only after inserting a valid SFP. */
  188. BFA_STATUS_DPORT_ERR = 245, /* D-port mode is enabled */
  189. BFA_STATUS_DPORT_ENOSYS = 254, /* Switch has no D_Port functionality */
  190. BFA_STATUS_DPORT_CANT_PERF = 255, /* Switch port is not D_Port capable
  191. * or D_Port is disabled */
  192. BFA_STATUS_DPORT_LOGICALERR = 256, /* Switch D_Port fail */
  193. BFA_STATUS_DPORT_SWBUSY = 257, /* Switch port busy */
  194. BFA_STATUS_ERR_BBCR_SPEED_UNSUPPORT = 258, /*!< BB credit recovery is
  195. * supported at max port speed alone */
  196. BFA_STATUS_ERROR_BBCR_ENABLED = 259, /*!< BB credit recovery
  197. * is enabled */
  198. BFA_STATUS_INVALID_BBSCN = 260, /*!< Invalid BBSCN value.
  199. * Valid range is [1-15] */
  200. BFA_STATUS_DDPORT_ERR = 261, /* Dynamic D_Port mode is active.\n To
  201. * exit dynamic mode, disable D_Port on
  202. * the remote port */
  203. BFA_STATUS_DPORT_SFPWRAP_ERR = 262, /* Clear e/o_wrap fail, check or
  204. * replace SFP */
  205. BFA_STATUS_BBCR_CFG_NO_CHANGE = 265, /*!< BBCR is operational.
  206. * Disable BBCR and try this operation again. */
  207. BFA_STATUS_DPORT_SW_NOTREADY = 268, /* Remote port is not ready to
  208. * start dport test. Check remote
  209. * port status. */
  210. BFA_STATUS_DPORT_INV_SFP = 271, /* Invalid SFP for D-PORT mode. */
  211. BFA_STATUS_DPORT_CMD_NOTSUPP = 273, /* Dport is not supported by
  212. * remote port */
  213. BFA_STATUS_MAX_VAL /* Unknown error code */
  214. };
  215. #define bfa_status_t enum bfa_status
  216. enum bfa_eproto_status {
  217. BFA_EPROTO_BAD_ACCEPT = 0,
  218. BFA_EPROTO_UNKNOWN_RSP = 1
  219. };
  220. #define bfa_eproto_status_t enum bfa_eproto_status
  221. enum bfa_boolean {
  222. BFA_FALSE = 0,
  223. BFA_TRUE = 1
  224. };
  225. #define bfa_boolean_t enum bfa_boolean
  226. #define BFA_STRING_32 32
  227. #define BFA_VERSION_LEN 64
  228. /*
  229. * ---------------------- adapter definitions ------------
  230. */
  231. /*
  232. * BFA adapter level attributes.
  233. */
  234. enum {
  235. BFA_ADAPTER_SERIAL_NUM_LEN = STRSZ(BFA_MFG_SERIALNUM_SIZE),
  236. /*
  237. *!< adapter serial num length
  238. */
  239. BFA_ADAPTER_MODEL_NAME_LEN = 16, /* model name length */
  240. BFA_ADAPTER_MODEL_DESCR_LEN = 128, /* model description length */
  241. BFA_ADAPTER_MFG_NAME_LEN = 8, /* manufacturer name length */
  242. BFA_ADAPTER_SYM_NAME_LEN = 64, /* adapter symbolic name length */
  243. BFA_ADAPTER_OS_TYPE_LEN = 64, /* adapter os type length */
  244. BFA_ADAPTER_UUID_LEN = 16, /* adapter uuid length */
  245. };
  246. struct bfa_adapter_attr_s {
  247. char manufacturer[BFA_ADAPTER_MFG_NAME_LEN];
  248. char serial_num[BFA_ADAPTER_SERIAL_NUM_LEN];
  249. u32 card_type;
  250. char model[BFA_ADAPTER_MODEL_NAME_LEN];
  251. char model_descr[BFA_ADAPTER_MODEL_DESCR_LEN];
  252. wwn_t pwwn;
  253. char node_symname[FC_SYMNAME_MAX];
  254. char hw_ver[BFA_VERSION_LEN];
  255. char fw_ver[BFA_VERSION_LEN];
  256. char optrom_ver[BFA_VERSION_LEN];
  257. char os_type[BFA_ADAPTER_OS_TYPE_LEN];
  258. struct bfa_mfg_vpd_s vpd;
  259. struct mac_s mac;
  260. u8 nports;
  261. u8 max_speed;
  262. u8 prototype;
  263. char asic_rev;
  264. u8 pcie_gen;
  265. u8 pcie_lanes_orig;
  266. u8 pcie_lanes;
  267. u8 cna_capable;
  268. u8 is_mezz;
  269. u8 trunk_capable;
  270. u8 mfg_day; /* manufacturing day */
  271. u8 mfg_month; /* manufacturing month */
  272. u16 mfg_year; /* manufacturing year */
  273. u16 rsvd;
  274. u8 uuid[BFA_ADAPTER_UUID_LEN];
  275. };
  276. /*
  277. * ---------------------- IOC definitions ------------
  278. */
  279. enum {
  280. BFA_IOC_DRIVER_LEN = 16,
  281. BFA_IOC_CHIP_REV_LEN = 8,
  282. };
  283. /*
  284. * Driver and firmware versions.
  285. */
  286. struct bfa_ioc_driver_attr_s {
  287. char driver[BFA_IOC_DRIVER_LEN]; /* driver name */
  288. char driver_ver[BFA_VERSION_LEN]; /* driver version */
  289. char fw_ver[BFA_VERSION_LEN]; /* firmware version */
  290. char bios_ver[BFA_VERSION_LEN]; /* bios version */
  291. char efi_ver[BFA_VERSION_LEN]; /* EFI version */
  292. char ob_ver[BFA_VERSION_LEN]; /* openboot version */
  293. };
  294. /*
  295. * IOC PCI device attributes
  296. */
  297. struct bfa_ioc_pci_attr_s {
  298. u16 vendor_id; /* PCI vendor ID */
  299. u16 device_id; /* PCI device ID */
  300. u16 ssid; /* subsystem ID */
  301. u16 ssvid; /* subsystem vendor ID */
  302. u32 pcifn; /* PCI device function */
  303. u32 rsvd; /* padding */
  304. char chip_rev[BFA_IOC_CHIP_REV_LEN]; /* chip revision */
  305. };
  306. /*
  307. * IOC states
  308. */
  309. enum bfa_ioc_state {
  310. BFA_IOC_UNINIT = 1, /* IOC is in uninit state */
  311. BFA_IOC_RESET = 2, /* IOC is in reset state */
  312. BFA_IOC_SEMWAIT = 3, /* Waiting for IOC h/w semaphore */
  313. BFA_IOC_HWINIT = 4, /* IOC h/w is being initialized */
  314. BFA_IOC_GETATTR = 5, /* IOC is being configured */
  315. BFA_IOC_OPERATIONAL = 6, /* IOC is operational */
  316. BFA_IOC_INITFAIL = 7, /* IOC hardware failure */
  317. BFA_IOC_FAIL = 8, /* IOC heart-beat failure */
  318. BFA_IOC_DISABLING = 9, /* IOC is being disabled */
  319. BFA_IOC_DISABLED = 10, /* IOC is disabled */
  320. BFA_IOC_FWMISMATCH = 11, /* IOC f/w different from drivers */
  321. BFA_IOC_ENABLING = 12, /* IOC is being enabled */
  322. BFA_IOC_HWFAIL = 13, /* PCI mapping doesn't exist */
  323. BFA_IOC_ACQ_ADDR = 14, /* Acquiring addr from fabric */
  324. };
  325. /*
  326. * IOC firmware stats
  327. */
  328. struct bfa_fw_ioc_stats_s {
  329. u32 enable_reqs;
  330. u32 disable_reqs;
  331. u32 get_attr_reqs;
  332. u32 dbg_sync;
  333. u32 dbg_dump;
  334. u32 unknown_reqs;
  335. };
  336. /*
  337. * IOC driver stats
  338. */
  339. struct bfa_ioc_drv_stats_s {
  340. u32 ioc_isrs;
  341. u32 ioc_enables;
  342. u32 ioc_disables;
  343. u32 ioc_hbfails;
  344. u32 ioc_boots;
  345. u32 stats_tmos;
  346. u32 hb_count;
  347. u32 disable_reqs;
  348. u32 enable_reqs;
  349. u32 disable_replies;
  350. u32 enable_replies;
  351. u32 rsvd;
  352. };
  353. /*
  354. * IOC statistics
  355. */
  356. struct bfa_ioc_stats_s {
  357. struct bfa_ioc_drv_stats_s drv_stats; /* driver IOC stats */
  358. struct bfa_fw_ioc_stats_s fw_stats; /* firmware IOC stats */
  359. };
  360. enum bfa_ioc_type_e {
  361. BFA_IOC_TYPE_FC = 1,
  362. BFA_IOC_TYPE_FCoE = 2,
  363. BFA_IOC_TYPE_LL = 3,
  364. };
  365. /*
  366. * IOC attributes returned in queries
  367. */
  368. struct bfa_ioc_attr_s {
  369. enum bfa_ioc_type_e ioc_type;
  370. enum bfa_ioc_state state; /* IOC state */
  371. struct bfa_adapter_attr_s adapter_attr; /* HBA attributes */
  372. struct bfa_ioc_driver_attr_s driver_attr; /* driver attr */
  373. struct bfa_ioc_pci_attr_s pci_attr;
  374. u8 port_id; /* port number */
  375. u8 port_mode; /* bfa_mode_s */
  376. u8 cap_bm; /* capability */
  377. u8 port_mode_cfg; /* bfa_mode_s */
  378. u8 def_fn; /* 1 if default fn */
  379. u8 rsvd[3]; /* 64bit align */
  380. };
  381. /*
  382. * AEN related definitions
  383. */
  384. enum bfa_aen_category {
  385. BFA_AEN_CAT_ADAPTER = 1,
  386. BFA_AEN_CAT_PORT = 2,
  387. BFA_AEN_CAT_LPORT = 3,
  388. BFA_AEN_CAT_RPORT = 4,
  389. BFA_AEN_CAT_ITNIM = 5,
  390. BFA_AEN_CAT_AUDIT = 8,
  391. BFA_AEN_CAT_IOC = 9,
  392. };
  393. /* BFA adapter level events */
  394. enum bfa_adapter_aen_event {
  395. BFA_ADAPTER_AEN_ADD = 1, /* New Adapter found event */
  396. BFA_ADAPTER_AEN_REMOVE = 2, /* Adapter removed event */
  397. };
  398. struct bfa_adapter_aen_data_s {
  399. char serial_num[BFA_ADAPTER_SERIAL_NUM_LEN];
  400. u32 nports; /* Number of NPorts */
  401. wwn_t pwwn; /* WWN of one of its physical port */
  402. };
  403. /* BFA physical port Level events */
  404. enum bfa_port_aen_event {
  405. BFA_PORT_AEN_ONLINE = 1, /* Physical Port online event */
  406. BFA_PORT_AEN_OFFLINE = 2, /* Physical Port offline event */
  407. BFA_PORT_AEN_RLIR = 3, /* RLIR event, not supported */
  408. BFA_PORT_AEN_SFP_INSERT = 4, /* SFP inserted event */
  409. BFA_PORT_AEN_SFP_REMOVE = 5, /* SFP removed event */
  410. BFA_PORT_AEN_SFP_POM = 6, /* SFP POM event */
  411. BFA_PORT_AEN_ENABLE = 7, /* Physical Port enable event */
  412. BFA_PORT_AEN_DISABLE = 8, /* Physical Port disable event */
  413. BFA_PORT_AEN_AUTH_ON = 9, /* Physical Port auth success event */
  414. BFA_PORT_AEN_AUTH_OFF = 10, /* Physical Port auth fail event */
  415. BFA_PORT_AEN_DISCONNECT = 11, /* Physical Port disconnect event */
  416. BFA_PORT_AEN_QOS_NEG = 12, /* Base Port QOS negotiation event */
  417. BFA_PORT_AEN_FABRIC_NAME_CHANGE = 13, /* Fabric Name/WWN change */
  418. BFA_PORT_AEN_SFP_ACCESS_ERROR = 14, /* SFP read error event */
  419. BFA_PORT_AEN_SFP_UNSUPPORT = 15, /* Unsupported SFP event */
  420. };
  421. enum bfa_port_aen_sfp_pom {
  422. BFA_PORT_AEN_SFP_POM_GREEN = 1, /* Normal */
  423. BFA_PORT_AEN_SFP_POM_AMBER = 2, /* Warning */
  424. BFA_PORT_AEN_SFP_POM_RED = 3, /* Critical */
  425. BFA_PORT_AEN_SFP_POM_MAX = BFA_PORT_AEN_SFP_POM_RED
  426. };
  427. struct bfa_port_aen_data_s {
  428. wwn_t pwwn; /* WWN of the physical port */
  429. wwn_t fwwn; /* WWN of the fabric port */
  430. u32 phy_port_num; /* For SFP related events */
  431. u16 ioc_type;
  432. u16 level; /* Only transitions will be informed */
  433. mac_t mac; /* MAC address of the ethernet port */
  434. u16 rsvd;
  435. };
  436. /* BFA AEN logical port events */
  437. enum bfa_lport_aen_event {
  438. BFA_LPORT_AEN_NEW = 1, /* LPort created event */
  439. BFA_LPORT_AEN_DELETE = 2, /* LPort deleted event */
  440. BFA_LPORT_AEN_ONLINE = 3, /* LPort online event */
  441. BFA_LPORT_AEN_OFFLINE = 4, /* LPort offline event */
  442. BFA_LPORT_AEN_DISCONNECT = 5, /* LPort disconnect event */
  443. BFA_LPORT_AEN_NEW_PROP = 6, /* VPort created event */
  444. BFA_LPORT_AEN_DELETE_PROP = 7, /* VPort deleted event */
  445. BFA_LPORT_AEN_NEW_STANDARD = 8, /* VPort created event */
  446. BFA_LPORT_AEN_DELETE_STANDARD = 9, /* VPort deleted event */
  447. BFA_LPORT_AEN_NPIV_DUP_WWN = 10, /* VPort with duplicate WWN */
  448. BFA_LPORT_AEN_NPIV_FABRIC_MAX = 11, /* Max NPIV in fabric/fport */
  449. BFA_LPORT_AEN_NPIV_UNKNOWN = 12, /* Unknown NPIV Error code */
  450. };
  451. struct bfa_lport_aen_data_s {
  452. u16 vf_id; /* vf_id of this logical port */
  453. u16 roles; /* Logical port mode,IM/TM/IP etc */
  454. u32 rsvd;
  455. wwn_t ppwwn; /* WWN of its physical port */
  456. wwn_t lpwwn; /* WWN of this logical port */
  457. };
  458. /* BFA ITNIM events */
  459. enum bfa_itnim_aen_event {
  460. BFA_ITNIM_AEN_ONLINE = 1, /* Target online */
  461. BFA_ITNIM_AEN_OFFLINE = 2, /* Target offline */
  462. BFA_ITNIM_AEN_DISCONNECT = 3, /* Target disconnected */
  463. };
  464. struct bfa_itnim_aen_data_s {
  465. u16 vf_id; /* vf_id of the IT nexus */
  466. u16 rsvd[3];
  467. wwn_t ppwwn; /* WWN of its physical port */
  468. wwn_t lpwwn; /* WWN of logical port */
  469. wwn_t rpwwn; /* WWN of remote(target) port */
  470. };
  471. /* BFA audit events */
  472. enum bfa_audit_aen_event {
  473. BFA_AUDIT_AEN_AUTH_ENABLE = 1,
  474. BFA_AUDIT_AEN_AUTH_DISABLE = 2,
  475. BFA_AUDIT_AEN_FLASH_ERASE = 3,
  476. BFA_AUDIT_AEN_FLASH_UPDATE = 4,
  477. };
  478. struct bfa_audit_aen_data_s {
  479. wwn_t pwwn;
  480. int partition_inst;
  481. int partition_type;
  482. };
  483. /* BFA IOC level events */
  484. enum bfa_ioc_aen_event {
  485. BFA_IOC_AEN_HBGOOD = 1, /* Heart Beat restore event */
  486. BFA_IOC_AEN_HBFAIL = 2, /* Heart Beat failure event */
  487. BFA_IOC_AEN_ENABLE = 3, /* IOC enabled event */
  488. BFA_IOC_AEN_DISABLE = 4, /* IOC disabled event */
  489. BFA_IOC_AEN_FWMISMATCH = 5, /* IOC firmware mismatch */
  490. BFA_IOC_AEN_FWCFG_ERROR = 6, /* IOC firmware config error */
  491. BFA_IOC_AEN_INVALID_VENDOR = 7,
  492. BFA_IOC_AEN_INVALID_NWWN = 8, /* Zero NWWN */
  493. BFA_IOC_AEN_INVALID_PWWN = 9 /* Zero PWWN */
  494. };
  495. struct bfa_ioc_aen_data_s {
  496. wwn_t pwwn;
  497. u16 ioc_type;
  498. mac_t mac;
  499. };
  500. /*
  501. * ---------------------- mfg definitions ------------
  502. */
  503. /*
  504. * Checksum size
  505. */
  506. #define BFA_MFG_CHKSUM_SIZE 16
  507. #define BFA_MFG_PARTNUM_SIZE 14
  508. #define BFA_MFG_SUPPLIER_ID_SIZE 10
  509. #define BFA_MFG_SUPPLIER_PARTNUM_SIZE 20
  510. #define BFA_MFG_SUPPLIER_SERIALNUM_SIZE 20
  511. #define BFA_MFG_SUPPLIER_REVISION_SIZE 4
  512. /*
  513. * Initial capability definition
  514. */
  515. #define BFA_MFG_IC_FC 0x01
  516. #define BFA_MFG_IC_ETH 0x02
  517. /*
  518. * Adapter capability mask definition
  519. */
  520. #define BFA_CM_HBA 0x01
  521. #define BFA_CM_CNA 0x02
  522. #define BFA_CM_NIC 0x04
  523. #define BFA_CM_FC16G 0x08
  524. #define BFA_CM_SRIOV 0x10
  525. #define BFA_CM_MEZZ 0x20
  526. #pragma pack(1)
  527. /*
  528. * All numerical fields are in big-endian format.
  529. */
  530. struct bfa_mfg_block_s {
  531. u8 version; /*!< manufacturing block version */
  532. u8 mfg_sig[3]; /*!< characters 'M', 'F', 'G' */
  533. u16 mfgsize; /*!< mfg block size */
  534. u16 u16_chksum; /*!< old u16 checksum */
  535. char brcd_serialnum[STRSZ(BFA_MFG_SERIALNUM_SIZE)];
  536. char brcd_partnum[STRSZ(BFA_MFG_PARTNUM_SIZE)];
  537. u8 mfg_day; /*!< manufacturing day */
  538. u8 mfg_month; /*!< manufacturing month */
  539. u16 mfg_year; /*!< manufacturing year */
  540. wwn_t mfg_wwn; /*!< wwn base for this adapter */
  541. u8 num_wwn; /*!< number of wwns assigned */
  542. u8 mfg_speeds; /*!< speeds allowed for this adapter */
  543. u8 rsv[2];
  544. char supplier_id[STRSZ(BFA_MFG_SUPPLIER_ID_SIZE)];
  545. char supplier_partnum[STRSZ(BFA_MFG_SUPPLIER_PARTNUM_SIZE)];
  546. char supplier_serialnum[STRSZ(BFA_MFG_SUPPLIER_SERIALNUM_SIZE)];
  547. char supplier_revision[STRSZ(BFA_MFG_SUPPLIER_REVISION_SIZE)];
  548. mac_t mfg_mac; /*!< base mac address */
  549. u8 num_mac; /*!< number of mac addresses */
  550. u8 rsv2;
  551. u32 card_type; /*!< card type */
  552. char cap_nic; /*!< capability nic */
  553. char cap_cna; /*!< capability cna */
  554. char cap_hba; /*!< capability hba */
  555. char cap_fc16g; /*!< capability fc 16g */
  556. char cap_sriov; /*!< capability sriov */
  557. char cap_mezz; /*!< capability mezz */
  558. u8 rsv3;
  559. u8 mfg_nports; /*!< number of ports */
  560. char media[8]; /*!< xfi/xaui */
  561. char initial_mode[8]; /*!< initial mode: hba/cna/nic */
  562. u8 rsv4[84];
  563. u8 md5_chksum[BFA_MFG_CHKSUM_SIZE]; /*!< md5 checksum */
  564. };
  565. #pragma pack()
  566. /*
  567. * ---------------------- pci definitions ------------
  568. */
  569. /*
  570. * PCI device and vendor ID information
  571. */
  572. enum {
  573. BFA_PCI_VENDOR_ID_BROCADE = 0x1657,
  574. BFA_PCI_DEVICE_ID_FC_8G2P = 0x13,
  575. BFA_PCI_DEVICE_ID_FC_8G1P = 0x17,
  576. BFA_PCI_DEVICE_ID_CT = 0x14,
  577. BFA_PCI_DEVICE_ID_CT_FC = 0x21,
  578. BFA_PCI_DEVICE_ID_CT2 = 0x22,
  579. BFA_PCI_DEVICE_ID_CT2_QUAD = 0x23,
  580. };
  581. #define bfa_asic_id_cb(__d) \
  582. ((__d) == BFA_PCI_DEVICE_ID_FC_8G2P || \
  583. (__d) == BFA_PCI_DEVICE_ID_FC_8G1P)
  584. #define bfa_asic_id_ct(__d) \
  585. ((__d) == BFA_PCI_DEVICE_ID_CT || \
  586. (__d) == BFA_PCI_DEVICE_ID_CT_FC)
  587. #define bfa_asic_id_ct2(__d) \
  588. ((__d) == BFA_PCI_DEVICE_ID_CT2 || \
  589. (__d) == BFA_PCI_DEVICE_ID_CT2_QUAD)
  590. #define bfa_asic_id_ctc(__d) \
  591. (bfa_asic_id_ct(__d) || bfa_asic_id_ct2(__d))
  592. /*
  593. * PCI sub-system device and vendor ID information
  594. */
  595. enum {
  596. BFA_PCI_FCOE_SSDEVICE_ID = 0x14,
  597. BFA_PCI_CT2_SSID_FCoE = 0x22,
  598. BFA_PCI_CT2_SSID_ETH = 0x23,
  599. BFA_PCI_CT2_SSID_FC = 0x24,
  600. };
  601. /*
  602. * Maximum number of device address ranges mapped through different BAR(s)
  603. */
  604. #define BFA_PCI_ACCESS_RANGES 1
  605. /*
  606. * Port speed settings. Each specific speed is a bit field. Use multiple
  607. * bits to specify speeds to be selected for auto-negotiation.
  608. */
  609. enum bfa_port_speed {
  610. BFA_PORT_SPEED_UNKNOWN = 0,
  611. BFA_PORT_SPEED_1GBPS = 1,
  612. BFA_PORT_SPEED_2GBPS = 2,
  613. BFA_PORT_SPEED_4GBPS = 4,
  614. BFA_PORT_SPEED_8GBPS = 8,
  615. BFA_PORT_SPEED_10GBPS = 10,
  616. BFA_PORT_SPEED_16GBPS = 16,
  617. BFA_PORT_SPEED_AUTO = 0xf,
  618. };
  619. #define bfa_port_speed_t enum bfa_port_speed
  620. enum {
  621. BFA_BOOT_BOOTLUN_MAX = 4, /* maximum boot lun per IOC */
  622. BFA_PREBOOT_BOOTLUN_MAX = 8, /* maximum preboot lun per IOC */
  623. };
  624. #define BOOT_CFG_REV1 1
  625. #define BOOT_CFG_VLAN 1
  626. /*
  627. * Boot options setting. Boot options setting determines from where
  628. * to get the boot lun information
  629. */
  630. enum bfa_boot_bootopt {
  631. BFA_BOOT_AUTO_DISCOVER = 0, /* Boot from blun provided by fabric */
  632. BFA_BOOT_STORED_BLUN = 1, /* Boot from bluns stored in flash */
  633. BFA_BOOT_FIRST_LUN = 2, /* Boot from first discovered blun */
  634. BFA_BOOT_PBC = 3, /* Boot from pbc configured blun */
  635. };
  636. #pragma pack(1)
  637. /*
  638. * Boot lun information.
  639. */
  640. struct bfa_boot_bootlun_s {
  641. wwn_t pwwn; /* port wwn of target */
  642. struct scsi_lun lun; /* 64-bit lun */
  643. };
  644. #pragma pack()
  645. /*
  646. * BOOT boot configuraton
  647. */
  648. struct bfa_boot_cfg_s {
  649. u8 version;
  650. u8 rsvd1;
  651. u16 chksum;
  652. u8 enable; /* enable/disable SAN boot */
  653. u8 speed; /* boot speed settings */
  654. u8 topology; /* boot topology setting */
  655. u8 bootopt; /* bfa_boot_bootopt_t */
  656. u32 nbluns; /* number of boot luns */
  657. u32 rsvd2;
  658. struct bfa_boot_bootlun_s blun[BFA_BOOT_BOOTLUN_MAX];
  659. struct bfa_boot_bootlun_s blun_disc[BFA_BOOT_BOOTLUN_MAX];
  660. };
  661. struct bfa_boot_pbc_s {
  662. u8 enable; /* enable/disable SAN boot */
  663. u8 speed; /* boot speed settings */
  664. u8 topology; /* boot topology setting */
  665. u8 rsvd1;
  666. u32 nbluns; /* number of boot luns */
  667. struct bfa_boot_bootlun_s pblun[BFA_PREBOOT_BOOTLUN_MAX];
  668. };
  669. struct bfa_ethboot_cfg_s {
  670. u8 version;
  671. u8 rsvd1;
  672. u16 chksum;
  673. u8 enable; /* enable/disable Eth/PXE boot */
  674. u8 rsvd2;
  675. u16 vlan;
  676. };
  677. /*
  678. * ASIC block configuration related structures
  679. */
  680. #define BFA_ABLK_MAX_PORTS 2
  681. #define BFA_ABLK_MAX_PFS 16
  682. #define BFA_ABLK_MAX 2
  683. #pragma pack(1)
  684. enum bfa_mode_s {
  685. BFA_MODE_HBA = 1,
  686. BFA_MODE_CNA = 2,
  687. BFA_MODE_NIC = 3
  688. };
  689. struct bfa_adapter_cfg_mode_s {
  690. u16 max_pf;
  691. u16 max_vf;
  692. enum bfa_mode_s mode;
  693. };
  694. struct bfa_ablk_cfg_pf_s {
  695. u16 pers;
  696. u8 port_id;
  697. u8 optrom;
  698. u8 valid;
  699. u8 sriov;
  700. u8 max_vfs;
  701. u8 rsvd[1];
  702. u16 num_qpairs;
  703. u16 num_vectors;
  704. u16 bw_min;
  705. u16 bw_max;
  706. };
  707. struct bfa_ablk_cfg_port_s {
  708. u8 mode;
  709. u8 type;
  710. u8 max_pfs;
  711. u8 rsvd[5];
  712. };
  713. struct bfa_ablk_cfg_inst_s {
  714. u8 nports;
  715. u8 max_pfs;
  716. u8 rsvd[6];
  717. struct bfa_ablk_cfg_pf_s pf_cfg[BFA_ABLK_MAX_PFS];
  718. struct bfa_ablk_cfg_port_s port_cfg[BFA_ABLK_MAX_PORTS];
  719. };
  720. struct bfa_ablk_cfg_s {
  721. struct bfa_ablk_cfg_inst_s inst[BFA_ABLK_MAX];
  722. };
  723. /*
  724. * SFP module specific
  725. */
  726. #define SFP_DIAGMON_SIZE 10 /* num bytes of diag monitor data */
  727. /* SFP state change notification event */
  728. #define BFA_SFP_SCN_REMOVED 0
  729. #define BFA_SFP_SCN_INSERTED 1
  730. #define BFA_SFP_SCN_POM 2
  731. #define BFA_SFP_SCN_FAILED 3
  732. #define BFA_SFP_SCN_UNSUPPORT 4
  733. #define BFA_SFP_SCN_VALID 5
  734. enum bfa_defs_sfp_media_e {
  735. BFA_SFP_MEDIA_UNKNOWN = 0x00,
  736. BFA_SFP_MEDIA_CU = 0x01,
  737. BFA_SFP_MEDIA_LW = 0x02,
  738. BFA_SFP_MEDIA_SW = 0x03,
  739. BFA_SFP_MEDIA_EL = 0x04,
  740. BFA_SFP_MEDIA_UNSUPPORT = 0x05,
  741. };
  742. /*
  743. * values for xmtr_tech above
  744. */
  745. enum {
  746. SFP_XMTR_TECH_CU = (1 << 0), /* copper FC-BaseT */
  747. SFP_XMTR_TECH_CP = (1 << 1), /* copper passive */
  748. SFP_XMTR_TECH_CA = (1 << 2), /* copper active */
  749. SFP_XMTR_TECH_LL = (1 << 3), /* longwave laser */
  750. SFP_XMTR_TECH_SL = (1 << 4), /* shortwave laser w/ OFC */
  751. SFP_XMTR_TECH_SN = (1 << 5), /* shortwave laser w/o OFC */
  752. SFP_XMTR_TECH_EL_INTRA = (1 << 6), /* elec intra-enclosure */
  753. SFP_XMTR_TECH_EL_INTER = (1 << 7), /* elec inter-enclosure */
  754. SFP_XMTR_TECH_LC = (1 << 8), /* longwave laser */
  755. SFP_XMTR_TECH_SA = (1 << 9)
  756. };
  757. /*
  758. * Serial ID: Data Fields -- Address A0h
  759. * Basic ID field total 64 bytes
  760. */
  761. struct sfp_srlid_base_s {
  762. u8 id; /* 00: Identifier */
  763. u8 extid; /* 01: Extended Identifier */
  764. u8 connector; /* 02: Connector */
  765. u8 xcvr[8]; /* 03-10: Transceiver */
  766. u8 encoding; /* 11: Encoding */
  767. u8 br_norm; /* 12: BR, Nominal */
  768. u8 rate_id; /* 13: Rate Identifier */
  769. u8 len_km; /* 14: Length single mode km */
  770. u8 len_100m; /* 15: Length single mode 100m */
  771. u8 len_om2; /* 16: Length om2 fiber 10m */
  772. u8 len_om1; /* 17: Length om1 fiber 10m */
  773. u8 len_cu; /* 18: Length copper 1m */
  774. u8 len_om3; /* 19: Length om3 fiber 10m */
  775. u8 vendor_name[16];/* 20-35 */
  776. u8 unalloc1;
  777. u8 vendor_oui[3]; /* 37-39 */
  778. u8 vendor_pn[16]; /* 40-55 */
  779. u8 vendor_rev[4]; /* 56-59 */
  780. u8 wavelen[2]; /* 60-61 */
  781. u8 unalloc2;
  782. u8 cc_base; /* 63: check code for base id field */
  783. };
  784. /*
  785. * Serial ID: Data Fields -- Address A0h
  786. * Extended id field total 32 bytes
  787. */
  788. struct sfp_srlid_ext_s {
  789. u8 options[2];
  790. u8 br_max;
  791. u8 br_min;
  792. u8 vendor_sn[16];
  793. u8 date_code[8];
  794. u8 diag_mon_type; /* 92: Diagnostic Monitoring type */
  795. u8 en_options;
  796. u8 sff_8472;
  797. u8 cc_ext;
  798. };
  799. /*
  800. * Diagnostic: Data Fields -- Address A2h
  801. * Diagnostic and control/status base field total 96 bytes
  802. */
  803. struct sfp_diag_base_s {
  804. /*
  805. * Alarm and warning Thresholds 40 bytes
  806. */
  807. u8 temp_high_alarm[2]; /* 00-01 */
  808. u8 temp_low_alarm[2]; /* 02-03 */
  809. u8 temp_high_warning[2]; /* 04-05 */
  810. u8 temp_low_warning[2]; /* 06-07 */
  811. u8 volt_high_alarm[2]; /* 08-09 */
  812. u8 volt_low_alarm[2]; /* 10-11 */
  813. u8 volt_high_warning[2]; /* 12-13 */
  814. u8 volt_low_warning[2]; /* 14-15 */
  815. u8 bias_high_alarm[2]; /* 16-17 */
  816. u8 bias_low_alarm[2]; /* 18-19 */
  817. u8 bias_high_warning[2]; /* 20-21 */
  818. u8 bias_low_warning[2]; /* 22-23 */
  819. u8 tx_pwr_high_alarm[2]; /* 24-25 */
  820. u8 tx_pwr_low_alarm[2]; /* 26-27 */
  821. u8 tx_pwr_high_warning[2]; /* 28-29 */
  822. u8 tx_pwr_low_warning[2]; /* 30-31 */
  823. u8 rx_pwr_high_alarm[2]; /* 32-33 */
  824. u8 rx_pwr_low_alarm[2]; /* 34-35 */
  825. u8 rx_pwr_high_warning[2]; /* 36-37 */
  826. u8 rx_pwr_low_warning[2]; /* 38-39 */
  827. u8 unallocate_1[16];
  828. /*
  829. * ext_cal_const[36]
  830. */
  831. u8 rx_pwr[20];
  832. u8 tx_i[4];
  833. u8 tx_pwr[4];
  834. u8 temp[4];
  835. u8 volt[4];
  836. u8 unallocate_2[3];
  837. u8 cc_dmi;
  838. };
  839. /*
  840. * Diagnostic: Data Fields -- Address A2h
  841. * Diagnostic and control/status extended field total 24 bytes
  842. */
  843. struct sfp_diag_ext_s {
  844. u8 diag[SFP_DIAGMON_SIZE];
  845. u8 unalloc1[4];
  846. u8 status_ctl;
  847. u8 rsvd;
  848. u8 alarm_flags[2];
  849. u8 unalloc2[2];
  850. u8 warning_flags[2];
  851. u8 ext_status_ctl[2];
  852. };
  853. /*
  854. * Diagnostic: Data Fields -- Address A2h
  855. * General Use Fields: User Writable Table - Features's Control Registers
  856. * Total 32 bytes
  857. */
  858. struct sfp_usr_eeprom_s {
  859. u8 rsvd1[2]; /* 128-129 */
  860. u8 ewrap; /* 130 */
  861. u8 rsvd2[2]; /* */
  862. u8 owrap; /* 133 */
  863. u8 rsvd3[2]; /* */
  864. u8 prbs; /* 136: PRBS 7 generator */
  865. u8 rsvd4[2]; /* */
  866. u8 tx_eqz_16; /* 139: TX Equalizer (16xFC) */
  867. u8 tx_eqz_8; /* 140: TX Equalizer (8xFC) */
  868. u8 rsvd5[2]; /* */
  869. u8 rx_emp_16; /* 143: RX Emphasis (16xFC) */
  870. u8 rx_emp_8; /* 144: RX Emphasis (8xFC) */
  871. u8 rsvd6[2]; /* */
  872. u8 tx_eye_adj; /* 147: TX eye Threshold Adjust */
  873. u8 rsvd7[3]; /* */
  874. u8 tx_eye_qctl; /* 151: TX eye Quality Control */
  875. u8 tx_eye_qres; /* 152: TX eye Quality Result */
  876. u8 rsvd8[2]; /* */
  877. u8 poh[3]; /* 155-157: Power On Hours */
  878. u8 rsvd9[2]; /* */
  879. };
  880. struct sfp_mem_s {
  881. struct sfp_srlid_base_s srlid_base;
  882. struct sfp_srlid_ext_s srlid_ext;
  883. struct sfp_diag_base_s diag_base;
  884. struct sfp_diag_ext_s diag_ext;
  885. struct sfp_usr_eeprom_s usr_eeprom;
  886. };
  887. /*
  888. * transceiver codes (SFF-8472 Rev 10.2 Table 3.5)
  889. */
  890. union sfp_xcvr_e10g_code_u {
  891. u8 b;
  892. struct {
  893. #ifdef __BIG_ENDIAN
  894. u8 e10g_unall:1; /* 10G Ethernet compliance */
  895. u8 e10g_lrm:1;
  896. u8 e10g_lr:1;
  897. u8 e10g_sr:1;
  898. u8 ib_sx:1; /* Infiniband compliance */
  899. u8 ib_lx:1;
  900. u8 ib_cu_a:1;
  901. u8 ib_cu_p:1;
  902. #else
  903. u8 ib_cu_p:1;
  904. u8 ib_cu_a:1;
  905. u8 ib_lx:1;
  906. u8 ib_sx:1; /* Infiniband compliance */
  907. u8 e10g_sr:1;
  908. u8 e10g_lr:1;
  909. u8 e10g_lrm:1;
  910. u8 e10g_unall:1; /* 10G Ethernet compliance */
  911. #endif
  912. } r;
  913. };
  914. union sfp_xcvr_so1_code_u {
  915. u8 b;
  916. struct {
  917. u8 escon:2; /* ESCON compliance code */
  918. u8 oc192_reach:1; /* SONET compliance code */
  919. u8 so_reach:2;
  920. u8 oc48_reach:3;
  921. } r;
  922. };
  923. union sfp_xcvr_so2_code_u {
  924. u8 b;
  925. struct {
  926. u8 reserved:1;
  927. u8 oc12_reach:3; /* OC12 reach */
  928. u8 reserved1:1;
  929. u8 oc3_reach:3; /* OC3 reach */
  930. } r;
  931. };
  932. union sfp_xcvr_eth_code_u {
  933. u8 b;
  934. struct {
  935. u8 base_px:1;
  936. u8 base_bx10:1;
  937. u8 e100base_fx:1;
  938. u8 e100base_lx:1;
  939. u8 e1000base_t:1;
  940. u8 e1000base_cx:1;
  941. u8 e1000base_lx:1;
  942. u8 e1000base_sx:1;
  943. } r;
  944. };
  945. struct sfp_xcvr_fc1_code_s {
  946. u8 link_len:5; /* FC link length */
  947. u8 xmtr_tech2:3;
  948. u8 xmtr_tech1:7; /* FC transmitter technology */
  949. u8 reserved1:1;
  950. };
  951. union sfp_xcvr_fc2_code_u {
  952. u8 b;
  953. struct {
  954. u8 tw_media:1; /* twin axial pair (tw) */
  955. u8 tp_media:1; /* shielded twisted pair (sp) */
  956. u8 mi_media:1; /* miniature coax (mi) */
  957. u8 tv_media:1; /* video coax (tv) */
  958. u8 m6_media:1; /* multimode, 62.5m (m6) */
  959. u8 m5_media:1; /* multimode, 50m (m5) */
  960. u8 reserved:1;
  961. u8 sm_media:1; /* single mode (sm) */
  962. } r;
  963. };
  964. union sfp_xcvr_fc3_code_u {
  965. u8 b;
  966. struct {
  967. #ifdef __BIG_ENDIAN
  968. u8 rsv4:1;
  969. u8 mb800:1; /* 800 Mbytes/sec */
  970. u8 mb1600:1; /* 1600 Mbytes/sec */
  971. u8 mb400:1; /* 400 Mbytes/sec */
  972. u8 rsv2:1;
  973. u8 mb200:1; /* 200 Mbytes/sec */
  974. u8 rsv1:1;
  975. u8 mb100:1; /* 100 Mbytes/sec */
  976. #else
  977. u8 mb100:1; /* 100 Mbytes/sec */
  978. u8 rsv1:1;
  979. u8 mb200:1; /* 200 Mbytes/sec */
  980. u8 rsv2:1;
  981. u8 mb400:1; /* 400 Mbytes/sec */
  982. u8 mb1600:1; /* 1600 Mbytes/sec */
  983. u8 mb800:1; /* 800 Mbytes/sec */
  984. u8 rsv4:1;
  985. #endif
  986. } r;
  987. };
  988. struct sfp_xcvr_s {
  989. union sfp_xcvr_e10g_code_u e10g;
  990. union sfp_xcvr_so1_code_u so1;
  991. union sfp_xcvr_so2_code_u so2;
  992. union sfp_xcvr_eth_code_u eth;
  993. struct sfp_xcvr_fc1_code_s fc1;
  994. union sfp_xcvr_fc2_code_u fc2;
  995. union sfp_xcvr_fc3_code_u fc3;
  996. };
  997. /*
  998. * Flash module specific
  999. */
  1000. #define BFA_FLASH_PART_ENTRY_SIZE 32 /* partition entry size */
  1001. #define BFA_FLASH_PART_MAX 32 /* maximal # of partitions */
  1002. enum bfa_flash_part_type {
  1003. BFA_FLASH_PART_OPTROM = 1, /* option rom partition */
  1004. BFA_FLASH_PART_FWIMG = 2, /* firmware image partition */
  1005. BFA_FLASH_PART_FWCFG = 3, /* firmware tuneable config */
  1006. BFA_FLASH_PART_DRV = 4, /* IOC driver config */
  1007. BFA_FLASH_PART_BOOT = 5, /* boot config */
  1008. BFA_FLASH_PART_ASIC = 6, /* asic bootstrap configuration */
  1009. BFA_FLASH_PART_MFG = 7, /* manufacturing block partition */
  1010. BFA_FLASH_PART_OPTROM2 = 8, /* 2nd option rom partition */
  1011. BFA_FLASH_PART_VPD = 9, /* vpd data of OEM info */
  1012. BFA_FLASH_PART_PBC = 10, /* pre-boot config */
  1013. BFA_FLASH_PART_BOOTOVL = 11, /* boot overlay partition */
  1014. BFA_FLASH_PART_LOG = 12, /* firmware log partition */
  1015. BFA_FLASH_PART_PXECFG = 13, /* pxe boot config partition */
  1016. BFA_FLASH_PART_PXEOVL = 14, /* pxe boot overlay partition */
  1017. BFA_FLASH_PART_PORTCFG = 15, /* port cfg partition */
  1018. BFA_FLASH_PART_ASICBK = 16, /* asic backup partition */
  1019. };
  1020. /*
  1021. * flash partition attributes
  1022. */
  1023. struct bfa_flash_part_attr_s {
  1024. u32 part_type; /* partition type */
  1025. u32 part_instance; /* partition instance */
  1026. u32 part_off; /* partition offset */
  1027. u32 part_size; /* partition size */
  1028. u32 part_len; /* partition content length */
  1029. u32 part_status; /* partition status */
  1030. char rsv[BFA_FLASH_PART_ENTRY_SIZE - 24];
  1031. };
  1032. /*
  1033. * flash attributes
  1034. */
  1035. struct bfa_flash_attr_s {
  1036. u32 status; /* flash overall status */
  1037. u32 npart; /* num of partitions */
  1038. struct bfa_flash_part_attr_s part[BFA_FLASH_PART_MAX];
  1039. };
  1040. /*
  1041. * DIAG module specific
  1042. */
  1043. #define LB_PATTERN_DEFAULT 0xB5B5B5B5
  1044. #define QTEST_CNT_DEFAULT 10
  1045. #define QTEST_PAT_DEFAULT LB_PATTERN_DEFAULT
  1046. #define DPORT_ENABLE_LOOPCNT_DEFAULT (1024 * 1024)
  1047. struct bfa_diag_memtest_s {
  1048. u8 algo;
  1049. u8 rsvd[7];
  1050. };
  1051. struct bfa_diag_memtest_result {
  1052. u32 status;
  1053. u32 addr;
  1054. u32 exp; /* expect value read from reg */
  1055. u32 act; /* actually value read */
  1056. u32 err_status; /* error status reg */
  1057. u32 err_status1; /* extra error info reg */
  1058. u32 err_addr; /* error address reg */
  1059. u8 algo;
  1060. u8 rsv[3];
  1061. };
  1062. struct bfa_diag_loopback_result_s {
  1063. u32 numtxmfrm; /* no. of transmit frame */
  1064. u32 numosffrm; /* no. of outstanding frame */
  1065. u32 numrcvfrm; /* no. of received good frame */
  1066. u32 badfrminf; /* mis-match info */
  1067. u32 badfrmnum; /* mis-match fram number */
  1068. u8 status; /* loopback test result */
  1069. u8 rsvd[3];
  1070. };
  1071. enum bfa_diag_dport_test_status {
  1072. DPORT_TEST_ST_IDLE = 0, /* the test has not started yet. */
  1073. DPORT_TEST_ST_FINAL = 1, /* the test done successfully */
  1074. DPORT_TEST_ST_SKIP = 2, /* the test skipped */
  1075. DPORT_TEST_ST_FAIL = 3, /* the test failed */
  1076. DPORT_TEST_ST_INPRG = 4, /* the testing is in progress */
  1077. DPORT_TEST_ST_RESPONDER = 5, /* test triggered from remote port */
  1078. DPORT_TEST_ST_STOPPED = 6, /* the test stopped by user. */
  1079. DPORT_TEST_ST_MAX
  1080. };
  1081. enum bfa_diag_dport_test_type {
  1082. DPORT_TEST_ELOOP = 0,
  1083. DPORT_TEST_OLOOP = 1,
  1084. DPORT_TEST_ROLOOP = 2,
  1085. DPORT_TEST_LINK = 3,
  1086. DPORT_TEST_MAX
  1087. };
  1088. enum bfa_diag_dport_test_opmode {
  1089. BFA_DPORT_OPMODE_AUTO = 0,
  1090. BFA_DPORT_OPMODE_MANU = 1,
  1091. };
  1092. struct bfa_diag_dport_subtest_result_s {
  1093. u8 status; /* bfa_diag_dport_test_status */
  1094. u8 rsvd[7]; /* 64bit align */
  1095. u64 start_time; /* timestamp */
  1096. };
  1097. struct bfa_diag_dport_result_s {
  1098. wwn_t rp_pwwn; /* switch port wwn */
  1099. wwn_t rp_nwwn; /* switch node wwn */
  1100. u64 start_time; /* user/sw start time */
  1101. u64 end_time; /* timestamp */
  1102. u8 status; /* bfa_diag_dport_test_status */
  1103. u8 mode; /* bfa_diag_dport_test_opmode */
  1104. u8 rsvd; /* 64bit align */
  1105. u8 speed; /* link speed for buf_reqd */
  1106. u16 buffer_required;
  1107. u16 frmsz; /* frame size for buf_reqd */
  1108. u32 lpcnt; /* Frame count */
  1109. u32 pat; /* Pattern */
  1110. u32 roundtrip_latency; /* in nano sec */
  1111. u32 est_cable_distance; /* in meter */
  1112. struct bfa_diag_dport_subtest_result_s subtest[DPORT_TEST_MAX];
  1113. };
  1114. struct bfa_diag_ledtest_s {
  1115. u32 cmd; /* bfa_led_op_t */
  1116. u32 color; /* bfa_led_color_t */
  1117. u16 freq; /* no. of blinks every 10 secs */
  1118. u8 led; /* bitmap of LEDs to be tested */
  1119. u8 rsvd[5];
  1120. };
  1121. struct bfa_diag_loopback_s {
  1122. u32 loopcnt;
  1123. u32 pattern;
  1124. u8 lb_mode; /* bfa_port_opmode_t */
  1125. u8 speed; /* bfa_port_speed_t */
  1126. u8 rsvd[2];
  1127. };
  1128. /*
  1129. * PHY module specific
  1130. */
  1131. enum bfa_phy_status_e {
  1132. BFA_PHY_STATUS_GOOD = 0, /* phy is good */
  1133. BFA_PHY_STATUS_NOT_PRESENT = 1, /* phy does not exist */
  1134. BFA_PHY_STATUS_BAD = 2, /* phy is bad */
  1135. };
  1136. /*
  1137. * phy attributes for phy query
  1138. */
  1139. struct bfa_phy_attr_s {
  1140. u32 status; /* phy present/absent status */
  1141. u32 length; /* firmware length */
  1142. u32 fw_ver; /* firmware version */
  1143. u32 an_status; /* AN status */
  1144. u32 pma_pmd_status; /* PMA/PMD link status */
  1145. u32 pma_pmd_signal; /* PMA/PMD signal detect */
  1146. u32 pcs_status; /* PCS link status */
  1147. };
  1148. /*
  1149. * phy stats
  1150. */
  1151. struct bfa_phy_stats_s {
  1152. u32 status; /* phy stats status */
  1153. u32 link_breaks; /* Num of link breaks after linkup */
  1154. u32 pma_pmd_fault; /* NPMA/PMD fault */
  1155. u32 pcs_fault; /* PCS fault */
  1156. u32 speed_neg; /* Num of speed negotiation */
  1157. u32 tx_eq_training; /* Num of TX EQ training */
  1158. u32 tx_eq_timeout; /* Num of TX EQ timeout */
  1159. u32 crc_error; /* Num of CRC errors */
  1160. };
  1161. #pragma pack()
  1162. #endif /* __BFA_DEFS_H__ */