Home
last modified time | relevance | path

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

/external/u-boot/net/
Dlink_local.c230 debug_cond(DEBUG_INT_STATE, "adjusting timeout\n"); in link_local_receive_arp()
250 debug_cond(DEBUG_INT_STATE, "%s recv arp type=%d, op=%d,\n", in link_local_receive_arp()
253 debug_cond(DEBUG_INT_STATE, "\tsource=%pM %pI4\n", in link_local_receive_arp()
256 debug_cond(DEBUG_INT_STATE, "\ttarget=%pM %pI4\n", in link_local_receive_arp()
Dnet.c412 debug_cond(DEBUG_INT_STATE, "--- net_loop Entry\n"); in net_loop()
438 debug_cond(DEBUG_INT_STATE, "--- net_loop Init\n"); in net_loop()
593 debug_cond(DEBUG_INT_STATE, "--- net_loop Abort!\n"); in net_loop()
622 debug_cond(DEBUG_INT_STATE, "--- net_loop timeout\n"); in net_loop()
652 debug_cond(DEBUG_INT_STATE, "--- net_loop Success!\n"); in net_loop()
659 debug_cond(DEBUG_INT_STATE, "--- net_loop Fail!\n"); in net_loop()
759 debug_cond(DEBUG_INT_STATE, "--- net_loop UDP handler set (%p)\n", f); in net_set_udp_handler()
773 debug_cond(DEBUG_INT_STATE, "--- net_loop ARP handler set (%p)\n", f); in net_set_arp_handler()
790 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler()
794 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler()
/external/u-boot/include/
Dnet.h21 #define DEBUG_INT_STATE 0 /* Internal network state changes */ macro
652 debug_cond(DEBUG_INT_STATE, "--- NetState set to %d\n", state); in net_set_state()