• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:scsi

5  *      Linux scsi disk driver
12 * Support loadable low-level scsi drivers.
13 * - Jirka Hanika <geo@ff.cuni.cz> support more scsi disks using
57 #include <scsi/scsi.h>
58 #include <scsi/scsi_cmnd.h>
59 #include <scsi/scsi_dbg.h>
60 #include <scsi/scsi_device.h>
61 #include <scsi/scsi_driver.h>
62 #include <scsi/scsi_eh.h>
63 #include <scsi/scsi_host.h>
64 #include <scsi/scsi_ioctl.h>
65 #include <scsi/scsicam.h>
416 * @sdp: scsi device to operate one
497 * sd_init_command - build a scsi (read or write) command from
499 * @SCpnt: pointer to mid-level's per scsi command structure that
500 * contains request and into which the scsi command is written
591 * the scsi cdrom driver must be able to handle this because
596 * and not force the scsi disk driver to use bounce buffers
772 * sd_open - open a scsi disk device
855 * scsi disk.
920 * down in the scsi subsystem.
1036 * For removable scsi disk we have to recognise the presence
1197 * driver has completed (successfully or otherwise) a scsi command.
2299 * new scsi device is attached to the system. It is called once
2300 * for each scsi device (not just disks) present.
2303 * Returns 0 if successful (or not interested in this scsi device
2306 * Note: this function is invoked from the scsi mid-level.
2405 * sd_remove - called whenever a scsi disk (previously recognized by
2408 * @sdp: pointer to mid level scsi device object
2410 * Note: this function is invoked from the scsi mid-level.
2560 * Note: this function registers this driver with the scsi mid-level.
2612 * Note: this function unregisters this driver from the scsi mid-level.