#include <UefiPxe.h>
Data Fields | |
| PXE_UINT64 | MemoryAddr |
| Address of first (lowest) byte of the memory buffer. | |
| PXE_UINT32 | MemoryLength |
| MemoryLength must be greater than or equal to MemoryRequired returned by the Get Init Info command. | |
| PXE_UINT32 | LinkSpeed |
| Desired link speed in Mbit/sec. | |
| PXE_UINT16 | TxBufCnt |
| Suggested number and size of receive and transmit buffers to allocate. | |
| PXE_UINT16 | TxBufSize |
| PXE_UINT16 | RxBufCnt |
| PXE_UINT16 | RxBufSize |
| PXE_UINT8 | DuplexMode |
| The following configuration parameters are optional and must be zero to use the default values. | |
| PXE_UINT8 | LoopBackMode |
Definition at line 1233 of file UefiPxe.h.
Suggested number and size of receive and transmit buffers to allocate.
If MemoryAddr and MemoryLength are non-zero, this allocation comes out of the supplied memory buffer. If MemoryAddr and MemoryLength are zero, this allocation comes out of memory on the NIC.
If these fields are set to zero, the UNDI will allocate buffer counts and sizes as it sees fit.
1.5.7.1