Searched refs:DBG_FLAGS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Ddebug.h103 #define DBG_FLAGS(A) ((A)->DebugFlag) macro
138 #define DBG_ENTER(A) {if (DBG_FLAGS(A) & DBG_TRACE_ON) \
141 #define DBG_LEAVE(A) {if (DBG_FLAGS(A) & DBG_TRACE_ON) \
144 #define DBG_PARAM(A, N, F, S...) {if (DBG_FLAGS(A) & DBG_PARAM_ON) \
148 #define DBG_ERROR(A, S...) {if (DBG_FLAGS(A) & DBG_ERROR_ON) {\
156 #define DBG_WARNING(A, S...) {if (DBG_FLAGS(A) & DBG_WARNING_ON) {\
161 #define DBG_NOTICE(A, S...) {if (DBG_FLAGS(A) & DBG_NOTICE_ON) {\
168 #define DBG_TRACE(A, S...) do {if (DBG_FLAGS(A) & DBG_TRACE_ON) {\
173 #define DBG_RX(A, S...) {if (DBG_FLAGS(A) & DBG_RX_ON) {\
177 #define DBG_TX(A, S...) {if (DBG_FLAGS(
[all...]
H A Dwl_netdev.c1065 if( DBG_FLAGS( DbgInfo ) & DBG_PARAM_ON ) {

Completed in 156 milliseconds