Lines Matching refs:debug_cond
411 debug_cond(DEBUG_INT_STATE, "--- net_loop Entry\n"); in net_loop()
437 debug_cond(DEBUG_INT_STATE, "--- net_loop Init\n"); in net_loop()
589 debug_cond(DEBUG_INT_STATE, "--- net_loop Abort!\n"); in net_loop()
618 debug_cond(DEBUG_INT_STATE, "--- net_loop timeout\n"); in net_loop()
648 debug_cond(DEBUG_INT_STATE, "--- net_loop Success!\n"); in net_loop()
655 debug_cond(DEBUG_INT_STATE, "--- net_loop Fail!\n"); in net_loop()
761 debug_cond(DEBUG_INT_STATE, "--- net_loop UDP handler set (%p)\n", f); in net_set_udp_handler()
775 debug_cond(DEBUG_INT_STATE, "--- net_loop ARP handler set (%p)\n", f); in net_set_arp_handler()
792 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler()
796 debug_cond(DEBUG_INT_STATE, in net_set_timeout_handler()
856 debug_cond(DEBUG_DEV_PKT, "sending ARP for %pI4\n", &dest); in net_send_ip_packet()
871 debug_cond(DEBUG_DEV_PKT, "sending UDP to %pI4/%pM\n", in net_send_ip_packet()
1086 debug_cond(DEBUG_NET_PKT, "packet received\n"); in net_process_received_packet()
1139 debug_cond(DEBUG_NET_PKT, "VLAN packet received\n"); in net_process_received_packet()
1161 debug_cond(DEBUG_NET_PKT, "Receive from protocol 0x%x\n", eth_proto); in net_process_received_packet()
1189 debug_cond(DEBUG_NET_PKT, "Got IP\n"); in net_process_received_packet()
1202 debug_cond(DEBUG_NET_PKT, "len=%d, v=%02x\n", in net_process_received_packet()
1263 debug_cond(DEBUG_DEV_PKT, in net_process_received_packet()