| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  |  * Copyright (c) 2005-2010 Brocade Communications Systems, Inc. | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  |  * All rights reserved | 
					
						
							|  |  |  |  * www.brocade.com | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Linux driver for Brocade Fibre Channel Host Bus Adapter. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify it | 
					
						
							|  |  |  |  * under the terms of the GNU General Public License (GPL) Version 2 as | 
					
						
							|  |  |  |  * published by the Free Software Foundation | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, but | 
					
						
							|  |  |  |  * WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
					
						
							|  |  |  |  * General Public License for more details. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-18 17:15:55 -07:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  |  *  bfa_modules.h BFA modules | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __BFA_MODULES_H__
 | 
					
						
							|  |  |  | #define __BFA_MODULES_H__
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "bfa_cs.h"
 | 
					
						
							|  |  |  | #include "bfa.h"
 | 
					
						
							|  |  |  | #include "bfa_svc.h"
 | 
					
						
							|  |  |  | #include "bfa_fcpim.h"
 | 
					
						
							|  |  |  | #include "bfa_port.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct bfa_modules_s { | 
					
						
							| 
									
										
										
										
											2011-06-24 20:28:17 -07:00
										 |  |  | 	struct bfa_fcdiag_s	fcdiag;		/* fcdiag module */ | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  | 	struct bfa_fcport_s	fcport;		/*  fc port module	      */ | 
					
						
							|  |  |  | 	struct bfa_fcxp_mod_s	fcxp_mod;	/*  fcxp module	      */ | 
					
						
							|  |  |  | 	struct bfa_lps_mod_s	lps_mod;	/*  fcxp module	      */ | 
					
						
							|  |  |  | 	struct bfa_uf_mod_s	uf_mod;		/*  unsolicited frame module */ | 
					
						
							|  |  |  | 	struct bfa_rport_mod_s	rport_mod;	/*  remote port module	      */ | 
					
						
							| 
									
										
										
										
											2011-06-13 15:53:58 -07:00
										 |  |  | 	struct bfa_fcp_mod_s	fcp_mod;	/*  FCP initiator module     */ | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  | 	struct bfa_sgpg_mod_s	sgpg_mod;	/*  SG page module	      */ | 
					
						
							|  |  |  | 	struct bfa_port_s	port;		/*  Physical port module     */ | 
					
						
							| 
									
										
										
										
											2011-06-24 20:22:28 -07:00
										 |  |  | 	struct bfa_ablk_s	ablk;		/*  ASIC block config module */ | 
					
						
							| 
									
										
										
										
											2011-06-24 20:25:36 -07:00
										 |  |  | 	struct bfa_cee_s	cee;		/*  CEE Module	*/ | 
					
						
							| 
									
										
										
										
											2011-06-24 20:26:25 -07:00
										 |  |  | 	struct bfa_sfp_s	sfp;		/*  SFP module	*/ | 
					
						
							| 
									
										
										
										
											2011-06-24 20:27:13 -07:00
										 |  |  | 	struct bfa_flash_s	flash;		/*  flash module */ | 
					
						
							| 
									
										
										
										
											2011-06-24 20:28:17 -07:00
										 |  |  | 	struct bfa_diag_s	diag_mod;	/*  diagnostics module	*/ | 
					
						
							| 
									
										
										
										
											2011-06-24 20:28:37 -07:00
										 |  |  | 	struct bfa_phy_s	phy;		/*  phy module		*/ | 
					
						
							| 
									
										
										
										
											2011-07-20 17:03:46 -07:00
										 |  |  | 	struct bfa_dconf_mod_s	dconf_mod;	/*  DCONF common module	*/ | 
					
						
							| 
									
										
										
										
											2012-09-21 17:27:14 -07:00
										 |  |  | 	struct bfa_fru_s	fru;		/*  fru module		*/ | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  * !!! Only append to the enums defined here to avoid any versioning | 
					
						
							|  |  |  |  * !!! needed between trace utility and driver version | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | enum { | 
					
						
							|  |  |  | 	BFA_TRC_HAL_CORE	= 1, | 
					
						
							|  |  |  | 	BFA_TRC_HAL_FCXP	= 2, | 
					
						
							|  |  |  | 	BFA_TRC_HAL_FCPIM	= 3, | 
					
						
							|  |  |  | 	BFA_TRC_HAL_IOCFC_CT	= 4, | 
					
						
							|  |  |  | 	BFA_TRC_HAL_IOCFC_CB	= 5, | 
					
						
							|  |  |  | }; | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-18 17:15:55 -07:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  |  * Macro to define a new BFA module | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  | #define BFA_MODULE(__mod)						\
 | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | 	static void bfa_ ## __mod ## _meminfo(				\ | 
					
						
							| 
									
										
										
										
											2011-06-24 20:24:29 -07:00
										 |  |  | 			struct bfa_iocfc_cfg_s *cfg,			\ | 
					
						
							|  |  |  | 			struct bfa_meminfo_s *meminfo,			\ | 
					
						
							|  |  |  | 			struct bfa_s *bfa);				\ | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | 	static void bfa_ ## __mod ## _attach(struct bfa_s *bfa,		\ | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  | 			void *bfad, struct bfa_iocfc_cfg_s *cfg,	\ | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | 			struct bfa_pcidev_s *pcidev);      \ | 
					
						
							|  |  |  | 	static void bfa_ ## __mod ## _detach(struct bfa_s *bfa);      \ | 
					
						
							|  |  |  | 	static void bfa_ ## __mod ## _start(struct bfa_s *bfa);      \ | 
					
						
							|  |  |  | 	static void bfa_ ## __mod ## _stop(struct bfa_s *bfa);      \ | 
					
						
							|  |  |  | 	static void bfa_ ## __mod ## _iocdisable(struct bfa_s *bfa);      \ | 
					
						
							|  |  |  | 									\ | 
					
						
							|  |  |  | 	extern struct bfa_module_s hal_mod_ ## __mod;			\ | 
					
						
							|  |  |  | 	struct bfa_module_s hal_mod_ ## __mod = {			\ | 
					
						
							|  |  |  | 		bfa_ ## __mod ## _meminfo,				\ | 
					
						
							|  |  |  | 		bfa_ ## __mod ## _attach,				\ | 
					
						
							|  |  |  | 		bfa_ ## __mod ## _detach,				\ | 
					
						
							|  |  |  | 		bfa_ ## __mod ## _start,				\ | 
					
						
							|  |  |  | 		bfa_ ## __mod ## _stop,					\ | 
					
						
							|  |  |  | 		bfa_ ## __mod ## _iocdisable,				\ | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define BFA_CACHELINE_SZ	(256)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-18 17:15:55 -07:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  |  * Structure used to interact between different BFA sub modules | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Each sub module needs to implement only the entry points relevant to it (and | 
					
						
							|  |  |  |  * can leave entry points as NULL) | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | struct bfa_module_s { | 
					
						
							| 
									
										
										
										
											2011-06-24 20:24:29 -07:00
										 |  |  | 	void (*meminfo) (struct bfa_iocfc_cfg_s *cfg, | 
					
						
							|  |  |  | 			 struct bfa_meminfo_s *meminfo, | 
					
						
							|  |  |  | 			 struct bfa_s *bfa); | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | 	void (*attach) (struct bfa_s *bfa, void *bfad, | 
					
						
							|  |  |  | 			struct bfa_iocfc_cfg_s *cfg, | 
					
						
							|  |  |  | 			struct bfa_pcidev_s *pcidev); | 
					
						
							|  |  |  | 	void (*detach) (struct bfa_s *bfa); | 
					
						
							|  |  |  | 	void (*start) (struct bfa_s *bfa); | 
					
						
							|  |  |  | 	void (*stop) (struct bfa_s *bfa); | 
					
						
							|  |  |  | 	void (*iocdisable) (struct bfa_s *bfa); | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct bfa_s { | 
					
						
							|  |  |  | 	void			*bfad;		/*  BFA driver instance    */ | 
					
						
							|  |  |  | 	struct bfa_plog_s	*plog;		/*  portlog buffer	    */ | 
					
						
							|  |  |  | 	struct bfa_trc_mod_s	*trcmod;	/*  driver tracing	    */ | 
					
						
							|  |  |  | 	struct bfa_ioc_s	ioc;		/*  IOC module		    */ | 
					
						
							|  |  |  | 	struct bfa_iocfc_s	iocfc;		/*  IOCFC module	    */ | 
					
						
							|  |  |  | 	struct bfa_timer_mod_s	timer_mod;	/*  timer module	    */ | 
					
						
							|  |  |  | 	struct bfa_modules_s	modules;	/*  BFA modules	    */ | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  | 	struct list_head	comp_q;		/*  pending completions     */ | 
					
						
							| 
									
										
										
										
											2011-06-13 15:52:12 -07:00
										 |  |  | 	bfa_boolean_t		queue_process;	/*  queue processing enabled */ | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  | 	struct list_head	reqq_waitq[BFI_IOC_MAX_CQS]; | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | 	bfa_boolean_t		fcs;		/*  FCS is attached to BFA */ | 
					
						
							|  |  |  | 	struct bfa_msix_s	msix; | 
					
						
							| 
									
										
										
										
											2011-07-20 16:59:13 -07:00
										 |  |  | 	int			bfa_aen_seq; | 
					
						
							| 
									
										
										
										
											2012-08-22 19:52:18 -07:00
										 |  |  | 	bfa_boolean_t		intr_enabled;	/*  Status of interrupts */ | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern bfa_boolean_t bfa_auto_recover; | 
					
						
							| 
									
										
										
										
											2011-06-24 20:28:17 -07:00
										 |  |  | extern struct bfa_module_s hal_mod_fcdiag; | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | extern struct bfa_module_s hal_mod_sgpg; | 
					
						
							| 
									
										
										
										
											2010-03-05 19:37:37 -08:00
										 |  |  | extern struct bfa_module_s hal_mod_fcport; | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | extern struct bfa_module_s hal_mod_fcxp; | 
					
						
							|  |  |  | extern struct bfa_module_s hal_mod_lps; | 
					
						
							|  |  |  | extern struct bfa_module_s hal_mod_uf; | 
					
						
							|  |  |  | extern struct bfa_module_s hal_mod_rport; | 
					
						
							| 
									
										
										
										
											2011-06-13 15:53:58 -07:00
										 |  |  | extern struct bfa_module_s hal_mod_fcp; | 
					
						
							| 
									
										
										
										
											2011-07-20 17:03:46 -07:00
										 |  |  | extern struct bfa_module_s hal_mod_dconf; | 
					
						
							| 
									
										
										
										
											2009-09-23 17:46:15 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-15 11:50:55 -07:00
										 |  |  | #endif /* __BFA_MODULES_H__ */
 |