Searched defs:turbo_mode (Results 1 - 2 of 2) sorted by relevance

/drivers/net/usb/
H A Dsmsc75xx.c79 static bool turbo_mode = true; variable
80 module_param(turbo_mode, bool, 0644);
81 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");
832 if (!turbo_mode) {
864 if (turbo_mode) {
H A Dsmsc95xx.c62 static bool turbo_mode = true; variable
63 module_param(turbo_mode, bool, 0644);
64 MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");
805 if (!turbo_mode) {
858 if (turbo_mode)

Completed in 379 milliseconds