other versions
- stretch 4.9.168-1
ATA_SCSI_START_STOP_(9) | libata SCSI translation/emulat | ATA_SCSI_START_STOP_(9) |
NAME¶
ata_scsi_start_stop_xlat - Translate SCSI START STOP UNIT commandSYNOPSIS¶
unsigned int ata_scsi_start_stop_xlat(struct ata_queued_cmd * qc);
ARGUMENTS¶
qcStorage for translated ATA taskfile
DESCRIPTION¶
Sets up an ATA taskfile to issue STANDBY (to stop) or READ VERIFY (to start). Perhaps these commands should be preceded by CHECK POWER MODE to see what power mode the device is already in. [See SAT revision 5 at www.t10.org]LOCKING: spin_lock_irqsave(host lock)
RETURN¶
Zero on success, non-zero on error.AUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |