TianoCore EDK2 master
|
#include "Snp.h"
Go to the source code of this file.
Functions | |
EFI_STATUS | PxeStart (IN SNP_DRIVER *Snp) |
EFI_STATUS EFIAPI | SnpUndi32Start (IN EFI_SIMPLE_NETWORK_PROTOCOL *This) |
Implementation of starting a network adapter.
Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Start.c.
EFI_STATUS PxeStart | ( | IN SNP_DRIVER * | Snp | ) |
EFI_STATUS EFIAPI SnpUndi32Start | ( | IN EFI_SIMPLE_NETWORK_PROTOCOL * | This | ) |
Change the state of a network interface from "stopped" to "started."
This function starts a network interface. If the network interface successfully starts, then EFI_SUCCESS will be returned.
This | A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance. |
EFI_SUCCESS | The network interface was started. |
EFI_ALREADY_STARTED | The network interface is already in the started state. |
EFI_INVALID_PARAMETER | This parameter was NULL or did not point to a valid EFI_SIMPLE_NETWORK_PROTOCOL structure. |
EFI_DEVICE_ERROR | The command could not be sent to the network interface. |
EFI_UNSUPPORTED | This function is not supported by the network interface. |