Searched refs:RT2860_F_RUNNING (Results 1 – 2 of 2) sorted by relevance
118 #define RT2860_IS_RUNNING(_sc) (((_sc)->sc_flags & RT2860_F_RUNNING))119 #define RT2860_IS_INITED(_sc) ((_sc)->sc_flags & RT2860_F_RUNNING)150 #define RT2860_F_RUNNING (1 << 4) macro
2528 if (sc->sc_flags == RT2860_F_RUNNING) in rt2860_stop()2592 sc->sc_flags |= RT2860_F_RUNNING; in rt2860_m_start()2611 sc->sc_flags &= ~RT2860_F_RUNNING; in rt2860_m_stop()3073 sc->sc_flags &= ~RT2860_F_RUNNING; in rt2860_attach()