Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Impl.h138 UINT32 CurRetry; member
DMtftp4Support.c473 Instance->CurRetry = 0; in Mtftp4SendPacket()
626 if (++Instance->CurRetry < Instance->MaxRetry) { in Mtftp4OnTimerTick()
DMtftp4Impl.c90 Instance->CurRetry = 0; in Mtftp4CleanOperation()
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Support.c579 Instance->CurRetry = 0; in Mtftp6SendRequest()
638 Instance->CurRetry = 0; in Mtftp6SendError()
985 Instance->CurRetry = 0; in Mtftp6OperationClean()
1205 Instance->CurRetry++; in Mtftp6OnTimerTick()
1229 if (Instance->CurRetry < Instance->MaxRetry) { in Mtftp6OnTimerTick()
DMtftp6Impl.h90 UINT32 CurRetry; member
DMtftp6Wrq.c122 Instance->CurRetry = 0; in Mtftp6WrqSendBlock()
DMtftp6Rrq.c61 Instance->CurRetry = 0; in Mtftp6RrqSendAck()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Impl.h130 INTN CurRetry; member
DDhcp4Io.c233 DhcpSb->CurRetry = 0; in DhcpSetState()
255 ASSERT (DhcpSb->MaxRetries > DhcpSb->CurRetry); in DhcpSetTransmitTimer()
267 DhcpSb->PacketToLive = Times[DhcpSb->CurRetry]; in DhcpSetTransmitTimer()
485 DhcpSb->CurRetry = 0; in DhcpCleanLease()
1555 if (++DhcpSb->CurRetry < DhcpSb->MaxRetries) { in DhcpOnTimerTick()