Home | History | Annotate | Download | only in pci

Lines Matching defs:iwi_debug

72 #ifdef IWI_DEBUG
73 #define DPRINTF(x) if (iwi_debug > 0) printf x
74 #define DPRINTFN(n, x) if (iwi_debug >= (n)) printf x
75 int iwi_debug = 4;
1251 #ifdef IWI_DEBUG
1263 #ifdef IWI_DEBUG
2440 #ifdef IWI_DEBUG
2441 if (iwi_debug > 0) {
2598 #ifdef IWI_DEBUG
2599 if (iwi_debug > 0) {
2839 #ifdef IWI_DEBUG
2856 NULL, 0, &iwi_debug, 0, CTL_CREATE, CTL_EOL)) != 0)
2864 #endif /* IWI_DEBUG */