Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
DMMCHS.c121 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/
DMmcHostDxe.c341 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/
DDns4.h93 UINT32 RetryCount; member
253 UINT32 RetryCount; member
DDns6.h85 UINT32 RetryCount; member
240 UINT32 RetryCount; member
DArp.h108 UINT32 RetryCount; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
DArpImpl.c445 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()
DArpMain.c623 CacheEntry->RetryCount = Instance->ConfigData.RetryCount; in ArpRequest()
DArpImpl.h218 UINT32 RetryCount; member
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsProtocol.c380 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()
DDnsImpl.c1949 if (++Dns4TokenEntry->Token->RetryCount < Instance->MaxRetry) { in DnsOnTimerRetransmit()
1993 if (++Dns6TokenEntry->Token->RetryCount < Instance->MaxRetry) { in DnsOnTimerRetransmit()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c516 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/
DArp.h54 UINT32 RetryCount; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
DTftpServer.h160 UINT32 RetryCount; ///< Number of transmissions member
DTftpServer.c508 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/
DIkev2.h147 UINTN RetryCount; member
DUtility.c352 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/
DPxeBcDhcp6.c1515 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/
DPlatform.c1001 UINT8 RetryCount = BUS_TRIES; in PeiSmbusExec()
1033 while (RetryCount--) { in PeiSmbusExec()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c1264 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/
DIScsiProto.c429 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/
DIp4If.c644 ArpConfig.RetryCount = 0; in Ip4SetAddress()