Home
last modified time | relevance | path

Searched refs:SMC_DEBUG (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/smsc/
Dsmc9194.c144 #define SMC_DEBUG 0 macro
146 #if (SMC_DEBUG > 2 )
152 #if SMC_DEBUG > 1
158 #ifdef SMC_DEBUG
273 #if SMC_DEBUG > 2
614 #if SMC_DEBUG > 2 in smc_hardware_send_packet()
1031 #if SMC_DEBUG > 2
1208 #if SMC_DEBUG > 2 in smc_rcv()
Dsmc91x.c51 #ifndef SMC_DEBUG
52 #define SMC_DEBUG 0 macro
146 if (SMC_DEBUG >= (n)) \
152 if (SMC_DEBUG > 0) \
158 #if SMC_DEBUG > 3
Dsmc911x.c35 #ifndef SMC_DEBUG
36 #define SMC_DEBUG ( SMC_DEBUG_RX | \ macro
96 #if SMC_DEBUG > 0
99 if (SMC_DEBUG & (n)) \
Dsmc91x.h834 #if SMC_DEBUG > 0