Home
last modified time | relevance | path

Searched refs:restart_fw (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-modparams.h113 bool restart_fw; member
Diwl-drv.c1454 .restart_fw = true,
1559 module_param_named(fw_restart, iwlwifi_mod_params.restart_fw, bool, S_IRUGO);
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dops.c434 mvm->restart_fw = iwlwifi_mod_params.restart_fw ? -1 : 0; in iwl_op_mode_mvm_start()
913 if (!mvm->restart_fw && fw_error) { in iwl_mvm_nic_restart()
944 if (fw_error && mvm->restart_fw > 0) in iwl_mvm_nic_restart()
945 mvm->restart_fw--; in iwl_mvm_nic_restart()
Dscan.c1653 if (uid < IWL_MVM_MAX_SIMULTANEOUS_SCANS && !mvm->restart_fw) { in iwl_mvm_report_scan_aborted()
1681 if (!mvm->restart_fw) in iwl_mvm_report_scan_aborted()
Ddebugfs.c856 if (mvm->restart_fw >= 0) in iwl_dbgfs_fw_restart_write()
857 mvm->restart_fw++; in iwl_dbgfs_fw_restart_write()
Dmvm.h721 s8 restart_fw; member
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c2314 bool restart_fw = iwlwifi_mod_params.restart_fw; in iwl_dbgfs_fw_restart_write() local
2317 iwlwifi_mod_params.restart_fw = true; in iwl_dbgfs_fw_restart_write()
2326 iwlwifi_mod_params.restart_fw = restart_fw; in iwl_dbgfs_fw_restart_write()
Dmain.c1852 if (iwlwifi_mod_params.restart_fw) { in iwlagn_fw_error()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945-mac.c89 .restart_fw = 1,
3953 module_param_named(fw_restart, il3945_mod_params.restart_fw, int, S_IRUGO);
Dcommon.h1603 int restart_fw; /* def: 1 = restart firmware */ member
Dcommon.c4189 if (il->cfg->mod_params->restart_fw) in il_irq_handle_error()
4698 if (!external && !il->cfg->mod_params->restart_fw) { in il_force_reset()
D4965-mac.c95 .restart_fw = 1,
6865 module_param_named(fw_restart, il4965_mod_params.restart_fw, int, S_IRUGO);