Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/urtw/
H A Durtw_var.h136 #define URTW_FLAG_RUNNING (1 << 0) macro
144 ((_sc)->sc_flags & URTW_FLAG_RUNNING)
146 (((_sc)->sc_flags & URTW_FLAG_RUNNING) == 0)
H A Durtw.c2118 sc->sc_flags |= URTW_FLAG_RUNNING; in urtw_8187_init()
2492 sc->sc_flags &= ~URTW_FLAG_RUNNING; in urtw_stop()
3142 sc->sc_flags |= URTW_FLAG_RUNNING; in urtw_8187b_init()