Home
last modified time | relevance | path

Searched refs:err_info (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.4/drivers/firmware/efi/
Dcper-arm.c242 struct cper_arm_err_info *err_info; in cper_print_proc_arm() local
249 proc->err_info_num * (sizeof(*err_info))); in cper_print_proc_arm()
274 err_info = (struct cper_arm_err_info *)(proc + 1); in cper_print_proc_arm()
278 printk("%snum errors: %d\n", pfx, err_info->multiple_error + 1); in cper_print_proc_arm()
280 if (err_info->validation_bits & CPER_ARM_INFO_VALID_FLAGS) { in cper_print_proc_arm()
281 if (err_info->flags & CPER_ARM_INFO_FLAGS_FIRST) in cper_print_proc_arm()
283 if (err_info->flags & CPER_ARM_INFO_FLAGS_LAST) in cper_print_proc_arm()
285 if (err_info->flags & CPER_ARM_INFO_FLAGS_PROPAGATED) in cper_print_proc_arm()
288 if (err_info->flags & CPER_ARM_INFO_FLAGS_OVERFLOW) in cper_print_proc_arm()
293 printk("%serror_type: %d, %s\n", newpfx, err_info->type, in cper_print_proc_arm()
[all …]
Dcper-x86.c259 struct cper_ia_err_info *err_info; in cper_print_proc_ia() local
275 err_info = (struct cper_ia_err_info *)(proc + 1); in cper_print_proc_ia()
279 err_type = cper_get_err_type(&err_info->err_type); in cper_print_proc_ia()
286 &err_info->err_type); in cper_print_proc_ia()
289 if (err_info->validation_bits & INFO_VALID_CHECK_INFO) { in cper_print_proc_ia()
291 err_info->check_info); in cper_print_proc_ia()
298 err_info->check_info); in cper_print_proc_ia()
302 if (err_info->validation_bits & INFO_VALID_TARGET_ID) { in cper_print_proc_ia()
304 newpfx, err_info->target_id); in cper_print_proc_ia()
307 if (err_info->validation_bits & INFO_VALID_REQUESTOR_ID) { in cper_print_proc_ia()
[all …]
/Linux-v5.4/drivers/dma/qcom/
Dhidma_ll.c162 tre->err_info = 0; in hidma_ll_request()
188 static int hidma_post_completed(struct hidma_lldev *lldev, u8 err_info, in hidma_post_completed() argument
221 tre->err_info = err_info; in hidma_post_completed()
240 u32 err_info, err_code, evre_write_off; in hidma_handle_tre_completion() local
262 err_info = cfg >> HIDMA_EVRE_ERRINFO_BIT_POS; in hidma_handle_tre_completion()
263 err_info &= HIDMA_EVRE_ERRINFO_MASK; in hidma_handle_tre_completion()
267 if (hidma_post_completed(lldev, err_info, err_code)) in hidma_handle_tre_completion()
303 void hidma_cleanup_pending_tre(struct hidma_lldev *lldev, u8 err_info, in hidma_cleanup_pending_tre() argument
307 if (hidma_post_completed(lldev, err_info, err_code)) in hidma_cleanup_pending_tre()
538 tre->err_info = 0; in hidma_ll_queue_request()
Dhidma.h41 u8 err_info; /* error record in this transfer */ member
156 void hidma_cleanup_pending_tre(struct hidma_lldev *llhndl, u8 err_info,
Dhidma_dbg.c32 seq_printf(s, "err_info = 0x%x\n", tre->err_info); in hidma_ll_chstats()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmsix.c123 const char *err_info; in msix_request_irq() local
151 err_info = "general"; in msix_request_irq()
156 err_info = "sdma"; in msix_request_irq()
161 err_info = "receive context"; in msix_request_irq()
174 err_info, irq, idx, ret); in msix_request_irq()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_io.c1451 le32_to_cpu(cqe->cqe_info.err_info.err_warn_bitmap_hi), in qedf_process_warning_compl()
1452 le32_to_cpu(cqe->cqe_info.err_info.err_warn_bitmap_lo)); in qedf_process_warning_compl()
1455 le32_to_cpu(cqe->cqe_info.err_info.tx_buf_off), in qedf_process_warning_compl()
1456 le32_to_cpu(cqe->cqe_info.err_info.rx_buf_off), in qedf_process_warning_compl()
1457 le32_to_cpu(cqe->cqe_info.err_info.rx_id)); in qedf_process_warning_compl()
1461 ((u64)cqe->cqe_info.err_info.err_warn_bitmap_hi << 32) | in qedf_process_warning_compl()
1462 (u64)cqe->cqe_info.err_info.err_warn_bitmap_lo; in qedf_process_warning_compl()
1477 cqe->cqe_info.err_info.rx_buf_off; in qedf_process_warning_compl()
1479 cqe->cqe_info.err_info.tx_buf_off; in qedf_process_warning_compl()
1480 io_req->rx_id = cqe->cqe_info.err_info.rx_id; in qedf_process_warning_compl()
[all …]
Dqedf_hsi.h176 struct fcoe_err_report_entry err_info; member
/Linux-v5.4/drivers/scsi/
Dhpsa.c376 if (c->err_info->SenseLen > sizeof(c->err_info->SenseInfo)) in check_for_unit_attention()
377 sense_len = sizeof(c->err_info->SenseInfo); in check_for_unit_attention()
379 sense_len = c->err_info->SenseLen; in check_for_unit_attention()
381 decode_sense_data(c->err_info->SenseInfo, sense_len, in check_for_unit_attention()
425 if (c->err_info->CommandStatus != CMD_TARGET_STATUS || in check_for_busy()
426 (c->err_info->ScsiStatus != SAM_STAT_BUSY && in check_for_busy()
427 c->err_info->ScsiStatus != SAM_STAT_TASK_SET_FULL)) in check_for_busy()
2524 u8 tmf_status = cp->err_info->ScsiStatus; in hpsa_evaluate_tmf_status()
2561 ei = cp->err_info; in complete_scsi_command()
2853 c->err_info->CommandStatus = CMD_CTLR_LOCKUP; in hpsa_scsi_do_simple_cmd()
[all …]
Dhpsa_cmd.h431 struct ErrorInfo *err_info; /* pointer to the allocated mem */ member
469 u32 err_info; /* 0x0C - 0x0F */ member
/Linux-v5.4/drivers/net/fjes/
Dfjes_regs.h75 __le32 err_info:14; member
Dfjes_trace.h36 __entry->cr_err_info = cr->bits.err_info;
Dfjes_hw.c399 switch (cr.bits.err_info) { in fjes_hw_issue_request_command()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dmac80211.c436 } err_info; in iwlagn_mac_resume() local
480 &err_info, sizeof(err_info)); in iwlagn_mac_resume()
482 if (err_info.valid) { in iwlagn_mac_resume()
484 err_info.valid, err_info.error_id); in iwlagn_mac_resume()
485 if (err_info.error_id == RF_KILL_INDICATOR_FOR_WOWLAN) { in iwlagn_mac_resume()
/Linux-v5.4/drivers/edac/
Damd64_edac.h397 struct err_info { struct
474 struct err_info *);
Damd64_edac.c692 struct err_info *err) in error_address_to_page_and_offset()
1279 struct err_info *err) in k8_map_sysaddr_to_csrow()
2141 struct err_info *err) in f1x_map_sysaddr_to_csrow()
2495 static void __log_ecc_error(struct mem_ctl_info *mci, struct err_info *err, in __log_ecc_error()
2550 struct err_info err; in decode_bus_error()
2597 struct err_info err; in decode_umc_error()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1904 } err_info; in iwl_mvm_check_rt_status() local
1907 &err_info, sizeof(err_info)); in iwl_mvm_check_rt_status()
1909 if (err_info.valid && in iwl_mvm_check_rt_status()
1910 err_info.error_id == RF_KILL_INDICATOR_FOR_WOWLAN) { in iwl_mvm_check_rt_status()
1916 return err_info.valid; in iwl_mvm_check_rt_status()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c84 goto err_info; in mlx4_en_create_tx_ring()
151 err_info: in mlx4_en_create_tx_ring()
Den_rx.c305 goto err_info; in mlx4_en_create_rx_ring()
314 err_info: in mlx4_en_create_rx_ring()
/Linux-v5.4/drivers/block/
Dskd_main.c181 struct fit_comp_error_info err_info; member
1416 switch (skd_check_status(skdev, cmp_status, &skreq->err_info)) { in skd_resolve_req_exception()
1547 skreq->err_info = *skerr; in skd_isr_completion_posted()
/Linux-v5.4/kernel/trace/
Dtrace.c6951 struct err_info { struct
6960 struct err_info info; argument