Searched refs:URTWN_RUNNING (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c874 if (!(sc->sc_flags & URTWN_RUNNING))
1592 if (!(sc->sc_flags & URTWN_RUNNING)) {
2384 if ((sc->sc_flags & URTWN_RUNNING) == 0) {
2413 if ((sc->sc_flags & URTWN_RUNNING) == 0) {
3285 if ((sc->sc_flags & URTWN_RUNNING) == 0) {
5026 if (sc->sc_flags & URTWN_RUNNING)
5037 if (sc->sc_flags & URTWN_RUNNING)
5320 if (sc->sc_flags & URTWN_RUNNING) {
5533 sc->sc_flags |= URTWN_RUNNING;
5557 if (!(sc->sc_flags & URTWN_RUNNING)) {
[all...]
H A Dif_urtwnvar.h149 #define URTWN_RUNNING 0x04 macro

Completed in 127 milliseconds