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

Go to the source code of this file.

Macros

#define QL_DEBUG_LEVEL_2   /* ALways enable error messagess */
 
#define DEBUG(x)   do {} while (0);
 
#define DEBUG2(x)   do {if(ql4xextended_error_logging == 2) x;} while (0);
 
#define DEBUG2_3(x)   do {x;} while (0);
 
#define DEBUG3(x)   do {} while (0);
 
#define DEBUG4(x)   do {} while (0);
 
#define DEBUG5(x)   do {} while (0);
 
#define DEBUG9(x)   do {} while (0);
 

Macro Definition Documentation

#define DEBUG (   x)    do {} while (0);

Definition at line 21 of file ql4_dbg.h.

#define DEBUG2 (   x)    do {if(ql4xextended_error_logging == 2) x;} while (0);

Definition at line 25 of file ql4_dbg.h.

#define DEBUG2_3 (   x)    do {x;} while (0);

Definition at line 26 of file ql4_dbg.h.

#define DEBUG3 (   x)    do {} while (0);

Definition at line 34 of file ql4_dbg.h.

#define DEBUG4 (   x)    do {} while (0);

Definition at line 42 of file ql4_dbg.h.

#define DEBUG5 (   x)    do {} while (0);

Definition at line 48 of file ql4_dbg.h.

#define DEBUG9 (   x)    do {} while (0);

Definition at line 54 of file ql4_dbg.h.

#define QL_DEBUG_LEVEL_2   /* ALways enable error messagess */

Definition at line 17 of file ql4_dbg.h.