Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h200 #define IWN_FLAG_RUNNING (1 << 16) macro
H A Dif_iwn.c787 if (sc->sc_flags & IWN_FLAG_RUNNING) { in iwn_attach()
1393 if (sc->sc_flags & IWN_FLAG_RUNNING) { in iwn_detach()
4099 if (sc->sc_flags & IWN_FLAG_RUNNING) { in iwn_m_ioctl()
4160 if (sc->sc_flags & IWN_FLAG_RUNNING) { in iwn_m_setprop()
4383 sc->sc_flags |= IWN_FLAG_RUNNING; in iwn_periodic()
7655 sc->sc_flags |= IWN_FLAG_RUNNING; in iwn_m_start()
7687 sc->sc_flags &= ~IWN_FLAG_RUNNING; in iwn_m_stop()