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.c310 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive()
311 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive()
320 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
332 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
338 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
353 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
Dmain.c1620 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_error_log()
1632 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_error_log()
1703 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_print_event_log()
1815 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_event_log()
1829 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_event_log()
Ddev.h892 enum iwl_ucode_type cur_ucode; member
Ddebugfs.c80 img = &priv->fw->img[priv->cur_ucode]; in iwl_dbgfs_sram_read()