Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h118 #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
H A Drt2860.c2528 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()