1ATA_SCSI_START_STOP_(9) libata SCSI translation/emulat ATA_SCSI_START_STOP_(9)
2
3
4
6 ata_scsi_start_stop_xlat - Translate SCSI START STOP UNIT command
7
9 unsigned int ata_scsi_start_stop_xlat(struct ata_queued_cmd * qc);
10
12 qc
13 Storage for translated ATA taskfile
14
16 Sets up an ATA taskfile to issue STANDBY (to stop) or READ VERIFY (to
17 start). Perhaps these commands should be preceded by CHECK POWER MODE
18 to see what power mode the device is already in. [See SAT revision 5 at
19 www.t10.org]
20
22 spin_lock_irqsave(host lock)
23
25 Zero on success, non-zero on error.
26
28 Jeff Garzik
29 Author.
30
32Kernel Hackers Manual 3.10 June 2019 ATA_SCSI_START_STOP_(9)