Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/iwlwifi/fw/
HDdbg.h275 u32 lmac_error_event_table) in iwl_fw_lmac1_set_alive_err_table() argument
279 WARN_ON(trans->dbg.lmac_error_event_table[0] != in iwl_fw_lmac1_set_alive_err_table()
280 lmac_error_event_table)) in iwl_fw_lmac1_set_alive_err_table()
281 trans->dbg.lmac_error_event_table[0] = lmac_error_event_table; in iwl_fw_lmac1_set_alive_err_table()
HDdump.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()
/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDfw.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()
HDd3.c3057 mvm->trans->dbg.lmac_error_event_table[0], in iwl_mvm_check_rt_status()
3071 mvm->trans->dbg.lmac_error_event_table[1], NULL)) in iwl_mvm_check_rt_status()
/freebsd-head/sys/contrib/dev/iwlwifi/
HDiwl-drv.c675 drv->trans->dbg.lmac_error_event_table[0] = addr; in iwl_parse_dbg_tlv_assert_tables()
680 drv->trans->dbg.lmac_error_event_table[1] = addr; in iwl_parse_dbg_tlv_assert_tables()
1266 drv->trans->dbg.lmac_error_event_table[0] = in iwl_parse_tlv_firmware()
HDiwl-trans.h685 u32 lmac_error_event_table[2]; member