Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A Dcper-x86.c260 struct cper_ia_err_info *err_info; in cper_print_proc_ia() local
276 err_info = (struct cper_ia_err_info *)(proc + 1); in cper_print_proc_ia()
280 err_type = cper_get_err_type(&err_info->err_type); in cper_print_proc_ia()
287 &err_info->err_type); in cper_print_proc_ia()
290 if (err_info->validation_bits & INFO_VALID_CHECK_INFO) { in cper_print_proc_ia()
292 err_info->check_info); in cper_print_proc_ia()
299 err_info->check_info); in cper_print_proc_ia()
303 if (err_info->validation_bits & INFO_VALID_TARGET_ID) { in cper_print_proc_ia()
305 newpfx, err_info->target_id); in cper_print_proc_ia()
308 if (err_info->validation_bits & INFO_VALID_REQUESTOR_ID) { in cper_print_proc_ia()
[all …]
/linux/drivers/misc/
H A Dsmpro-errmon.c233 struct smpro_error_hdr *err_info; in smpro_overflow_data_read() local
237 err_info = &smpro_error_table[channel]; in smpro_overflow_data_read()
239 ret = regmap_read(errmon->regmap, err_info->count, &err_count); in smpro_overflow_data_read()
252 struct smpro_error_hdr *err_info; in smpro_error_data_read() local
256 err_info = &smpro_error_table[channel]; in smpro_error_data_read()
258 ret = regmap_read(errmon->regmap, err_info->count, &err_count); in smpro_error_data_read()
261 if (ret || !err_count || err_count > err_info->max_cnt) in smpro_error_data_read()
264 ret = regmap_read(errmon->regmap, err_info->len, &err_length); in smpro_error_data_read()
272 ret = regmap_noinc_read(errmon->regmap, err_info->data, err_data, err_length); in smpro_error_data_read()
277 ret = regmap_write(errmon->regmap, err_info->count, 0x100); in smpro_error_data_read()
[all …]
/linux/drivers/dma/qcom/
H A 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()
H A Dhidma.h41 u8 err_info; /* error record in this transfer */ member
156 void hidma_cleanup_pending_tre(struct hidma_lldev *llhndl, u8 err_info,
H A Dhidma_dbg.c32 seq_printf(s, "err_info = 0x%x\n", tre->err_info); in hidma_ll_chstats()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cnv_dbgfs.c126 s16 err_info; in qat_cnv_errors_seq_show() local
141 err_info = get_err_info(err_type, ae_errors->latest_err); in qat_cnv_errors_seq_show()
146 cnv_error_names[err_type], err_info); in qat_cnv_errors_seq_show()
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_flash.c41 struct iosm_ebl_error *err_info = payload_rsp; in ipc_flash_proc_check_ebl_rsp() local
47 if (!err_info->error[i].error_code) { in ipc_flash_proc_check_ebl_rsp()
49 err_info->error[i].error_class, in ipc_flash_proc_check_ebl_rsp()
50 err_info->error[i].error_code); in ipc_flash_proc_check_ebl_rsp()
/linux/drivers/scsi/qedf/
H A Dqedf_io.c1447 le32_to_cpu(cqe->cqe_info.err_info.err_warn_bitmap_hi), in qedf_process_warning_compl()
1448 le32_to_cpu(cqe->cqe_info.err_info.err_warn_bitmap_lo)); in qedf_process_warning_compl()
1451 le32_to_cpu(cqe->cqe_info.err_info.tx_buf_off), in qedf_process_warning_compl()
1452 le32_to_cpu(cqe->cqe_info.err_info.rx_buf_off), in qedf_process_warning_compl()
1453 le32_to_cpu(cqe->cqe_info.err_info.rx_id)); in qedf_process_warning_compl()
1457 ((u64)cqe->cqe_info.err_info.err_warn_bitmap_hi << 32) | in qedf_process_warning_compl()
1458 (u64)cqe->cqe_info.err_info.err_warn_bitmap_lo; in qedf_process_warning_compl()
1473 cqe->cqe_info.err_info.rx_buf_off; in qedf_process_warning_compl()
1475 cqe->cqe_info.err_info.tx_buf_off; in qedf_process_warning_compl()
1476 io_req->rx_id = cqe->cqe_info.err_info.rx_id; in qedf_process_warning_compl()
[all …]
H A Dqedf_hsi.h176 struct fcoe_err_report_entry err_info; member
/linux/drivers/scsi/
H A Dhpsa.c382 if (c->err_info->SenseLen > sizeof(c->err_info->SenseInfo)) in check_for_unit_attention()
383 sense_len = sizeof(c->err_info->SenseInfo); in check_for_unit_attention()
385 sense_len = c->err_info->SenseLen; in check_for_unit_attention()
387 decode_sense_data(c->err_info->SenseInfo, sense_len, in check_for_unit_attention()
431 if (c->err_info->CommandStatus != CMD_TARGET_STATUS || in check_for_busy()
432 (c->err_info->ScsiStatus != SAM_STAT_BUSY && in check_for_busy()
433 c->err_info->ScsiStatus != SAM_STAT_TASK_SET_FULL)) in check_for_busy()
2534 u8 tmf_status = cp->err_info->ScsiStatus; in hpsa_evaluate_tmf_status()
2571 ei = cp->err_info; in complete_scsi_command()
2860 c->err_info->CommandStatus = CMD_CTLR_LOCKUP; in hpsa_scsi_do_simple_cmd()
[all …]
H A Dhpsa_cmd.h436 struct ErrorInfo *err_info; /* pointer to the allocated mem */ member
483 u32 err_info; /* 0x0C - 0x0F */ member
/linux/drivers/net/fjes/
H A Dfjes_regs.h75 __le32 err_info:14; member
H A Dfjes_trace.h36 __entry->cr_err_info = cr->bits.err_info;
H A Dfjes_hw.c428 switch (cr.bits.err_info) { in fjes_hw_issue_request_command()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-h264.c85 u8 err_info[RKV_ERROR_INFO_SIZE]; member
354 offset = offsetof(struct rkvdec_h264_priv_tbl, err_info); in config_registers()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c299 goto err_info; in mlx4_en_create_rx_ring()
308 err_info: in mlx4_en_create_rx_ring()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c4085 struct hal_rx_wbm_rel_info err_info; in ath11k_dp_rx_process_wbm_err() local
4110 ret = ath11k_hal_wbm_desc_parse_err(ab, rx_desc, &err_info); in ath11k_dp_rx_process_wbm_err()
4118 buf_id = FIELD_GET(DP_RXDMA_BUF_COOKIE_BUF_ID, err_info.cookie); in ath11k_dp_rx_process_wbm_err()
4119 mac_id = FIELD_GET(DP_RXDMA_BUF_COOKIE_PDEV_ID, err_info.cookie); in ath11k_dp_rx_process_wbm_err()
4145 if (err_info.push_reason != in ath11k_dp_rx_process_wbm_err()
4151 rxcb->err_rel_src = err_info.err_rel_src; in ath11k_dp_rx_process_wbm_err()
4152 rxcb->err_code = err_info.err_code; in ath11k_dp_rx_process_wbm_err()
/linux/kernel/trace/
H A Dtrace.c6765 struct err_info { struct
6774 struct err_info info; argument