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

Data Fields

EFI_EVENT Event
 
EFI_STATUS Status
 
union {
   EFI_MANAGED_NETWORK_RECEIVE_DATA *   RxData
 
   EFI_MANAGED_NETWORK_TRANSMIT_DATA *   TxData
 
Packet
 

Detailed Description

Definition at line 118 of file ManagedNetwork.h.

Field Documentation

◆ Event

EFI_EVENT EFI_MANAGED_NETWORK_COMPLETION_TOKEN::Event

This Event will be signaled after the Status field is updated by the MNP. The type of Event must be EFI_NOTIFY_SIGNAL. The Task Priority Level (TPL) of Event must be lower than or equal to TPL_CALLBACK.

Definition at line 125 of file ManagedNetwork.h.

◆ RxData

EFI_MANAGED_NETWORK_RECEIVE_DATA* EFI_MANAGED_NETWORK_COMPLETION_TOKEN::RxData

When this token is used for receiving, RxData is a pointer to the EFI_MANAGED_NETWORK_RECEIVE_DATA.

Definition at line 135 of file ManagedNetwork.h.

◆ Status

EFI_STATUS EFI_MANAGED_NETWORK_COMPLETION_TOKEN::Status

The status that is returned to the caller at the end of the operation to indicate whether this operation completed successfully.

Definition at line 130 of file ManagedNetwork.h.

◆ TxData

EFI_MANAGED_NETWORK_TRANSMIT_DATA* EFI_MANAGED_NETWORK_COMPLETION_TOKEN::TxData

When this token is used for transmitting, TxData is a pointer to the EFI_MANAGED_NETWORK_TRANSMIT_DATA.

Definition at line 139 of file ManagedNetwork.h.


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