Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h242 #define IWP_F_RADIO_OFF (1 << 8) macro
H A Diwp.c2673 IWP_F_HW_ERR_RECOVER | IWP_F_RADIO_OFF); in iwp_rx_softintr()
3628 atomic_and_32(&sc->sc_flags, ~IWP_F_RADIO_OFF); in iwp_thread()
3630 atomic_or_32(&sc->sc_flags, IWP_F_RADIO_OFF); in iwp_thread()
3636 if (sc->sc_flags & IWP_F_RADIO_OFF) { in iwp_thread()