Searched refs:lance_debug (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/amd/ |
H A D | lance.c | 92 static int lance_debug = LANCE_DEBUG; variable 94 static int lance_debug = 1; variable 325 module_param(lance_debug, int, 0); 329 MODULE_PARM_DESC(lance_debug, "LANCE/PCnet debug level (0-7)"); 528 if (lance_debug > 2) in lance_probe1() 557 if (lance_debug > 6) printk(" (#0x%05lx)", (unsigned long)lp); in lance_probe1() 730 if (lance_debug > 0 && did_version++ == 0) in lance_probe1() 791 if (lance_debug > 1) in lance_open() 823 if (lance_debug > 2) in lance_open() 933 if (lance_debug > 3) { in lance_tx_timeout() [all …]
|
H A D | sun3lance.c | 71 static int lance_debug = LANCE_DEBUG; variable 73 static int lance_debug = 1; variable 75 module_param(lance_debug, int, 0); 76 MODULE_PARM_DESC(lance_debug, "SUN3 Lance debug level (0-3)"); 82 if (lance_debug >= n) \ 537 if(lance_debug >= 2) { in lance_start_xmit() 594 if (lance_debug >= 2) { in lance_start_xmit() 809 if (lance_debug >= 3) { in lance_rx() 823 if (lance_debug >= 3) { in lance_rx()
|
H A D | atarilance.c | 76 static int lance_debug = LANCE_DEBUG; variable 78 static int lance_debug = 1; variable 80 module_param(lance_debug, int, 0); 81 MODULE_PARM_DESC(lance_debug, "atarilance debug level (0-3)"); 90 if (lance_debug >= n) \ 802 if (lance_debug >= 3) { in lance_start_xmit() 1013 if (lance_debug >= 3) { in lance_rx()
|
/linux/Documentation/networking/ |
H A D | netif-msg.rst | 35 e.g. "lance_debug", so that a kernel symbolic debugger could locate and
|