Home
last modified time | relevance | path

Searched refs:umac_error_event_table (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dfw.c218 u32 umac_error_event_table; in iwl_alive_fn() local
239 umac_error_event_table = le32_to_cpu(umac->error_info_addr); in iwl_alive_fn()
241 if (!umac_error_event_table) { in iwl_alive_fn()
243 } else if (umac_error_event_table >= in iwl_alive_fn()
246 mvm->umac_error_event_table = umac_error_event_table; in iwl_alive_fn()
250 mvm->umac_error_event_table, in iwl_alive_fn()
Dmvm.h812 u32 umac_error_event_table; member
Dutils.c464 iwl_trans_read_mem_bytes(trans, mvm->umac_error_event_table, &table, in iwl_mvm_dump_umac_error_log()