![]() |
![]() |
PA emac port configuration information. More...
#include <pa.h>
Data Fields | |
uint16_t | cfgType |
uint16_t | numEntries |
union { | |
paPortMirrorConfig_t * mirrorCfg | |
paPktCaptureConfig_t * pktCapCfg | |
paDefRouteConfig_t * defRouteCfg | |
paEQosModeConfig_t * eQoSModeCfg | |
} | u |
PA emac port configuration information.
paEmacPortConfig_t is used to specify the interfcae based EMAC port configuration parameters for the following operations respectively
Please refer to individual operation as described at Port Mirror and Packet Capture Operation, Ingress Default Route Operation and Enhanced QoS Mode Operation for further details.
uint16_t paEmacPortConfig_t::cfgType |
Specify the EMAC port configuration type as defined at PA EMAC Port Configuration Type to specify which structure to use under the union
pointer to default ingress route configuration array
pointer to enhanced QoS Mode configuration arary
pointer to port mirror configuration array
uint16_t paEmacPortConfig_t::numEntries |
Specify number of port entries to be configured
pointer to packet capture configuration array
union { ... } paEmacPortConfig_t::u |
Contain the port configuration specific parameters