Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Drtwvar.h65 extern int rtw_debug;
67 if ((rtw_debug & (__flags)) != 0) printf __x
Drtw.c75 int rtw_debug = 0; variable
150 rtw_sysctl_verify_debug, 0, &rtw_debug, 0,
1505 if ((rtw_debug & RTW_DEBUG_RECV_DESC) != 0) { in rtw_intr_rx()
1934 if ((rtw_debug & RTW_DEBUG_IO_KICK) == 0) in rtw_dump_rings()
2221 if ((rtw_debug & RTW_DEBUG_INTR) != 0 && isr != 0) { in rtw_softintr()