Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/malo/
H A Dif_malo.c83 static int malo_debug = 0; variable
84 SYSCTL_INT(_hw_malo, OID_AUTO, debug, CTLFLAG_RWTUN, &malo_debug,
106 (((sc->malo_debug & MALO_DEBUG_RECV) && \
107 ((sc->malo_debug & MALO_DEBUG_RECV_ALL) || !IS_BEACON(wh))))
109 (sc->malo_debug & MALO_DEBUG_XMIT)
111 if (sc->malo_debug & (m)) \
952 if (sc->malo_debug & MALO_DEBUG_XMIT_DESC) in malo_tx_processq()
1588 if (sc->malo_debug & MALO_DEBUG_RESET) { in malo_tx_draintxq()
1825 sc->malo_debug = malo_debug; in malo_sysctlattach()
1827 "debug", CTLFLAG_RW, &sc->malo_debug, 0, in malo_sysctlattach()
[all …]
H A Dif_malo.h562 int malo_debug; member