Data Fields
CpswAle_SetPolicerEntryOutArgs_s Struct Reference

Input args for CPSW_ALE_IOCTL_SET_POLICER command. More...

#include <cpsw_ale.h>

Data Fields

uint32_t ouiAleEntryIndex
 
uint32_t srcMacAleEntryIndex
 
uint32_t dstMacAleEntryIndex
 
uint32_t ivlanAleEntryIndex
 
uint32_t ovlanAleEntryIndex
 
uint32_t etherTypeAleEntryIndex
 
uint32_t srcIpAleEntryIndex
 
uint32_t dstIpAleEntryIndex
 
uint32_t policerEntryIndex
 

Detailed Description

Input args for CPSW_ALE_IOCTL_SET_POLICER command.

Field Documentation

uint32_t CpswAle_SetPolicerEntryOutArgs_s::dstIpAleEntryIndex

IP address ALE table entry index to match as destination IP address Is valid if bit CPSW_ALE_POLICER_MATCH_IPDST in policerMatchEnableMask is set

uint32_t CpswAle_SetPolicerEntryOutArgs_s::dstMacAleEntryIndex

MAC address ALE table entry index to match destination MAC address Is valid if bit CPSW_ALE_POLICER_MATCH_MACDST in policerMatchEnableMask is set

uint32_t CpswAle_SetPolicerEntryOutArgs_s::etherTypeAleEntryIndex

Ethertype ALE table entry index to match Is valid if bit CPSW_ALE_POLICER_MATCH_ETHERTYPE in policerMatchEnableMask is set

uint32_t CpswAle_SetPolicerEntryOutArgs_s::ivlanAleEntryIndex

Inner VLAN ALE table entry index to match Is valid if bit CPSW_ALE_POLICER_MATCH_IVLAN in policerMatchEnableMask is set

uint32_t CpswAle_SetPolicerEntryOutArgs_s::ouiAleEntryIndex

OUI ALE table entry index to match Is valid if bit CPSW_ALE_POLICER_MATCH_OUI in policerMatchEnableMask is set

uint32_t CpswAle_SetPolicerEntryOutArgs_s::ovlanAleEntryIndex

Outer VLAN ALE table entry index to match Is valid if bit CPSW_ALE_POLICER_MATCH_OVLAN in policerMatchEnableMask is set

uint32_t CpswAle_SetPolicerEntryOutArgs_s::policerEntryIndex

ALE policer table entry index

uint32_t CpswAle_SetPolicerEntryOutArgs_s::srcIpAleEntryIndex

IP address ALE table entry index to match as source IP address Is valid if bit CPSW_ALE_POLICER_MATCH_IPSRC in policerMatchEnableMask is set

uint32_t CpswAle_SetPolicerEntryOutArgs_s::srcMacAleEntryIndex

MAC address ALE table entry index to match source MAC address Is valid if bit CPSW_ALE_POLICER_MATCH_MACSRC in policerMatchEnableMask is set


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

Copyright 2020, Texas Instruments Incorporated