Searched refs:RT2661_F_RUNNING (Results 1 – 2 of 2) sorted by relevance
187 #define RT2661_F_RUNNING (1 << 1) macro195 #define RT2661_IS_RUNNING(_sc) (((_sc)->sc_flags & RT2661_F_RUNNING))
2573 sc->sc_flags |= RT2661_F_RUNNING; in rt2661_m_start()2592 sc->sc_flags &= ~RT2661_F_RUNNING; in rt2661_m_stop()