iPXE
Data Fields
s_pxe_cpb_receive Struct Reference

#include <UefiPxe.h>

Data Fields

PXE_UINT64 BufferAddr
 Address of first byte of receive buffer. More...
 
PXE_UINT32 BufferLen
 Length of receive buffer. More...
 
PXE_UINT32 reserved
 Reserved, must be set to zero. More...
 

Detailed Description

Definition at line 1725 of file UefiPxe.h.

Field Documentation

◆ BufferAddr

PXE_UINT64 s_pxe_cpb_receive::BufferAddr

Address of first byte of receive buffer.

This is also the first byte of the frame header.

Definition at line 1730 of file UefiPxe.h.

Referenced by efi_undi_receive(), and nii_poll_rx().

◆ BufferLen

PXE_UINT32 s_pxe_cpb_receive::BufferLen

Length of receive buffer.

This must be large enough to hold the received frame (media header + data). If the length of smaller than the received frame, data will be lost.

Definition at line 1737 of file UefiPxe.h.

Referenced by efi_undi_receive(), and nii_poll_rx().

◆ reserved

PXE_UINT32 s_pxe_cpb_receive::reserved

Reserved, must be set to zero.

Definition at line 1742 of file UefiPxe.h.


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