1ATA_SCSI_SIMULATE(9) libata SCSI translation/emulat ATA_SCSI_SIMULATE(9)
2
3
4
6 ata_scsi_simulate - simulate SCSI command on ATA device
7
9 void ata_scsi_simulate(struct ata_device * dev,
10 struct scsi_cmnd * cmd);
11
13 dev
14 the target device
15
16 cmd
17 SCSI command being sent to device.
18
20 Interprets and directly executes a select list of SCSI commands that
21 can be handled internally.
22
24 spin_lock_irqsave(host lock)
25
27 Jeff Garzik
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 ATA_SCSI_SIMULATE(9)