TianoCore EDK2 master
Loading...
Searching...
No Matches
SnpStart.c File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI VirtioNetStart (IN EFI_SIMPLE_NETWORK_PROTOCOL *This)
 

Detailed Description

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.

Function Documentation

◆ VirtioNetStart()

EFI_STATUS EFIAPI VirtioNetStart ( IN EFI_SIMPLE_NETWORK_PROTOCOL This)

Changes the state of a network interface from "stopped" to "started".

Parameters
ThisProtocol instance pointer.
Return values
EFI_SUCCESSThe network interface was started.
EFI_ALREADY_STARTEDThe network interface is already in the started state.
EFI_INVALID_PARAMETEROne or more of the parameters has an unsupported value.
EFI_DEVICE_ERRORThe command could not be sent to the network interface.
EFI_UNSUPPORTEDThis function is not supported by the network interface.

Definition at line 33 of file SnpStart.c.