Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c426 … Netc_EthSwt_Ip_PortMacAddrEntry* const PortMacAddrEntry);
1377 … Netc_EthSwt_Ip_PortMacAddrEntry* const PortMacAddrEntry) in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart() argument
1393 if (FdbTableEntry->MacAddr[MacByteIdx] != PortMacAddrEntry->MacAddr[MacByteIdx]) in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart()
1403 PortMacAddrEntry->MatchedEntryFound = TRUE; in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart()
1405PortMacAddrEntry->PortBitMap |= FdbTableEntry->SwitchPortEgressBitMask; /* for those FDB entrie… in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart()
2056 Netc_EthSwt_Ip_PortMacAddrEntry PortMacAddrEntry = {FALSE, 0x00UL, MacAddr}; local
2072 …_Ip_GetPortMacAddr_SecondPart(SwitchIdx, &NumOfMatchedElement, &FdbTableEntry, &PortMacAddrEntry);;
2081 PortMacAddrEntry.MatchedEntryFound = TRUE;
2083 PortMacAddrEntry.PortBitMap = FdbTableEntry.SwitchPortEgressBitMask;
2090 if (TRUE == PortMacAddrEntry.MatchedEntryFound)
[all …]