Rechercher une page de manuel
i2o_scsi_queuecommand
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
i2o_scsi_queuecommand - queue a SCSI commandSYNOPSIS
- int i2o_scsi_queuecommand(struct scsi_cmnd * SCpnt, void (*done) (struct scsi_cmnd *));
ARGUMENTS
SCpnt
- scsi command pointer
done
- callback for completion
DESCRIPTION
Issue a scsi command asynchronously. Return 0 on success or 1 if we hit an error (normally message queue congestion). The only minor complication here is that I2O deals with the device addressing so we have to map the bus/dev/lun back to an I2O handle as well as faking absent devices ourself.
LOCKS
takes the controller lock on error path only
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre