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

/u-boot/net/
H A Dtcp.c105 debug_cond(DEBUG_INT_STATE, "--- net_loop TCP handler set (%p)\n", f);
412 debug_cond(DEBUG_INT_STATE, "N");
415 debug_cond(DEBUG_INT_STATE, "n");
429 debug_cond(DEBUG_INT_STATE, "p");
439 debug_cond(DEBUG_INT_STATE, "P");
460 debug_cond(DEBUG_INT_STATE, "\n");
522 debug_cond(DEBUG_INT_STATE, "TCP STATE ENTRY %x\n", action);
527 debug_cond(DEBUG_INT_STATE, "TCP Reset %x\n", tcp_flags);
533 debug_cond(DEBUG_INT_STATE, "TCP CLOSED %x\n", tcp_flags);
545 debug_cond(DEBUG_INT_STATE, "TCP_SYN_SEN
[all...]
H A Dlink_local.c233 debug_cond(DEBUG_INT_STATE, "adjusting timeout\n");
253 debug_cond(DEBUG_INT_STATE, "%s recv arp type=%d, op=%d,\n",
256 debug_cond(DEBUG_INT_STATE, "\tsource=%pM %pI4\n",
259 debug_cond(DEBUG_INT_STATE, "\ttarget=%pM %pI4\n",
H A Dnet.c442 debug_cond(DEBUG_INT_STATE, "--- net_loop Entry\n");
479 debug_cond(DEBUG_INT_STATE, "--- net_loop Init\n");
667 debug_cond(DEBUG_INT_STATE, "--- net_loop Abort!\n");
696 debug_cond(DEBUG_INT_STATE, "--- net_loop timeout\n");
732 debug_cond(DEBUG_INT_STATE, "--- net_loop Success!\n");
739 debug_cond(DEBUG_INT_STATE, "--- net_loop Fail!\n");
845 debug_cond(DEBUG_INT_STATE, "--- net_loop UDP handler set (%p)\n", f);
859 debug_cond(DEBUG_INT_STATE, "--- net_loop ARP handler set (%p)\n", f);
876 debug_cond(DEBUG_INT_STATE,
880 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 94 milliseconds