Lines Matching full:dbg
17 #include "api/dbg-tlv.h"
60 void *__dbg_trigger = (fw)->dbg.trigger_tlv[(id)]; \
67 return fw->dbg.trigger_tlv[id]; in _iwl_fw_dbg_get_trigger()
182 (fwrt->fw->dbg.dest_tlv || in iwl_fw_set_dbg_rec_on()
183 fwrt->trans->dbg.ini_dest != IWL_FW_INI_LOCATION_INVALID)) in iwl_fw_set_dbg_rec_on()
184 fwrt->trans->dbg.rec_on = true; in iwl_fw_set_dbg_rec_on()
197 return (fwrt->fw->dbg.dump_mask & BIT(type)); in iwl_fw_dbg_type_on()
271 if (!(trans->dbg.error_event_table_tlv_status & in iwl_fw_lmac1_set_alive_err_table()
273 WARN_ON(trans->dbg.lmac_error_event_table[0] != in iwl_fw_lmac1_set_alive_err_table()
275 trans->dbg.lmac_error_event_table[0] = lmac_error_event_table; in iwl_fw_lmac1_set_alive_err_table()
281 if (!(trans->dbg.error_event_table_tlv_status & in iwl_fw_umac_set_alive_err_table()
283 WARN_ON(trans->dbg.umac_error_event_table != in iwl_fw_umac_set_alive_err_table()
285 trans->dbg.umac_error_event_table = umac_error_event_table; in iwl_fw_umac_set_alive_err_table()
297 if (fwrt->trans->dbg.hw_error) { in iwl_fw_error_collect()
299 fwrt->trans->dbg.hw_error = false; in iwl_fw_error_collect()