TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | VirtioNetStart (IN EFI_SIMPLE_NETWORK_PROTOCOL *This) |
Implementation of the SNP.Start() function and its private helpers if any.
Copyright (C) 2013, Red Hat, Inc. Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SnpStart.c.
EFI_STATUS EFIAPI VirtioNetStart | ( | IN EFI_SIMPLE_NETWORK_PROTOCOL * | This | ) |
Changes the state of a network interface from "stopped" to "started".
This | Protocol instance pointer. |
EFI_SUCCESS | The network interface was started. |
EFI_ALREADY_STARTED | The network interface is already in the started state. |
EFI_INVALID_PARAMETER | One or more of the parameters has an unsupported value. |
EFI_DEVICE_ERROR | The command could not be sent to the network interface. |
EFI_UNSUPPORTED | This function is not supported by the network interface. |
Definition at line 33 of file SnpStart.c.