Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_wpi.c165 #define DPRINTF(x) do { if (wpi_debug > 0) printf x; } while (0)
166 #define DPRINTFN(n, x) do { if (wpi_debug >= (n)) printf x; } while (0)
167 int wpi_debug = 1; variable
754 if (ntries == 100 && wpi_debug > 0) in wpi_reset_rx_ring()
850 if (ntries == 100 && wpi_debug > 0) { in wpi_reset_tx_ring()
3462 NULL, 0, &wpi_debug, 0, CTL_CREATE, CTL_EOL)) != 0) in wpi_sysctlattach()