X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FIScsiDxe%2FIScsiTcp4Io.h;h=9e0f1e0f02c2c65754d4fe70c0e2d6f3c9f2239b;hp=2b3c0b77d98fe0a8058bdf253651d6de3023d79b;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h index 2b3c0b77d9..9e0f1e0f02 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h @@ -1,7 +1,7 @@ /** @file iSCSI Tcp4 IO related definitions. -Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -46,13 +46,13 @@ typedef struct _TCP4_IO { } TCP4_IO; /** - Create a TCP socket with the specified configuration data. + Create a TCP socket with the specified configuration data. @param[in] Image The handle of the driver image. @param[in] Controller The handle of the controller. @param[in] ConfigData The Tcp4 configuration data. @param[in] Tcp4Io The Tcp4Io. - + @retval EFI_SUCCESS The TCP socket is created and configured. @retval Others Failed to create the TCP socket or configure it. **/ @@ -65,7 +65,7 @@ Tcp4IoCreateSocket ( ); /** - Destroy the socket. + Destroy the socket. @param[in] Tcp4Io The Tcp4Io which wraps the socket to be destroyeds. **/ @@ -79,7 +79,7 @@ Tcp4IoDestroySocket ( @param[in, out] Tcp4Io The Tcp4Io wrapping the TCP socket. @param[in] Timeout The time to wait for connection done. - + @retval EFI_SUCCESS Connect to the other endpoint of the TCP socket successfully. @retval EFI_TIMEOUT Failed to connect to the other endpoint of the TCP socket in the specified time period. @retval Others Other errors as indicated. @@ -105,7 +105,7 @@ Tcp4IoReset ( @param[in] Tcp4Io The Tcp4Io wrapping the TCP socket. @param[in] Packet The packet to transmit. - + @retval EFI_SUCCESS The packet is trasmitted. @retval EFI_OUT_OF_RESOURCES Failed to allocate memory. @retval Others Other errors as indicated.