Lines Matching defs:error_info

79 	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;
3166 error_info = io_request->error_info;
3167 scsi_status = error_info->status;
3170 switch (error_info->data_out_result) {
3175 get_unaligned_le32(&error_info->data_out_transferred);
3209 sense_data_length = get_unaligned_le16(&error_info->sense_data_length);
3212 get_unaligned_le16(&error_info->response_data_length);
3214 if (sense_data_length > sizeof(error_info->data))
3215 sense_data_length = sizeof(error_info->data);
3218 scsi_normalize_sense(error_info->data,
3244 memcpy(scmd->sense_buffer, error_info->data,
3257 struct pqi_aio_error_info *error_info;
3265 error_info = io_request->error_info;
3271 switch (error_info->service_response) {
3273 scsi_status = error_info->status;
3276 switch (error_info->status) {
3283 &error_info->residual_count);
3329 if (error_info->data_present) {
3331 get_unaligned_le16(&error_info->data_length);
3333 if (sense_data_length > sizeof(error_info->data))
3334 sense_data_length = sizeof(error_info->data);
3337 memcpy(scmd->sense_buffer, error_info->data,
3465 io_request->error_info = ctrl_info->error_buffer +
4578 struct pqi_raid_error_info *error_info)
4582 switch (error_info->data_out_result) {
4584 if (error_info->status == SAM_STAT_GOOD)
4588 if (error_info->status == SAM_STAT_GOOD ||
4589 error_info->status == SAM_STAT_CHECK_CONDITION)
4607 struct pqi_raid_error_info *error_info)
4655 if (error_info) {
4656 if (io_request->error_info)
4657 memcpy(error_info, io_request->error_info, sizeof(*error_info));
4659 memset(error_info, 0, sizeof(*error_info));
4660 } else if (rc == 0 && io_request->error_info) {
4661 rc = pqi_process_raid_io_error_synchronous(io_request->error_info);
6814 memset(&iocommand.error_info, 0, sizeof(iocommand.error_info));
6818 iocommand.error_info.ScsiStatus = ciss_error_info.scsi_status;
6819 iocommand.error_info.CommandStatus =
6824 sizeof(iocommand.error_info.SenseInfo))
6826 sizeof(iocommand.error_info.SenseInfo);
6827 memcpy(iocommand.error_info.SenseInfo,
6829 iocommand.error_info.SenseLen = sense_data_length;
9010 io_request->error_info =