Name

ata_eh_qc_retry — Tell midlayer to retry an ATA command after EH

Synopsis

void ata_eh_qc_retry (struct ata_queued_cmd * qc);

Arguments

qc

Command to retry

Description

Indicate to the mid and upper layers that an ATA command should be retried. To be used from EH.

SCSI midlayer limits the number of retries to scmd->allowed. This function might need to adjust scmd->retries for commands which get retried due to unrelated NCQ failures.