Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dscsi.h467 #define DID_TARGET_FAILURE 0x10 /* Permanent target failure, do not retry on macro
/linux-4.1.27/drivers/scsi/
Dscsi_error.c569 set_host_byte(scmd, DID_TARGET_FAILURE); in scsi_check_sense()
585 set_host_byte(scmd, DID_TARGET_FAILURE); in scsi_check_sense()
592 set_host_byte(scmd, DID_TARGET_FAILURE); in scsi_check_sense()
Dstorvsc_drv.c1062 set_host_byte(scmnd, DID_TARGET_FAILURE); in storvsc_handle_error()
1089 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.c764 case DID_TARGET_FAILURE: in __scsi_error_from_host_byte()