/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/ |
D | MMCHS.c | 121 UINTN RetryCount = 0; in SendCmd() local 145 while (RetryCount < MAX_RETRY_COUNT) { in SendCmd() 167 RetryCount++; in SendCmd() 170 if (RetryCount == MAX_RETRY_COUNT) { in SendCmd() 390 UINTN RetryCount = 0; in PerformCardIdenfication() local 468 while (RetryCount < MAX_RETRY_COUNT) { in PerformCardIdenfication() 531 RetryCount++; in PerformCardIdenfication() 534 if (RetryCount == MAX_RETRY_COUNT) { in PerformCardIdenfication() 535 DEBUG ((EFI_D_ERROR, "Timeout error. RetryCount: %d\n", RetryCount)); in PerformCardIdenfication() 662 UINTN RetryCount = 0; in ReadBlockData() local [all …]
|
/device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/ |
D | MmcHostDxe.c | 341 UINTN RetryCount = 0; in MMCSendCommand() local 373 while (RetryCount < MAX_RETRY_COUNT) { in MMCSendCommand() 395 RetryCount++; in MMCSendCommand() 398 if (RetryCount == MAX_RETRY_COUNT) { in MMCSendCommand() 569 UINTN RetryCount = 0; in MMCReadBlockData() local 574 while (RetryCount < MAX_RETRY_COUNT) { in MMCReadBlockData() 591 RetryCount++; in MMCReadBlockData() 594 if (RetryCount == MAX_RETRY_COUNT) { in MMCReadBlockData() 611 UINTN RetryCount = 0; in MMCWriteBlockData() local 614 while (RetryCount < MAX_RETRY_COUNT) { in MMCWriteBlockData() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Dns6.h | 85 UINT32 RetryCount; member 240 UINT32 RetryCount; member
|
D | Dns4.h | 93 UINT32 RetryCount; member 253 UINT32 RetryCount; member
|
D | Arp.h | 108 UINT32 RetryCount; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
D | ArpImpl.c | 445 if (CacheEntry->RetryCount == 0) { in ArpTimerHandler() 465 CacheEntry->RetryCount--; in ArpTimerHandler() 756 CacheEntry->RetryCount = Instance->ConfigData.RetryCount; in ArpAllocCacheEntry() 765 CacheEntry->RetryCount = ARP_DEFAULT_RETRY_COUNT; in ArpAllocCacheEntry() 987 OldConfigData->RetryCount = (ConfigData->RetryCount == 0) ? in ArpConfigureInstance() 988 ARP_DEFAULT_RETRY_COUNT : ConfigData->RetryCount; in ArpConfigureInstance()
|
D | ArpMain.c | 623 CacheEntry->RetryCount = Instance->ConfigData.RetryCount; in ArpRequest()
|
D | ArpImpl.h | 218 UINT32 RetryCount; member
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsProtocol.c | 380 Instance->MaxRetry = ConfigData->RetryCount; in Dns4HostNameToIp() 383 Token->RetryCount = 0; in Dns4HostNameToIp() 624 Instance->MaxRetry = ConfigData->RetryCount; in Dns4GeneralLookUp() 627 Token->RetryCount = 0; in Dns4GeneralLookUp() 1205 Instance->MaxRetry = ConfigData->RetryCount; in Dns6HostNameToIp() 1208 Token->RetryCount = 0; in Dns6HostNameToIp() 1453 Instance->MaxRetry = ConfigData->RetryCount; in Dns6GeneralLookUp() 1456 Token->RetryCount = 0; in Dns6GeneralLookUp()
|
D | DnsImpl.c | 1949 if (++Dns4TokenEntry->Token->RetryCount < Instance->MaxRetry) { in DnsOnTimerRetransmit() 1993 if (++Dns6TokenEntry->Token->RetryCount < Instance->MaxRetry) { in DnsOnTimerRetransmit()
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootDhcp6.c | 516 UINTN RetryCount; in HttpBootCheckRouteTable() local 524 RetryCount = 0; in HttpBootCheckRouteTable() 565 if (GatewayIsFound || RetryCount == TimeOutInSecond) { in HttpBootCheckRouteTable() 569 RetryCount++; in HttpBootCheckRouteTable() 603 } else if (RetryCount == TimeOutInSecond) { in HttpBootCheckRouteTable()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/ |
D | Arp.h | 54 UINT32 RetryCount; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/ |
D | TftpServer.h | 160 UINT32 RetryCount; ///< Number of transmissions member
|
D | TftpServer.c | 508 pPacket->RetryCount = 0; in PacketGet() 655 if ( PcdGet32 ( Tftp_MaxRetry ) >= pPacket->RetryCount ) { in PacketTx() 656 pPacket->RetryCount += 1; in PacketTx()
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
D | Ikev2.h | 147 UINTN RetryCount; member
|
D | Utility.c | 352 SessionCommon->RetryCount = 0; in Ikev2SessionCommonRefresh() 1650 if (SessionCommon->RetryCount > IKE_MAX_RETRY) { in Ikev2ResendNotify() 1744 SessionCommon->RetryCount++; in Ikev2ResendNotify()
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcDhcp6.c | 1515 UINTN RetryCount; in PxeBcCheckRouteTable() local 1523 RetryCount = 0; in PxeBcCheckRouteTable() 1563 if (GatewayIsFound || RetryCount == TimeOutInSecond) { in PxeBcCheckRouteTable() 1567 RetryCount++; in PxeBcCheckRouteTable() 1601 } else if (RetryCount == TimeOutInSecond) { in PxeBcCheckRouteTable()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/ |
D | Platform.c | 1001 UINT8 RetryCount = BUS_TRIES; in PeiSmbusExec() 1033 while (RetryCount--) { in PeiSmbusExec()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/ |
D | DebugAgent.c | 1264 UINT8 RetryCount; in SendCommandAndWaitForAckOK() local 1266 RetryCount = 3; in SendCommandAndWaitForAckOK() 1269 while (RetryCount > 0) { in SendCommandAndWaitForAckOK() 1276 RetryCount--; in SendCommandAndWaitForAckOK()
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
D | IScsiProto.c | 429 UINT8 RetryCount; in IScsiSessionLogin() local 446 RetryCount = 0; in IScsiSessionLogin() 473 RetryCount++; in IScsiSessionLogin() 474 } while (RetryCount <= Session->ConfigData->SessionConfigData.ConnectRetryCount); in IScsiSessionLogin()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
D | Ip4If.c | 644 ArpConfig.RetryCount = 0; in Ip4SetAddress()
|