Searched refs:DEBUG_INT_STATE (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/net/ |
H A D | link_local.c | 230 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()
|
H A D | net.c | 409 debug_cond(DEBUG_INT_STATE, "--- net_loop Entry\n"); in net_loop() 446 debug_cond(DEBUG_INT_STATE, "--- net_loop Init\n"); in net_loop() 606 debug_cond(DEBUG_INT_STATE, "--- net_loop Abort!\n"); in net_loop() 635 debug_cond(DEBUG_INT_STATE, "--- net_loop timeout\n"); in net_loop() 665 debug_cond(DEBUG_INT_STATE, "--- net_loop Success!\n"); in net_loop() 672 debug_cond(DEBUG_INT_STATE, "--- net_loop Fail!\n"); in net_loop() 773 debug_cond(DEBUG_INT_STATE, "--- net_loop UDP handler set (%p)\n", f); in net_set_udp_handler() 787 debug_cond(DEBUG_INT_STATE, "--- net_loop ARP handler set (%p)\n", f); in net_set_arp_handler() 804 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler() 808 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler()
|
/openbmc/u-boot/include/ |
H A D | net.h | 22 #define DEBUG_INT_STATE 0 /* Internal network state changes */ macro 643 debug_cond(DEBUG_INT_STATE, "--- NetState set to %d\n", state); in net_set_state()
|