Lines Matching refs:SCSI
17 3.4 SCSI Error handling
45 UFS has a layered communication architecture which is based on SCSI
54 protocol agnostic, however SCSI has been selected as a baseline
56 UFS supports subset of SCSI commands defined by SPC-4 and SBC-3.
57 * UCS: It handles SCSI commands supported by UFS specification.
94 The UFS host controller driver is based on Linux SCSI Framework.
96 SCSI Midlayer and PCIe based UFS host controllers.
108 Transfer request handling module of UFSHCD receives SCSI commands
109 from SCSI Midlayer, forms UPIUs and issues the UPIUs to UFS Host
111 host controller in the form of UPIUs and intimates the SCSI Midlayer
119 3.4 SCSI Error handling
121 This is done through UFSHCD SCSI error handling routines registered
122 with SCSI Midlayer. Examples of some of the error handling commands
123 issues by SCSI Midlayer are Abort task, Lun reset and host reset.
125 SCSI Midlayer through .eh_abort_handler, .eh_device_reset_handler and