Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h222 #define IWH_F_RADIO_OFF (1 << 8) macro
H A Diwh.c2783 (IWH_F_HW_ERR_RECOVER | IWH_F_RADIO_OFF)); in iwh_rx_softintr()
3798 atomic_and_32(&sc->sc_flags, ~IWH_F_RADIO_OFF); in iwh_thread()
3800 atomic_or_32(&sc->sc_flags, IWH_F_RADIO_OFF); in iwh_thread()
3806 if (sc->sc_flags & IWH_F_RADIO_OFF) { in iwh_thread()