AM64x MCU+ SDK  09.02.01
LLDEnetFrame_t Struct Reference

Detailed Description

Structure representing an Ethernet frame.

Data Fields

uint8_t * buf
 
uint32_t size
 
int port
 
int tc
 
uint64_t rxts
 

Field Documentation

◆ buf

uint8_t* LLDEnetFrame_t::buf

Pointer to the buffer containing the frame data.

◆ size

uint32_t LLDEnetFrame_t::size

Size of the frame.

◆ port

int LLDEnetFrame_t::port

Port number associated with the frame.

◆ tc

int LLDEnetFrame_t::tc

Traffic class associated with the frame. Set to -1 to not assign a traffic class.

◆ rxts

uint64_t LLDEnetFrame_t::rxts

timestamp of rx packet which was captured by host port.