Lines Matching refs:SCSI
19 3.4 SCSI Error handling
55 UFS has a layered communication architecture which is based on SCSI
65 protocol agnostic, however SCSI has been selected as a baseline
68 UFS supports a subset of SCSI commands defined by SPC-4 and SBC-3.
71 It handles SCSI commands supported by UFS specification.
115 The UFS host controller driver is based on the Linux SCSI Framework.
117 the SCSI Midlayer and PCIe-based UFS host controllers.
131 Transfer request handling module of UFSHCD receives SCSI commands
132 from the SCSI Midlayer, forms UPIUs and issues the UPIUs to the UFS Host
134 host controller in the form of UPIUs and intimates the SCSI Midlayer
143 3.4 SCSI Error handling
146 This is done through UFSHCD SCSI error handling routines registered
147 with the SCSI Midlayer. Examples of some of the error handling commands
148 issues by the SCSI Midlayer are Abort task, LUN reset and host reset.
150 SCSI Midlayer through .eh_abort_handler, .eh_device_reset_handler and