Searched refs:psh3tp_debug (Results 1 – 1 of 1) sorted by relevance
59 volatile int psh3tp_debug = 4; variable61 #define DPRINTF(arg) if (psh3tp_debug) DPRINTF_PRINTF arg62 #define DPRINTFN(n, arg) if (psh3tp_debug > (n)) DPRINTF_PRINTF arg