Lines Matching refs:SCSI
2 SCSI Interfaces Guide
19 Although the old parallel (fast/wide/ultra) SCSI bus has largely fallen
20 out of use, the SCSI command set is more widely used than ever to
23 The `SCSI protocol <http://www.t10.org/scsi-3.htm>`__ is a big-endian
24 peer-to-peer packet based protocol. SCSI commands are 6, 10, 12, or 16
27 SCSI commands can be transported over just about any kind of bus, and
29 Fibre Channel, FireWire, and ATAPI devices. SCSI packets are also
35 Design of the Linux SCSI subsystem
38 The SCSI subsystem uses a three layer design, with upper, mid, and low
39 layers. Every operation involving the SCSI subsystem (such as reading a
41 layer driver, one lower layer driver, and the SCSI midlayer.
43 The SCSI upper layer provides the interface between userspace and the
45 The SCSI lower layer contains drivers for specific hardware devices.
47 In between is the SCSI mid-layer, analogous to a network routing layer
48 such as the IPv4 stack. The SCSI mid-layer routes a packet based data
54 SCSI upper layer
60 sd (SCSI Disk)
65 sr (SCSI CD-ROM)
70 st (SCSI Tape)
75 sg (SCSI Generic)
80 ch (SCSI Media Changer)
85 SCSI mid layer
88 SCSI midlayer implementation
100 Main file for the SCSI midlayer.
108 `SCSI Common Access
118 Common SCSI error/timeout handling routines.
135 Handle ioctl() calls for SCSI devices.
143 SCSI queuing library.
151 SCSI library functions depending on DMA (map and unmap scatter-gather
161 system and the SCSI device drivers It is mainly used for debugging,
191 allocate and setup a scsi_device for it. If target is SCSI-3 or up,
208 SCSI sysfs interface routines.
216 mid to lowlevel SCSI driver interface
232 Transport classes are service libraries for drivers in the SCSI lower
248 attributes for the iSCSI class, which sends SCSI packets over TCP/IP
254 Serial Attached SCSI (SAS) transport class
258 attributes for Serial Attached SCSI, a variant of SATA aimed at large
266 In addition to the basic SCSI core objects this transport class
287 Parallel SCSI (SPI) transport class
291 attributes for traditional (fast/wide/ultra) SCSI busses.
296 SCSI RDMA (SRP) transport class
300 attributes for SCSI over Remote Direct Memory Access.
305 SCSI lower layer
311 Many modern device controllers use the SCSI command set as a protocol to
315 In SCSI language a bus capable of carrying SCSI commands is called a
336 Parallel (fast/wide/ultra) SCSI, USB, SATA, SAS, Fibre Channel,