Searched refs:err_type (Results 1 - 25 of 70) sorted by relevance

123

/linux-master/drivers/firmware/efi/
H A Dcper-x86.c87 static enum err_types cper_get_err_type(const guid_t *err_type) argument
89 if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_CACHE))
91 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_TLB))
93 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_BUS))
95 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_MS))
161 u8 err_type = CHECK_MS_ERR_TYPE(check); local
163 printk("%sError Type: %u, %s\n", pfx, err_type,
164 err_type < ARRAY_SIZE(ia_check_ms_error_type_strs) ?
165 ia_check_ms_error_type_strs[err_type] : "unknown");
184 static void print_err_info(const char *pfx, u8 err_type, u6 argument
263 u8 err_type; local
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dnvram.h46 unsigned int err_type, unsigned int err_seq);
48 unsigned int * err_type, unsigned int *err_seq);
85 int length, unsigned int *err_type,
91 unsigned int err_type,
H A Dmachdep.h77 void (*log_error)(char *buf, unsigned int err_type, int fatal);
237 static inline void log_error(char *buf, unsigned int err_type, int fatal) argument
240 ppc_md.log_error(buf, err_type, fatal);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_devlink.h18 int qed_report_fatal_error(struct devlink *dl, enum qed_hw_err_type err_type);
H A Dqed_devlink.c19 enum qed_hw_err_type err_type; member in struct:qed_fw_fatal_ctx
22 int qed_report_fatal_error(struct devlink *devlink, enum qed_hw_err_type err_type) argument
26 .err_type = err_type,
H A Dqed_hw.h326 * @err_type: Err Type.
334 enum qed_hw_err_type err_type,
/linux-master/drivers/edac/
H A Dqcom_edac.c129 qcom_llcc_clear_error_status(int err_type, struct llcc_drv_data *drv) argument
133 switch (err_type) {
165 err_type);
176 static void get_reg_offsets(struct llcc_drv_data *drv, int err_type, argument
181 switch (err_type) {
207 dump_syn_reg_values(struct llcc_drv_data *drv, u32 bank, int err_type) argument
209 struct llcc_edac_reg_data reg_data = edac_reg_data[err_type];
214 get_reg_offsets(drv, err_type, &regs);
249 return qcom_llcc_clear_error_status(err_type, drv);
253 dump_syn_reg(struct edac_device_ctl_info *edev_ctl, int err_type, u3 argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Drtasd.c198 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) argument
211 switch (err_type & ERR_TYPE_MASK) {
214 if (!(err_type & ERR_FLAG_BOOT))
226 if (logging_enabled && !(err_type & ERR_FLAG_BOOT))
227 nvram_write_error_log(buf, len, err_type, error_log_cnt);
235 if ((err_type & ERR_TYPE_MASK) == ERR_TYPE_RTAS_LOG)
247 switch (err_type & ERR_TYPE_MASK) {
460 unsigned int err_type ; local
466 &err_type, &error_log_cnt);
470 if (err_type !
[all...]
H A Dmce.c376 const char *level, *sevstr, *subtype, *err_type, *initiator; local
486 err_type = "UE";
497 err_type = "SLB";
506 err_type = "ERAT";
515 err_type = "TLB";
524 err_type = "User";
533 err_type = "Real address";
542 err_type = "Link";
551 err_type = "D-Cache";
555 err_type
[all...]
H A Dnvram_64.c182 unsigned int err_type,
195 info.error_type = cpu_to_be32(err_type);
220 int length, unsigned int *err_type,
251 *err_type = be32_to_cpu(info.error_type);
388 unsigned int err_type = ERR_TYPE_KERNEL_PANIC; local
403 err_type = ERR_TYPE_KERNEL_PANIC_GZ;
406 (int) (sizeof(*oops_hdr) + record->size), err_type,
424 unsigned int err_type, id_no, size = 0; local
491 if (nvram_read_partition(part, buff, part->size, &err_type, &id_no)) {
523 if (err_type
180 nvram_write_os_partition(struct nvram_os_partition *part, char *buff, int length, unsigned int err_type, unsigned int error_log_cnt) argument
219 nvram_read_partition(struct nvram_os_partition *part, char *buff, int length, unsigned int *err_type, unsigned int *error_log_cnt) argument
655 unsigned int err_type = ERR_TYPE_KERNEL_PANIC_GZ; local
[all...]
/linux-master/include/rdma/
H A Dsignature.h117 enum ib_sig_err_type err_type; member in struct:ib_sig_err
/linux-master/arch/powerpc/platforms/pseries/
H A Dnvram.c134 unsigned int err_type, unsigned int error_log_cnt)
137 err_type, error_log_cnt);
153 unsigned int *err_type, unsigned int *error_log_cnt)
156 err_type, error_log_cnt);
133 nvram_write_error_log(char * buff, int length, unsigned int err_type, unsigned int error_log_cnt) argument
152 nvram_read_error_log(char *buff, int length, unsigned int *err_type, unsigned int *error_log_cnt) argument
/linux-master/arch/mips/sgi-ip27/
H A Dip27-berr.c29 static char *err_type[2][8] = { local
58 pr_info("Error type is %s\n", err_type[st1.pi_stat1_fmt.s1_rw_rb]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.h121 enum amdgpu_ras_eeprom_err_type err_type; member in struct:eeprom_table_record
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cnv_dbgfs.c127 u8 err_type; local
140 err_type = CNV_ERROR_TYPE_GET(ae_errors->latest_err);
141 err_info = get_err_info(err_type, ae_errors->latest_err);
146 cnv_error_names[err_type], err_info);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcgx_fw_if.h211 * Both err_type and current link status will be updated
213 * In case of CGX_STAT_SUCCESS, err_type will be CGX_ERR_NONE and current
221 uint64_t err_type:10; member in struct:cgx_lnk_sts
/linux-master/drivers/misc/
H A Dsmpro-errmon.c303 unsigned int err_type; local
321 err_type = (val & BIT(1)) ? BIT(1) :
324 if (!err_type)
335 if (err_type & BIT(2)) {
347 ret = regmap_write(errmon->regmap, err_info->type, err_type);
/linux-master/include/ras/
H A Dras_event.h100 TP_PROTO(const unsigned int err_type,
113 TP_ARGS(err_type, error_msg, label, error_count, mc_index,
133 __entry->error_type = err_type;
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec.h60 int err_type; member in struct:sec_req
H A Dsec_crypto.h80 u8 err_type; member in struct:bd_status
/linux-master/fs/bcachefs/
H A Derror.h169 enum bch_sb_error_id err_type,
167 bch2_bkey_fsck_err(struct bch_fs *c, struct printbuf *err_msg, enum bch_sb_error_id err_type, const char *fmt, ...) argument
/linux-master/drivers/pci/controller/
H A Dpcie-hisi-error.c55 u16 err_type; member in struct:hisi_pcie_error_data
228 dev_info(dev, "Error type = 0x%x\n", edata->err_type);
/linux-master/include/linux/
H A Dedac.h121 static inline char *mc_event_error_type(const unsigned int err_type) argument
123 switch (err_type) {
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h939 static inline u8 be_check_error(struct be_adapter *adapter, u32 err_type) argument
941 return (adapter->err_flags & err_type);
944 static inline void be_set_error(struct be_adapter *adapter, int err_type) argument
948 adapter->err_flags |= err_type;
954 static inline void be_clear_error(struct be_adapter *adapter, int err_type) argument
956 adapter->err_flags &= ~err_type;
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_fdma.c476 u32 err_type = spx5_rd(sparx5, FDMA_ERRORS); local
480 err, err_type);
482 spx5_wr(err_type, sparx5, FDMA_ERRORS);

Completed in 370 milliseconds

123