Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_priv.h29 SCSIML_STAT_TGT_FAILURE = 0x04, /* Permanent target failure */ enumerator
H A Dscsi_error.c683 set_scsi_ml_byte(scmd, SCSIML_STAT_TGT_FAILURE); in scsi_check_sense()
699 set_scsi_ml_byte(scmd, SCSIML_STAT_TGT_FAILURE); in scsi_check_sense()
709 set_scsi_ml_byte(scmd, SCSIML_STAT_TGT_FAILURE); in scsi_check_sense()
H A Dscsi_lib.c700 case SCSIML_STAT_TGT_FAILURE: in scsi_result_to_blk_status()