Lines Matching defs:iwl_trans_debug
837 struct iwl_trans_debug { struct
838 u8 n_dest_reg;
839 bool rec_on;
841 const struct iwl_fw_dbg_dest_tlv_v1 *dest_tlv;
842 const struct iwl_fw_dbg_conf_tlv *conf_tlv[FW_DBG_CONF_MAX];
843 struct iwl_fw_dbg_trigger_tlv * const *trigger_tlv;
845 u32 lmac_error_event_table[2];
846 u32 umac_error_event_table;
847 u32 tcm_error_event_table[2];
848 u32 rcm_error_event_table[2];
849 unsigned int error_event_table_tlv_status;
851 enum iwl_ini_cfg_state internal_ini_cfg;
852 enum iwl_ini_cfg_state external_ini_cfg;
854 struct iwl_fw_ini_allocation_tlv fw_mon_cfg[IWL_FW_INI_ALLOCATION_NUM];
855 struct iwl_fw_mon fw_mon_ini[IWL_FW_INI_ALLOCATION_NUM];
857 struct iwl_dram_data fw_mon;
859 bool hw_error;
860 enum iwl_fw_ini_buffer_location ini_dest;
862 u64 unsupported_region_msk;
863 struct iwl_ucode_tlv *active_regions[IWL_FW_INI_MAX_REGION_ID];
864 struct list_head debug_info_tlv_list;
865 struct iwl_dbg_tlv_time_point_data time_point[IWL_FW_INI_TIME_POINT_NUM];
866 struct list_head periodic_trig_list;
868 u32 domains_bitmap;
869 u32 ucode_preset;
870 bool restart_required;
871 u32 last_tp_resetfw;
872 struct iwl_imr_data imr_data;
873 u8 dump_file_name_ext[IWL_FW_INI_MAX_NAME];
874 bool dump_file_name_ext_valid;
875 u32 num_pc;
876 struct iwl_pc_data *pc_data;
877 bool yoyo_bin_loaded;