Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/iwi/
Dif_iwivar.h147 #define IWI_FW_IDLE 0 macro
229 KASSERT(_sc->fw_state == IWI_FW_IDLE, \
242 _sc->fw_state = IWI_FW_IDLE; \
Dif_iwi.c3218 sc->fw_state = IWI_FW_IDLE; in iwi_stop_locked()
3549 if (sc->fw_state == IWI_FW_IDLE) in iwi_set_channel()