Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_priv.h30 SCSIML_STAT_DL_TIMEOUT = 0x05, /* Command Duration Limit timeout */ enumerator
H A Dscsi_error.c632 set_scsi_ml_byte(scmd, SCSIML_STAT_DL_TIMEOUT); in scsi_check_sense()
744 set_scsi_ml_byte(scmd, SCSIML_STAT_DL_TIMEOUT); in scsi_check_sense()
1903 if (scsi_ml_byte(scmd->result) == SCSIML_STAT_DL_TIMEOUT) in scsi_noretry_cmd()
H A Dscsi_lib.c711 case SCSIML_STAT_DL_TIMEOUT: in scsi_result_to_blk_status()