Searched refs:error_info (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/drivers/firmware/efi/
H A Dcper-arm.c89 u64 error_info)
107 if (error_info & CPER_ARM_ERR_VALID_TRANSACTION_TYPE) {
108 trans_type = ((error_info >> CPER_ARM_ERR_TRANSACTION_SHIFT)
116 if (error_info & CPER_ARM_ERR_VALID_OPERATION_TYPE) {
117 op_type = ((error_info >> CPER_ARM_ERR_OPERATION_SHIFT)
141 if (error_info & CPER_ARM_ERR_VALID_LEVEL) {
142 level = ((error_info >> CPER_ARM_ERR_LEVEL_SHIFT)
158 if (error_info & CPER_ARM_ERR_VALID_PROC_CONTEXT_CORRUPT) {
159 proc_context_corrupt = ((error_info >> CPER_ARM_ERR_PC_CORRUPT_SHIFT)
167 if (error_info
88 cper_print_arm_err_info(const char *pfx, u32 type, u64 error_info) argument
[all...]
/linux-master/include/linux/
H A Dcciss_ioctl.h13 ErrorInfo_struct error_info; member in struct:_IOCTL32_Command_struct
21 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL32_Command_struct
H A Dcper.h449 u64 error_info; member in struct:cper_arm_err_info
/linux-master/drivers/md/dm-vdo/
H A Derrors.h58 struct error_info { struct
70 int last_reserved_error, const struct error_info *infos,
H A Dstatus-codes.c13 const struct error_info vdo_status_list[] = {
H A Dstatus-codes.h80 extern const struct error_info vdo_status_list[];
H A Derrors.c15 static const struct error_info successful = { "UDS_SUCCESS", "Success" };
54 static const struct error_info error_list[] = {
75 const struct error_info *infos;
97 static const char *get_error_info(int errnum, const struct error_info **info_ptr)
145 const struct error_info *info = NULL;
182 const struct error_info *info = NULL;
271 int next_free_error, const struct error_info *infos,
279 .last = first_error + (info_size / sizeof(struct error_info)),
/linux-master/sound/core/seq/
H A Dseq.c89 goto error_info;
94 error_info:
/linux-master/include/uapi/linux/
H A Dcciss_ioctl.h44 ErrorInfo_struct error_info; member in struct:_IOCTL_Command_struct
52 ErrorInfo_struct error_info; member in struct:_BIG_IOCTL_Command_struct
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c503 struct pqi_raid_error_info *error_info)
509 job->reply_len = le16_to_cpu(error_info->sense_data_length);
510 memcpy(job->reply, error_info->data,
511 le16_to_cpu(error_info->sense_data_length));
514 get_unaligned_le32(&error_info->data_in_transferred);
523 struct pqi_raid_error_info error_info; local
555 &error_info);
559 reslen = pqi_build_sas_smp_handler_reply(smp_buf, job, &error_info);
501 pqi_build_sas_smp_handler_reply( struct bmic_csmi_smp_passthru_buffer *smp_buf, struct bsg_job *job, struct pqi_raid_error_info *error_info) argument
H A Dsmartpqi_init.c79 struct pqi_raid_error_info *error_info);
721 io_request->error_info = NULL;
768 struct pqi_raid_error_info *error_info)
779 rc = pqi_submit_raid_request_synchronous(ctrl_info, &request.header, 0, error_info);
797 struct pqi_raid_error_info *error_info)
800 buffer, buffer_length, 0, error_info);
970 struct pqi_raid_error_info *error_info)
973 buffer, buffer_length, error_info);
3156 struct pqi_raid_error_info *error_info; local
3166 error_info
766 pqi_send_scsi_raid_request(struct pqi_ctrl_info *ctrl_info, u8 cmd, u8 *scsi3addr, void *buffer, size_t buffer_length, u16 vpd_page, struct pqi_raid_error_info *error_info) argument
795 pqi_send_ctrl_raid_with_error(struct pqi_ctrl_info *ctrl_info, u8 cmd, void *buffer, size_t buffer_length, struct pqi_raid_error_info *error_info) argument
968 pqi_csmi_smp_passthru(struct pqi_ctrl_info *ctrl_info, struct bmic_csmi_smp_passthru_buffer *buffer, size_t buffer_length, struct pqi_raid_error_info *error_info) argument
3257 struct pqi_aio_error_info *error_info; local
4577 pqi_process_raid_io_error_synchronous( struct pqi_raid_error_info *error_info) argument
4605 pqi_submit_raid_request_synchronous(struct pqi_ctrl_info *ctrl_info, struct pqi_iu_header *request, unsigned int flags, struct pqi_raid_error_info *error_info) argument
[all...]
H A Dsmartpqi.h1257 void *error_info; member in struct:pqi_io_request
1699 struct pqi_raid_error_info *error_info);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-hmi.c200 const char *level, *sevstr, *error_info; local
250 error_info = hmi_evt->type < ARRAY_SIZE(hmi_error_types) ?
253 printk("%s Error detail: %s\n", level, error_info);
/linux-master/drivers/scsi/
H A Dconstants.c294 struct error_info { struct
302 * error_info)==16 on 64 bits. Rather, the second element just stores
307 static const struct error_info additional[] =
H A Dpmcraid.c1673 struct pmcraid_ioasc_error *error_info = pmcraid_get_error_info(ioasc); local
1675 if (error_info == NULL ||
1676 cmd->drv_inst->current_log_level < error_info->log_level)
1683 ioasc, error_info->error_string);
H A Dhpsa.c6294 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6295 sizeof(arg32->error_info)))
6325 if (copy_to_user(&arg32->error_info, &arg64.error_info,
6326 sizeof(arg32->error_info)))
6475 memcpy(&iocommand->error_info, c->err_info,
6476 sizeof(iocommand->error_info));
6587 memcpy(&ioc->error_info, c->err_info, sizeof(ioc->error_info));
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c1162 * @error_info: returns error information
1170 u32 *error_info, struct ice_sq_cd *cd)
1178 if (error_info)
1179 *error_info = 0;
1196 if (error_info)
1197 *error_info = le32_to_cpu(resp->error_info);
1651 * @error_info: returns error information
1658 u32 *error_info, struct ice_sq_cd *cd)
1666 if (error_info)
1168 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, bool last_buf, u32 *error_offset, u32 *error_info, struct ice_sq_cd *cd) argument
1656 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, bool last_buf, u32 *error_offset, u32 *error_info, struct ice_sq_cd *cd) argument
[all...]
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c2395 u32 *error_info = hisi_sas_status_buf_addr_mem(slot); local
2408 error_info[0], error_info[1],
2409 error_info[2], error_info[3]);
H A Dhisi_sas_v3_hw.c2348 u32 *error_info = hisi_sas_status_buf_addr_mem(slot); local
2356 error_info[0], error_info[1],
2357 error_info[2], error_info[3]);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c41 le32_to_cpu(err_resp->error_info));
H A Dcommands.h431 __le32 error_info; member in struct:iwl_error_resp
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h477 u32 *error_offset, u32 *error_info,
H A Di40e_common.c5410 * @error_info: returns error information
5415 u32 *error_offset, u32 *error_info,
5441 if (error_info)
5442 *error_info = le32_to_cpu(resp->error_info);
5413 i40e_aq_write_ddp(struct i40e_hw *hw, void *buff, u16 buff_size, u32 track_id, u32 *error_offset, u32 *error_info, struct i40e_asq_cmd_details *cmd_details) argument
H A Di40e_adminq_cmd.h1277 __le32 error_info; member in struct:i40e_aqc_write_ddp_resp
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h530 __le32 error_info; member in struct:il_error_resp

Completed in 405 milliseconds

12