Home
last modified time | relevance | path

Searched refs:error_id (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddump.c25 u32 error_id; /* type of error */ member
80 u32 error_id; /* type of error */ member
114 fwrt->dump.umac_err_id = table.error_id; in iwl_fwrt_dump_umac_error_log()
122 if ((table.error_id & ~FW_SYSASSERT_CPU_MASK) == in iwl_fwrt_dump_umac_error_log()
129 IWL_ERR(fwrt, "0x%08X | %s\n", table.error_id, in iwl_fwrt_dump_umac_error_log()
130 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_umac_error_log()
189 fwrt->dump.lmac_err_id[lmac_num] = table.error_id; in iwl_fwrt_dump_lmac_error_log()
201 IWL_ERR(fwrt, "0x%08X | %-28s\n", table.error_id, in iwl_fwrt_dump_lmac_error_log()
202 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_lmac_error_log()
247 u32 error_id; member
[all …]
/linux/drivers/edac/
H A Dversalnet_edac.c152 u32 error_id; member
591 u32 length, offset, error_id; in rpmsg_cb() local
604 error_id = result[ERROR_ID]; in rpmsg_cb()
630 mc_priv->error_id = error_id; in rpmsg_cb()
633 switch (error_id) { in rpmsg_cb()
705 "[VERSAL_EDAC_ERR_ID: %d] Error type: %s", error_id, err_str); in rpmsg_cb()
/linux/drivers/staging/most/dim2/
H A Dhal.h100 void dimcb_on_error(u8 error_id, const char *error_message);
H A Dhal.c58 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 Ddim2.c151 void dimcb_on_error(u8 error_id, const char *error_message) in dimcb_on_error() argument
153 pr_err("%s: error_id - %d, error_message - %s\n", __func__, error_id, in dimcb_on_error()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c428 u32 error_id; in iwlagn_mac_resume() member
472 err_info.valid, err_info.error_id); in iwlagn_mac_resume()
473 if (err_info.error_id == RF_KILL_INDICATOR_FOR_WOWLAN) { in iwlagn_mac_resume()
H A Dmain.c1657 IWL_ERR(priv, "0x%08X | %-28s\n", table.error_id, in iwl_dump_nic_error_log()
1658 desc_lookup(table.error_id)); in iwl_dump_nic_error_log()
H A Dcommands.h364 u32 error_id; /* type of error */ member
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.h472 __be32 error_id; member