Searched refs:LookaheadTime (Results 1 – 2 of 2) sorted by relevance
2914 uint32 LookaheadTime; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry() local2944 … LookaheadTime = IP_NETC__NETC_IERB->CFG_ENETC_INST[0U].ETGSLR + IP_NETC__ENETC0_PORT->PTGSATOR; in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2952 …CalculatedTime = (uint64)CurrentTime + (uint64)LookaheadTime + (uint64)CmdProccesingTime + ((uint6… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2957 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime)) in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2960 if (TimeGateSchedulingTableEntry->AdminBaseTime >= (CurrentTime + LookaheadTime)) in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2969 …CycleFactor = (uint32)(((((uint64)CurrentTime + (uint64)LookaheadTime + (uint64)CmdProccesingTime)… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2971 …CycleFactor = ((uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime)… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()2974 …CycleFactor = ((uint32)(CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime)… in Netc_Eth_Ip_AddOrUpdateTimeGateSchedulingTableEntry()
4339 uint64 LookaheadTime; local4370 …LookaheadTime = IP_NETC__NETC_IERB->CFG_SW_INST[0U].STGSLR; /* [Ricky]TODO: this register is not a…4379 …ComparisonValue = CurrentTime + LookaheadTime + CmdProccesingTime + ((uint64)2U * (uint64)TimeGate…4383 ComparisonValue = CurrentTime + LookaheadTime;4387 ComparisonValue = CurrentTime + LookaheadTime;4397 …CycleFactor = ((CurrentTime + LookaheadTime + CmdProccesingTime - TimeGateSchedulingTableEntry->Ad…4399 …CycleFactor = (CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) / ((uint…4402 …CycleFactor = (CurrentTime + LookaheadTime - TimeGateSchedulingTableEntry->AdminBaseTime) / (TimeG…