Translate scsi verify command into an ata one
unsigned int ata_scsi_verify_xlat(struct ata_queued_cmd * qc);
qc
Storage for translated ATA taskfile
Converts SCSI VERIFY command to an ATA READ VERIFY command.
spin_lock_irqsave(host lock)
Zero on success, non-zero on error.
Jeff Garzik
Author.