Home
last modified time | relevance | path

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

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