Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c300 priv->device_pointers.error_event_table = in iwl_alive_fn()
Ddev.h908 u32 error_event_table; member
Dmac80211.c487 base = priv->device_pointers.error_event_table; in iwlagn_mac_resume()
Dmain.c1627 base = priv->device_pointers.error_event_table; in iwl_dump_nic_error_log()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dfw.c233 mvm->error_event_table[0] = le32_to_cpu(lmac1->error_event_table_ptr); in iwl_alive_fn()
235 mvm->error_event_table[1] = in iwl_alive_fn()
Dutils.c600 iwl_mvm_dump_lmac_error_log(mvm, mvm->error_event_table[0]); in iwl_mvm_dump_nic_error_log()
602 if (mvm->error_event_table[1]) in iwl_mvm_dump_nic_error_log()
603 iwl_mvm_dump_lmac_error_log(mvm, mvm->error_event_table[1]); in iwl_mvm_dump_nic_error_log()
Dmvm.h810 u32 error_event_table[2]; member
Dd3.c1547 u32 base = mvm->error_event_table[0]; in iwl_mvm_get_wakeup_status()