Home
last modified time | relevance | path

Searched refs:DID_MEDIUM_ERROR (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/scsi/
Dscsi.h472 #define DID_MEDIUM_ERROR 0x13 /* Medium error */ macro
/linux-4.1.27/drivers/scsi/
Dscsi_error.c576 set_host_byte(scmd, DID_MEDIUM_ERROR); in scsi_check_sense()
Dscsi_lib.c776 case DID_MEDIUM_ERROR: in __scsi_error_from_host_byte()