TianoCore EDK2 master
|
Data Fields | |
EFI_EVENT | Event |
EFI_STATUS | Status |
union { | |
EFI_MANAGED_NETWORK_RECEIVE_DATA * RxData | |
EFI_MANAGED_NETWORK_TRANSMIT_DATA * TxData | |
} | Packet |
Definition at line 118 of file ManagedNetwork.h.
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.
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.
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.
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.