Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dnet.h652 extern enum net_loop_state net_state;
657 net_state = state; in net_set_state()
/rk3399_rockchip-uboot/net/
H A Dnet.c156 enum net_loop_state net_state; variable
614 if (net_state == NETLOOP_FAIL) in net_loop()
617 switch (net_state) { in net_loop()