Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.c201 static int ser_printk(const char *fmt, ...);
246 static int ser_printk(const char *fmt, ...) in ser_printk() function
258 #define TRACE(a) {if (DebugState==1) {ser_printk a;}}
259 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {ser_printk a;}}
260 #define TRACE3(a) {if (DebugState!=0) {ser_printk a;}}