Searched refs:UATH_FLAG_INITDONE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_uathvar.h230 #define UATH_FLAG_INITDONE (1 << 2) macro
H A Dif_uath.c1175 sc->sc_flags |= UATH_FLAG_INITDONE;
1204 sc->sc_flags &= ~UATH_FLAG_INITDONE;
1943 if (sc->sc_flags & UATH_FLAG_INITDONE)
1959 if (sc->sc_flags & UATH_FLAG_INITDONE) {

Completed in 28 milliseconds