ata_scsi_simulate — simulate SCSI command on ATA device
void ata_scsi_simulate ( | struct ata_port * | ap, |
struct ata_device * | dev, | |
struct scsi_cmnd * | cmd, | |
void (* | done)
( struct scsi_cmnd *) ) ; |
ap
port the device is connected to
dev
the target device
cmd
SCSI command being sent to device.
done
SCSI command completion function.