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 <https://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
34 Design of the Linux SCSI subsystem
37 The SCSI subsystem uses a three layer design, with upper, mid, and low
38 layers. Every operation involving the SCSI subsystem (such as reading a
40 layer driver, one lower layer driver, and the SCSI midlayer.
42 The SCSI upper layer provides the interface between userspace and the
44 The SCSI lower layer contains drivers for specific hardware devices.
46 In between is the SCSI mid-layer, analogous to a network routing layer
47 such as the IPv4 stack. The SCSI mid-layer routes a packet based data
53 SCSI upper layer
59 sd (SCSI Disk)
64 sr (SCSI CD-ROM)
69 st (SCSI Tape)
74 sg (SCSI Generic)
79 ch (SCSI Media Changer)
84 SCSI mid layer
87 SCSI midlayer implementation
99 Main file for the SCSI midlayer.
107 `SCSI Common Access
117 Common SCSI error/timeout handling routines.
134 Handle ioctl() calls for SCSI devices.
142 SCSI queuing library.
150 SCSI library functions depending on DMA (map and unmap scatter-gather
160 system and the SCSI device drivers It is mainly used for debugging,
189 allocate and setup a scsi_device for it. If target is SCSI-3 or up,
206 SCSI sysfs interface routines.
214 mid to lowlevel SCSI driver interface
230 Transport classes are service libraries for drivers in the SCSI lower
246 attributes for the iSCSI class, which sends SCSI packets over TCP/IP
252 Serial Attached SCSI (SAS) transport class
256 attributes for Serial Attached SCSI, a variant of SATA aimed at large
264 In addition to the basic SCSI core objects this transport class
285 Parallel SCSI (SPI) transport class
289 attributes for traditional (fast/wide/ultra) SCSI busses.
294 SCSI RDMA (SRP) transport class
298 attributes for SCSI over Remote Direct Memory Access.
303 SCSI lower layer
309 Many modern device controllers use the SCSI command set as a protocol to
313 In SCSI language a bus capable of carrying SCSI commands is called a
334 Parallel (fast/wide/ultra) SCSI, USB, SATA, SAS, Fibre Channel,