Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ducode.c337 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()
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.h913 enum iwl_ucode_type cur_ucode; member
Ddebugfs.c120 img = &priv->fw->img[priv->cur_ucode]; in iwl_dbgfs_sram_read()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dpower.c181 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()
Dfw.c517 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()
Dutils.c464 (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()
Dops.c456 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()
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()
Dmac80211.c1158 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()
Dmvm.h585 enum iwl_ucode_type cur_ucode; member