Lines Matching refs:Lun

1624     DevicePathNode->Atapi.Lun              = 0;
1633 DevicePathNode->Sata.Lun = 0;
1816 @param Lun The LUN of the SCSI device to send the SCSI Request Packet.
1818 specified by Target and Lun.
1838 @retval EFI_INVALID_PARAMETER Target, Lun, or the contents of ScsiRequestPacket are invalid.
1851 IN UINT64 Lun,
1893 if (Lun != 0) {
1968 @param Lun On input, a pointer to the LUN of a SCSI device present on the SCSI
1973 channel was returned in Target and Lun.
1974 @retval EFI_INVALID_PARAMETER Target array is not all 0xF, and Target and Lun were
1984 IN OUT UINT64 *Lun
1995 if (Target == NULL || Lun == NULL) {
2020 (*Lun != Instance->PreviousLun)) {
2071 *Lun = 0;
2077 Instance->PreviousLun = *Lun;
2092 @param Lun The LUN of the SCSI device for which a device path node is to be
2095 specified by Target and Lun. This function is responsible for
2101 Target and Lun was allocated and returned in
2104 @retval EFI_NOT_FOUND The SCSI devices specified by Target and Lun does not exist
2114 IN UINT64 Lun,
2138 if (Lun != 0) {
2154 DevicePathNode->Atapi.Lun = (UINT16) Lun;
2163 DevicePathNode->Sata.Lun = (UINT16) Lun;
2179 @param Lun A pointer to the LUN of a SCSI device on the SCSI channel.
2182 LUN, and they were returned in Target and Lun.
2183 @retval EFI_INVALID_PARAMETER DevicePath or Target or Lun is NULL.
2196 OUT UINT64 *Lun
2208 if (DevicePath == NULL || Target == NULL || Lun == NULL) {
2233 *Lun = (UINT8) DevicePathNode->Atapi.Lun;
2237 *Lun = (UINT8) DevicePathNode->Sata.Lun;
2246 if (*Lun != 0) {
2281 @param Lun The LUN of the SCSI device to reset.
2283 @retval EFI_SUCCESS The SCSI device specified by Target and Lun was reset.
2284 @retval EFI_INVALID_PARAMETER Target or Lun is NULL.
2286 specified by Target and Lun.
2289 specified by Target and Lun.
2297 IN UINT64 Lun
2319 @retval EFI_INVALID_PARAMETER Target or Lun is NULL.