Searched refs:DEBUG_DEV_PKT (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | arp.c | 59 debug_cond(DEBUG_DEV_PKT, "ARP broadcast %d\n", arp_wait_try); in arp_raw_request() 164 debug_cond(DEBUG_DEV_PKT, "Got ARP REQUEST, return our IP\n"); in arp_receive() 205 debug_cond(DEBUG_DEV_PKT, in arp_receive()
|
| H A D | ping.c | 49 debug_cond(DEBUG_DEV_PKT, "sending ARP for %pI4\n", &net_ping_ip); in ping_send() 97 debug_cond(DEBUG_DEV_PKT, in ping_receive()
|
| H A D | rarp.c | 49 debug_cond(DEBUG_DEV_PKT, "Got good RARP\n"); in rarp_receive()
|
| H A D | net.c | 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() 1223 debug_cond(DEBUG_DEV_PKT, in net_process_received_packet()
|
| H A D | link_local.c | 99 debug_cond(DEBUG_DEV_PKT, "...wait %d %s nprobes=%u, nclaims=%u\n", in configure_wait()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | netconsole.c | 148 debug_cond(DEBUG_DEV_PKT, "input: \"%*.*s\"\n", len, len, pkt); in nc_input_packet() 183 debug_cond(DEBUG_DEV_PKT, "output: \"%*.*s\"\n", len, len, buf); in nc_send_packet()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 19 #define DEBUG_DEV_PKT 0 /* Packets or info directed to the device */ macro
|