| libATA Developer's Guide | ||
|---|---|---|
| <<< Previous | Next >>> | |
ATA port to which the command is addressed
ATA device to which the command is addressed
SCSI command to execute
SCSI command completion function
-- undescribed --
Our ->queuecommand function has decided that the SCSI command issued can be directly translated into an ATA command, rather than handled internally.
This function sets up an ata_queued_cmd structure for the SCSI command, and sends that ata_queued_cmd to the hardware.
| <<< Previous | Home | Next >>> |
| ata_scsi_rw_xlat | Up | ata_scsi_rbuf_get |