Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c305 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive()
306 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive()
315 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
327 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
333 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
348 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
Dmain.c1614 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_error_log()
1626 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_error_log()
1697 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_print_event_log()
1809 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_event_log()
1823 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_event_log()
Ddev.h888 enum iwl_ucode_type cur_ucode; member
Ddebugfs.c76 img = &priv->fw->img[priv->cur_ucode]; in iwl_dbgfs_sram_read()