Lines Matching refs:SCSI
19 3.4 SCSI Error handling
53 UFS has a layered communication architecture which is based on SCSI
63 protocol agnostic, however SCSI has been selected as a baseline
66 UFS supports subset of SCSI commands defined by SPC-4 and SBC-3.
69 It handles SCSI commands supported by UFS specification.
113 The UFS host controller driver is based on Linux SCSI Framework.
115 SCSI Midlayer and PCIe based UFS host controllers.
129 Transfer request handling module of UFSHCD receives SCSI commands
130 from SCSI Midlayer, forms UPIUs and issues the UPIUs to UFS Host
132 host controller in the form of UPIUs and intimates the SCSI Midlayer
141 3.4 SCSI Error handling
144 This is done through UFSHCD SCSI error handling routines registered
145 with SCSI Midlayer. Examples of some of the error handling commands
146 issues by SCSI Midlayer are Abort task, Lun reset and host reset.
148 SCSI Midlayer through .eh_abort_handler, .eh_device_reset_handler and