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

/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 */
1737 sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
1768 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
1988 sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
2002 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* 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 */
1744 sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
1775 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
2009 sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
2023 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
/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 */
2072 sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
2544 sc->sc_flags &= ~RAL_FLAG_RUNNING;

Completed in 60 milliseconds