Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dnet.h639 extern enum net_loop_state net_state;
644 net_state = state; in net_set_state()
/openbmc/u-boot/net/
H A Dnet.c158 enum net_loop_state net_state; variable
404 enum net_loop_state prev_net_state = net_state; in net_loop()
641 if (net_state == NETLOOP_FAIL) in net_loop()
644 switch (net_state) { in net_loop()