Home
last modified time | relevance | path

Searched refs:ethrotate (Results 1 – 5 of 5) sorted by relevance

/u-boot/net/
A Deth_common.c57 char *ethrotate; in eth_current_changed() local
64 ethrotate = env_get("ethrotate"); in eth_current_changed()
65 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_current_changed()
84 char *ethrotate; in eth_try_another() local
90 ethrotate = env_get("ethrotate"); in eth_try_another()
91 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_try_another()
A Deth-uclass.c258 char *ethrotate = env_get("ethrotate"); in eth_init() local
267 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) { in eth_init()
A Dbootp.c408 char *ethrotate; in bootp_timeout_handler() local
410 ethrotate = env_get("ethrotate"); in bootp_timeout_handler()
411 if ((ethrotate && strcmp(ethrotate, "no") == 0) || in bootp_timeout_handler()
/u-boot/doc/arch/
A Dsandbox.rst281 setenv ethrotate no
289 setenv ethrotate no
298 setenv ethrotate no
325 setenv ethrotate no
/u-boot/
A DREADME3332 ethrotate - When set to "no" U-Boot does not go through all

Completed in 10 milliseconds