2 * Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
6 * Linux driver for Brocade Fibre Channel Host Bus Adapter.
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
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.
19 * fcs_trcmod.h BFA FCS trace modules
22 #ifndef __FCS_TRCMOD_H__
23 #define __FCS_TRCMOD_H__
25 #include <cs/bfa_trc.h>
28 * !!! Only append to the enums defined here to avoid any versioning
29 * !!! needed between trace utility and driver version
32 BFA_TRC_FCS_FABRIC
= 1,
33 BFA_TRC_FCS_VFAPI
= 2,
35 BFA_TRC_FCS_VPORT
= 4,
36 BFA_TRC_FCS_VP_API
= 5,
38 BFA_TRC_FCS_RPORT
= 7,
39 BFA_TRC_FCS_FCPIM
= 8,
40 BFA_TRC_FCS_FCPTM
= 9,
43 BFA_TRC_FCS_LOOP
= 12,
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,
52 BFA_TRC_FCS_FDMI
= 21,
53 BFA_TRC_FCS_RPORT_FTRS
= 22,
56 #endif /* __FCS_TRCMOD_H__ */