Searched refs:greth_debug (Results 1 – 1 of 1) sorted by relevance
54 static int greth_debug = -1; /* -1 == use GRETH_DEF_MSG_ENABLE as value */ variable55 module_param(greth_debug, int, 0);56 MODULE_PARM_DESC(greth_debug, "GRETH bitmapped debugging message enable value");1363 if (greth_debug > 0) in greth_of_probe()1364 greth->msg_enable = greth_debug; in greth_of_probe()