Home
last modified time | relevance | path

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

/freebsd/sys/dev/otus/
H A Dif_otus.c70 #define USB_DEBUG_VAR otus_debug
75 static int otus_debug = 0; variable
78 SYSCTL_INT(_hw_usb_otus, OID_AUTO, debug, CTLFLAG_RWTUN, &otus_debug, 0,
97 if ((dm == OTUS_DEBUG_ANY) || (dm & otus_debug)) \
1539 if (otus_debug & OTUS_DEBUG_RX_BUFFER) { in otus_sub_rxeof()
1766 if (otus_debug & OTUS_DEBUG_RX_BUFFER) { in otus_rxeof()
2926 if (otus_debug & OTUS_DEBUG_RESET) { in otus_set_chan()