Searched refs:RT2560_F_RUNNING (Results 1 – 2 of 2) sorted by relevance
152 #define RT2560_F_RUNNING 0x2 macro
1332 if (!(sc->sc_flags & RT2560_F_RUNNING)) { in rt2560_intr()1863 if ((sc->sc_flags & RT2560_F_RUNNING) == 0) { in rt2560_transmit()1906 KASSERT(sc->sc_flags & RT2560_F_RUNNING, ("not running")); in rt2560_watchdog()1932 if ((sc->sc_flags & RT2560_F_RUNNING) == 0) { in rt2560_parent()1937 } else if (sc->sc_flags & RT2560_F_RUNNING) in rt2560_parent()2630 sc->sc_flags |= RT2560_F_RUNNING; in rt2560_init_locked()2645 if (sc->sc_flags & RT2560_F_RUNNING) in rt2560_init()2662 if (sc->sc_flags & RT2560_F_RUNNING) { in rt2560_stop_locked()2663 sc->sc_flags &= ~RT2560_F_RUNNING; in rt2560_stop_locked()2707 if (!(sc->sc_flags & RT2560_F_RUNNING)) { in rt2560_raw_xmit()