Home
last modified time | relevance | path

Searched refs:error_id (Results 1 – 5 of 5) 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()
181 fwrt->dump.lmac_err_id[lmac_num] = table.error_id; in iwl_fwrt_dump_lmac_error_log()
193 IWL_ERR(fwrt, "0x%08X | %-28s\n", table.error_id, in iwl_fwrt_dump_lmac_error_log()
194 iwl_fw_lookup_assert_desc(table.error_id)); in iwl_fwrt_dump_lmac_error_log()
210 u32 error_id; member
[all …]
/linux/include/drm/
H A Ddrm_ras.h60 int (*query_error_counter)(struct drm_ras_node *node, u32 error_id,
72 int (*clear_error_counter)(struct drm_ras_node *node, u32 error_id);
/linux/drivers/edac/
H A Dversalnet_edac.c154 u32 error_id; member
593 u32 length, offset, error_id; in rpmsg_cb() local
606 error_id = result[ERROR_ID]; in rpmsg_cb()
632 mc_priv->error_id = error_id; in rpmsg_cb()
635 switch (error_id) { in rpmsg_cb()
707 "[VERSAL_EDAC_ERR_ID: %d] Error type: %s", error_id, err_str); in rpmsg_cb()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
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