Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c424 … uint32* const NumOfMatchedElement,
1375 … uint32* const NumOfMatchedElement, in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart() argument
1386 *NumOfMatchedElement = 1; /* set the flag for finding a matched entry */ in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart()
1395 *NumOfMatchedElement = 0U; in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart()
1401 if (1U == *NumOfMatchedElement) in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart()
2054 uint32 NumOfMatchedElement = 0x0UL; local
2072 …QueryStatus = Netc_EthSwt_Ip_GetPortMacAddr_SecondPart(SwitchIdx, &NumOfMatchedElement, &FdbTableE…
2076 … QueryStatus = Netc_EthSwt_Ip_QueryFdbTableEntry(SwitchIdx, &NumOfMatchedElement, &FdbTableEntry);
2079 if (1U == NumOfMatchedElement)