Rechercher une page de manuel
ata_scsi_simulate
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
ata_scsi_simulate - simulate SCSI command on ATA deviceSYNOPSIS
- void ata_scsi_simulate(struct ata_device * dev, struct scsi_cmnd * cmd, void (*done) (struct scsi_cmnd *));
ARGUMENTS
dev
- the target device
cmd
- SCSI command being sent to device.
done
- SCSI command completion function.
DESCRIPTION
Interprets and directly executes a select list of SCSI commands that can be handled internally.
LOCKING
spin_lock_irqsave(host lock)
AUTHOR
Jeff Garzik
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre