Lines Matching full:target
64 /// The Target ID of the host adapter on the SCSI channel.
104 /// send to the SCSI device specified by Target and Lun.
129 /// Request Packet was executed on the target device.
133 /// The status returned by the device specified by Target and Lun
150 @param Target The Target is an array of size TARGET_MAX_BYTES and it represents
153 of transport target representation. For example, a Fibre Channel driver
154 may use only 8 bytes (WWN) to represent an FC target.
157 specified by Target and Lun.
177 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket are invalid.
189 IN UINT8 *Target,
196 Used to retrieve the list of legal Target IDs and LUNs for SCSI devices on a SCSI channel. These
198 Target Ids and LUNs for the SCSI channel. Regardless, the caller of this function must probe the
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
205 On output, a pointer to the Target ID (an array of
208 Target array retrieves the Target ID of the first SCSI device present on a
214 @retval EFI_SUCCESS The Target ID and LUN of the next SCSI device on the SCSI
215 channel was returned in Target and Lun.
216 @retval EFI_INVALID_PARAMETER Target array is not all 0xF, and Target and Lun were
225 IN OUT UINT8 **Target,
233 @param Target The Target is an array of size TARGET_MAX_BYTES and it specifies the
234 Target ID of the SCSI device for which a device path node is to be
238 FC target.
242 specified by Target and Lun. This function is responsible for
248 Target and Lun was allocated and returned in
251 @retval EFI_NOT_FOUND The SCSI devices specified by Target and Lun does not exist
260 IN UINT8 *Target,
266 Used to translate a device path node to a Target ID and LUN.
271 @param Target A pointer to the Target Array which represents the ID of a SCSI device
275 @retval EFI_SUCCESS DevicePath was successfully translated to a Target ID and
276 LUN, and they were returned in Target and Lun.
277 @retval EFI_INVALID_PARAMETER DevicePath or Target or Lun is NULL.
278 @retval EFI_NOT_FOUND A valid translation from DevicePath to a Target ID and LUN
289 OUT UINT8 **Target,
314 @param Target The Target is an array of size TARGET_MAX_BYTE and it represents the
315 target port ID of the SCSI device containing the SCSI logical unit to
320 @retval EFI_SUCCESS The SCSI device specified by Target and Lun was reset.
321 @retval EFI_INVALID_PARAMETER Target or Lun is NULL.
323 specified by Target and Lun.
324 @retval EFI_UNSUPPORTED The SCSI channel does not support a target reset operation.
326 specified by Target and Lun.
333 IN UINT8 *Target,
338 Used to retrieve the list of legal Target IDs for SCSI devices on a SCSI channel. These can either
339 …he list SCSI devices that are actually present on the SCSI channel, or the list of legal Target IDs
340 for the SCSI channel. Regardless, the caller of this function must probe the Target ID returned to
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
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
352 channel was returned in Target.
353 @retval EFI_INVALID_PARAMETER Target or Lun is NULL.
354 @retval EFI_TIMEOUT Target array is not all 0xF, and Target was not
363 IN OUT UINT8 **Target
369 /// that SCSI channel. The information includes the Target ID of the host controller