Searched refs:RetryTimes (Results 1 – 11 of 11) sorted by relevance
670 UINTN RetryTimes; in OhciSetRootHubPortFeature() local689 RetryTimes = 0; in OhciSetRootHubPortFeature()692 RetryTimes++; in OhciSetRootHubPortFeature()694 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()696 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()707 RetryTimes = 0; in OhciSetRootHubPortFeature()710 RetryTimes++; in OhciSetRootHubPortFeature()713 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()715 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()728 RetryTimes = 0; in OhciSetRootHubPortFeature()[all …]
1592 UINTN RetryTimes; in OhciSetRootHubPortFeature() local1611 RetryTimes = 0; in OhciSetRootHubPortFeature()1614 RetryTimes++; in OhciSetRootHubPortFeature()1616 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()1618 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()1629 RetryTimes = 0; in OhciSetRootHubPortFeature()1632 RetryTimes++; in OhciSetRootHubPortFeature()1635 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()1637 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()1650 RetryTimes = 0; in OhciSetRootHubPortFeature()[all …]
1189 UINTN RetryTimes; in AtapiDetectMedia() local1210 RetryTimes = 5; in AtapiDetectMedia()1211 while (RetryTimes != 0) { in AtapiDetectMedia()1227 RetryTimes--; in AtapiDetectMedia()1271 RetryTimes--; in AtapiDetectMedia()1283 RetryTimes = 5; in AtapiDetectMedia()1285 while (RetryTimes != 0) { in AtapiDetectMedia()1290 RetryTimes--; in AtapiDetectMedia()1322 RetryTimes--; in AtapiDetectMedia()
262 IN OUT UINTN *RetryTimes OPTIONAL in AhciCheckMemSet()267 if (RetryTimes != NULL) { in AhciCheckMemSet()268 (*RetryTimes)--; in AhciCheckMemSet()278 if ((RetryTimes != NULL) && (*RetryTimes == 0)) { in AhciCheckMemSet()
161 UINT64 RetryTimes; member
166 UINT64 RetryTimes; member
137 UINT64 RetryTimes; member
1472 Task->RetryTimes--; in AtaUdmStatusCheck()1491 if (!Task->InfiniteWait && (Task->RetryTimes == 0)) { in AtaUdmStatusCheck()
280 Task->RetryTimes--; in AhciCheckMemSet()290 if ((Task != NULL) && !Task->InfiniteWait && (Task->RetryTimes == 0)) { in AhciCheckMemSet()
1373 Task->RetryTimes = DivU64x32(Packet->Timeout, 1000) + 1; in AtaPassThruPassThru()