Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_priv.h29 SCSIML_STAT_TGT_FAILURE = 0x04, /* Permanent target failure */ enumerator
H A Dscsi_error.c682 set_scsi_ml_byte(scmd, SCSIML_STAT_TGT_FAILURE); in scsi_check_sense()
698 set_scsi_ml_byte(scmd, SCSIML_STAT_TGT_FAILURE); in scsi_check_sense()
708 set_scsi_ml_byte(scmd, SCSIML_STAT_TGT_FAILURE); in scsi_check_sense()
H A Dscsi_lib.c602 case SCSIML_STAT_TGT_FAILURE: in scsi_result_to_blk_status()