Home
last modified time | relevance | path

Searched refs:DID_TARGET_FAILURE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/scsi/
Dscsi.h182 #define DID_TARGET_FAILURE 0x10 /* Permanent target failure, do not retry on macro
/linux-4.4.14/drivers/scsi/
Dscsi_error.c574 set_host_byte(scmd, DID_TARGET_FAILURE); in scsi_check_sense()
590 set_host_byte(scmd, DID_TARGET_FAILURE); in scsi_check_sense()
597 set_host_byte(scmd, DID_TARGET_FAILURE); in scsi_check_sense()
Dstorvsc_drv.c885 set_host_byte(scmnd, DID_TARGET_FAILURE); in storvsc_handle_error()
913 set_host_byte(scmnd, DID_TARGET_FAILURE); in storvsc_handle_error()
Dvirtio_scsi.c185 set_host_byte(sc, DID_TARGET_FAILURE); in virtscsi_complete_cmd()
Dscsi_lib.c765 case DID_TARGET_FAILURE: in __scsi_error_from_host_byte()