Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Dnet.c206 static int net_try_count; variable
403 net_try_count = 1; in net_loop()
694 if ((!retry_forever) && (net_try_count >= retrycnt)) { in net_start_again()
704 net_try_count++; in net_start_again()