Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DPing6.c53 UINT32 RttTimerTick; member
117 UINT32 *RttTimerTick; in Ping6RttTimerTickRoutine() local
119 RttTimerTick = (UINT32*) Context; in Ping6RttTimerTickRoutine()
120 (*RttTimerTick)++; in Ping6RttTimerTickRoutine()
138 UINT32 RttTimerTick; in Ping6GetTimerPeriod() local
143 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 …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DPing.c122 UINT32 RttTimerTick; member
244 UINT32 *RttTimerTick; in RttTimerTickRoutine() local
246 RttTimerTick = (UINT32*) Context; in RttTimerTickRoutine()
247 (*RttTimerTick)++; in RttTimerTickRoutine()
265 UINT32 RttTimerTick; in GetTimerPeriod() local
270 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 …]