Lines Matching refs:debug_cond
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()
816 debug_cond(DEBUG_DEV_PKT, "sending ARP for %pI4\n", &dest); in net_send_udp_packet()
831 debug_cond(DEBUG_DEV_PKT, "sending UDP to %pI4/%pM\n", in net_send_udp_packet()
1049 debug_cond(DEBUG_NET_PKT, "packet received\n"); in net_process_received_packet()
1099 debug_cond(DEBUG_NET_PKT, "VLAN packet received\n"); in net_process_received_packet()
1121 debug_cond(DEBUG_NET_PKT, "Receive from protocol 0x%x\n", eth_proto); in net_process_received_packet()
1149 debug_cond(DEBUG_NET_PKT, "Got IP\n"); in net_process_received_packet()
1162 debug_cond(DEBUG_NET_PKT, "len=%d, v=%02x\n", in net_process_received_packet()
1223 debug_cond(DEBUG_DEV_PKT, in net_process_received_packet()