Home
last modified time | relevance | path

Searched refs:HARDWARE_ERROR (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dconstants.h192 #define HARDWARE_ERROR 0x04 macro
/openbmc/linux/include/scsi/
H A Dscsi_proto.h221 #define HARDWARE_ERROR 0x04 macro
/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c598 vscsi_makeup_sense(s, req, HARDWARE_ERROR, 0, 0); in vscsi_request_cancelled()
723 vscsi_makeup_sense(s, req, HARDWARE_ERROR, 0, 0); in vscsi_inquiry_no_target()
774 vscsi_makeup_sense(s, req, HARDWARE_ERROR, 0, 0); in vscsi_report_luns()
/openbmc/linux/drivers/usb/storage/
H A Dtransport.c854 srb->sense_buffer[1] = HARDWARE_ERROR; in usb_stor_invoke_transport()
856 srb->sense_buffer[2] = HARDWARE_ERROR; in usb_stor_invoke_transport()
/openbmc/qemu/scsi/
H A Dutils.c177 .key = HARDWARE_ERROR, .asc = 0x44, .ascq = 0x00
/openbmc/linux/drivers/cdrom/
H A Dgdrom.c77 {HARDWARE_ERROR, "Hardware error"},
/openbmc/linux/drivers/ata/
H A Dlibata-scsi.c823 {0x61, HARDWARE_ERROR, 0x00, 0x00}, in ata_to_sense_error()
838 {0x02, HARDWARE_ERROR, 0x00, 0x00}, in ata_to_sense_error()
864 {0x20, HARDWARE_ERROR, 0x44, 0x00}, in ata_to_sense_error()
/openbmc/linux/drivers/scsi/aacraid/
H A Daachba.c1210 HARDWARE_ERROR, SENCODE_INTERNAL_TARGET_FAILURE, in aac_bounds_32()
2401 HARDWARE_ERROR, SENCODE_INTERNAL_TARGET_FAILURE, in io_callback()
2630 HARDWARE_ERROR, SENCODE_INTERNAL_TARGET_FAILURE, in synchronize_callback()
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst178 * - ``HARDWARE_ERROR``
/openbmc/linux/drivers/scsi/
H A Dscsi_error.c694 case HARDWARE_ERROR: in scsi_check_sense()
H A Dsd.c2175 case HARDWARE_ERROR: in sd_done()
H A Ddc395x.c3201 case HARDWARE_ERROR: in srb_done()
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c3055 if (sshdr.sense_key == HARDWARE_ERROR && in ibmvscsis_fast_fail()
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c3212 sshdr.sense_key == HARDWARE_ERROR && in pqi_process_raid_io_error()
3327 scsi_build_sense(scmd, 0, HARDWARE_ERROR, 0x3e, 0x1); in pqi_process_aio_io_error()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c5809 (scmd->sense_buffer[2] == HARDWARE_ERROR))) in _scsih_io_done()