Home
last modified time | relevance | path

Searched refs:MAX_TRIES (Results 1 – 6 of 6) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.h94 static constexpr auto MAX_TRIES = 5; variable
H A Dncsi_state_machine.cpp116 network_debug_.ncsi.test.max_tries = MAX_TRIES; in reset()
/openbmc/u-boot/common/
H A Dusb_hub.c234 #define MAX_TRIES 5 macro
282 for (tries = 0; tries < MAX_TRIES; tries++) { in usb_hub_port_reset()
330 if (tries == MAX_TRIES) { in usb_hub_port_reset()
332 "disabling port.\n", port + 1, MAX_TRIES); in usb_hub_port_reset()
/openbmc/u-boot/tools/gdb/
H A Dremote.c860 #define MAX_TRIES 3 macro
862 for (tries = 1; tries <= MAX_TRIES; tries++)
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dmain.c615 #define MAX_TRIES 1 in p54_get_survey() macro
616 for (tries = 0; tries < MAX_TRIES; tries++) { in p54_get_survey()
648 #undef MAX_TRIES in p54_get_survey()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c3123 #define MAX_TRIES 15 in ice_ptp_lock() macro
3125 for (i = 0; i < MAX_TRIES; i++) { in ice_ptp_lock()