Searched defs:sonic_debug (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/natsemi/
H A Djazzsonic.c65 static unsigned int sonic_debug = SONIC_DEBUG; variable
67 static unsigned int sonic_debug = 1; variable
136 if (sonic_debug > 1)
150 if (sonic_debug && version_printed++ == 0)
265 module_param(sonic_debug, int, 0);
266 MODULE_PARM_DESC(sonic_debug, "jazzsonic debug level (1-4)");
H A Dxtsonic.c78 static unsigned int sonic_debug = SONIC_DEBUG; variable
80 static unsigned int sonic_debug = 1; variable
149 if (sonic_debug > 1)
163 if (sonic_debug && version_printed++ == 0)
293 module_param(sonic_debug, int, 0);
294 MODULE_PARM_DESC(sonic_debug, "xtsonic debug level (1-4)");
H A Dmacsonic.c76 static unsigned int sonic_debug = SONIC_DEBUG; variable
78 static unsigned int sonic_debug = 1; variable
613 module_param(sonic_debug, int, 0);
614 MODULE_PARM_DESC(sonic_debug, "macsonic debug level (1-4)");

Completed in 112 milliseconds