AM263x MCU+ SDK  10.00.00
LLDEnetFrameScatter_t Struct Reference

Detailed Description

Structure representing an Ethernet frame.

Data Fields

uint8_t * buf [MAX_BUF_IN_SCATTER_FRAME]
 
uint16_t size [MAX_BUF_IN_SCATTER_FRAME]
 
uint8_t nBufs
 
int8_t port
 
int8_t tc
 
uint64_t rxts
 

Field Documentation

◆ buf

uint8_t* LLDEnetFrameScatter_t::buf[MAX_BUF_IN_SCATTER_FRAME]

Array pointer to the buffer containing the frame data.

◆ size

uint16_t LLDEnetFrameScatter_t::size[MAX_BUF_IN_SCATTER_FRAME]

Array size of the frame.

◆ nBufs

uint8_t LLDEnetFrameScatter_t::nBufs

Number of buffers in the frame.

◆ port

int8_t LLDEnetFrameScatter_t::port

Port number associated with the frame.

◆ tc

int8_t LLDEnetFrameScatter_t::tc

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

◆ rxts

uint64_t LLDEnetFrameScatter_t::rxts

timestamp of rx packet which was captured by host port.