Home
last modified time | relevance | path

Searched refs:NI5010_DEBUG (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/
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
Dni5010.c85 #ifndef NI5010_DEBUG
86 #define NI5010_DEBUG 0 macro
272 if (NI5010_DEBUG && version_printed++ == 0) in ni5010_probe1()
422 if (NI5010_DEBUG) ni5010_show_registers(dev); in ni5010_open()
569 if (NI5010_DEBUG >= 4) in ni5010_rx()
675 if (NI5010_DEBUG) ni5010_show_registers(dev); in hardware_send_packet()
683 if (NI5010_DEBUG > 3) dump_packet(buf, length); in hardware_send_packet()
710 if (NI5010_DEBUG) ni5010_show_registers(dev); in hardware_send_packet()