Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dgdth.c167 static u8 DebugState = DEBUG_GDTH; variable
168 #define TRACE(a) {if (DebugState==1) {printk a;}}
169 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {printk a;}}
170 #define TRACE3(a) {if (DebugState!=0) {printk a;}}