Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c1309 UINT16 TryIndex; in PxeBcDhcp4Discover() local
1434 for (TryIndex = 1; TryIndex <= PXEBC_BOOT_REQUEST_RETRIES; TryIndex++) { in PxeBcDhcp4Discover()
1436 Token.TimeoutValue = (UINT16) (PXEBC_BOOT_REQUEST_TIMEOUT * TryIndex); in PxeBcDhcp4Discover()
1437 Token.Packet->Dhcp4.Header.Seconds = (UINT16) (PXEBC_BOOT_REQUEST_TIMEOUT * (TryIndex - 1)); in PxeBcDhcp4Discover()
1445 if (TryIndex > PXEBC_BOOT_REQUEST_RETRIES) { in PxeBcDhcp4Discover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1186 UINT16 TryIndex; in PxeBcDiscvBootService() local
1288 for (TryIndex = 1; TryIndex <= PXEBC_BOOT_REQUEST_RETRIES; TryIndex++) { in PxeBcDiscvBootService()
1290 Token.TimeoutValue = (UINT16) (PXEBC_BOOT_REQUEST_TIMEOUT * TryIndex); in PxeBcDiscvBootService()
1291 Token.Packet->Dhcp4.Header.Seconds = (UINT16) (PXEBC_BOOT_REQUEST_TIMEOUT * (TryIndex - 1)); in PxeBcDiscvBootService()
1300 if (TryIndex > PXEBC_BOOT_REQUEST_RETRIES) { in PxeBcDiscvBootService()