Searched refs:lmac_error_event_table (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dbg.h | 326 u32 lmac_error_event_table) in iwl_fw_lmac1_set_alive_err_table() 330 WARN_ON(trans->dbg.lmac_error_event_table[0] != in iwl_fw_lmac1_set_alive_err_table() 331 lmac_error_event_table)) in iwl_fw_lmac1_set_alive_err_table() 332 trans->dbg.lmac_error_event_table[0] = lmac_error_event_table; in iwl_fw_lmac1_set_alive_err_table() 325 iwl_fw_lmac1_set_alive_err_table(struct iwl_trans *trans, u32 lmac_error_event_table) iwl_fw_lmac1_set_alive_err_table() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dbg.h | 271 u32 lmac_error_event_table) in iwl_fw_lmac1_set_alive_err_table() 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() 270 iwl_fw_lmac1_set_alive_err_table(struct iwl_trans *trans, u32 lmac_error_event_table) iwl_fw_lmac1_set_alive_err_table() argument
|
H A D | dump.c | 175 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 225 u32 lmac_error_event_table, umac_error_table; in iwl_alive_fn() local 272 lmac_error_event_table = in iwl_alive_fn() 274 iwl_fw_lmac1_set_alive_err_table(mvm->trans, lmac_error_event_table); in iwl_alive_fn() 277 mvm->trans->dbg.lmac_error_event_table[1] = in iwl_alive_fn()
|
H A D | utils.c | 465 u32 val, base = mvm->trans->dbg.lmac_error_event_table[lmac_num]; in iwl_mvm_dump_lmac_error_log() 578 if (mvm->trans->dbg.lmac_error_event_table[1]) in iwl_mvm_dump_nic_error_log()
|
H A D | d3.c | 2074 mvm->trans->dbg.lmac_error_event_table[0], in iwl_mvm_check_rt_status() 2088 mvm->trans->dbg.lmac_error_event_table[1], NULL)) in iwl_mvm_check_rt_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 122 u32 lmac_error_event_table, umac_error_table; in iwl_alive_fn() local 222 lmac_error_event_table = in iwl_alive_fn() 224 iwl_fw_lmac1_set_alive_err_table(mvm->trans, lmac_error_event_table); in iwl_alive_fn() 227 mvm->trans->dbg.lmac_error_event_table[1] = in iwl_alive_fn()
|
H A D | d3.c | 2717 mvm->trans->dbg.lmac_error_event_table[0], in iwl_mvm_check_rt_status() 2731 mvm->trans->dbg.lmac_error_event_table[1], NULL)) in iwl_mvm_check_rt_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-drv.c | 654 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() 1251 drv->trans->dbg.lmac_error_event_table[0] = in iwl_parse_tlv_firmware()
|
H A D | iwl-trans.h | 817 * @lmac_error_event_table: addrs of lmacs error tables 849 u32 lmac_error_event_table[2]; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 759 * @lmac_error_event_table: addrs of lmacs error tables 785 u32 lmac_error_event_table[2]; member
|
H A D | iwl-drv.c | 1172 drv->trans->dbg.lmac_error_event_table[0] = in iwl_parse_tlv_firmware()
|
Completed in 24 milliseconds