Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c328 old_type = priv->cur_ucode; in iwl_load_ucode_wait_alive()
329 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive()
338 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
350 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
356 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
371 priv->cur_ucode = old_type; in iwl_load_ucode_wait_alive()
Dmain.c1628 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_error_log()
1640 (priv->cur_ucode == IWL_UCODE_INIT) in iwl_dump_nic_error_log()
1714 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_print_event_log()
1826 if (priv->cur_ucode == IWL_UCODE_INIT) { in iwl_dump_nic_event_log()
1840 (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()