Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
ipath_debug.h File Reference

Go to the source code of this file.

Macros

#define _IPATH_DEBUGGING   1
 
#define __IPATH_INFO   0x1 /* generic low verbosity stuff */
 
#define __IPATH_DBG   0x2 /* generic debug */
 
#define __IPATH_TRSAMPLE   0x8 /* generate trace buffer sample entries */
 
#define __IPATH_VERBDBG   0x40 /* very verbose debug */
 
#define __IPATH_PKTDBG   0x80 /* print packet data */
 
#define __IPATH_PROCDBG   0x100
 
#define __IPATH_MMDBG   0x200
 
#define __IPATH_ERRPKTDBG   0x400
 
#define __IPATH_USER_SEND   0x1000 /* use user mode send */
 
#define __IPATH_KERNEL_SEND   0x2000 /* use kernel mode send */
 
#define __IPATH_EPKTDBG   0x4000 /* print ethernet packet data */
 
#define __IPATH_IPATHDBG   0x10000 /* Ethernet (IPATH) gen debug */
 
#define __IPATH_IPATHWARN   0x20000 /* Ethernet (IPATH) warnings */
 
#define __IPATH_IPATHERR   0x40000 /* Ethernet (IPATH) errors */
 
#define __IPATH_IPATHPD   0x80000 /* Ethernet (IPATH) packet dump */
 
#define __IPATH_IPATHTABLE   0x100000 /* Ethernet (IPATH) table dump */
 
#define __IPATH_LINKVERBDBG   0x200000 /* very verbose linkchange debug */
 
#define __IPATH_VERBOSEDBG   __IPATH_VERBDBG
 

Macro Definition Documentation

#define __IPATH_DBG   0x2 /* generic debug */

Definition at line 51 of file ipath_debug.h.

#define __IPATH_EPKTDBG   0x4000 /* print ethernet packet data */

Definition at line 63 of file ipath_debug.h.

#define __IPATH_ERRPKTDBG   0x400

Definition at line 60 of file ipath_debug.h.

#define __IPATH_INFO   0x1 /* generic low verbosity stuff */

Definition at line 50 of file ipath_debug.h.

#define __IPATH_IPATHDBG   0x10000 /* Ethernet (IPATH) gen debug */

Definition at line 64 of file ipath_debug.h.

#define __IPATH_IPATHERR   0x40000 /* Ethernet (IPATH) errors */

Definition at line 66 of file ipath_debug.h.

#define __IPATH_IPATHPD   0x80000 /* Ethernet (IPATH) packet dump */

Definition at line 67 of file ipath_debug.h.

#define __IPATH_IPATHTABLE   0x100000 /* Ethernet (IPATH) table dump */

Definition at line 68 of file ipath_debug.h.

#define __IPATH_IPATHWARN   0x20000 /* Ethernet (IPATH) warnings */

Definition at line 65 of file ipath_debug.h.

#define __IPATH_KERNEL_SEND   0x2000 /* use kernel mode send */

Definition at line 62 of file ipath_debug.h.

#define __IPATH_LINKVERBDBG   0x200000 /* very verbose linkchange debug */

Definition at line 69 of file ipath_debug.h.

#define __IPATH_MMDBG   0x200

Definition at line 59 of file ipath_debug.h.

#define __IPATH_PKTDBG   0x80 /* print packet data */

Definition at line 55 of file ipath_debug.h.

#define __IPATH_PROCDBG   0x100

Definition at line 57 of file ipath_debug.h.

#define __IPATH_TRSAMPLE   0x8 /* generate trace buffer sample entries */

Definition at line 52 of file ipath_debug.h.

#define __IPATH_USER_SEND   0x1000 /* use user mode send */

Definition at line 61 of file ipath_debug.h.

#define __IPATH_VERBDBG   0x40 /* very verbose debug */

Definition at line 54 of file ipath_debug.h.

#define __IPATH_VERBOSEDBG   __IPATH_VERBDBG

Definition at line 97 of file ipath_debug.h.

#define _IPATH_DEBUGGING   1

Definition at line 38 of file ipath_debug.h.