Searched refs:scsi_noretry_cmd (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/
H A Dscsi_priv.h102 bool scsi_noretry_cmd(struct scsi_cmnd *scmd);
H A Dscsi_error.c198 if (!scsi_noretry_cmd(scmd) &&
1822 * scsi_noretry_cmd - determine if command should be failed fast
1825 bool scsi_noretry_cmd(struct scsi_cmnd *scmd) function
2054 if (scsi_cmd_retry_allowed(scmd) && !scsi_noretry_cmd(scmd)) {
2204 if (scsi_device_online(sdev) && !scsi_noretry_cmd(scmd) &&
H A Dscsi_lib.c1073 if (unlikely(blk_stat && scsi_noretry_cmd(cmd))) {

Completed in 232 milliseconds