Home
last modified time | relevance | path

Searched refs:cur_ucode (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wireless/iwlwifi/dvm/
Ducode.c336 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive()
337 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive()
346 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
358 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
364 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
379 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
Dmain.c1540 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_error_log()
1552 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_error_log()
1631 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_print_event_log()
1743 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_event_log()
1757 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_event_log()
Ddev.h912 enum iwl_ucode_type cur_ucode; member
Ddebugfs.c120 img = &priv->fw->img[priv->cur_ucode]; in iwl_dbgfs_sram_read()
/drivers/net/wireless/iwlwifi/mvm/
Dfw.c185 enum iwl_ucode_type old_type = mvm->cur_ucode; in iwl_mvm_load_ucode_wait_alive()
192 mvm->cur_ucode = ucode_type; in iwl_mvm_load_ucode_wait_alive()
201 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()
213 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()
219 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()
260 enum iwl_ucode_type ucode_type = mvm->cur_ucode; in iwl_send_phy_cfg_cmd()
Dpower.c177 if (mvm->cur_ucode != IWL_UCODE_WOWLAN) in iwl_mvm_power_configure_uapsd()
221 cmd->snooze_window = (mvm->cur_ucode == IWL_UCODE_WOWLAN) ? in iwl_mvm_power_configure_uapsd()
228 if (mvm->cur_ucode == IWL_UCODE_WOWLAN || cmd->flags & in iwl_mvm_power_configure_uapsd()
357 mvm->cur_ucode == IWL_UCODE_WOWLAN)) { in iwl_mvm_power_build_cmd()
362 if (mvm->cur_ucode != IWL_UCODE_WOWLAN) { in iwl_mvm_power_build_cmd()
451 if ((mvm->cur_ucode == IWL_UCODE_WOWLAN) ? mvm->disable_power_off_d3 : in iwl_mvm_power_update_device()
821 if (mvm->cur_ucode == IWL_UCODE_WOWLAN) in iwl_mvm_update_beacon_abort()
Dutils.c422 (mvm->cur_ucode == IWL_UCODE_INIT) in iwl_mvm_dump_umac_error_log()
459 if (mvm->cur_ucode == IWL_UCODE_INIT) { in iwl_mvm_dump_nic_error_log()
471 (mvm->cur_ucode == IWL_UCODE_INIT) in iwl_mvm_dump_nic_error_log()
Dops.c427 mvm->cur_ucode = IWL_UCODE_INIT; in iwl_op_mode_mvm_start()
773 return state && (mvm->cur_ucode != IWL_UCODE_INIT || calibrating); in iwl_mvm_set_hw_rfkill_state()
869 } else if (mvm->cur_ucode == IWL_UCODE_REGULAR && in iwl_mvm_nic_restart()
Ddebugfs.c79 if (!mvm->ucode_loaded || mvm->cur_ucode != IWL_UCODE_REGULAR) in iwl_dbgfs_tx_flush_write()
100 if (!mvm->ucode_loaded || mvm->cur_ucode != IWL_UCODE_REGULAR) in iwl_dbgfs_sta_drain_write()
209 img = &mvm->fw->img[mvm->cur_ucode]; in iwl_dbgfs_sram_read()
241 img = &mvm->fw->img[mvm->cur_ucode]; in iwl_dbgfs_sram_write()
Dmvm.h548 enum iwl_ucode_type cur_ucode; member
Dmac80211.c702 img = &mvm->fw->img[mvm->cur_ucode]; in iwl_mvm_fw_error_dump()