Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp_var.h240 #define IWP_F_SCANNING (1 << 6) macro
H A Diwp.c1809 atomic_or_32(&sc->sc_flags, IWP_F_SCANNING); in iwp_newstate()
1832 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1846 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1859 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1872 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1896 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1943 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1953 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
3556 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_m_stop()
3685 (sc->sc_flags & IWP_F_SCANNING) && sc->sc_scan_pending) { in iwp_thread()