Searched refs:NI5010_DEBUG (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dni5010.h26 #define PRINTK(x) if (NI5010_DEBUG) printk x
27 #define PRINTK2(x) if (NI5010_DEBUG>=2) printk x
28 #define PRINTK3(x) if (NI5010_DEBUG>=3) printk x
H A Dni5010.c85 #ifndef NI5010_DEBUG
86 #define NI5010_DEBUG 0 macro
272 if (NI5010_DEBUG && version_printed++ == 0)
422 if (NI5010_DEBUG) ni5010_show_registers(dev);
568 if (NI5010_DEBUG >= 4)
673 if (NI5010_DEBUG) ni5010_show_registers(dev);
681 if (NI5010_DEBUG > 3) dump_packet(buf, length);
708 if (NI5010_DEBUG) ni5010_show_registers(dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dni5010.h26 #define PRINTK(x) if (NI5010_DEBUG) printk x
27 #define PRINTK2(x) if (NI5010_DEBUG>=2) printk x
28 #define PRINTK3(x) if (NI5010_DEBUG>=3) printk x
H A Dni5010.c85 #ifndef NI5010_DEBUG
86 #define NI5010_DEBUG 0 macro
272 if (NI5010_DEBUG && version_printed++ == 0)
422 if (NI5010_DEBUG) ni5010_show_registers(dev);
568 if (NI5010_DEBUG >= 4)
673 if (NI5010_DEBUG) ni5010_show_registers(dev);
681 if (NI5010_DEBUG > 3) dump_packet(buf, length);
708 if (NI5010_DEBUG) ni5010_show_registers(dev);

Completed in 132 milliseconds