AM275 FreeRTOS SDK  11.00.00
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Detailed Description

ICSSG mac port configuration parameters.

Data Fields

bool promiscEn
 
bool ucastFloodEn
 
bool mcastFloodEn
 
Icssg_AcceptFrameCheck acceptFrameCheck
 
EnetPort_VlanCfg vlanCfg
 
Icssg_QueuePreemptMode queuePreemptMode [ENET_PRI_NUM]
 
Icssg_QueueForwardMode queueForwardMode [ENET_PRI_NUM]
 
uint8_t specialFramePrio
 

Field Documentation

◆ promiscEn

bool IcssgMacPort_Cfg::promiscEn

Whether promiscuous mode is enabled at open time or not

◆ ucastFloodEn

bool IcssgMacPort_Cfg::ucastFloodEn

Whether unknown unicast flooding to host port is enabled or not

◆ mcastFloodEn

bool IcssgMacPort_Cfg::mcastFloodEn

Whether multicast flooding to host port is enabled or not

◆ acceptFrameCheck

Icssg_AcceptFrameCheck IcssgMacPort_Cfg::acceptFrameCheck

Acceptable frame check criteria

◆ vlanCfg

EnetPort_VlanCfg IcssgMacPort_Cfg::vlanCfg

Default VLAN Id and PCP

◆ queuePreemptMode

Icssg_QueuePreemptMode IcssgMacPort_Cfg::queuePreemptMode[ENET_PRI_NUM]

Queue preemption mode

◆ queueForwardMode

Icssg_QueueForwardMode IcssgMacPort_Cfg::queueForwardMode[ENET_PRI_NUM]

Queue forward mode

◆ specialFramePrio

uint8_t IcssgMacPort_Cfg::specialFramePrio