/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dump.c | 32 u32 error_id; /* type of error */ member 87 u32 error_id; /* type of error */ member 132 fwrt->dump.umac_err_id = table.error_id; in iwl_fwrt_dump_umac_error_log() 147 if ((table.error_id & ~FW_SYSASSERT_CPU_MASK) == in iwl_fwrt_dump_umac_error_log() 154 IWL_ERR(fwrt, "0x%08X | %s\n", table.error_id, in iwl_fwrt_dump_umac_error_log() 155 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_umac_error_log() 214 fwrt->dump.lmac_err_id[lmac_num] = table.error_id; in iwl_fwrt_dump_lmac_error_log() 233 IWL_ERR(fwrt, "0x%08X | %-28s\n", table.error_id, in iwl_fwrt_dump_lmac_error_log() 234 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_lmac_error_log() 279 u32 error_id; member 348 u32 error_id; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 301 u32 error_id; /* type of error */ member 348 u32 error_id; /* type of error */ member 403 u32 error_id; /* type of error */ member 436 mvm->fwrt.dump.umac_err_id = table.error_id; in iwl_mvm_dump_umac_error_log() 444 IWL_ERR(mvm, "0x%08X | %s\n", table.error_id, in iwl_mvm_dump_umac_error_log() 445 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_mvm_dump_umac_error_log() 502 mvm->fwrt.dump.lmac_err_id[lmac_num] = table.error_id; in iwl_mvm_dump_lmac_error_log() 514 IWL_ERR(mvm, "0x%08X | %-28s\n", table.error_id, in iwl_mvm_dump_lmac_error_log() 515 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_mvm_dump_lmac_error_log()
|
/kernel/linux/linux-5.10/drivers/staging/most/dim2/ |
H A D | hal.h | 100 void dimcb_on_error(u8 error_id, const char *error_message);
|
H A D | dim2.c | 143 * @error_id: Error ID 146 void dimcb_on_error(u8 error_id, const char *error_message) in dimcb_on_error() argument 148 pr_err("%s: error_id - %d, error_message - %s\n", __func__, error_id, in dimcb_on_error()
|
H A D | hal.c | 58 static inline bool dim_on_error(u8 error_id, const char *error_message) in dim_on_error() argument 60 dimcb_on_error(error_id, error_message); in dim_on_error()
|
/kernel/linux/linux-6.6/drivers/staging/most/dim2/ |
H A D | hal.h | 100 void dimcb_on_error(u8 error_id, const char *error_message);
|
H A D | hal.c | 58 static inline bool dim_on_error(u8 error_id, const char *error_message) in dim_on_error() argument 60 dimcb_on_error(error_id, error_message); in dim_on_error()
|
H A D | dim2.c | 146 * @error_id: Error ID 149 void dimcb_on_error(u8 error_id, const char *error_message) in dimcb_on_error() argument 151 pr_err("%s: error_id - %d, error_message - %s\n", __func__, error_id, in dimcb_on_error()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 436 u32 error_id; in iwlagn_mac_resume() member 485 err_info.valid, err_info.error_id); in iwlagn_mac_resume() 486 if (err_info.error_id == RF_KILL_INDICATOR_FOR_WOWLAN) { in iwlagn_mac_resume()
|
H A D | main.c | 1647 IWL_ERR(priv, "0x%08X | %-28s\n", table.error_id, in iwl_dump_nic_error_log() 1648 desc_lookup(table.error_id)); in iwl_dump_nic_error_log()
|
H A D | commands.h | 417 u32 error_id; /* type of error */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 431 u32 error_id; in iwlagn_mac_resume() member 480 err_info.valid, err_info.error_id); in iwlagn_mac_resume() 481 if (err_info.error_id == RF_KILL_INDICATOR_FOR_WOWLAN) { in iwlagn_mac_resume()
|
H A D | main.c | 1640 IWL_ERR(priv, "0x%08X | %-28s\n", table.error_id, in iwl_dump_nic_error_log() 1641 desc_lookup(table.error_id)); in iwl_dump_nic_error_log()
|
H A D | commands.h | 364 u32 error_id; /* type of error */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.h | 507 __be32 error_id; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.h | 466 __be32 error_id; member
|