Lines Matching refs:debug_cond
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()
868 debug_cond(DEBUG_DEV_PKT, "sending ARP for %pI4\n", &dest); in net_send_ip_packet()
883 debug_cond(DEBUG_DEV_PKT, "sending UDP to %pI4/%pM\n", in net_send_ip_packet()
1101 debug_cond(DEBUG_NET_PKT, "packet received\n"); in net_process_received_packet()
1151 debug_cond(DEBUG_NET_PKT, "VLAN packet received\n"); in net_process_received_packet()
1173 debug_cond(DEBUG_NET_PKT, "Receive from protocol 0x%x\n", eth_proto); in net_process_received_packet()
1201 debug_cond(DEBUG_NET_PKT, "Got IP\n"); in net_process_received_packet()
1214 debug_cond(DEBUG_NET_PKT, "len=%d, v=%02x\n", in net_process_received_packet()
1275 debug_cond(DEBUG_DEV_PKT, in net_process_received_packet()