Searched refs:DEBUG_INT_STATE (Results 1 – 3 of 3) sorted by relevance
/u-boot/net/ |
A D | link_local.c | 233 debug_cond(DEBUG_INT_STATE, "adjusting timeout\n"); in link_local_receive_arp() 253 debug_cond(DEBUG_INT_STATE, "%s recv arp type=%d, op=%d,\n", in link_local_receive_arp() 256 debug_cond(DEBUG_INT_STATE, "\tsource=%pM %pI4\n", in link_local_receive_arp() 259 debug_cond(DEBUG_INT_STATE, "\ttarget=%pM %pI4\n", in link_local_receive_arp()
|
A D | net.c | 411 debug_cond(DEBUG_INT_STATE, "--- net_loop Entry\n"); in net_loop() 437 debug_cond(DEBUG_INT_STATE, "--- net_loop Init\n"); in net_loop() 589 debug_cond(DEBUG_INT_STATE, "--- net_loop Abort!\n"); in net_loop() 618 debug_cond(DEBUG_INT_STATE, "--- net_loop timeout\n"); in net_loop() 648 debug_cond(DEBUG_INT_STATE, "--- net_loop Success!\n"); in net_loop() 655 debug_cond(DEBUG_INT_STATE, "--- net_loop Fail!\n"); in net_loop() 761 debug_cond(DEBUG_INT_STATE, "--- net_loop UDP handler set (%p)\n", f); in net_set_udp_handler() 775 debug_cond(DEBUG_INT_STATE, "--- net_loop ARP handler set (%p)\n", f); in net_set_arp_handler() 792 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler() 796 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler()
|
/u-boot/include/ |
A D | net.h | 31 #define DEBUG_INT_STATE 0 /* Internal network state changes */ macro 674 debug_cond(DEBUG_INT_STATE, "--- NetState set to %d\n", state); in net_set_state()
|
Completed in 8 milliseconds