Home
last modified time | relevance | path

Searched refs:RAL_FLAG_RUNNING (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h29 #define RAL_FLAG_RUNNING (1<<0) macro
202 #define RAL_IS_RUNNING(_sc) (((_sc)->sc_flags & RAL_FLAG_RUNNING) && \
204 #define RAL_IS_INITED(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
H A Drt2560.c2058 sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */ in rt2560_m_start()
2072 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */ in rt2560_m_stop()
2544 sc->sc_flags &= ~RAL_FLAG_RUNNING; in rt2560_attach()
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h29 #define RAL_FLAG_RUNNING (1<<0) macro
124 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
H A Dural.c1652 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */ in ural_stop()
1737 sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */ in ural_init()
1768 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */ in ural_disconnect()
1988 sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */ in ural_m_start()
2002 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */ in ural_m_stop()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h29 #define RAL_FLAG_RUNNING (1<<0) macro
131 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
H A Drum.c1659 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */ in rum_stop()
1744 sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */ in rum_init()
1775 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */ in rum_disconnect()
2009 sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */ in rum_m_start()
2023 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */ in rum_m_stop()