Searched refs:fw_state (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwivar.h146 uint32_t fw_state; member in struct:iwi_softc
233 KASSERT(_sc->fw_state == IWI_FW_IDLE, \
234 ("iwi firmware not idle, state %s", iwi_fw_states[_sc->fw_state]));\
235 _sc->fw_state = _state; \
241 if (_sc->fw_state == _state) \
245 iwi_fw_states[_state], iwi_fw_states[_sc->fw_state])); \
246 _sc->fw_state = IWI_FW_IDLE; \
H A Dif_iwi.c1496 switch (sc->fw_state) {
2015 sc->fw_state);
2016 if (sc->fw_state == IWI_FW_SCANNING)
2708 if (sc->fw_state == IWI_FW_SCANNING) {
3098 if (sc->fw_state == IWI_FW_LOADING) {
3221 sc->fw_state = IWI_FW_IDLE;
3552 if (sc->fw_state == IWI_FW_IDLE)
3584 if (sc->fw_state == IWI_FW_SCANNING)

Completed in 39 milliseconds