![]() |
![]() |
Input args for CPSW_ALE_IOCTL_SET_POLICER command. More...
#include <cpsw_ale.h>
Data Fields | |
uint32_t | ouiAleEntryIdx |
uint32_t | srcMacAleEntryIdx |
uint32_t | dstMacAleEntryIdx |
uint32_t | ivlanAleEntryIdx |
uint32_t | ovlanAleEntryIdx |
uint32_t | etherTypeAleEntryIdx |
uint32_t | srcIpAleEntryIdx |
uint32_t | dstIpAleEntryIdx |
uint32_t | policerEntryIdx |
Input args for CPSW_ALE_IOCTL_SET_POLICER command.
uint32_t CpswAle_SetPolicerEntryOutArgs_s::dstIpAleEntryIdx |
IP address ALE table entry index to match as destination IP address. Valid if bit CPSW_ALE_POLICER_MATCH_IPDST in policerMatchEnableMask is set
uint32_t CpswAle_SetPolicerEntryOutArgs_s::dstMacAleEntryIdx |
MAC address ALE table entry index to match destination MAC address. Valid if bit CPSW_ALE_POLICER_MATCH_MACDST in policerMatchEnableMask is set
uint32_t CpswAle_SetPolicerEntryOutArgs_s::etherTypeAleEntryIdx |
EtherType ALE table entry index to match. Valid if bit CPSW_ALE_POLICER_MATCH_ETHERTYPE in policerMatchEnableMask is set
uint32_t CpswAle_SetPolicerEntryOutArgs_s::ivlanAleEntryIdx |
Inner VLAN ALE table entry index to match. Valid if bit CPSW_ALE_POLICER_MATCH_IVLAN in policerMatchEnableMask is set
uint32_t CpswAle_SetPolicerEntryOutArgs_s::ouiAleEntryIdx |
OUI ALE table entry index to match. Valid if bit CPSW_ALE_POLICER_MATCH_OUI in policerMatchEnableMask is set
uint32_t CpswAle_SetPolicerEntryOutArgs_s::ovlanAleEntryIdx |
Outer VLAN ALE table entry index to match. Valid if bit CPSW_ALE_POLICER_MATCH_OVLAN in policerMatchEnableMask is set
uint32_t CpswAle_SetPolicerEntryOutArgs_s::policerEntryIdx |
ALE policer table entry index
uint32_t CpswAle_SetPolicerEntryOutArgs_s::srcIpAleEntryIdx |
IP address ALE table entry index to match as source IP address. Valid if bit CPSW_ALE_POLICER_MATCH_IPSRC in policerMatchEnableMask is set
uint32_t CpswAle_SetPolicerEntryOutArgs_s::srcMacAleEntryIdx |
MAC address ALE table entry index to match source MAC address. Valid if bit CPSW_ALE_POLICER_MATCH_MACSRC in policerMatchEnableMask is set