Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h240 #define IWP_F_SCANNING (1 << 6) macro
H A Diwp.c1813 atomic_or_32(&sc->sc_flags, IWP_F_SCANNING); in iwp_newstate()
1836 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1850 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1863 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1876 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1900 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1947 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
1957 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_newstate()
3560 atomic_and_32(&sc->sc_flags, ~IWP_F_SCANNING); in iwp_m_stop()
3689 (sc->sc_flags & IWP_F_SCANNING) && sc->sc_scan_pending) { in iwp_thread()