Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp_var.h238 #define IWP_F_RATE_AUTO_CTL (1 << 4) macro
H A Diwp.c918 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()