mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
Function comments have been checked with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6840 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d354ab7ff9
commit
9ccbe812c5
@ -82,10 +82,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
Packet to execute. See HostAdapterStatus, TargetStatus,
|
Packet to execute. See HostAdapterStatus, TargetStatus,
|
||||||
SenseDataLength, and SenseData in that order for
|
SenseDataLength, and SenseData in that order for
|
||||||
additional status information.
|
additional status information.
|
||||||
@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.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
If SenseDataLength is 0, then this parameter is
|
If SenseDataLength is 0, then this parameter is
|
||||||
optional and may be NULL.
|
optional and may be NULL.
|
||||||
@param[in, out] SenseDataLength On input, a pointer to the length in bytes of
|
@param[in, out] SenseDataLength On input, a pointer to the length in bytes of
|
||||||
the SenseData buffer. On output, a poiinter to
|
the SenseData buffer. On output, a pointer to
|
||||||
the number of bytes written to the SenseData buffer.
|
the number of bytes written to the SenseData buffer.
|
||||||
@param[out] HostAdapterStatus The status of the SCSI Host Controller that produces
|
@param[out] HostAdapterStatus The status of the SCSI Host Controller that produces
|
||||||
the SCSI bus containing the SCSI target specified by
|
the SCSI bus containing the SCSI target specified by
|
||||||
@ -75,7 +75,7 @@
|
|||||||
See the EFI SCSI I/O Protocol in the UEFI Specification
|
See the EFI SCSI I/O Protocol in the UEFI Specification
|
||||||
for details on the possible return values.
|
for details on the possible return values.
|
||||||
@param[out] TargetStatus The status returned by the SCSI target specified
|
@param[out] TargetStatus The status returned by the SCSI target specified
|
||||||
by ScsiIo when the SCSI Request Packat was executed
|
by ScsiIo when the SCSI Request Packet was executed
|
||||||
on the SCSI Host Controller. See the EFI SCSI I/O
|
on the SCSI Host Controller. See the EFI SCSI I/O
|
||||||
Protocol in the UEFI Specification for details on
|
Protocol in the UEFI Specification for details on
|
||||||
the possible return values.
|
the possible return values.
|
||||||
@ -101,10 +101,6 @@
|
|||||||
Packet to execute. See HostAdapterStatus, TargetStatus,
|
Packet to execute. See HostAdapterStatus, TargetStatus,
|
||||||
SenseDataLength, and SenseData in that order for
|
SenseDataLength, and SenseData in that order for
|
||||||
additional status information.
|
additional status information.
|
||||||
@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.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user