Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/wi/
H A Dif_wi.c185 static int wi_debug = 0; variable
186 SYSCTL_INT(_hw_wi, OID_AUTO, debug, CTLFLAG_RW, &wi_debug,
188 #define DPRINTF(X) if (wi_debug) printf X