Searched refs:AdminBaseTime (Results 1 – 2 of 2) sorted by relevance
2872 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime)) in Netc_EthSwt_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2874 NewBaseTime = TimeGateSchedulingTableEntry->AdminBaseTime; in Netc_EthSwt_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2878 … (uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) / (TimeGateSc… in Netc_EthSwt_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2879 …NewBaseTime = TimeGateSchedulingTableEntry->AdminBaseTime + (((uint64)CycleFactor + 1UL) * (uint64… in Netc_EthSwt_Ip_AddOrUpdateTimeGateSchedulingTableEntry()4508 …TimeGateSchedulingEntryData[portIndex].AdminBaseTime = (*((*(Config)).port))[portIndex].ePort->por… in InitTimeGateSchedulingTableEntryData()4541 …TimeGateSchedulingEntryData[0U].AdminBaseTime = CurrentTime; /* set base time to current ti… in InitTimeGateSchedulingFeature()
1322 uint64 AdminBaseTime; /*!< Administrative Base Time */ member