Searched refs:RttTimerTick (Results 1 – 2 of 2) sorted by relevance
53 UINT32 RttTimerTick; member117 UINT32 *RttTimerTick; in Ping6RttTimerTickRoutine() local119 RttTimerTick = (UINT32*) Context; in Ping6RttTimerTickRoutine()120 (*RttTimerTick)++; in Ping6RttTimerTickRoutine()138 UINT32 RttTimerTick; in Ping6GetTimerPeriod() local143 RttTimerTick = 0; in Ping6GetTimerPeriod()150 &RttTimerTick, in Ping6GetTimerPeriod()168 while (RttTimerTick < 10) { in Ping6GetTimerPeriod()178 return StallCounter / RttTimerTick; in Ping6GetTimerPeriod()203 Private->RttTimerTick = 0; in Ping6InitRttTimer()[all …]
122 UINT32 RttTimerTick; member244 UINT32 *RttTimerTick; in RttTimerTickRoutine() local246 RttTimerTick = (UINT32*) Context; in RttTimerTickRoutine()247 (*RttTimerTick)++; in RttTimerTickRoutine()265 UINT32 RttTimerTick; in GetTimerPeriod() local270 RttTimerTick = 0; in GetTimerPeriod()277 &RttTimerTick, in GetTimerPeriod()295 while (RttTimerTick < 10) { in GetTimerPeriod()305 return StallCounter / RttTimerTick; in GetTimerPeriod()329 Private->RttTimerTick = 0; in PingInitRttTimer()[all …]