Lines Matching refs:scsi

43 typically Documentation/scsi . Most documents are in plain
46 at http://web.archive.org/web/20070107183357rn_1/sg.torque.net/scsi/.
48 briefly described in scsi.txt which contains a url to a document
51 scsi-generic.txt (for the sg driver).
61 the drivers/scsi directory. For example, a driver called "xyz" has a header
67 their own directory under the drivers/scsi directory.
70 drivers/scsi directory) will need some attention: Makefile and Kconfig .
142 scsi devices of which only the first 2 respond:
164 *** For scsi devices that the mid level tries to scan but do not
278 *** For scsi devices that the mid level tries to scan but do not
326 towards the end of include/scsi/scsi_device.h . If an LLD wants to keep
369 scsi_add_device - creates new scsi device (lu) instance
378 scsi_register - create and register a scsi host adapter instance.
381 scsi_report_bus_reset - report scsi _bus_ reset observed
391 * scsi_add_device - creates new scsi device (lu) instance
392 * @shost: pointer to scsi host instance
403 * Notes: This call is usually performed internally during a scsi
405 * should only be called if the HBA becomes aware of a new scsi
410 * Defined in: drivers/scsi/scsi_scan.c
419 * @shost: pointer to scsi host instance
420 * @dev: pointer to struct device of type scsi class
433 * Defined in: drivers/scsi/hosts.c
453 * Defined in: drivers/scsi/scsi.c [see source code for more notes]
469 * Defined in: drivers/scsi/scsicam.c
486 * Defined in: drivers/scsi/scsi_lib.c
492 * scsi_host_alloc - create a scsi host adapter instance and perform basic
494 * @sht: pointer to scsi host template
510 * Defined in: drivers/scsi/hosts.c .
526 * Defined in: drivers/scsi/hosts.c
545 * Defined in: drivers/scsi/hosts.c
564 * Defined in: drivers/scsi/scsicam.c
571 * scsi_register - create and register a scsi host adapter instance.
572 * @sht: pointer to scsi host template
585 * Defined in: drivers/scsi/hosts.c .
593 * @sdev: a pointer to a scsi device instance
599 * Notes: If an LLD becomes aware that a scsi device (lu) has
601 * the removal of that scsi device. If successful this call will
605 * Defined in: drivers/scsi/scsi_sysfs.c .
612 * @shost: a pointer to a scsi host instance
622 * Defined in: drivers/scsi/hosts.c .
628 * scsi_report_bus_reset - report scsi _bus_ reset observed
629 * @shost: a pointer to a scsi host involved
630 * @channel: channel (within) host on which scsi bus reset occurred
642 * Defined in: drivers/scsi/scsi_error.c .
649 * @shost: a pointer to a scsi host instance
655 * Defined in: drivers/scsi/scsi_scan.c
678 * Defined in: drivers/scsi/scsi.c .
692 * Defined in: drivers/scsi/scsi_lib.c .
699 * @shp: pointer to scsi host instance to unregister.
710 * Defined in: drivers/scsi/hosts.c .
733 The interface functions are also described in the include/scsi/scsi_host.h
749 proc_info - supports /proc/scsi/{driver_name}/{host_no}
750 queuecommand - queue scsi command, invoke 'done' on completion
761 * @sdev: pointer to scsi device context (defined in
762 * include/scsi/scsi_device.h)
974 * proc_info - supports /proc/scsi/{driver_name}/{host_no}
984 * (e.g. "echo some_string > /proc/scsi/xyz/2")
986 * (e.g. "cat /proc/scsi/xyz/2")
996 * support can now be configured out of the scsi subsystem.
1005 * queuecommand - queue scsi command, invoke scp->scsi_done on completion
1006 * @shost: pointer to the scsi host object
1007 * @scp: pointer to scsi command object
1110 * prior to its initial scan. The corresponding scsi device may not
1115 * For more details see the include/scsi/scsi_host.h file.
1138 * For more details see the include/scsi/scsi_host.h file.
1180 proc_name - name used in "/proc/scsi/<proc_name>/<host_no>" and
1186 The structure is defined and commented in include/scsi/scsi_host.h
1205 this_id - scsi id of host (scsi initiator) or -1 if not known
1243 The scsi_host structure is defined in include/scsi/scsi_host.h
1250 The structure is defined in include/scsi/scsi_device.h
1284 in the LSB. See include/scsi/scsi.h status_byte(),
1326 The scsi_cmnd structure is defined in include/scsi/scsi_cmnd.h
1377 the SCSI subsystem now has its own (much smaller) drivers/scsi/Kconfig