Lines Matching +full:device +full:- +full:id

6   Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
64 /// The Target ID of the host adapter on the SCSI channel.
89 /// controller and the SCSI device for read and bidirectional commands.
94 /// controller and the SCSI device for write or bidirectional commands.
104 /// send to the SCSI device specified by Target and Lun.
109 /// number of bytes transferred between the SCSI controller and the SCSI device.
114 /// Number of bytes transferred between SCSI Controller and the SCSI device.
124 /// value of 2 is Reserved for Bi-Directional SCSI commands.
129 /// Request Packet was executed on the target device.
133 /// The status returned by the device specified by Target and Lun
145 Sends a SCSI Request Packet to a SCSI device that is attached to the SCSI channel. This function
151 the id of the SCSI device to send the SCSI Request Packet. Each
155 @param Lun The LUN of the SCSI device to send the SCSI Request Packet.
156 @param Packet A pointer to the SCSI Request Packet to send to the SCSI device
164 @retval EFI_SUCCESS The SCSI Request Packet was sent by the host. For bi-directional
166 InDataBuffer. For write and bi-directional commands,
171 and bi-directional commands, OutTransferLength bytes were
175 @retval EFI_DEVICE_ERROR A device error occurred while attempting to send the SCSI Request
179 by the host adapter. This includes the case of Bi-directional SCSI
199 …Target ID and LUN returned to see if a SCSI device is actually present at that location on the SCSI
203 @param Target On input, a pointer to the Target ID (an array of size
204 TARGET_MAX_BYTES) of a SCSI device present on the SCSI channel.
205 On output, a pointer to the Target ID (an array of
206 TARGET_MAX_BYTES) of the next SCSI device present on a SCSI
208 Target array retrieves the Target ID of the first SCSI device present on a
210 @param Lun On input, a pointer to the LUN of a SCSI device present on the SCSI
211 channel. On output, a pointer to the LUN of the next SCSI device present
214 @retval EFI_SUCCESS The Target ID and LUN of the next SCSI device on the SCSI
230 Used to allocate and build a device path node for a SCSI device on a SCSI channel.
234 Target ID of the SCSI device for which a device path node is to be
239 @param Lun The LUN of the SCSI device for which a device path node is to be
241 @param DevicePath A pointer to a single device path node that describes the SCSI device
247 @retval EFI_SUCCESS The device path node that describes the SCSI device specified by
266 Used to translate a device path node to a Target ID and LUN.
269 @param DevicePath A pointer to a single device path node that describes the SCSI device
271 @param Target A pointer to the Target Array which represents the ID of a SCSI device
273 @param Lun A pointer to the LUN of a SCSI device on the SCSI channel.
275 @retval EFI_SUCCESS DevicePath was successfully translated to a Target ID and
278 @retval EFI_NOT_FOUND A valid translation from DevicePath to a Target ID and LUN
280 @retval EFI_UNSUPPORTED This driver does not support the device path node type in
299 @retval EFI_DEVICE_ERROR A device error occurred while attempting to reset the SCSI channel.
315 target port ID of the SCSI device containing the SCSI logical unit to
318 @param Lun The LUN of the SCSI device to reset.
320 @retval EFI_SUCCESS The SCSI device specified by Target and Lun was reset.
322 @retval EFI_TIMEOUT A timeout occurred while attempting to reset the SCSI device
325 @retval EFI_DEVICE_ERROR A device error occurred while attempting to reset the SCSI device
340 for the SCSI channel. Regardless, the caller of this function must probe the Target ID returned to
341 see if a SCSI device is actually present at that location on the SCSI channel.
344 @param Target (TARGET_MAX_BYTES) of a SCSI device present on the SCSI channel.
345 On output, a pointer to the Target ID (an array of
346 TARGET_MAX_BYTES) of the next SCSI device present on a SCSI
348 Target array retrieves the Target ID of the first SCSI device present on a
351 @retval EFI_SUCCESS The Target ID of the next SCSI device on the SCSI
368 /// and the ability to send SCI Request Packets to any SCSI device attached to
369 /// that SCSI channel. The information includes the Target ID of the host controller