Searched refs:RetryCount (Results 1 - 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
H A DMMCHS.c121 UINTN RetryCount = 0; local
145 while (RetryCount < MAX_RETRY_COUNT) {
167 RetryCount++;
170 if (RetryCount == MAX_RETRY_COUNT) {
390 UINTN RetryCount = 0; local
468 while (RetryCount < MAX_RETRY_COUNT) {
531 RetryCount++;
534 if (RetryCount == MAX_RETRY_COUNT) {
535 DEBUG ((EFI_D_ERROR, "Timeout error. RetryCount: %d\n", RetryCount));
662 UINTN RetryCount = 0; local
704 UINTN RetryCount = 0; local
755 UINTN RetryCount = 0; local
930 UINTN RetryCount = 0; local
1127 UINTN RetryCount = 0; local
[all...]
/device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
H A DMmcHostDxe.c341 UINTN RetryCount = 0; local
373 while (RetryCount < MAX_RETRY_COUNT) {
395 RetryCount++;
398 if (RetryCount == MAX_RETRY_COUNT) {
569 UINTN RetryCount = 0; local
574 while (RetryCount < MAX_RETRY_COUNT) {
591 RetryCount++;
594 if (RetryCount == MAX_RETRY_COUNT) {
611 UINTN RetryCount = 0; local
614 while (RetryCount < MAX_RETRY_COUN
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDns4.h93 UINT32 RetryCount; member in struct:__anon8998
243 /// EFI_TIMEOUT: No DNS server reachable, or RetryCount was exhausted without
253 UINT32 RetryCount; member in struct:__anon9005
H A DDns6.h85 UINT32 RetryCount; member in struct:__anon9007
230 /// EFI_TIMEOUT: No DNS server reachable, or RetryCount was exhausted without
240 UINT32 RetryCount; member in struct:__anon9014
H A DArp.h108 UINT32 RetryCount; member in struct:__anon8880
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/
H A DArp.h54 UINT32 RetryCount; member in struct:EFI_ARP_CONFIG_DATA
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c445 if (CacheEntry->RetryCount == 0) {
465 CacheEntry->RetryCount--;
756 CacheEntry->RetryCount = Instance->ConfigData.RetryCount;
765 CacheEntry->RetryCount = ARP_DEFAULT_RETRY_COUNT;
987 OldConfigData->RetryCount = (ConfigData->RetryCount == 0) ?
988 ARP_DEFAULT_RETRY_COUNT : ConfigData->RetryCount;
H A DArpMain.c623 CacheEntry->RetryCount = Instance->ConfigData.RetryCount;
H A DArpImpl.h218 UINT32 RetryCount; member in struct:__anon6835
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
H A DDnsProtocol.c380 Instance->MaxRetry = ConfigData->RetryCount;
383 Token->RetryCount = 0;
624 Instance->MaxRetry = ConfigData->RetryCount;
627 Token->RetryCount = 0;
1205 Instance->MaxRetry = ConfigData->RetryCount;
1208 Token->RetryCount = 0;
1453 Instance->MaxRetry = ConfigData->RetryCount;
1456 Token->RetryCount = 0;
H A DDnsImpl.c1949 if (++Dns4TokenEntry->Token->RetryCount < Instance->MaxRetry) {
1993 if (++Dns6TokenEntry->Token->RetryCount < Instance->MaxRetry) {
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDhcp6.c516 UINTN RetryCount; local
524 RetryCount = 0;
565 if (GatewayIsFound || RetryCount == TimeOutInSecond) {
569 RetryCount++;
603 } else if (RetryCount == TimeOutInSecond) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.h160 UINT32 RetryCount; ///< Number of transmissions member in struct:_TFTP_PACKET
H A DTftpServer.c508 pPacket->RetryCount = 0;
655 if ( PcdGet32 ( Tftp_MaxRetry ) >= pPacket->RetryCount ) {
656 pPacket->RetryCount += 1;
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
H A DIkev2.h147 UINTN RetryCount; member in struct:__anon9603
H A DUtility.c352 SessionCommon->RetryCount = 0;
1650 if (SessionCommon->RetryCount > IKE_MAX_RETRY) {
1744 SessionCommon->RetryCount++;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
H A DPlatform.c1001 UINT8 RetryCount = BUS_TRIES;
1033 while (RetryCount--) {
992 UINT8 RetryCount = BUS_TRIES; local
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c1515 UINTN RetryCount; local
1523 RetryCount = 0;
1563 if (GatewayIsFound || RetryCount == TimeOutInSecond) {
1567 RetryCount++;
1601 } else if (RetryCount == TimeOutInSecond) {
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.c1264 UINT8 RetryCount; local
1266 RetryCount = 3;
1269 while (RetryCount > 0) {
1276 RetryCount--;
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiProto.c429 UINT8 RetryCount; local
446 RetryCount = 0;
473 RetryCount++;
474 } while (RetryCount <= Session->ConfigData->SessionConfigData.ConnectRetryCount);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.c644 ArpConfig.RetryCount = 0;

Completed in 107 milliseconds