Home
last modified time | relevance | path

Searched refs:fw_dbg_conf (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dfw.c582 if (mvm->fw_dbg_conf != FW_DBG_INVALID) in iwl_mvm_start_fw_dbg_conf()
584 mvm->fw_dbg_conf); in iwl_mvm_start_fw_dbg_conf()
600 mvm->fw_dbg_conf = conf_id; in iwl_mvm_start_fw_dbg_conf()
686 mvm->fw_dbg_conf = FW_DBG_INVALID; in iwl_mvm_up()
689 mvm->fw_dbg_conf = FW_DBG_START_FROM_ALIVE; in iwl_mvm_up()
Dmvm.h722 u8 fw_dbg_conf; member
1508 (mvm->fw_dbg_conf == FW_DBG_INVALID || in iwl_fw_dbg_trigger_stop_conf_match()
1509 (BIT(mvm->fw_dbg_conf) & le32_to_cpu(trig->stop_conf_ids)))); in iwl_fw_dbg_trigger_stop_conf_match()
Ddebugfs.c937 conf = mvm->fw_dbg_conf; in iwl_dbgfs_fw_dbg_conf_read()
1497 MVM_DEBUGFS_READ_WRITE_FILE_OPS(fw_dbg_conf, 8);
1540 MVM_DEBUGFS_ADD_FILE(fw_dbg_conf, mvm->debugfs_dir, S_IRUSR | S_IWUSR); in iwl_mvm_dbgfs_register()
Dops.c884 iwl_mvm_start_fw_dbg_conf(mvm, mvm->fw_dbg_conf)); in iwl_mvm_fw_error_dump_wk()
Dmac80211.c1262 mvm->fw_dbg_conf = FW_DBG_INVALID; in iwl_mvm_restart_cleanup()