Name

ata_scsi_simulate — simulate SCSI command on ATA device

Synopsis

void ata_scsi_simulate (struct ata_device * dev,
 struct scsi_cmnd * cmd);
 

Arguments

struct ata_device * dev

the target device

struct scsi_cmnd * cmd

SCSI command being sent to device.

Description

Interprets and directly executes a select list of SCSI commands that can be handled internally.

LOCKING: spin_lock_irqsave(host lock)