Lines Matching full:channel
4 to be sent to SCSI devices attached to a SCSI channel.
64 /// The Target ID of the host adapter on the SCSI channel.
68 /// Additional information on the attributes of the SCSI channel.
145 Sends a SCSI Request Packet to a SCSI device that is attached to the SCSI channel. This function
153 of transport target representation. For example, a Fibre Channel driver
196 Used to retrieve the list of legal Target IDs and LUNs for SCSI devices on a SCSI channel. These
197 …can either be the list SCSI devices that are actually present on the SCSI channel, or the list of …
198 Target Ids and LUNs for the SCSI channel. Regardless, the caller of this function must probe the
200 channel.
204 TARGET_MAX_BYTES) of a SCSI device present on the SCSI channel.
207 channel. An input value of 0xF(all bytes in the array are 0xF) in the
209 SCSI channel.
211 channel. On output, a pointer to the LUN of the next SCSI device present
212 on a SCSI channel.
215 channel was returned in Target and Lun.
218 @retval EFI_NOT_FOUND There are no more SCSI devices on this SCSI channel.
230 Used to allocate and build a device path node for a SCSI device on a SCSI channel.
237 Channel driver may use only 8 bytes (WWN) in the array to represent a
252 on the SCSI channel.
270 on the SCSI channel.
272 on the SCSI channel.
273 @param Lun A pointer to the LUN of a SCSI device on the SCSI channel.
294 Resets a SCSI channel. This operation resets all the SCSI devices connected to the SCSI channel.
298 @retval EFI_SUCCESS The SCSI channel was reset.
299 @retval EFI_DEVICE_ERROR A device error occurred while attempting to reset the SCSI channel.
300 @retval EFI_TIMEOUT A timeout occurred while attempting to reset the SCSI channel.
301 @retval EFI_UNSUPPORTED The SCSI channel does not support a channel reset operation.
311 Resets a SCSI logical unit that is connected to a SCSI channel.
324 @retval EFI_UNSUPPORTED The SCSI channel does not support a target reset operation.
338 Used to retrieve the list of legal Target IDs for SCSI devices on a SCSI channel. These can either
339 …be the list SCSI devices that are actually present on the SCSI channel, or the list of legal Targe…
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.
347 channel. An input value of 0xF(all bytes in the array are 0xF) in the
349 SCSI channel.
352 channel was returned in Target.
356 @retval EFI_NOT_FOUND There are no more SCSI devices on this SCSI channel.
367 /// The EFI_EXT_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel
369 /// that SCSI channel. The information includes the Target ID of the host controller
370 /// on the SCSI channel and the attributes of the SCSI channel.
374 /// A pointer to the EFI_EXT_SCSI_PASS_THRU_MODE data for this SCSI channel.