| Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 1 | /* | 
 | 2 |  * Copyright (c) 2005-2009 Brocade Communications Systems, Inc. | 
 | 3 |  * All rights reserved | 
 | 4 |  * www.brocade.com | 
 | 5 |  * | 
 | 6 |  * Linux driver for Brocade Fibre Channel Host Bus Adapter. | 
 | 7 |  * | 
 | 8 |  * This program is free software; you can redistribute it and/or modify it | 
 | 9 |  * under the terms of the GNU General Public License (GPL) Version 2 as | 
 | 10 |  * published by the Free Software Foundation | 
 | 11 |  * | 
 | 12 |  * This program is distributed in the hope that it will be useful, but | 
 | 13 |  * WITHOUT ANY WARRANTY; without even the implied warranty of | 
 | 14 |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
 | 15 |  * General Public License for more details. | 
 | 16 |  */ | 
 | 17 |  | 
 | 18 | /** | 
 | 19 |  *  fcs_trcmod.h BFA FCS trace modules | 
 | 20 |  */ | 
 | 21 |  | 
 | 22 | #ifndef __FCS_TRCMOD_H__ | 
 | 23 | #define __FCS_TRCMOD_H__ | 
 | 24 |  | 
 | 25 | #include <cs/bfa_trc.h> | 
 | 26 |  | 
 | 27 | /* | 
 | 28 |  * !!! Only append to the enums defined here to avoid any versioning | 
 | 29 |  * !!! needed between trace utility and driver version | 
 | 30 |  */ | 
 | 31 | enum { | 
 | 32 | 	BFA_TRC_FCS_FABRIC		= 1, | 
 | 33 | 	BFA_TRC_FCS_VFAPI		= 2, | 
 | 34 | 	BFA_TRC_FCS_PORT		= 3, | 
 | 35 | 	BFA_TRC_FCS_VPORT		= 4, | 
 | 36 | 	BFA_TRC_FCS_VP_API		= 5, | 
 | 37 | 	BFA_TRC_FCS_VPS			= 6, | 
 | 38 | 	BFA_TRC_FCS_RPORT		= 7, | 
 | 39 | 	BFA_TRC_FCS_FCPIM		= 8, | 
 | 40 | 	BFA_TRC_FCS_FCPTM		= 9, | 
 | 41 | 	BFA_TRC_FCS_NS			= 10, | 
 | 42 | 	BFA_TRC_FCS_SCN			= 11, | 
 | 43 | 	BFA_TRC_FCS_LOOP		= 12, | 
 | 44 | 	BFA_TRC_FCS_UF			= 13, | 
 | 45 | 	BFA_TRC_FCS_PPORT		= 14, | 
 | 46 | 	BFA_TRC_FCS_FCPIP		= 15, | 
 | 47 | 	BFA_TRC_FCS_PORT_API	= 16, | 
 | 48 | 	BFA_TRC_FCS_RPORT_API	= 17, | 
 | 49 | 	BFA_TRC_FCS_AUTH		= 18, | 
 | 50 | 	BFA_TRC_FCS_N2N			= 19, | 
 | 51 | 	BFA_TRC_FCS_MS			= 20, | 
 | 52 | 	BFA_TRC_FCS_FDMI		= 21, | 
 | 53 | 	BFA_TRC_FCS_RPORT_FTRS	= 22, | 
 | 54 | }; | 
 | 55 |  | 
 | 56 | #endif /* __FCS_TRCMOD_H__ */ |