Searched refs:HARDWARE_ERROR (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/include/scsi/ |
H A D | constants.h | 192 #define HARDWARE_ERROR 0x04 macro
|
/openbmc/linux/include/scsi/ |
H A D | scsi_proto.h | 221 #define HARDWARE_ERROR 0x04 macro
|
/openbmc/qemu/hw/scsi/ |
H A D | spapr_vscsi.c | 598 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 D | transport.c | 854 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 D | utils.c | 177 .key = HARDWARE_ERROR, .asc = 0x44, .ascq = 0x00
|
/openbmc/linux/drivers/cdrom/ |
H A D | gdrom.c | 77 {HARDWARE_ERROR, "Hardware error"},
|
/openbmc/linux/drivers/ata/ |
H A D | libata-scsi.c | 823 {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 D | aachba.c | 1210 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 D | dtx.rst | 178 * - ``HARDWARE_ERROR``
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_error.c | 694 case HARDWARE_ERROR: in scsi_check_sense()
|
H A D | sd.c | 2175 case HARDWARE_ERROR: in sd_done()
|
H A D | dc395x.c | 3201 case HARDWARE_ERROR: in srb_done()
|
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 3055 if (sshdr.sense_key == HARDWARE_ERROR && in ibmvscsis_fast_fail()
|
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 3212 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 D | mpt3sas_scsih.c | 5809 (scmd->sense_buffer[2] == HARDWARE_ERROR))) in _scsih_io_done()
|