Home
last modified time | relevance | path

Searched refs:MAX_RETRY_COUNT (Results 1 – 25 of 51) sorted by relevance

123

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Omap35xxPkg/MMCHSDxe/
H A DMMCHS.c141 while (RetryCount < MAX_RETRY_COUNT) { in SendCmd()
166 if (RetryCount == MAX_RETRY_COUNT) { in SendCmd()
464 while (RetryCount < MAX_RETRY_COUNT) { in PerformCardIdenfication()
530 if (RetryCount == MAX_RETRY_COUNT) { in PerformCardIdenfication()
661 while (RetryCount < MAX_RETRY_COUNT) { in ReadBlockData()
682 if (RetryCount == MAX_RETRY_COUNT) { in ReadBlockData()
703 while (RetryCount < MAX_RETRY_COUNT) { in WriteBlockData()
725 if (RetryCount == MAX_RETRY_COUNT) { in WriteBlockData()
907 if (RetryCount == MAX_RETRY_COUNT) { in DmaBlocks()
996 if (RetryCount == MAX_RETRY_COUNT) { in TransferBlock()
[all …]
H A DMMCHS.h38 #define MAX_RETRY_COUNT (100*5) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Omap35xxPkg/MmcHostDxe/
H A DMmcHostDxe.c373 while (RetryCount < MAX_RETRY_COUNT) { in MMCSendCommand()
398 if (RetryCount == MAX_RETRY_COUNT) { in MMCSendCommand()
574 while (RetryCount < MAX_RETRY_COUNT) { in MMCReadBlockData()
594 if (RetryCount == MAX_RETRY_COUNT) { in MMCReadBlockData()
614 while (RetryCount < MAX_RETRY_COUNT) { in MMCWriteBlockData()
636 if (RetryCount == MAX_RETRY_COUNT) { in MMCWriteBlockData()
H A DMmcHostDxe.h40 #define MAX_RETRY_COUNT (100*5) macro
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/TexasInstruments/Omap35xxPkg/MmcHostDxe/
H A DMmcHostDxe.c367 while (RetryCount < MAX_RETRY_COUNT) { in MMCSendCommand()
392 if (RetryCount == MAX_RETRY_COUNT) { in MMCSendCommand()
568 while (RetryCount < MAX_RETRY_COUNT) { in MMCReadBlockData()
588 if (RetryCount == MAX_RETRY_COUNT) { in MMCReadBlockData()
608 while (RetryCount < MAX_RETRY_COUNT) { in MMCWriteBlockData()
630 if (RetryCount == MAX_RETRY_COUNT) { in MMCWriteBlockData()
H A DMmcHostDxe.h34 #define MAX_RETRY_COUNT (100*5)
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/RaspberryPi/Drivers/ArasanMmcHostDxe/
H A DArasanMmcHostDxe.c206 while (RetryCount < MAX_RETRY_COUNT) { in PollRegisterWithMask()
215 if (RetryCount == MAX_RETRY_COUNT) { in PollRegisterWithMask()
410 while (RetryCount < MAX_RETRY_COUNT) { in MMCSendCommand()
442 if (RetryCount == MAX_RETRY_COUNT) { in MMCSendCommand()
711 while (RetryCount < MAX_RETRY_COUNT) { in MMCReadBlockData()
731 if (RetryCount == MAX_RETRY_COUNT) { in MMCReadBlockData()
775 while (RetryCount < MAX_RETRY_COUNT) { in MMCWriteBlockData()
795 if (RetryCount == MAX_RETRY_COUNT) { in MMCWriteBlockData()
H A DArasanMmcHostDxe.h34 #define MAX_RETRY_COUNT (1000 * 20) macro
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dbackup.cc237 #define MAX_RETRY_COUNT 5 macro
289 for (uint i= 0 ; i <= MAX_RETRY_COUNT ; i++) in backup_block_ddl()
296 i == MAX_RETRY_COUNT) in backup_block_ddl()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dbackup.cc237 #define MAX_RETRY_COUNT 5 macro
289 for (uint i= 0 ; i <= MAX_RETRY_COUNT ; i++) in backup_block_ddl()
296 i == MAX_RETRY_COUNT) in backup_block_ddl()
/dports/lang/micropython/micropython-1.17/ports/cc3200/simplelink/
H A Dcc_pal.c432 #define MAX_RETRY_COUNT 1000 in NwpPowerOnPreamble() macro
449 while(retry_count < MAX_RETRY_COUNT) in NwpPowerOnPreamble()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/dbd/
H A Dapr_dbd_sqlite3.c31 #define MAX_RETRY_COUNT 15 macro
124 if (retry_count++ > MAX_RETRY_COUNT) { in dbd_sqlite3_select()
268 while(retry_count++ <= MAX_RETRY_COUNT) { in dbd_sqlite3_query()
393 while(retry_count++ <= MAX_RETRY_COUNT) { in dbd_sqlite3_pquery()
490 if (retry_count++ > MAX_RETRY_COUNT) { in dbd_sqlite3_pselect()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dfile-create-locked.c18 #define MAX_RETRY_COUNT 1000 macro
161 for (i = 0; i < MAX_RETRY_COUNT; i++) { in file_create_locked()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/couchbase/go-couchbase/
H A Dstreaming.go20 const MAX_RETRY_COUNT = 5 const
101 if failures == MAX_RETRY_COUNT {
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Omap35xxPkg/Flash/
H A DFlash.h84 #define MAX_RETRY_COUNT 1500 macro
H A DFlash.c296 UINTN Timeout = MAX_RETRY_COUNT; in NandReadPage()
364 UINTN Timeout = MAX_RETRY_COUNT; in NandWritePage()
437 UINTN Timeout = MAX_RETRY_COUNT; in NandEraseBlock()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/TexasInstruments/Omap35xxPkg/Flash/
H A DFlash.h78 #define MAX_RETRY_COUNT 1500 macro
H A DFlash.c290 UINTN Timeout = MAX_RETRY_COUNT;
358 UINTN Timeout = MAX_RETRY_COUNT;
431 UINTN Timeout = MAX_RETRY_COUNT;
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/trash/
H A Dtrash-plugin.c17 #define MAX_RETRY_COUNT 3 macro
240 if (i == MAX_RETRY_COUNT) { in trash_quota_test_alloc()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsIncrementalDownload.cpp41 #define MAX_RETRY_COUNT 20 macro
487 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
556 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsIncrementalDownload.cpp40 #define MAX_RETRY_COUNT 20 macro
494 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
562 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsIncrementalDownload.cpp40 #define MAX_RETRY_COUNT 20 macro
579 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
648 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsIncrementalDownload.cpp41 #define MAX_RETRY_COUNT 20 macro
487 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
556 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsIncrementalDownload.cpp40 #define MAX_RETRY_COUNT 20 macro
503 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
571 if (++mNonPartialCount > MAX_RETRY_COUNT) { in OnStartRequest()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/EmbeddedPkg/Universal/MmcDxe/
H A DMmcIdentification.c20 #define MAX_RETRY_COUNT 1000 macro
564 Timeout = MAX_RETRY_COUNT; in MmcIdentificationMode()
624 Timeout = MAX_RETRY_COUNT; in MmcIdentificationMode()

123