Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/iwh/
H A Diwh_var.h218 #define IWH_F_RATE_AUTO_CTL (1 << 4) macro
H A Diwh.c1010 atomic_and_32(&sc->sc_flags, ~IWH_F_RATE_AUTO_CTL); in iwh_detach()
2002 IWH_F_RATE_AUTO_CTL); in iwh_newstate()
2009 IWH_F_RATE_AUTO_CTL); in iwh_newstate()
2022 ~IWH_F_RATE_AUTO_CTL); in iwh_newstate()
3728 atomic_and_32(&sc->sc_flags, ~IWH_F_RATE_AUTO_CTL); in iwh_m_stop()
3873 (sc->sc_flags & IWH_F_RATE_AUTO_CTL)) { in iwh_thread()