Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c8199 …tchIdx, Netc_EthSwt_Ip_ResumeEntryEntryId ResumeEntryEntryId, float64 AgingTimeout, Std_ReturnType… argument
8202 …if(AgingTimeout >= (float64) (Netc_EthSwt_Ip_FdbTableEntryTimeout[SwitchIdx])) /* Check if FDB ent…
8330 float64 AgingTimeout; local
8378 AgingTimeout = (float64)HwAgingCount;
8379 AgingTimeout *= (float64)MainFunctionCycleSteps;
8380 AgingTimeout *= (float64)mainPeriod;
8381 …wt_Ip_SearchAndAgeEntryInFdbTable_SecondPart(SwitchIdx, ResumeEntryEntryId, AgingTimeout, &Status);