fcs_trcmod.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. * fcs_trcmod.h BFA FCS trace modules
  19. */
  20. #ifndef __FCS_TRCMOD_H__
  21. #define __FCS_TRCMOD_H__
  22. #include <cs/bfa_trc.h>
  23. /*
  24. * !!! Only append to the enums defined here to avoid any versioning
  25. * !!! needed between trace utility and driver version
  26. */
  27. enum {
  28. BFA_TRC_FCS_FABRIC = 1,
  29. BFA_TRC_FCS_VFAPI = 2,
  30. BFA_TRC_FCS_PORT = 3,
  31. BFA_TRC_FCS_VPORT = 4,
  32. BFA_TRC_FCS_VP_API = 5,
  33. BFA_TRC_FCS_VPS = 6,
  34. BFA_TRC_FCS_RPORT = 7,
  35. BFA_TRC_FCS_FCPIM = 8,
  36. BFA_TRC_FCS_FCPTM = 9,
  37. BFA_TRC_FCS_NS = 10,
  38. BFA_TRC_FCS_SCN = 11,
  39. BFA_TRC_FCS_LOOP = 12,
  40. BFA_TRC_FCS_UF = 13,
  41. BFA_TRC_FCS_PPORT = 14,
  42. BFA_TRC_FCS_FCPIP = 15,
  43. BFA_TRC_FCS_PORT_API = 16,
  44. BFA_TRC_FCS_RPORT_API = 17,
  45. BFA_TRC_FCS_AUTH = 18,
  46. BFA_TRC_FCS_N2N = 19,
  47. BFA_TRC_FCS_MS = 20,
  48. BFA_TRC_FCS_FDMI = 21,
  49. BFA_TRC_FCS_RPORT_FTRS = 22,
  50. };
  51. #endif /* __FCS_TRCMOD_H__ */