diff options
Diffstat (limited to 'MdePkg/Include/Library/ScsiLib.h')
-rw-r--r-- | MdePkg/Include/Library/ScsiLib.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/ScsiLib.h b/MdePkg/Include/Library/ScsiLib.h index 97634f616b..54fb281f1d 100644 --- a/MdePkg/Include/Library/ScsiLib.h +++ b/MdePkg/Include/Library/ScsiLib.h @@ -132,7 +132,7 @@ ScsiInquiryCommand ( @param[in] PageCode Page code. @retval EFI_SUCCESS The status of the unit is tested successfully.
- @retval EFI_WARN_BUFFER_TOO_SMALL The SCSI Request Packet was executed,
+ @retval EFI_BAD_BUFFER_SIZE The SCSI Request Packet was executed,
but the entire DataBuffer could not be transferred.
The actual number of bytes transferred is returned
in TransferLength.
@@ -184,7 +184,7 @@ ScsiModeSense10Command ( @retval EFI_SUCCESS Valid data returned @retval EFI_SUCCESS The status of the unit is tested successfully.
- @retval EFI_WARN_BUFFER_TOO_SMALL The SCSI Request Packet was executed,
+ @retval EFI_BAD_BUFFER_SIZE The SCSI Request Packet was executed,
but the entire DataBuffer could not be transferred.
The actual number of bytes transferred is returned
in TransferLength.
@@ -226,7 +226,7 @@ ScsiRequestSenseCommand ( @param[in] PMI Partial medium indicator. @retval EFI_SUCCESS The status of the unit is tested successfully.
- @retval EFI_WARN_BUFFER_TOO_SMALL The SCSI Request Packet was executed,
+ @retval EFI_BAD_BUFFER_SIZE The SCSI Request Packet was executed,
but the entire DataBuffer could not be transferred.
The actual number of bytes transferred is returned
in TransferLength.
@@ -272,7 +272,7 @@ ScsiReadCapacityCommand ( @param[in] SectorSize The sector size. @retval EFI_SUCCESS The status of the unit is tested successfully.
- @retval EFI_WARN_BUFFER_TOO_SMALL The SCSI Request Packet was executed,
+ @retval EFI_BAD_BUFFER_SIZE The SCSI Request Packet was executed,
but the entire DataBuffer could not be transferred.
The actual number of bytes transferred is returned
in TransferLength.
@@ -319,7 +319,7 @@ ScsiRead10Command ( @param[in] SectorSize The sector size. @retval EFI_SUCCESS The status of the unit is tested successfully.
- @retval EFI_WARN_BUFFER_TOO_SMALL The SCSI Request Packet was executed,
+ @retval EFI_BAD_BUFFER_SIZE The SCSI Request Packet was executed,
but the entire DataBuffer could not be transferred.
The actual number of bytes transferred is returned
in InTransferLength.
|