lpfc.h 35 KB

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