Home
last modified time | relevance | path

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

/linux-6.12.1/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.c1612 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_error_log()
1624 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_error_log()
1695 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_print_event_log()
1807 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_event_log()
1821 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_event_log()
Ddev.h890 enum iwl_ucode_type cur_ucode; member
Ddebugfs.c76 img = &priv->fw->img[priv->cur_ucode]; in iwl_dbgfs_sram_read()