Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Drtwvar.h71 extern int rtw_debug;
73 if ((rtw_debug & (__flags)) != 0) printf __x
H A Drtw.c80 int rtw_debug = 0; variable
1142 if ((rtw_debug & RTW_DEBUG_RECV_DESC) != 0) { in rtw_intr_rx()
1526 if ((rtw_debug & RTW_DEBUG_IO_KICK) == 0) in rtw_dump_rings()
1818 if ((rtw_debug & RTW_DEBUG_INTR) != 0 && isr != 0) { in rtw_intr()