Lines Matching +full:forward +full:- +full:channel
3 This protocol allows information about a SCSI channel to be collected,
5 channel even if those devices are not boot devices. This protocol is attached
6 to the device handle of each SCSI channel in a system that the protocol
8 a Block I/O driver for SCSI hard drives and SCSI CD-ROM or DVD drives to
11 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
12 SPDX-License-Identifier: BSD-2-Clause-Patent
25 /// Forward reference for pure ANSI compatability
57 #define EFI_SCSI_STATUS_TARGET_INTERMEDIATE_CONDITION_MET 0x14 // intermediate-condition met
101 /// value of 2 is Reserved for Bi-Directional SCSI commands.
124 /// A Null-terminated Unicode string that represents the printable name of the SCSI controller.
128 /// A Null-terminated Unicode string that represents the printable name of the SCSI channel.
132 /// The Target ID of the host adapter on the SCSI channel.
136 /// Additional information on the attributes of the SCSI channel.
147 the SCSI channel. This function supports both blocking I/O and
148 non-blocking I/O. The blocking I/O functionality is required,
149 and the non-blocking I/O functionality is optional.
158 @param Event If non-blocking I/O is not supported then Event
162 supported, then non-blocking I/O is performed,
209 on a SCSI channel.
213 SCSI device present on the SCSI channel.
215 the next SCSI device present on a SCSI channel.
218 a SCSI channel.
220 present on the SCSI channel. On output, a pointer
222 SCSI channel.
225 channel was returned in Target and Lun.
226 @retval EFI_NOT_FOUND There are no more SCSI devices on this SCSI channel.
241 on a SCSI channel.
260 not exist on the SCSI channel.
280 describes a SCSI device on the SCSI channel.
282 on the SCSI channel.
284 the SCSI channel.
308 Resets a SCSI channel.This operation resets all the
309 SCSI devices connected to the SCSI channel.
313 @retval EFI_SUCCESS The SCSI channel was reset.
314 @retval EFI_UNSUPPORTED The SCSI channel does not support
315 a channel reset operation.
317 attempting to reset the SCSI channel.
319 to reset the SCSI channel.
329 Resets a SCSI device that is connected to a SCSI channel.
337 @retval EFI_UNSUPPORTED The SCSI channel does not support a target
356 /// The EFI_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel and
357 /// the ability to send SCSI Request Packets to any SCSI device attached to that SCSI channel. The
358 /// information includes the Target ID of the host controller on the SCSI channel, the attributes of
359 /// the SCSI channel, the printable name for the SCSI controller, and the printable name of the
360 /// SCSI channel.
364 /// A pointer to the EFI_SCSI_PASS_THRU_MODE data for this SCSI channel.