Go to the documentation of this file.
10 #define TRACE_PREFIX KERN_ALERT "OZWPAN: "
13 #define oz_trace(...) printk(TRACE_PREFIX __VA_ARGS__)
14 #ifdef WANT_VERBOSE_TRACE
16 #define oz_trace2(_flag, ...) \
17 do { if (trace_flags & _flag) printk(TRACE_PREFIX __VA_ARGS__); \
20 #define oz_trace2(...)
24 #define oz_trace2(...)
27 #define OZ_TRACE_STREAM 0x1
28 #define OZ_TRACE_URB 0x2
29 #define OZ_TRACE_CTRL_DETAIL 0x4
30 #define OZ_TRACE_HUB 0x8
31 #define OZ_TRACE_RX_FRAMES 0x10
32 #define OZ_TRACE_TX_FRAMES 0x20