Searched refs:DEBUG_INT_STATE (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/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 | 404 debug_cond(DEBUG_INT_STATE, "--- net_loop Entry\n"); in net_loop() 430 debug_cond(DEBUG_INT_STATE, "--- net_loop Init\n"); in net_loop() 579 debug_cond(DEBUG_INT_STATE, "--- net_loop Abort!\n"); in net_loop() 608 debug_cond(DEBUG_INT_STATE, "--- net_loop timeout\n"); in net_loop() 638 debug_cond(DEBUG_INT_STATE, "--- net_loop Success!\n"); in net_loop() 645 debug_cond(DEBUG_INT_STATE, "--- net_loop Fail!\n"); in net_loop() 744 debug_cond(DEBUG_INT_STATE, "--- net_loop UDP handler set (%p)\n", f); in net_set_udp_handler() 758 debug_cond(DEBUG_INT_STATE, "--- net_loop ARP handler set (%p)\n", f); in net_set_arp_handler() 775 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler() 779 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 21 #define DEBUG_INT_STATE 0 /* Internal network state changes */ macro 656 debug_cond(DEBUG_INT_STATE, "--- NetState set to %d\n", state); in net_set_state()
|