Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dfw.c919 if (mvm->fw_dbg_conf != FW_DBG_INVALID) in iwl_mvm_start_fw_dbg_conf()
921 mvm->fw_dbg_conf); in iwl_mvm_start_fw_dbg_conf()
937 mvm->fw_dbg_conf = conf_id; in iwl_mvm_start_fw_dbg_conf()
1006 mvm->fw_dbg_conf = FW_DBG_INVALID; in iwl_mvm_up()
1009 mvm->fw_dbg_conf = FW_DBG_START_FROM_ALIVE; in iwl_mvm_up()
Dmvm.h718 u8 fw_dbg_conf; member
1506 (mvm->fw_dbg_conf == FW_DBG_INVALID || in iwl_fw_dbg_trigger_stop_conf_match()
1507 (BIT(mvm->fw_dbg_conf) & le32_to_cpu(trig->stop_conf_ids)))); in iwl_fw_dbg_trigger_stop_conf_match()
Ddebugfs.c940 conf = mvm->fw_dbg_conf; in iwl_dbgfs_fw_dbg_conf_read()
1398 MVM_DEBUGFS_READ_WRITE_FILE_OPS(fw_dbg_conf, 8);
1440 MVM_DEBUGFS_ADD_FILE(fw_dbg_conf, mvm->debugfs_dir, S_IRUSR | S_IWUSR); in iwl_mvm_dbgfs_register()
Dops.c940 iwl_mvm_start_fw_dbg_conf(mvm, mvm->fw_dbg_conf)); in iwl_mvm_fw_error_dump_wk()
Dmac80211.c1418 mvm->fw_dbg_conf = FW_DBG_INVALID; in iwl_mvm_restart_cleanup()