Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwi/
H A Dif_iwivar.h146 #define IWI_FW_IDLE 0 macro
228 KASSERT(_sc->fw_state == IWI_FW_IDLE, \
241 _sc->fw_state = IWI_FW_IDLE; \
H A Dif_iwi.c3214 sc->fw_state = IWI_FW_IDLE; in iwi_stop_locked()
3546 if (sc->fw_state == IWI_FW_IDLE) in iwi_set_channel()