Home
last modified time | relevance | path

Searched refs:RAL_RUNNING (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ral/
H A Drt2661var.h120 #define RAL_RUNNING 0x4 macro
H A Drt2661.c1136 if (!(sc->sc_flags & RAL_RUNNING)) { in rt2661_intr()
1558 if ((sc->sc_flags & RAL_RUNNING) == 0) { in rt2661_transmit()
1583 if (!(sc->sc_flags & RAL_RUNNING) || sc->sc_invalid) in rt2661_start()
1614 if (!(sc->sc_flags & RAL_RUNNING)) { in rt2661_raw_xmit()
1649 KASSERT(sc->sc_flags & RAL_RUNNING, ("not running")); in rt2661_watchdog()
1672 if ((sc->sc_flags & RAL_RUNNING) == 0) { in rt2661_parent()
1677 } else if (sc->sc_flags & RAL_RUNNING) in rt2661_parent()
2346 sc->sc_flags |= RAL_RUNNING; in rt2661_init_locked()
2361 if (sc->sc_flags & RAL_RUNNING) in rt2661_init()
2377 if (sc->sc_flags & RAL_RUNNING) { in rt2661_stop_locked()
[all …]