Home
last modified time | relevance | path

Searched refs:MirroringIngressPortFilterEntryId (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip.h107 extern uint32 MirroringIngressPortFilterEntryId;
/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c173 uint32 MirroringIngressPortFilterEntryId = 0xFFFFFFFFUL; variable
4915 if (MirroringIngressPortFilterEntryId != NETC_ETHSWT_IP_BD_NULL_ENTRY_ID) in Netc_EthSwt_Ip_DeleteMirrorConfiguration()
4918 …IngressPortFilterTableEntry(MirroredSwitchIdx, &MatchedEntries, MirroringIngressPortFilterEntryId); in Netc_EthSwt_Ip_DeleteMirrorConfiguration()
4926 MirroringIngressPortFilterEntryId = NETC_ETHSWT_IP_BD_NULL_ENTRY_ID; in Netc_EthSwt_Ip_DeleteMirrorConfiguration()
5079 MirroringIngressPortFilterEntryId = IngressPortFilterTableEntry->IngressPortFilterEntryID; in ConfigAndEnableIngressPortFiltering()