Home
last modified time | relevance | path

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

/linux-4.1.27/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.c1521 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_error_log()
1533 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_error_log()
1612 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_print_event_log()
1724 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_event_log()
1738 (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()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dfw.c215 enum iwl_ucode_type old_type = mvm->cur_ucode; in iwl_mvm_load_ucode_wait_alive()
226 mvm->cur_ucode = ucode_type; in iwl_mvm_load_ucode_wait_alive()
235 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()
247 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()
253 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()
298 enum iwl_ucode_type ucode_type = mvm->cur_ucode; in iwl_send_phy_cfg_cmd()
Dpower.c178 if (mvm->cur_ucode != IWL_UCODE_WOWLAN) in iwl_mvm_power_configure_uapsd()
222 cmd->snooze_window = (mvm->cur_ucode == IWL_UCODE_WOWLAN) ? in iwl_mvm_power_configure_uapsd()
229 if (mvm->cur_ucode == IWL_UCODE_WOWLAN || cmd->flags & in iwl_mvm_power_configure_uapsd()
379 mvm->cur_ucode == IWL_UCODE_WOWLAN)) { in iwl_mvm_power_build_cmd()
387 if (mvm->cur_ucode != IWL_UCODE_WOWLAN) { in iwl_mvm_power_build_cmd()
476 if ((mvm->cur_ucode == IWL_UCODE_WOWLAN) ? mvm->disable_power_off_d3 : in iwl_mvm_power_update_device()
850 if (mvm->cur_ucode == IWL_UCODE_WOWLAN) in iwl_mvm_update_beacon_abort()
Dutils.c470 (mvm->cur_ucode == IWL_UCODE_INIT) in iwl_mvm_dump_umac_error_log()
507 if (mvm->cur_ucode == IWL_UCODE_INIT) { in iwl_mvm_dump_nic_error_log_old()
519 (mvm->cur_ucode == IWL_UCODE_INIT) in iwl_mvm_dump_nic_error_log_old()
593 if (mvm->cur_ucode == IWL_UCODE_INIT) { in iwl_mvm_dump_nic_error_log()
605 (mvm->cur_ucode == IWL_UCODE_INIT) in iwl_mvm_dump_nic_error_log()
Dops.c445 mvm->cur_ucode = IWL_UCODE_INIT; in iwl_op_mode_mvm_start()
831 return state && (mvm->cur_ucode != IWL_UCODE_INIT || calibrating); in iwl_mvm_set_hw_rfkill_state()
940 } 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()
137 img = &mvm->fw->img[mvm->cur_ucode]; in iwl_dbgfs_sram_read()
169 img = &mvm->fw->img[mvm->cur_ucode]; in iwl_dbgfs_sram_write()
Dmvm.h605 enum iwl_ucode_type cur_ucode; member
Dmac80211.c1043 img = &mvm->fw->img[mvm->cur_ucode]; in iwl_mvm_fw_error_dump()