TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_SIMPLE_NETWORK_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/SimpleNetwork.h>

Data Fields

UINT64 Revision
 
EFI_SIMPLE_NETWORK_START Start
 
EFI_SIMPLE_NETWORK_STOP Stop
 
EFI_SIMPLE_NETWORK_INITIALIZE Initialize
 
EFI_SIMPLE_NETWORK_RESET Reset
 
EFI_SIMPLE_NETWORK_SHUTDOWN Shutdown
 
EFI_SIMPLE_NETWORK_RECEIVE_FILTERS ReceiveFilters
 
EFI_SIMPLE_NETWORK_STATION_ADDRESS StationAddress
 
EFI_SIMPLE_NETWORK_STATISTICS Statistics
 
EFI_SIMPLE_NETWORK_MCAST_IP_TO_MAC MCastIpToMac
 
EFI_SIMPLE_NETWORK_NVDATA NvData
 
EFI_SIMPLE_NETWORK_GET_STATUS GetStatus
 
EFI_SIMPLE_NETWORK_TRANSMIT Transmit
 
EFI_SIMPLE_NETWORK_RECEIVE Receive
 
EFI_EVENT WaitForPacket
 
EFI_SIMPLE_NETWORK_MODEMode
 

Detailed Description

The EFI_SIMPLE_NETWORK_PROTOCOL protocol is used to initialize access to a network adapter. Once the network adapter initializes, the EFI_SIMPLE_NETWORK_PROTOCOL protocol provides services that allow packets to be transmitted and received.

Definition at line 643 of file SimpleNetwork.h.

Field Documentation

◆ GetStatus

EFI_SIMPLE_NETWORK_GET_STATUS _EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus

Definition at line 660 of file SimpleNetwork.h.

◆ Initialize

EFI_SIMPLE_NETWORK_INITIALIZE _EFI_SIMPLE_NETWORK_PROTOCOL::Initialize

Definition at line 652 of file SimpleNetwork.h.

◆ MCastIpToMac

EFI_SIMPLE_NETWORK_MCAST_IP_TO_MAC _EFI_SIMPLE_NETWORK_PROTOCOL::MCastIpToMac

Definition at line 658 of file SimpleNetwork.h.

◆ Mode

EFI_SIMPLE_NETWORK_MODE* _EFI_SIMPLE_NETWORK_PROTOCOL::Mode

Pointer to the EFI_SIMPLE_NETWORK_MODE data for the device.

Definition at line 670 of file SimpleNetwork.h.

◆ NvData

EFI_SIMPLE_NETWORK_NVDATA _EFI_SIMPLE_NETWORK_PROTOCOL::NvData

Definition at line 659 of file SimpleNetwork.h.

◆ Receive

EFI_SIMPLE_NETWORK_RECEIVE _EFI_SIMPLE_NETWORK_PROTOCOL::Receive

Definition at line 662 of file SimpleNetwork.h.

◆ ReceiveFilters

EFI_SIMPLE_NETWORK_RECEIVE_FILTERS _EFI_SIMPLE_NETWORK_PROTOCOL::ReceiveFilters

Definition at line 655 of file SimpleNetwork.h.

◆ Reset

EFI_SIMPLE_NETWORK_RESET _EFI_SIMPLE_NETWORK_PROTOCOL::Reset

Definition at line 653 of file SimpleNetwork.h.

◆ Revision

UINT64 _EFI_SIMPLE_NETWORK_PROTOCOL::Revision

Revision of the EFI_SIMPLE_NETWORK_PROTOCOL. All future revisions must be backwards compatible. If a future version is not backwards compatible it is not the same GUID.

Definition at line 649 of file SimpleNetwork.h.

◆ Shutdown

EFI_SIMPLE_NETWORK_SHUTDOWN _EFI_SIMPLE_NETWORK_PROTOCOL::Shutdown

Definition at line 654 of file SimpleNetwork.h.

◆ Start

EFI_SIMPLE_NETWORK_START _EFI_SIMPLE_NETWORK_PROTOCOL::Start

Definition at line 650 of file SimpleNetwork.h.

◆ StationAddress

EFI_SIMPLE_NETWORK_STATION_ADDRESS _EFI_SIMPLE_NETWORK_PROTOCOL::StationAddress

Definition at line 656 of file SimpleNetwork.h.

◆ Statistics

EFI_SIMPLE_NETWORK_STATISTICS _EFI_SIMPLE_NETWORK_PROTOCOL::Statistics

Definition at line 657 of file SimpleNetwork.h.

◆ Stop

EFI_SIMPLE_NETWORK_STOP _EFI_SIMPLE_NETWORK_PROTOCOL::Stop

Definition at line 651 of file SimpleNetwork.h.

◆ Transmit

EFI_SIMPLE_NETWORK_TRANSMIT _EFI_SIMPLE_NETWORK_PROTOCOL::Transmit

Definition at line 661 of file SimpleNetwork.h.

◆ WaitForPacket

EFI_EVENT _EFI_SIMPLE_NETWORK_PROTOCOL::WaitForPacket

Event used with WaitForEvent() to wait for a packet to be received.

Definition at line 666 of file SimpleNetwork.h.


The documentation for this struct was generated from the following file: