Home
last modified time | relevance | path

Searched refs:SCSI_CMD_RETRIES_NO_LIMIT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dscsi_priv.h19 #define SCSI_CMD_RETRIES_NO_LIMIT -1 macro
H A Dscsi_error.c119 if (cmd->allowed == SCSI_CMD_RETRIES_NO_LIMIT) in scsi_cmd_retry_allowed()
1362 if (scmd->allowed == SCSI_CMD_RETRIES_NO_LIMIT) in scsi_eh_get_sense()
H A Dscsi_lib.c666 if (cmd->allowed == SCSI_CMD_RETRIES_NO_LIMIT) in scsi_cmd_runtime_exceeced()
H A Dsd.c612 if (retries == SCSI_CMD_RETRIES_NO_LIMIT || retries <= SD_MAX_RETRIES) { in max_retries_store()