Searched refs:DEBUG_INT_STATE (Results 1 - 4 of 4) sorted by relevance

/u-boot/net/
H A Dtcp.c104 debug_cond(DEBUG_INT_STATE, "--- net_loop TCP handler set (%p)\n", f);
411 debug_cond(DEBUG_INT_STATE, "N");
414 debug_cond(DEBUG_INT_STATE, "n");
428 debug_cond(DEBUG_INT_STATE, "p");
438 debug_cond(DEBUG_INT_STATE, "P");
459 debug_cond(DEBUG_INT_STATE, "\n");
521 debug_cond(DEBUG_INT_STATE, "TCP STATE ENTRY %x\n", action);
526 debug_cond(DEBUG_INT_STATE, "TCP Reset %x\n", tcp_flags);
532 debug_cond(DEBUG_INT_STATE, "TCP CLOSED %x\n", tcp_flags);
544 debug_cond(DEBUG_INT_STATE, "TCP_SYN_SEN
[all...]
H A Dlink_local.c232 debug_cond(DEBUG_INT_STATE, "adjusting timeout\n");
252 debug_cond(DEBUG_INT_STATE, "%s recv arp type=%d, op=%d,\n",
255 debug_cond(DEBUG_INT_STATE, "\tsource=%pM %pI4\n",
258 debug_cond(DEBUG_INT_STATE, "\ttarget=%pM %pI4\n",
H A Dnet.c441 debug_cond(DEBUG_INT_STATE, "--- net_loop Entry\n");
478 debug_cond(DEBUG_INT_STATE, "--- net_loop Init\n");
666 debug_cond(DEBUG_INT_STATE, "--- net_loop Abort!\n");
695 debug_cond(DEBUG_INT_STATE, "--- net_loop timeout\n");
731 debug_cond(DEBUG_INT_STATE, "--- net_loop Success!\n");
738 debug_cond(DEBUG_INT_STATE, "--- net_loop Fail!\n");
844 debug_cond(DEBUG_INT_STATE, "--- net_loop UDP handler set (%p)\n", f);
858 debug_cond(DEBUG_INT_STATE, "--- net_loop ARP handler set (%p)\n", f);
875 debug_cond(DEBUG_INT_STATE,
879 debug_cond(DEBUG_INT_STATE,
[all...]
/u-boot/include/
H A Dnet.h32 #define DEBUG_INT_STATE 0 /* Internal network state changes */ macro
630 debug_cond(DEBUG_INT_STATE, "--- NetState set to %d\n", state);

Completed in 56 milliseconds