bfad_trcmod.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. * bfad_trcmod.h Linux driver trace modules
  19. */
  20. #ifndef __BFAD_TRCMOD_H__
  21. #define __BFAD_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. /* 2.6 Driver */
  29. BFA_TRC_LDRV_BFAD = 1,
  30. BFA_TRC_LDRV_BFAD_2_6 = 2,
  31. BFA_TRC_LDRV_BFAD_2_6_9 = 3,
  32. BFA_TRC_LDRV_BFAD_2_6_10 = 4,
  33. BFA_TRC_LDRV_INTR = 5,
  34. BFA_TRC_LDRV_IOCTL = 6,
  35. BFA_TRC_LDRV_OS = 7,
  36. BFA_TRC_LDRV_IM = 8,
  37. BFA_TRC_LDRV_IM_2_6 = 9,
  38. BFA_TRC_LDRV_IM_2_6_9 = 10,
  39. BFA_TRC_LDRV_IM_2_6_10 = 11,
  40. BFA_TRC_LDRV_TM = 12,
  41. BFA_TRC_LDRV_IPFC = 13,
  42. BFA_TRC_LDRV_IM_2_4 = 14,
  43. BFA_TRC_LDRV_IM_VMW = 15,
  44. BFA_TRC_LDRV_IM_LT_2_6_10 = 16,
  45. };
  46. #endif /* __BFAD_TRCMOD_H__ */