Home | History | Annotate | Download | only in UfsPassThruDxe

Lines Matching defs:Lun

38 // Lun 0~7 is for 8 common luns. 

39 // Lun 8~11 is for those 4 well known luns (Refer to UFS 2.0 spec Table 10.58 for details):
40 // Lun 8: REPORT LUNS
41 // Lun 9: UFS DEVICE
42 // Lun 10: BOOT
43 // Lun 11: RPMB
52 UINT8 Lun[UFS_MAX_LUNS];
412 @param Lun The LUN of the SCSI device to send the SCSI Request Packet.
414 specified by Target and Lun.
434 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket are invalid.
447 IN UINT64 Lun,
456 Target ID and LUN returned to see if a SCSI device is actually present at that location on the SCSI
467 @param Lun On input, a pointer to the LUN of a SCSI device present on the SCSI
468 channel. On output, a pointer to the LUN of the next SCSI device present
471 @retval EFI_SUCCESS The Target ID and LUN of the next SCSI device on the SCSI
472 channel was returned in Target and Lun.
473 @retval EFI_INVALID_PARAMETER Target array is not all 0xF, and Target and Lun were
483 IN OUT UINT64 *Lun
496 @param Lun The LUN of the SCSI device for which a device path node is to be
499 specified by Target and Lun. This function is responsible for
505 Target and Lun was allocated and returned in
508 @retval EFI_NOT_FOUND The SCSI devices specified by Target and Lun does not exist
518 IN UINT64 Lun,
523 Used to translate a device path node to a Target ID and LUN.
530 @param Lun A pointer to the LUN of a SCSI device on the SCSI channel.
533 LUN, and they were returned in Target and Lun.
534 @retval EFI_INVALID_PARAMETER DevicePath or Target or Lun is NULL.
535 @retval EFI_NOT_FOUND A valid translation from DevicePath to a Target ID and LUN
547 OUT UINT64 *Lun
575 @param Lun The LUN of the SCSI device to reset.
577 @retval EFI_SUCCESS The SCSI device specified by Target and Lun was reset.
578 @retval EFI_INVALID_PARAMETER Target or Lun is NULL.
580 specified by Target and Lun.
583 specified by Target and Lun.
591 IN UINT64 Lun
610 @retval EFI_INVALID_PARAMETER Target or Lun is NULL.
627 @param[in] Lun The LUN of the UFS device to send the SCSI Request Packet.
628 @param[in, out] Packet A pointer to the SCSI Request Packet to send to a specified Lun of the
650 IN UINT8 Lun,