Searched refs:RT2560_F_RUNNING (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/
H A Dglue.c80 if (!(sc->sc_flags & RT2560_F_RUNNING)) {
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2560var.h153 #define RT2560_F_RUNNING 0x2 macro
H A Drt2560.c1336 if (!(sc->sc_flags & RT2560_F_RUNNING)) {
1871 if ((sc->sc_flags & RT2560_F_RUNNING) == 0) {
1914 KASSERT(sc->sc_flags & RT2560_F_RUNNING, ("not running"));
1940 if ((sc->sc_flags & RT2560_F_RUNNING) == 0) {
1945 } else if (sc->sc_flags & RT2560_F_RUNNING)
2639 sc->sc_flags |= RT2560_F_RUNNING;
2654 if (sc->sc_flags & RT2560_F_RUNNING)
2671 if (sc->sc_flags & RT2560_F_RUNNING) {
2672 sc->sc_flags &= ~RT2560_F_RUNNING;
2716 if (!(sc->sc_flags & RT2560_F_RUNNING)) {
[all...]

Completed in 99 milliseconds