Home
last modified time | relevance | path

Searched refs:max_attempts (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc-test-automation/bin/
H A Dssh_pw22 set max_attempts 3
49 if { $attempts > $max_attempts } {
50 puts stderr "**ERROR** Exceeded $max_attempts attempts to ssh."
/openbmc/linux/net/netfilter/
H A Dnf_nat_helper.c204 static const unsigned int max_attempts = 128; in nf_nat_exp_find_port() local
211 if (attempts_left > max_attempts) in nf_nat_exp_find_port()
212 attempts_left = max_attempts; in nf_nat_exp_find_port()
/openbmc/phosphor-objmgr/libmapper/
H A Dapp.c37 const size_t max_attempts = 20; in wait_main() local
94 if (attempts <= max_attempts) in wait_main()
/openbmc/openbmc-test-automation/lib/
H A Dgen_cmd.py284 max_attempts=1, argument
371 for attempt_num in range(1, max_attempts + 1):
425 if attempt_num < max_attempts:
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c672 const unsigned int max_attempts = 5; in pseries_suspend() local
703 attempt, max_attempts, ret); in pseries_suspend()
705 if (attempt == max_attempts) in pseries_suspend()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dcore.c88 int ret, i, max_attempts = RPM_WAIT_FOR_IDLE_MAX_ATTEMPTS; in venus_sys_error_handler() local
95 max_attempts = 0; in venus_sys_error_handler()
102 for (i = 0; i < max_attempts; i++) { in venus_sys_error_handler()
116 for (i = 0; i < max_attempts; i++) { in venus_sys_error_handler()
/openbmc/linux/drivers/input/serio/
H A Dlibps2.c44 unsigned int timeout, unsigned int max_attempts) in ps2_do_sendbyte() argument
68 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c165 u16 max_attempts = 10000; in read_efuse_byte() local
176 max_attempts = 10; in read_efuse_byte()
190 while (!(((value32 >> 24) & 0xff) & 0x80) && (retry < max_attempts)) { in read_efuse_byte()