Query: ata_scsi_simulate
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATA_SCSI_SIMULATE(9) libata SCSI translation/emulat ATA_SCSI_SIMULATE(9)NAMEata_scsi_simulate - simulate SCSI command on ATA deviceSYNOPSISvoid ata_scsi_simulate(struct ata_device * dev, struct scsi_cmnd * cmd, void (*done) (struct scsi_cmnd *));ARGUMENTSdev the target device cmd SCSI command being sent to device. done SCSI command completion function.DESCRIPTIONInterprets and directly executes a select list of SCSI commands that can be handled internally.LOCKINGspin_lock_irqsave(host lock)AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 ATA_SCSI_SIMULATE(9)