1ATA_SCSI_VERIFY_XLAT(9) libata SCSI translation/emulat ATA_SCSI_VERIFY_XLAT(9)
2
3
4
6 ata_scsi_verify_xlat - Translate SCSI VERIFY command into an ATA one
7
9 unsigned int ata_scsi_verify_xlat(struct ata_queued_cmd * qc);
10
12 qc
13 Storage for translated ATA taskfile
14
16 Converts SCSI VERIFY command to an ATA READ VERIFY command.
17
19 spin_lock_irqsave(host lock)
20
22 Zero on success, non-zero on error.
23
25 Jeff Garzik
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 ATA_SCSI_VERIFY_XLAT(9)