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

Go to the source code of this file.

Functions

VOID EFIAPI VirtioNetIsPacketAvailable (IN EFI_EVENT Event, IN VOID *Context)
 
VOID EFIAPI VirtioNetExitBoot (IN EFI_EVENT Event, IN VOID *Context)
 

Detailed Description

Implements

  • the SNM.WaitForPacket EVT_NOTIFY_WAIT event,
  • the EVT_SIGNAL_EXIT_BOOT_SERVICES event for the virtio-net driver.

Copyright (C) 2013, Red Hat, Inc. Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file Events.c.

Function Documentation

◆ VirtioNetExitBoot()

VOID EFIAPI VirtioNetExitBoot ( IN EFI_EVENT  Event,
IN VOID *  Context 
)

Definition at line 66 of file Events.c.

◆ VirtioNetIsPacketAvailable()

VOID EFIAPI VirtioNetIsPacketAvailable ( IN EFI_EVENT  Event,
IN VOID *  Context 
)

Invoke a notification event

Parameters
EventEvent whose notification function is being invoked.
ContextThe pointer to the notification function's context, which is implementation-dependent.

Definition at line 31 of file Events.c.