Searched refs:IWP_F_RATE_AUTO_CTL (Results 1 – 2 of 2) sorted by relevance
238 #define IWP_F_RATE_AUTO_CTL (1 << 4) macro
918 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); in iwp_detach()1920 atomic_or_32(&sc->sc_flags, IWP_F_RATE_AUTO_CTL); in iwp_newstate()1932 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); in iwp_newstate()3553 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); in iwp_m_stop()3698 (sc->sc_flags & IWP_F_RATE_AUTO_CTL)) { in iwp_thread()