Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/
Dlance.c91 static int lance_debug = LANCE_DEBUG; variable
93 static int lance_debug = 1; variable
324 module_param(lance_debug, int, 0);
328 MODULE_PARM_DESC(lance_debug, "LANCE/PCnet debug level (0-7)");
524 if (lance_debug > 2) in lance_probe1()
552 if (lance_debug > 6) printk(" (#0x%05lx)", (unsigned long)lp); in lance_probe1()
725 if (lance_debug > 0 && did_version++ == 0) in lance_probe1()
786 if (lance_debug > 1) in lance_open()
818 if (lance_debug > 2) in lance_open()
928 if (lance_debug > 3) { in lance_tx_timeout()
[all …]
Dsun3lance.c70 static int lance_debug = LANCE_DEBUG; variable
72 static int lance_debug = 1; variable
74 module_param(lance_debug, int, 0);
75 MODULE_PARM_DESC(lance_debug, "SUN3 Lance debug level (0-3)");
80 if (lance_debug >= n) \
540 if(lance_debug >= 2) { in lance_start_xmit()
597 if (lance_debug >= 2) { in lance_start_xmit()
823 if (lance_debug >= 3) { in lance_rx()
837 if (lance_debug >= 3) { in lance_rx()
Datarilance.c76 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)");
89 if (lance_debug >= n) \
801 if (lance_debug >= 3) { in lance_start_xmit()
1012 if (lance_debug >= 3) { in lance_rx()
/linux-4.4.14/Documentation/networking/
Dnetif-msg.txt31 e.g. "lance_debug", so that a kernel symbolic debugger could locate and