Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h238 #define IWP_F_RATE_AUTO_CTL (1 << 4) macro
H A Diwp.c922 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); in iwp_detach()
1924 atomic_or_32(&sc->sc_flags, IWP_F_RATE_AUTO_CTL); in iwp_newstate()
1936 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); in iwp_newstate()
3557 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); in iwp_m_stop()
3702 (sc->sc_flags & IWP_F_RATE_AUTO_CTL)) { in iwp_thread()