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

123

/linux-master/drivers/edac/
H A Damd64_edac.c2700 enum hw_event_mc_err_type err_type; local
2704 err_type = HW_EVENT_ERR_CORRECTED;
2706 err_type = HW_EVENT_ERR_UNCORRECTED;
2708 err_type = HW_EVENT_ERR_DEFERRED;
2738 edac_mc_handle_error(err_type, mci, 1,
/linux-master/arch/sparc/kernel/
H A Dtraps_64.c1812 /*0x13*/u8 err_type; member in struct:sun4v_error_entry
1984 printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type));
2100 if (local_copy.err_type == SUN4V_ERR_TYPE_SHUTDOWN_RQST) {
/linux-master/fs/bcachefs/
H A Dbtree_io.c542 enum bch_sb_error_id err_type,
568 bch2_sb_error_count(c, err_type);
572 ret = bch2_fsck_err(c, FSCK_CAN_FIX, err_type, "%s", out.buf);
535 __btree_err(int ret, struct bch_fs *c, struct bch_dev *ca, struct btree *b, struct bset *i, int write, bool have_retry, enum bch_sb_error_id err_type, const char *fmt, ...) argument
/linux-master/kernel/trace/
H A Dtrace_events_synth.c75 static void synth_err(u8 err_type, u16 err_pos) argument
82 err_type, err_pos);
H A Dtrace_probe.c175 void __trace_probe_log_err(int offset, int err_type) argument
214 trace_probe_err_text, err_type, pos + offset);
H A Dtrace_events_hist.c801 static void hist_err(struct trace_array *tr, u8 err_type, u16 err_pos) argument
807 err_type, err_pos);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed.h984 enum qed_hw_err_type err_type);
H A Dqed_debug.c7183 u8 source, err_type, i, is_cleanup; local
7199 err_type = GET_FIELD(element->dword0, IGU_FIFO_ELEMENT_DWORD0_ERR_TYPE);
7203 if (err_type >= ARRAY_SIZE(s_igu_fifo_error_strs))
7303 s_igu_fifo_error_strs[err_type]);
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c3859 void qedf_schedule_hw_err_handler(void *dev, enum qed_hw_err_type err_type) argument
3865 err_type);
3873 switch (err_type) {
3890 err_type);
/linux-master/include/uapi/drm/
H A Dhabanalabs_accel.h1220 * @err_type: The type of event as defined in hl_info_fw_err_type.
1227 __u16 err_type; member in struct:hl_info_fw_err_event
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c3759 void amdgpu_ras_get_error_type_name(uint32_t err_type, char *err_type_name) argument
3764 switch (err_type) {
3833 uint32_t err_type,
3856 amdgpu_ras_get_error_type_name(err_type, err_type_name);
3827 amdgpu_ras_inst_query_ras_error_count(struct amdgpu_device *adev, const struct amdgpu_ras_err_status_reg_entry *reg_list, uint32_t reg_list_size, const struct amdgpu_ras_memory_id_entry *mem_list, uint32_t mem_list_size, uint32_t instance, uint32_t err_type, unsigned long *err_count) argument
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.c1547 switch (mr_status.sig_err.err_type) {
1564 mr_status.sig_err.err_type,
/linux-master/drivers/nvme/host/
H A Drdma.c2096 switch (mr_status.sig_err.err_type) {
2108 mr_status.sig_err.err_type, mr_status.sig_err.expected,
/linux-master/drivers/nvme/target/
H A Drdma.c558 switch (mr_status.sig_err.err_type) {
570 mr_status.sig_err.err_type,
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c2285 mr_status->sig_err.err_type = IB_SIG_BAD_GUARD;
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h3563 * @err_type: The type of error detected (or reported).
3567 * (applicable when err_type is HL_INFO_FW_REPORTED_ERR).
3570 enum hl_info_fw_err_type err_type; member in struct:hl_info_fw_err_info
/linux-master/include/linux/
H A Dpci.h2690 void pci_uevent_ers(struct pci_dev *pdev, enum pci_ers_result err_type);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2430 u32 err_type = BNXT_EVENT_ERROR_REPORT_TYPE(data1); local
2432 switch (err_type) {
2486 err_type);
/linux-master/net/netfilter/
H A Dnf_tables_api.c7792 goto err_type;
7843 err_type:
/linux-master/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c7844 fw_err_info.err_type = HL_INFO_FW_REPORTED_ERR;

Completed in 800 milliseconds

123