Searched refs:cur_ucode (Results 1 – 11 of 11) sorted by relevance
337 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive()338 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive()347 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()359 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()365 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()380 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
1521 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()
913 enum iwl_ucode_type cur_ucode; member
120 img = &priv->fw->img[priv->cur_ucode]; in iwl_dbgfs_sram_read()
181 if (mvm->cur_ucode != IWL_UCODE_WOWLAN) in iwl_mvm_power_configure_uapsd()225 cmd->snooze_window = (mvm->cur_ucode == IWL_UCODE_WOWLAN) ? in iwl_mvm_power_configure_uapsd()232 if (mvm->cur_ucode == IWL_UCODE_WOWLAN || cmd->flags & in iwl_mvm_power_configure_uapsd()474 mvm->cur_ucode != IWL_UCODE_WOWLAN); in iwl_mvm_power_send_cmd()497 if ((mvm->cur_ucode == IWL_UCODE_WOWLAN) ? mvm->disable_power_off_d3 : in iwl_mvm_power_update_device()868 if (mvm->cur_ucode == IWL_UCODE_WOWLAN) in iwl_mvm_update_beacon_abort()
517 enum iwl_ucode_type old_type = mvm->cur_ucode; in iwl_mvm_load_ucode_wait_alive()528 mvm->cur_ucode = ucode_type; in iwl_mvm_load_ucode_wait_alive()537 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()554 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()560 mvm->cur_ucode = old_type; in iwl_mvm_load_ucode_wait_alive()635 enum iwl_ucode_type ucode_type = mvm->cur_ucode; in iwl_send_phy_cfg_cmd()
464 (mvm->cur_ucode == IWL_UCODE_INIT) in iwl_mvm_dump_umac_error_log()501 if (mvm->cur_ucode == IWL_UCODE_INIT) { in iwl_mvm_dump_nic_error_log_old()513 (mvm->cur_ucode == IWL_UCODE_INIT) in iwl_mvm_dump_nic_error_log_old()587 if (mvm->cur_ucode == IWL_UCODE_INIT) { in iwl_mvm_dump_nic_error_log()599 (mvm->cur_ucode == IWL_UCODE_INIT) in iwl_mvm_dump_nic_error_log()
456 mvm->cur_ucode = IWL_UCODE_INIT; in iwl_op_mode_mvm_start()887 return state && (mvm->cur_ucode != IWL_UCODE_INIT || calibrating); in iwl_mvm_set_hw_rfkill_state()997 } else if (mvm->cur_ucode == IWL_UCODE_REGULAR) { in iwl_mvm_nic_restart()
79 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()
1158 img = &mvm->fw->img[mvm->cur_ucode]; in iwl_mvm_fw_error_dump()1210 if (mvm->fw->img[mvm->cur_ucode].paging_mem_size) in iwl_mvm_fw_error_dump()1327 if (mvm->fw->img[mvm->cur_ucode].paging_mem_size) { in iwl_mvm_fw_error_dump()
585 enum iwl_ucode_type cur_ucode; member