lpfc.h 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031
  1. /*******************************************************************
  2. * This file is part of the Emulex Linux Device Driver for *
  3. * Fibre Channel Host Bus Adapters. *
  4. * Copyright (C) 2004-2012 Emulex. All rights reserved. *
  5. * EMULEX and SLI are trademarks of Emulex. *
  6. * www.emulex.com *
  7. * Portions Copyright (C) 2004-2005 Christoph Hellwig *
  8. * *
  9. * This program is free software; you can redistribute it and/or *
  10. * modify it under the terms of version 2 of the GNU General *
  11. * Public License as published by the Free Software Foundation. *
  12. * This program is distributed in the hope that it will be useful. *
  13. * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
  14. * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
  15. * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
  16. * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
  17. * TO BE LEGALLY INVALID. See the GNU General Public License for *
  18. * more details, a copy of which can be found in the file COPYING *
  19. * included with this package. *
  20. *******************************************************************/
  21. #include <scsi/scsi_host.h>
  22. #if defined(CONFIG_DEBUG_FS) && !defined(CONFIG_SCSI_LPFC_DEBUG_FS)
  23. #define CONFIG_SCSI_LPFC_DEBUG_FS
  24. #endif
  25. struct lpfc_sli2_slim;
  26. #define ELX_MODEL_NAME_SIZE 80
  27. #define LPFC_PCI_DEV_LP 0x1
  28. #define LPFC_PCI_DEV_OC 0x2
  29. #define LPFC_SLI_REV2 2
  30. #define LPFC_SLI_REV3 3
  31. #define LPFC_SLI_REV4 4
  32. #define LPFC_MAX_TARGET 4096 /* max number of targets supported */
  33. #define LPFC_MAX_DISC_THREADS 64 /* max outstanding discovery els
  34. requests */
  35. #define LPFC_MAX_NS_RETRY 3 /* Number of retry attempts to contact
  36. the NameServer before giving up. */
  37. #define LPFC_CMD_PER_LUN 3 /* max outstanding cmds per lun */
  38. #define LPFC_DEFAULT_SG_SEG_CNT 64 /* sg element count per scsi cmnd */
  39. #define LPFC_DEFAULT_MENLO_SG_SEG_CNT 128 /* sg element count per scsi
  40. cmnd for menlo needs nearly twice as for firmware
  41. downloads using bsg */
  42. #define LPFC_DEFAULT_PROT_SG_SEG_CNT 4096 /* sg protection elements count */
  43. #define LPFC_MAX_SG_SEG_CNT 4096 /* sg element count per scsi cmnd */
  44. #define LPFC_MAX_SGE_SIZE 0x80000000 /* Maximum data allowed in a SGE */
  45. #define LPFC_MAX_PROT_SG_SEG_CNT 4096 /* prot sg element count per scsi cmd*/
  46. #define LPFC_IOCB_LIST_CNT 2250 /* list of IOCBs for fast-path usage. */
  47. #define LPFC_Q_RAMP_UP_INTERVAL 120 /* lun q_depth ramp up interval */
  48. #define LPFC_VNAME_LEN 100 /* vport symbolic name length */
  49. #define LPFC_TGTQ_INTERVAL 40000 /* Min amount of time between tgt
  50. queue depth change in millisecs */
  51. #define LPFC_TGTQ_RAMPUP_PCENT 5 /* Target queue rampup in percentage */
  52. #define LPFC_MIN_TGT_QDEPTH 10
  53. #define LPFC_MAX_TGT_QDEPTH 0xFFFF
  54. #define LPFC_MAX_BUCKET_COUNT 20 /* Maximum no. of buckets for stat data
  55. collection. */
  56. /*
  57. * Following time intervals are used of adjusting SCSI device
  58. * queue depths when there are driver resource error or Firmware
  59. * resource error.
  60. */
  61. #define QUEUE_RAMP_DOWN_INTERVAL (1 * HZ) /* 1 Second */
  62. #define QUEUE_RAMP_UP_INTERVAL (300 * HZ) /* 5 minutes */
  63. /* Number of exchanges reserved for discovery to complete */
  64. #define LPFC_DISC_IOCB_BUFF_COUNT 20
  65. #define LPFC_HB_MBOX_INTERVAL 5 /* Heart beat interval in seconds. */
  66. #define LPFC_HB_MBOX_TIMEOUT 30 /* Heart beat timeout in seconds. */
  67. #define LPFC_LOOK_AHEAD_OFF 0 /* Look ahead logic is turned off */
  68. /* Error Attention event polling interval */
  69. #define LPFC_ERATT_POLL_INTERVAL 5 /* EATT poll interval in seconds */
  70. /* Define macros for 64 bit support */
  71. #define putPaddrLow(addr) ((uint32_t) (0xffffffff & (u64)(addr)))
  72. #define putPaddrHigh(addr) ((uint32_t) (0xffffffff & (((u64)(addr))>>32)))
  73. #define getPaddr(high, low) ((dma_addr_t)( \
  74. (( (u64)(high)<<16 ) << 16)|( (u64)(low))))
  75. /* Provide maximum configuration definitions. */
  76. #define LPFC_DRVR_TIMEOUT 16 /* driver iocb timeout value in sec */
  77. #define FC_MAX_ADPTMSG 64
  78. #define MAX_HBAEVT 32
  79. /* Number of MSI-X vectors the driver uses */
  80. #define LPFC_MSIX_VECTORS 2
  81. /* lpfc wait event data ready flag */
  82. #define LPFC_DATA_READY (1<<0)
  83. /* queue dump line buffer size */
  84. #define LPFC_LBUF_SZ 128
  85. /* mailbox system shutdown options */
  86. #define LPFC_MBX_NO_WAIT 0
  87. #define LPFC_MBX_WAIT 1
  88. enum lpfc_polling_flags {
  89. ENABLE_FCP_RING_POLLING = 0x1,
  90. DISABLE_FCP_RING_INT = 0x2
  91. };
  92. /* Provide DMA memory definitions the driver uses per port instance. */
  93. struct lpfc_dmabuf {
  94. struct list_head list;
  95. void *virt; /* virtual address ptr */
  96. dma_addr_t phys; /* mapped address */
  97. uint32_t buffer_tag; /* used for tagged queue ring */
  98. };
  99. struct lpfc_dma_pool {
  100. struct lpfc_dmabuf *elements;
  101. uint32_t max_count;
  102. uint32_t current_count;
  103. };
  104. struct hbq_dmabuf {
  105. struct lpfc_dmabuf hbuf;
  106. struct lpfc_dmabuf dbuf;
  107. uint32_t size;
  108. uint32_t tag;
  109. struct lpfc_cq_event cq_event;
  110. unsigned long time_stamp;
  111. };
  112. /* Priority bit. Set value to exceed low water mark in lpfc_mem. */
  113. #define MEM_PRI 0x100
  114. /****************************************************************************/
  115. /* Device VPD save area */
  116. /****************************************************************************/
  117. typedef struct lpfc_vpd {
  118. uint32_t status; /* vpd status value */
  119. uint32_t length; /* number of bytes actually returned */
  120. struct {
  121. uint32_t rsvd1; /* Revision numbers */
  122. uint32_t biuRev;
  123. uint32_t smRev;
  124. uint32_t smFwRev;
  125. uint32_t endecRev;
  126. uint16_t rBit;
  127. uint8_t fcphHigh;
  128. uint8_t fcphLow;
  129. uint8_t feaLevelHigh;
  130. uint8_t feaLevelLow;
  131. uint32_t postKernRev;
  132. uint32_t opFwRev;
  133. uint8_t opFwName[16];
  134. uint32_t sli1FwRev;
  135. uint8_t sli1FwName[16];
  136. uint32_t sli2FwRev;
  137. uint8_t sli2FwName[16];
  138. } rev;
  139. struct {
  140. #ifdef __BIG_ENDIAN_BITFIELD
  141. uint32_t rsvd3 :19; /* Reserved */
  142. uint32_t cdss : 1; /* Configure Data Security SLI */
  143. uint32_t rsvd2 : 3; /* Reserved */
  144. uint32_t cbg : 1; /* Configure BlockGuard */
  145. uint32_t cmv : 1; /* Configure Max VPIs */
  146. uint32_t ccrp : 1; /* Config Command Ring Polling */
  147. uint32_t csah : 1; /* Configure Synchronous Abort Handling */
  148. uint32_t chbs : 1; /* Cofigure Host Backing store */
  149. uint32_t cinb : 1; /* Enable Interrupt Notification Block */
  150. uint32_t cerbm : 1; /* Configure Enhanced Receive Buf Mgmt */
  151. uint32_t cmx : 1; /* Configure Max XRIs */
  152. uint32_t cmr : 1; /* Configure Max RPIs */
  153. #else /* __LITTLE_ENDIAN */
  154. uint32_t cmr : 1; /* Configure Max RPIs */
  155. uint32_t cmx : 1; /* Configure Max XRIs */
  156. uint32_t cerbm : 1; /* Configure Enhanced Receive Buf Mgmt */
  157. uint32_t cinb : 1; /* Enable Interrupt Notification Block */
  158. uint32_t chbs : 1; /* Cofigure Host Backing store */
  159. uint32_t csah : 1; /* Configure Synchronous Abort Handling */
  160. uint32_t ccrp : 1; /* Config Command Ring Polling */
  161. uint32_t cmv : 1; /* Configure Max VPIs */
  162. uint32_t cbg : 1; /* Configure BlockGuard */
  163. uint32_t rsvd2 : 3; /* Reserved */
  164. uint32_t cdss : 1; /* Configure Data Security SLI */
  165. uint32_t rsvd3 :19; /* Reserved */
  166. #endif
  167. } sli3Feat;
  168. } lpfc_vpd_t;
  169. struct lpfc_scsi_buf;
  170. /*
  171. * lpfc stat counters
  172. */
  173. struct lpfc_stats {
  174. /* Statistics for ELS commands */
  175. uint32_t elsLogiCol;
  176. uint32_t elsRetryExceeded;
  177. uint32_t elsXmitRetry;
  178. uint32_t elsDelayRetry;
  179. uint32_t elsRcvDrop;
  180. uint32_t elsRcvFrame;
  181. uint32_t elsRcvRSCN;
  182. uint32_t elsRcvRNID;
  183. uint32_t elsRcvFARP;
  184. uint32_t elsRcvFARPR;
  185. uint32_t elsRcvFLOGI;
  186. uint32_t elsRcvPLOGI;
  187. uint32_t elsRcvADISC;
  188. uint32_t elsRcvPDISC;
  189. uint32_t elsRcvFAN;
  190. uint32_t elsRcvLOGO;
  191. uint32_t elsRcvPRLO;
  192. uint32_t elsRcvPRLI;
  193. uint32_t elsRcvLIRR;
  194. uint32_t elsRcvRLS;
  195. uint32_t elsRcvRPS;
  196. uint32_t elsRcvRPL;
  197. uint32_t elsRcvRRQ;
  198. uint32_t elsRcvRTV;
  199. uint32_t elsRcvECHO;
  200. uint32_t elsXmitFLOGI;
  201. uint32_t elsXmitFDISC;
  202. uint32_t elsXmitPLOGI;
  203. uint32_t elsXmitPRLI;
  204. uint32_t elsXmitADISC;
  205. uint32_t elsXmitLOGO;
  206. uint32_t elsXmitSCR;
  207. uint32_t elsXmitRNID;
  208. uint32_t elsXmitFARP;
  209. uint32_t elsXmitFARPR;
  210. uint32_t elsXmitACC;
  211. uint32_t elsXmitLSRJT;
  212. uint32_t frameRcvBcast;
  213. uint32_t frameRcvMulti;
  214. uint32_t strayXmitCmpl;
  215. uint32_t frameXmitDelay;
  216. uint32_t xriCmdCmpl;
  217. uint32_t xriStatErr;
  218. uint32_t LinkUp;
  219. uint32_t LinkDown;
  220. uint32_t LinkMultiEvent;
  221. uint32_t NoRcvBuf;
  222. uint32_t fcpCmd;
  223. uint32_t fcpCmpl;
  224. uint32_t fcpRspErr;
  225. uint32_t fcpRemoteStop;
  226. uint32_t fcpPortRjt;
  227. uint32_t fcpPortBusy;
  228. uint32_t fcpError;
  229. uint32_t fcpLocalErr;
  230. };
  231. struct lpfc_hba;
  232. enum discovery_state {
  233. LPFC_VPORT_UNKNOWN = 0, /* vport state is unknown */
  234. LPFC_VPORT_FAILED = 1, /* vport has failed */
  235. LPFC_LOCAL_CFG_LINK = 6, /* local NPORT Id configured */
  236. LPFC_FLOGI = 7, /* FLOGI sent to Fabric */
  237. LPFC_FDISC = 8, /* FDISC sent for vport */
  238. LPFC_FABRIC_CFG_LINK = 9, /* Fabric assigned NPORT Id
  239. * configured */
  240. LPFC_NS_REG = 10, /* Register with NameServer */
  241. LPFC_NS_QRY = 11, /* Query NameServer for NPort ID list */
  242. LPFC_BUILD_DISC_LIST = 12, /* Build ADISC and PLOGI lists for
  243. * device authentication / discovery */
  244. LPFC_DISC_AUTH = 13, /* Processing ADISC list */
  245. LPFC_VPORT_READY = 32,
  246. };
  247. enum hba_state {
  248. LPFC_LINK_UNKNOWN = 0, /* HBA state is unknown */
  249. LPFC_WARM_START = 1, /* HBA state after selective reset */
  250. LPFC_INIT_START = 2, /* Initial state after board reset */
  251. LPFC_INIT_MBX_CMDS = 3, /* Initialize HBA with mbox commands */
  252. LPFC_LINK_DOWN = 4, /* HBA initialized, link is down */
  253. LPFC_LINK_UP = 5, /* Link is up - issue READ_LA */
  254. LPFC_CLEAR_LA = 6, /* authentication cmplt - issue
  255. * CLEAR_LA */
  256. LPFC_HBA_READY = 32,
  257. LPFC_HBA_ERROR = -1
  258. };
  259. struct lpfc_vport {
  260. struct lpfc_hba *phba;
  261. struct list_head listentry;
  262. uint8_t port_type;
  263. #define LPFC_PHYSICAL_PORT 1
  264. #define LPFC_NPIV_PORT 2
  265. #define LPFC_FABRIC_PORT 3
  266. enum discovery_state port_state;
  267. uint16_t vpi;
  268. uint16_t vfi;
  269. uint8_t vpi_state;
  270. #define LPFC_VPI_REGISTERED 0x1
  271. uint32_t fc_flag; /* FC flags */
  272. /* Several of these flags are HBA centric and should be moved to
  273. * phba->link_flag (e.g. FC_PTP, FC_PUBLIC_LOOP)
  274. */
  275. #define FC_PT2PT 0x1 /* pt2pt with no fabric */
  276. #define FC_PT2PT_PLOGI 0x2 /* pt2pt initiate PLOGI */
  277. #define FC_DISC_TMO 0x4 /* Discovery timer running */
  278. #define FC_PUBLIC_LOOP 0x8 /* Public loop */
  279. #define FC_LBIT 0x10 /* LOGIN bit in loopinit set */
  280. #define FC_RSCN_MODE 0x20 /* RSCN cmd rcv'ed */
  281. #define FC_NLP_MORE 0x40 /* More node to process in node tbl */
  282. #define FC_OFFLINE_MODE 0x80 /* Interface is offline for diag */
  283. #define FC_FABRIC 0x100 /* We are fabric attached */
  284. #define FC_VPORT_LOGO_RCVD 0x200 /* LOGO received on vport */
  285. #define FC_RSCN_DISCOVERY 0x400 /* Auth all devices after RSCN */
  286. #define FC_LOGO_RCVD_DID_CHNG 0x800 /* FDISC on phys port detect DID chng*/
  287. #define FC_SCSI_SCAN_TMO 0x4000 /* scsi scan timer running */
  288. #define FC_ABORT_DISCOVERY 0x8000 /* we want to abort discovery */
  289. #define FC_NDISC_ACTIVE 0x10000 /* NPort discovery active */
  290. #define FC_BYPASSED_MODE 0x20000 /* NPort is in bypassed mode */
  291. #define FC_VPORT_NEEDS_REG_VPI 0x80000 /* Needs to have its vpi registered */
  292. #define FC_RSCN_DEFERRED 0x100000 /* A deferred RSCN being processed */
  293. #define FC_VPORT_NEEDS_INIT_VPI 0x200000 /* Need to INIT_VPI before FDISC */
  294. #define FC_VPORT_CVL_RCVD 0x400000 /* VLink failed due to CVL */
  295. #define FC_VFI_REGISTERED 0x800000 /* VFI is registered */
  296. #define FC_FDISC_COMPLETED 0x1000000/* FDISC completed */
  297. #define FC_DISC_DELAYED 0x2000000/* Delay NPort discovery */
  298. uint32_t ct_flags;
  299. #define FC_CT_RFF_ID 0x1 /* RFF_ID accepted by switch */
  300. #define FC_CT_RNN_ID 0x2 /* RNN_ID accepted by switch */
  301. #define FC_CT_RSNN_NN 0x4 /* RSNN_NN accepted by switch */
  302. #define FC_CT_RSPN_ID 0x8 /* RSPN_ID accepted by switch */
  303. #define FC_CT_RFT_ID 0x10 /* RFT_ID accepted by switch */
  304. struct list_head fc_nodes;
  305. /* Keep counters for the number of entries in each list. */
  306. uint16_t fc_plogi_cnt;
  307. uint16_t fc_adisc_cnt;
  308. uint16_t fc_reglogin_cnt;
  309. uint16_t fc_prli_cnt;
  310. uint16_t fc_unmap_cnt;
  311. uint16_t fc_map_cnt;
  312. uint16_t fc_npr_cnt;
  313. uint16_t fc_unused_cnt;
  314. struct serv_parm fc_sparam; /* buffer for our service parameters */
  315. uint32_t fc_myDID; /* fibre channel S_ID */
  316. uint32_t fc_prevDID; /* previous fibre channel S_ID */
  317. struct lpfc_name fabric_portname;
  318. struct lpfc_name fabric_nodename;
  319. int32_t stopped; /* HBA has not been restarted since last ERATT */
  320. uint8_t fc_linkspeed; /* Link speed after last READ_LA */
  321. uint32_t num_disc_nodes; /*in addition to hba_state */
  322. uint32_t fc_nlp_cnt; /* outstanding NODELIST requests */
  323. uint32_t fc_rscn_id_cnt; /* count of RSCNs payloads in list */
  324. uint32_t fc_rscn_flush; /* flag use of fc_rscn_id_list */
  325. struct lpfc_dmabuf *fc_rscn_id_list[FC_MAX_HOLD_RSCN];
  326. struct lpfc_name fc_nodename; /* fc nodename */
  327. struct lpfc_name fc_portname; /* fc portname */
  328. struct lpfc_work_evt disc_timeout_evt;
  329. struct timer_list fc_disctmo; /* Discovery rescue timer */
  330. uint8_t fc_ns_retry; /* retries for fabric nameserver */
  331. uint32_t fc_prli_sent; /* cntr for outstanding PRLIs */
  332. spinlock_t work_port_lock;
  333. uint32_t work_port_events; /* Timeout to be handled */
  334. #define WORKER_DISC_TMO 0x1 /* vport: Discovery timeout */
  335. #define WORKER_ELS_TMO 0x2 /* vport: ELS timeout */
  336. #define WORKER_FDMI_TMO 0x4 /* vport: FDMI timeout */
  337. #define WORKER_DELAYED_DISC_TMO 0x8 /* vport: delayed discovery */
  338. #define WORKER_MBOX_TMO 0x100 /* hba: MBOX timeout */
  339. #define WORKER_HB_TMO 0x200 /* hba: Heart beat timeout */
  340. #define WORKER_FABRIC_BLOCK_TMO 0x400 /* hba: fabric block timeout */
  341. #define WORKER_RAMP_DOWN_QUEUE 0x800 /* hba: Decrease Q depth */
  342. #define WORKER_RAMP_UP_QUEUE 0x1000 /* hba: Increase Q depth */
  343. #define WORKER_SERVICE_TXQ 0x2000 /* hba: IOCBs on the txq */
  344. struct timer_list fc_fdmitmo;
  345. struct timer_list els_tmofunc;
  346. struct timer_list delayed_disc_tmo;
  347. int unreg_vpi_cmpl;
  348. uint8_t load_flag;
  349. #define FC_LOADING 0x1 /* HBA in process of loading drvr */
  350. #define FC_UNLOADING 0x2 /* HBA in process of unloading drvr */
  351. /* Vport Config Parameters */
  352. uint32_t cfg_scan_down;
  353. uint32_t cfg_lun_queue_depth;
  354. uint32_t cfg_nodev_tmo;
  355. uint32_t cfg_devloss_tmo;
  356. uint32_t cfg_restrict_login;
  357. uint32_t cfg_peer_port_login;
  358. uint32_t cfg_fcp_class;
  359. uint32_t cfg_use_adisc;
  360. uint32_t cfg_fdmi_on;
  361. uint32_t cfg_discovery_threads;
  362. uint32_t cfg_log_verbose;
  363. uint32_t cfg_max_luns;
  364. uint32_t cfg_enable_da_id;
  365. uint32_t cfg_max_scsicmpl_time;
  366. uint32_t cfg_tgt_queue_depth;
  367. uint32_t dev_loss_tmo_changed;
  368. struct fc_vport *fc_vport;
  369. #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
  370. struct dentry *debug_disc_trc;
  371. struct dentry *debug_nodelist;
  372. struct dentry *vport_debugfs_root;
  373. struct lpfc_debugfs_trc *disc_trc;
  374. atomic_t disc_trc_cnt;
  375. #endif
  376. uint8_t stat_data_enabled;
  377. uint8_t stat_data_blocked;
  378. struct list_head rcv_buffer_list;
  379. unsigned long rcv_buffer_time_stamp;
  380. uint32_t vport_flag;
  381. #define STATIC_VPORT 1
  382. };
  383. struct hbq_s {
  384. uint16_t entry_count; /* Current number of HBQ slots */
  385. uint16_t buffer_count; /* Current number of buffers posted */
  386. uint32_t next_hbqPutIdx; /* Index to next HBQ slot to use */
  387. uint32_t hbqPutIdx; /* HBQ slot to use */
  388. uint32_t local_hbqGetIdx; /* Local copy of Get index from Port */
  389. void *hbq_virt; /* Virtual ptr to this hbq */
  390. struct list_head hbq_buffer_list; /* buffers assigned to this HBQ */
  391. /* Callback for HBQ buffer allocation */
  392. struct hbq_dmabuf *(*hbq_alloc_buffer) (struct lpfc_hba *);
  393. /* Callback for HBQ buffer free */
  394. void (*hbq_free_buffer) (struct lpfc_hba *,
  395. struct hbq_dmabuf *);
  396. };
  397. #define LPFC_MAX_HBQS 4
  398. /* this matches the position in the lpfc_hbq_defs array */
  399. #define LPFC_ELS_HBQ 0
  400. #define LPFC_EXTRA_HBQ 1
  401. enum hba_temp_state {
  402. HBA_NORMAL_TEMP,
  403. HBA_OVER_TEMP
  404. };
  405. enum intr_type_t {
  406. NONE = 0,
  407. INTx,
  408. MSI,
  409. MSIX,
  410. };
  411. #define LPFC_CT_CTX_MAX 64
  412. struct unsol_rcv_ct_ctx {
  413. uint32_t ctxt_id;
  414. uint32_t SID;
  415. uint32_t valid;
  416. #define UNSOL_INVALID 0
  417. #define UNSOL_VALID 1
  418. uint16_t oxid;
  419. uint16_t rxid;
  420. };
  421. #define LPFC_USER_LINK_SPEED_AUTO 0 /* auto select (default)*/
  422. #define LPFC_USER_LINK_SPEED_1G 1 /* 1 Gigabaud */
  423. #define LPFC_USER_LINK_SPEED_2G 2 /* 2 Gigabaud */
  424. #define LPFC_USER_LINK_SPEED_4G 4 /* 4 Gigabaud */
  425. #define LPFC_USER_LINK_SPEED_8G 8 /* 8 Gigabaud */
  426. #define LPFC_USER_LINK_SPEED_10G 10 /* 10 Gigabaud */
  427. #define LPFC_USER_LINK_SPEED_16G 16 /* 16 Gigabaud */
  428. #define LPFC_USER_LINK_SPEED_MAX LPFC_USER_LINK_SPEED_16G
  429. #define LPFC_USER_LINK_SPEED_BITMAP ((1 << LPFC_USER_LINK_SPEED_16G) | \
  430. (1 << LPFC_USER_LINK_SPEED_10G) | \
  431. (1 << LPFC_USER_LINK_SPEED_8G) | \
  432. (1 << LPFC_USER_LINK_SPEED_4G) | \
  433. (1 << LPFC_USER_LINK_SPEED_2G) | \
  434. (1 << LPFC_USER_LINK_SPEED_1G) | \
  435. (1 << LPFC_USER_LINK_SPEED_AUTO))
  436. #define LPFC_LINK_SPEED_STRING "0, 1, 2, 4, 8, 10, 16"
  437. enum nemb_type {
  438. nemb_mse = 1,
  439. nemb_hbd
  440. };
  441. enum mbox_type {
  442. mbox_rd = 1,
  443. mbox_wr
  444. };
  445. enum dma_type {
  446. dma_mbox = 1,
  447. dma_ebuf
  448. };
  449. enum sta_type {
  450. sta_pre_addr = 1,
  451. sta_pos_addr
  452. };
  453. struct lpfc_mbox_ext_buf_ctx {
  454. uint32_t state;
  455. #define LPFC_BSG_MBOX_IDLE 0
  456. #define LPFC_BSG_MBOX_HOST 1
  457. #define LPFC_BSG_MBOX_PORT 2
  458. #define LPFC_BSG_MBOX_DONE 3
  459. #define LPFC_BSG_MBOX_ABTS 4
  460. enum nemb_type nembType;
  461. enum mbox_type mboxType;
  462. uint32_t numBuf;
  463. uint32_t mbxTag;
  464. uint32_t seqNum;
  465. struct lpfc_dmabuf *mbx_dmabuf;
  466. struct list_head ext_dmabuf_list;
  467. };
  468. struct lpfc_hba {
  469. /* SCSI interface function jump table entries */
  470. int (*lpfc_new_scsi_buf)
  471. (struct lpfc_vport *, int);
  472. struct lpfc_scsi_buf * (*lpfc_get_scsi_buf)
  473. (struct lpfc_hba *, struct lpfc_nodelist *);
  474. int (*lpfc_scsi_prep_dma_buf)
  475. (struct lpfc_hba *, struct lpfc_scsi_buf *);
  476. void (*lpfc_scsi_unprep_dma_buf)
  477. (struct lpfc_hba *, struct lpfc_scsi_buf *);
  478. void (*lpfc_release_scsi_buf)
  479. (struct lpfc_hba *, struct lpfc_scsi_buf *);
  480. void (*lpfc_rampdown_queue_depth)
  481. (struct lpfc_hba *);
  482. void (*lpfc_scsi_prep_cmnd)
  483. (struct lpfc_vport *, struct lpfc_scsi_buf *,
  484. struct lpfc_nodelist *);
  485. /* IOCB interface function jump table entries */
  486. int (*__lpfc_sli_issue_iocb)
  487. (struct lpfc_hba *, uint32_t,
  488. struct lpfc_iocbq *, uint32_t);
  489. void (*__lpfc_sli_release_iocbq)(struct lpfc_hba *,
  490. struct lpfc_iocbq *);
  491. int (*lpfc_hba_down_post)(struct lpfc_hba *phba);
  492. IOCB_t * (*lpfc_get_iocb_from_iocbq)
  493. (struct lpfc_iocbq *);
  494. void (*lpfc_scsi_cmd_iocb_cmpl)
  495. (struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *);
  496. /* MBOX interface function jump table entries */
  497. int (*lpfc_sli_issue_mbox)
  498. (struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t);
  499. /* Slow-path IOCB process function jump table entries */
  500. void (*lpfc_sli_handle_slow_ring_event)
  501. (struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
  502. uint32_t mask);
  503. /* INIT device interface function jump table entries */
  504. int (*lpfc_sli_hbq_to_firmware)
  505. (struct lpfc_hba *, uint32_t, struct hbq_dmabuf *);
  506. int (*lpfc_sli_brdrestart)
  507. (struct lpfc_hba *);
  508. int (*lpfc_sli_brdready)
  509. (struct lpfc_hba *, uint32_t);
  510. void (*lpfc_handle_eratt)
  511. (struct lpfc_hba *);
  512. void (*lpfc_stop_port)
  513. (struct lpfc_hba *);
  514. int (*lpfc_hba_init_link)
  515. (struct lpfc_hba *, uint32_t);
  516. int (*lpfc_hba_down_link)
  517. (struct lpfc_hba *, uint32_t);
  518. int (*lpfc_selective_reset)
  519. (struct lpfc_hba *);
  520. int (*lpfc_bg_scsi_prep_dma_buf)
  521. (struct lpfc_hba *, struct lpfc_scsi_buf *);
  522. /* Add new entries here */
  523. /* SLI4 specific HBA data structure */
  524. struct lpfc_sli4_hba sli4_hba;
  525. struct lpfc_sli sli;
  526. uint8_t pci_dev_grp; /* lpfc PCI dev group: 0x0, 0x1, 0x2,... */
  527. uint32_t sli_rev; /* SLI2, SLI3, or SLI4 */
  528. uint32_t sli3_options; /* Mask of enabled SLI3 options */
  529. #define LPFC_SLI3_HBQ_ENABLED 0x01
  530. #define LPFC_SLI3_NPIV_ENABLED 0x02
  531. #define LPFC_SLI3_VPORT_TEARDOWN 0x04
  532. #define LPFC_SLI3_CRP_ENABLED 0x08
  533. #define LPFC_SLI3_BG_ENABLED 0x20
  534. #define LPFC_SLI3_DSS_ENABLED 0x40
  535. #define LPFC_SLI4_PERFH_ENABLED 0x80
  536. #define LPFC_SLI4_PHWQ_ENABLED 0x100
  537. uint32_t iocb_cmd_size;
  538. uint32_t iocb_rsp_size;
  539. enum hba_state link_state;
  540. uint32_t link_flag; /* link state flags */
  541. #define LS_LOOPBACK_MODE 0x1 /* NPort is in Loopback mode */
  542. /* This flag is set while issuing */
  543. /* INIT_LINK mailbox command */
  544. #define LS_NPIV_FAB_SUPPORTED 0x2 /* Fabric supports NPIV */
  545. #define LS_IGNORE_ERATT 0x4 /* intr handler should ignore ERATT */
  546. uint32_t hba_flag; /* hba generic flags */
  547. #define HBA_ERATT_HANDLED 0x1 /* This flag is set when eratt handled */
  548. #define DEFER_ERATT 0x2 /* Deferred error attention in progress */
  549. #define HBA_FCOE_MODE 0x4 /* HBA function in FCoE Mode */
  550. #define HBA_SP_QUEUE_EVT 0x8 /* Slow-path qevt posted to worker thread*/
  551. #define HBA_POST_RECEIVE_BUFFER 0x10 /* Rcv buffers need to be posted */
  552. #define FCP_XRI_ABORT_EVENT 0x20
  553. #define ELS_XRI_ABORT_EVENT 0x40
  554. #define ASYNC_EVENT 0x80
  555. #define LINK_DISABLED 0x100 /* Link disabled by user */
  556. #define FCF_TS_INPROG 0x200 /* FCF table scan in progress */
  557. #define FCF_RR_INPROG 0x400 /* FCF roundrobin flogi in progress */
  558. #define HBA_FIP_SUPPORT 0x800 /* FIP support in HBA */
  559. #define HBA_AER_ENABLED 0x1000 /* AER enabled with HBA */
  560. #define HBA_DEVLOSS_TMO 0x2000 /* HBA in devloss timeout */
  561. #define HBA_RRQ_ACTIVE 0x4000 /* process the rrq active list */
  562. #define HBA_FCP_IOQ_FLUSH 0x8000 /* FCP I/O queues being flushed */
  563. uint32_t fcp_ring_in_use; /* When polling test if intr-hndlr active*/
  564. struct lpfc_dmabuf slim2p;
  565. MAILBOX_t *mbox;
  566. uint32_t *mbox_ext;
  567. struct lpfc_mbox_ext_buf_ctx mbox_ext_buf_ctx;
  568. uint32_t ha_copy;
  569. struct _PCB *pcb;
  570. struct _IOCB *IOCBs;
  571. struct lpfc_dmabuf hbqslimp;
  572. uint16_t pci_cfg_value;
  573. uint8_t fc_linkspeed; /* Link speed after last READ_LA */
  574. uint32_t fc_eventTag; /* event tag for link attention */
  575. uint32_t link_events;
  576. /* These fields used to be binfo */
  577. uint32_t fc_pref_DID; /* preferred D_ID */
  578. uint8_t fc_pref_ALPA; /* preferred AL_PA */
  579. uint32_t fc_edtovResol; /* E_D_TOV timer resolution */
  580. uint32_t fc_edtov; /* E_D_TOV timer value */
  581. uint32_t fc_arbtov; /* ARB_TOV timer value */
  582. uint32_t fc_ratov; /* R_A_TOV timer value */
  583. uint32_t fc_rttov; /* R_T_TOV timer value */
  584. uint32_t fc_altov; /* AL_TOV timer value */
  585. uint32_t fc_crtov; /* C_R_TOV timer value */
  586. uint32_t fc_citov; /* C_I_TOV timer value */
  587. struct serv_parm fc_fabparam; /* fabric service parameters buffer */
  588. uint8_t alpa_map[128]; /* AL_PA map from READ_LA */
  589. uint32_t lmt;
  590. uint32_t fc_topology; /* link topology, from LINK INIT */
  591. struct lpfc_stats fc_stat;
  592. struct lpfc_nodelist fc_fcpnodev; /* nodelist entry for no device */
  593. uint32_t nport_event_cnt; /* timestamp for nlplist entry */
  594. uint8_t wwnn[8];
  595. uint8_t wwpn[8];
  596. uint32_t RandomData[7];
  597. /* HBA Config Parameters */
  598. uint32_t cfg_ack0;
  599. uint32_t cfg_enable_npiv;
  600. uint32_t cfg_enable_rrq;
  601. uint32_t cfg_topology;
  602. uint32_t cfg_link_speed;
  603. #define LPFC_FCF_FOV 1 /* Fast fcf failover */
  604. #define LPFC_FCF_PRIORITY 2 /* Priority fcf failover */
  605. uint32_t cfg_fcf_failover_policy;
  606. uint32_t cfg_fcp_io_sched;
  607. uint32_t cfg_fcp2_no_tgt_reset;
  608. uint32_t cfg_cr_delay;
  609. uint32_t cfg_cr_count;
  610. uint32_t cfg_multi_ring_support;
  611. uint32_t cfg_multi_ring_rctl;
  612. uint32_t cfg_multi_ring_type;
  613. uint32_t cfg_poll;
  614. uint32_t cfg_poll_tmo;
  615. uint32_t cfg_use_msi;
  616. uint32_t cfg_fcp_imax;
  617. uint32_t cfg_fcp_wq_count;
  618. uint32_t cfg_fcp_eq_count;
  619. uint32_t cfg_fcp_io_channel;
  620. uint32_t cfg_sg_seg_cnt;
  621. uint32_t cfg_prot_sg_seg_cnt;
  622. uint32_t cfg_sg_dma_buf_size;
  623. uint64_t cfg_soft_wwnn;
  624. uint64_t cfg_soft_wwpn;
  625. uint32_t cfg_hba_queue_depth;
  626. uint32_t cfg_enable_hba_reset;
  627. uint32_t cfg_enable_hba_heartbeat;
  628. uint32_t cfg_enable_bg;
  629. uint32_t cfg_hostmem_hgp;
  630. uint32_t cfg_log_verbose;
  631. uint32_t cfg_aer_support;
  632. uint32_t cfg_sriov_nr_virtfn;
  633. uint32_t cfg_request_firmware_upgrade;
  634. uint32_t cfg_iocb_cnt;
  635. uint32_t cfg_suppress_link_up;
  636. #define LPFC_INITIALIZE_LINK 0 /* do normal init_link mbox */
  637. #define LPFC_DELAY_INIT_LINK 1 /* layered driver hold off */
  638. #define LPFC_DELAY_INIT_LINK_INDEFINITELY 2 /* wait, manual intervention */
  639. uint32_t cfg_enable_dss;
  640. lpfc_vpd_t vpd; /* vital product data */
  641. struct pci_dev *pcidev;
  642. struct list_head work_list;
  643. uint32_t work_ha; /* Host Attention Bits for WT */
  644. uint32_t work_ha_mask; /* HA Bits owned by WT */
  645. uint32_t work_hs; /* HS stored in case of ERRAT */
  646. uint32_t work_status[2]; /* Extra status from SLIM */
  647. wait_queue_head_t work_waitq;
  648. struct task_struct *worker_thread;
  649. unsigned long data_flags;
  650. uint32_t hbq_in_use; /* HBQs in use flag */
  651. struct list_head rb_pend_list; /* Received buffers to be processed */
  652. uint32_t hbq_count; /* Count of configured HBQs */
  653. struct hbq_s hbqs[LPFC_MAX_HBQS]; /* local copy of hbq indicies */
  654. atomic_t fcp_qidx; /* next work queue to post work to */
  655. unsigned long pci_bar0_map; /* Physical address for PCI BAR0 */
  656. unsigned long pci_bar1_map; /* Physical address for PCI BAR1 */
  657. unsigned long pci_bar2_map; /* Physical address for PCI BAR2 */
  658. void __iomem *slim_memmap_p; /* Kernel memory mapped address for
  659. PCI BAR0 */
  660. void __iomem *ctrl_regs_memmap_p;/* Kernel memory mapped address for
  661. PCI BAR2 */
  662. void __iomem *pci_bar0_memmap_p; /* Kernel memory mapped address for
  663. PCI BAR0 with dual-ULP support */
  664. void __iomem *pci_bar2_memmap_p; /* Kernel memory mapped address for
  665. PCI BAR2 with dual-ULP support */
  666. void __iomem *pci_bar4_memmap_p; /* Kernel memory mapped address for
  667. PCI BAR4 with dual-ULP support */
  668. #define PCI_64BIT_BAR0 0
  669. #define PCI_64BIT_BAR2 2
  670. #define PCI_64BIT_BAR4 4
  671. void __iomem *MBslimaddr; /* virtual address for mbox cmds */
  672. void __iomem *HAregaddr; /* virtual address for host attn reg */
  673. void __iomem *CAregaddr; /* virtual address for chip attn reg */
  674. void __iomem *HSregaddr; /* virtual address for host status
  675. reg */
  676. void __iomem *HCregaddr; /* virtual address for host ctl reg */
  677. struct lpfc_hgp __iomem *host_gp; /* Host side get/put pointers */
  678. struct lpfc_pgp *port_gp;
  679. uint32_t __iomem *hbq_put; /* Address in SLIM to HBQ put ptrs */
  680. uint32_t *hbq_get; /* Host mem address of HBQ get ptrs */
  681. int brd_no; /* FC board number */
  682. char SerialNumber[32]; /* adapter Serial Number */
  683. char OptionROMVersion[32]; /* adapter BIOS / Fcode version */
  684. char ModelDesc[256]; /* Model Description */
  685. char ModelName[80]; /* Model Name */
  686. char ProgramType[256]; /* Program Type */
  687. char Port[20]; /* Port No */
  688. uint8_t vpd_flag; /* VPD data flag */
  689. #define VPD_MODEL_DESC 0x1 /* valid vpd model description */
  690. #define VPD_MODEL_NAME 0x2 /* valid vpd model name */
  691. #define VPD_PROGRAM_TYPE 0x4 /* valid vpd program type */
  692. #define VPD_PORT 0x8 /* valid vpd port data */
  693. #define VPD_MASK 0xf /* mask for any vpd data */
  694. uint8_t soft_wwn_enable;
  695. struct timer_list fcp_poll_timer;
  696. struct timer_list eratt_poll;
  697. /*
  698. * stat counters
  699. */
  700. uint64_t fc4InputRequests;
  701. uint64_t fc4OutputRequests;
  702. uint64_t fc4ControlRequests;
  703. uint64_t bg_guard_err_cnt;
  704. uint64_t bg_apptag_err_cnt;
  705. uint64_t bg_reftag_err_cnt;
  706. /* fastpath list. */
  707. spinlock_t scsi_buf_list_lock;
  708. struct list_head lpfc_scsi_buf_list;
  709. uint32_t total_scsi_bufs;
  710. struct list_head lpfc_iocb_list;
  711. uint32_t total_iocbq_bufs;
  712. struct list_head active_rrq_list;
  713. spinlock_t hbalock;
  714. /* pci_mem_pools */
  715. struct pci_pool *lpfc_scsi_dma_buf_pool;
  716. struct pci_pool *lpfc_mbuf_pool;
  717. struct pci_pool *lpfc_hrb_pool; /* header receive buffer pool */
  718. struct pci_pool *lpfc_drb_pool; /* data receive buffer pool */
  719. struct pci_pool *lpfc_hbq_pool; /* SLI3 hbq buffer pool */
  720. struct lpfc_dma_pool lpfc_mbuf_safety_pool;
  721. mempool_t *mbox_mem_pool;
  722. mempool_t *nlp_mem_pool;
  723. mempool_t *rrq_pool;
  724. struct fc_host_statistics link_stats;
  725. enum intr_type_t intr_type;
  726. uint32_t intr_mode;
  727. #define LPFC_INTR_ERROR 0xFFFFFFFF
  728. struct msix_entry msix_entries[LPFC_MSIX_VECTORS];
  729. struct list_head port_list;
  730. struct lpfc_vport *pport; /* physical lpfc_vport pointer */
  731. uint16_t max_vpi; /* Maximum virtual nports */
  732. #define LPFC_MAX_VPI 0xFFFF /* Max number of VPI supported */
  733. uint16_t max_vports; /*
  734. * For IOV HBAs max_vpi can change
  735. * after a reset. max_vports is max
  736. * number of vports present. This can
  737. * be greater than max_vpi.
  738. */
  739. uint16_t vpi_base;
  740. uint16_t vfi_base;
  741. unsigned long *vpi_bmask; /* vpi allocation table */
  742. uint16_t *vpi_ids;
  743. uint16_t vpi_count;
  744. struct list_head lpfc_vpi_blk_list;
  745. /* Data structure used by fabric iocb scheduler */
  746. struct list_head fabric_iocb_list;
  747. atomic_t fabric_iocb_count;
  748. struct timer_list fabric_block_timer;
  749. unsigned long bit_flags;
  750. #define FABRIC_COMANDS_BLOCKED 0
  751. atomic_t num_rsrc_err;
  752. atomic_t num_cmd_success;
  753. unsigned long last_rsrc_error_time;
  754. unsigned long last_ramp_down_time;
  755. unsigned long last_ramp_up_time;
  756. #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
  757. struct dentry *hba_debugfs_root;
  758. atomic_t debugfs_vport_count;
  759. struct dentry *debug_hbqinfo;
  760. struct dentry *debug_dumpHostSlim;
  761. struct dentry *debug_dumpHBASlim;
  762. struct dentry *debug_dumpData; /* BlockGuard BPL */
  763. struct dentry *debug_dumpDif; /* BlockGuard BPL */
  764. struct dentry *debug_InjErrLBA; /* LBA to inject errors at */
  765. struct dentry *debug_InjErrNPortID; /* NPortID to inject errors at */
  766. struct dentry *debug_InjErrWWPN; /* WWPN to inject errors at */
  767. struct dentry *debug_writeGuard; /* inject write guard_tag errors */
  768. struct dentry *debug_writeApp; /* inject write app_tag errors */
  769. struct dentry *debug_writeRef; /* inject write ref_tag errors */
  770. struct dentry *debug_readGuard; /* inject read guard_tag errors */
  771. struct dentry *debug_readApp; /* inject read app_tag errors */
  772. struct dentry *debug_readRef; /* inject read ref_tag errors */
  773. /* T10 DIF error injection */
  774. uint32_t lpfc_injerr_wgrd_cnt;
  775. uint32_t lpfc_injerr_wapp_cnt;
  776. uint32_t lpfc_injerr_wref_cnt;
  777. uint32_t lpfc_injerr_rgrd_cnt;
  778. uint32_t lpfc_injerr_rapp_cnt;
  779. uint32_t lpfc_injerr_rref_cnt;
  780. uint32_t lpfc_injerr_nportid;
  781. struct lpfc_name lpfc_injerr_wwpn;
  782. sector_t lpfc_injerr_lba;
  783. #define LPFC_INJERR_LBA_OFF (sector_t)(-1)
  784. struct dentry *debug_slow_ring_trc;
  785. struct lpfc_debugfs_trc *slow_ring_trc;
  786. atomic_t slow_ring_trc_cnt;
  787. /* iDiag debugfs sub-directory */
  788. struct dentry *idiag_root;
  789. struct dentry *idiag_pci_cfg;
  790. struct dentry *idiag_bar_acc;
  791. struct dentry *idiag_que_info;
  792. struct dentry *idiag_que_acc;
  793. struct dentry *idiag_drb_acc;
  794. struct dentry *idiag_ctl_acc;
  795. struct dentry *idiag_mbx_acc;
  796. struct dentry *idiag_ext_acc;
  797. #endif
  798. /* Used for deferred freeing of ELS data buffers */
  799. struct list_head elsbuf;
  800. int elsbuf_cnt;
  801. int elsbuf_prev_cnt;
  802. uint8_t temp_sensor_support;
  803. /* Fields used for heart beat. */
  804. unsigned long last_completion_time;
  805. unsigned long skipped_hb;
  806. struct timer_list hb_tmofunc;
  807. uint8_t hb_outstanding;
  808. struct timer_list rrq_tmr;
  809. enum hba_temp_state over_temp_state;
  810. /* ndlp reference management */
  811. spinlock_t ndlp_lock;
  812. /*
  813. * Following bit will be set for all buffer tags which are not
  814. * associated with any HBQ.
  815. */
  816. #define QUE_BUFTAG_BIT (1<<31)
  817. uint32_t buffer_tag_count;
  818. int wait_4_mlo_maint_flg;
  819. wait_queue_head_t wait_4_mlo_m_q;
  820. /* data structure used for latency data collection */
  821. #define LPFC_NO_BUCKET 0
  822. #define LPFC_LINEAR_BUCKET 1
  823. #define LPFC_POWER2_BUCKET 2
  824. uint8_t bucket_type;
  825. uint32_t bucket_base;
  826. uint32_t bucket_step;
  827. /* Maximum number of events that can be outstanding at any time*/
  828. #define LPFC_MAX_EVT_COUNT 512
  829. atomic_t fast_event_count;
  830. uint32_t fcoe_eventtag;
  831. uint32_t fcoe_eventtag_at_fcf_scan;
  832. uint32_t fcoe_cvl_eventtag;
  833. uint32_t fcoe_cvl_eventtag_attn;
  834. struct lpfc_fcf fcf;
  835. uint8_t fc_map[3];
  836. uint8_t valid_vlan;
  837. uint16_t vlan_id;
  838. struct list_head fcf_conn_rec_list;
  839. spinlock_t ct_ev_lock; /* synchronize access to ct_ev_waiters */
  840. struct list_head ct_ev_waiters;
  841. struct unsol_rcv_ct_ctx ct_ctx[LPFC_CT_CTX_MAX];
  842. uint32_t ctx_idx;
  843. uint8_t menlo_flag; /* menlo generic flags */
  844. #define HBA_MENLO_SUPPORT 0x1 /* HBA supports menlo commands */
  845. uint32_t iocb_cnt;
  846. uint32_t iocb_max;
  847. atomic_t sdev_cnt;
  848. uint8_t fips_spec_rev;
  849. uint8_t fips_level;
  850. };
  851. static inline struct Scsi_Host *
  852. lpfc_shost_from_vport(struct lpfc_vport *vport)
  853. {
  854. return container_of((void *) vport, struct Scsi_Host, hostdata[0]);
  855. }
  856. static inline void
  857. lpfc_set_loopback_flag(struct lpfc_hba *phba)
  858. {
  859. if (phba->cfg_topology == FLAGS_LOCAL_LB)
  860. phba->link_flag |= LS_LOOPBACK_MODE;
  861. else
  862. phba->link_flag &= ~LS_LOOPBACK_MODE;
  863. }
  864. static inline int
  865. lpfc_is_link_up(struct lpfc_hba *phba)
  866. {
  867. return phba->link_state == LPFC_LINK_UP ||
  868. phba->link_state == LPFC_CLEAR_LA ||
  869. phba->link_state == LPFC_HBA_READY;
  870. }
  871. static inline void
  872. lpfc_worker_wake_up(struct lpfc_hba *phba)
  873. {
  874. /* Set the lpfc data pending flag */
  875. set_bit(LPFC_DATA_READY, &phba->data_flags);
  876. /* Wake up worker thread */
  877. wake_up(&phba->work_waitq);
  878. return;
  879. }
  880. static inline int
  881. lpfc_readl(void __iomem *addr, uint32_t *data)
  882. {
  883. uint32_t temp;
  884. temp = readl(addr);
  885. if (temp == 0xffffffff)
  886. return -EIO;
  887. *data = temp;
  888. return 0;
  889. }
  890. static inline int
  891. lpfc_sli_read_hs(struct lpfc_hba *phba)
  892. {
  893. /*
  894. * There was a link/board error. Read the status register to retrieve
  895. * the error event and process it.
  896. */
  897. phba->sli.slistat.err_attn_event++;
  898. /* Save status info and check for unplug error */
  899. if (lpfc_readl(phba->HSregaddr, &phba->work_hs) ||
  900. lpfc_readl(phba->MBslimaddr + 0xa8, &phba->work_status[0]) ||
  901. lpfc_readl(phba->MBslimaddr + 0xac, &phba->work_status[1])) {
  902. return -EIO;
  903. }
  904. /* Clear chip Host Attention error bit */
  905. writel(HA_ERATT, phba->HAregaddr);
  906. readl(phba->HAregaddr); /* flush */
  907. phba->pport->stopped = 1;
  908. return 0;
  909. }