#include <SimpleNetwork.h>
Data Fields | |
| UINT64 | Revision |
| Revision of the EFI_SIMPLE_NETWORK_PROTOCOL. | |
| 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 |
| Event used with WaitForEvent() to wait for a packet to be received. | |
| EFI_SIMPLE_NETWORK_MODE * | Mode |
| Pointer to the EFI_SIMPLE_NETWORK_MODE data for the device. | |
Once the network adapter initializes, the EFI_SIMPLE_NETWORK_PROTOCOL protocol provides services that allow packets to be transmitted and received.
Definition at line 561 of file SimpleNetwork.h.
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 567 of file SimpleNetwork.h.
Definition at line 568 of file SimpleNetwork.h.
Definition at line 569 of file SimpleNetwork.h.
Definition at line 570 of file SimpleNetwork.h.
Definition at line 571 of file SimpleNetwork.h.
Definition at line 572 of file SimpleNetwork.h.
Definition at line 573 of file SimpleNetwork.h.
Definition at line 574 of file SimpleNetwork.h.
Definition at line 575 of file SimpleNetwork.h.
Definition at line 576 of file SimpleNetwork.h.
Definition at line 577 of file SimpleNetwork.h.
Definition at line 578 of file SimpleNetwork.h.
Definition at line 579 of file SimpleNetwork.h.
Definition at line 580 of file SimpleNetwork.h.
Event used with WaitForEvent() to wait for a packet to be received.
Definition at line 584 of file SimpleNetwork.h.
Referenced by efi_snp_driver_start(), and efi_snp_driver_stop().
Pointer to the EFI_SIMPLE_NETWORK_MODE data for the device.
Definition at line 588 of file SimpleNetwork.h.
Referenced by efi_snp_driver_start().
1.5.7.1