Searched refs:restart_fw (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-irq.c | 69 goto restart_fw; in cobalt_dma_stream_queue_handler() 79 goto restart_fw; in cobalt_dma_stream_queue_handler() 88 goto restart_fw; in cobalt_dma_stream_queue_handler() 99 goto restart_fw; in cobalt_dma_stream_queue_handler() 120 restart_fw: in cobalt_dma_stream_queue_handler()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-modparams.h | 113 bool restart_fw; member
|
D | iwl-drv.c | 1538 .restart_fw = true, 1643 module_param_named(fw_restart, iwlwifi_mod_params.restart_fw, bool, S_IRUGO);
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | ops.c | 445 mvm->restart_fw = iwlwifi_mod_params.restart_fw ? -1 : 0; in iwl_op_mode_mvm_start() 969 if (!mvm->restart_fw && fw_error) { in iwl_mvm_nic_restart() 1001 if (fw_error && mvm->restart_fw > 0) in iwl_mvm_nic_restart() 1002 mvm->restart_fw--; in iwl_mvm_nic_restart()
|
D | scan.c | 1493 if (uid >= 0 && !mvm->restart_fw) { in iwl_mvm_report_scan_aborted() 1516 if ((mvm->scan_status & IWL_MVM_SCAN_SCHED) && !mvm->restart_fw) in iwl_mvm_report_scan_aborted()
|
D | debugfs.c | 858 if (mvm->restart_fw >= 0) in iwl_dbgfs_fw_restart_write() 859 mvm->restart_fw++; in iwl_dbgfs_fw_restart_write()
|
D | mvm.h | 717 s8 restart_fw; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | debugfs.c | 2310 bool restart_fw = iwlwifi_mod_params.restart_fw; in iwl_dbgfs_fw_restart_write() local 2313 iwlwifi_mod_params.restart_fw = true; in iwl_dbgfs_fw_restart_write() 2322 iwlwifi_mod_params.restart_fw = restart_fw; in iwl_dbgfs_fw_restart_write()
|
D | main.c | 1852 if (iwlwifi_mod_params.restart_fw) { in iwlagn_fw_error()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 3945-mac.c | 89 .restart_fw = 1, 3955 module_param_named(fw_restart, il3945_mod_params.restart_fw, int, S_IRUGO);
|
D | common.h | 1603 int restart_fw; /* def: 1 = restart firmware */ member
|
D | common.c | 4189 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()
|
D | 4965-mac.c | 95 .restart_fw = 1, 6867 module_param_named(fw_restart, il4965_mod_params.restart_fw, int, S_IRUGO);
|