Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A 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;}}

Completed in 5 milliseconds