Home
last modified time | relevance | path

Searched refs:lmac_error_event_table (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.h271 u32 lmac_error_event_table) in iwl_fw_lmac1_set_alive_err_table() argument
275 WARN_ON(trans->dbg.lmac_error_event_table[0] != in iwl_fw_lmac1_set_alive_err_table()
276 lmac_error_event_table)) in iwl_fw_lmac1_set_alive_err_table()
277 trans->dbg.lmac_error_event_table[0] = lmac_error_event_table; in iwl_fw_lmac1_set_alive_err_table()
H A Ddump.c175 u32 val, base = fwrt->trans->dbg.lmac_error_event_table[lmac_num]; in iwl_fwrt_dump_lmac_error_log()
500 if (fwrt->trans->dbg.lmac_error_event_table[1]) in iwl_fwrt_dump_error_logs()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dfw.c116 u32 lmac_error_event_table; in iwl_alive_fn() local
139 lmac_error_event_table = in iwl_alive_fn()
141 iwl_fw_lmac1_set_alive_err_table(trans, lmac_error_event_table); in iwl_alive_fn()
144 trans->dbg.lmac_error_event_table[1] = in iwl_alive_fn()
H A Dd3.c220 mld->trans->dbg.lmac_error_event_table[0], in iwl_mld_check_err_tables()
236 mld->trans->dbg.lmac_error_event_table[1], in iwl_mld_check_err_tables()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c111 u32 lmac_error_event_table, umac_error_table; in iwl_alive_fn() local
211 lmac_error_event_table = in iwl_alive_fn()
213 iwl_fw_lmac1_set_alive_err_table(mvm->trans, lmac_error_event_table); in iwl_alive_fn()
216 mvm->trans->dbg.lmac_error_event_table[1] = in iwl_alive_fn()
H A Dd3.c3108 mvm->trans->dbg.lmac_error_event_table[0], in iwl_mvm_check_rt_status()
3128 mvm->trans->dbg.lmac_error_event_table[1], in iwl_mvm_check_rt_status()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c654 drv->trans->dbg.lmac_error_event_table[0] = addr; in iwl_parse_dbg_tlv_assert_tables()
659 drv->trans->dbg.lmac_error_event_table[1] = addr; in iwl_parse_dbg_tlv_assert_tables()
1257 drv->trans->dbg.lmac_error_event_table[0] = in iwl_parse_tlv_firmware()
H A Diwl-trans.h671 u32 lmac_error_event_table[2]; member