Searched refs:D_SKB (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/arcnet/ |
D | capmode.c | 87 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx() 196 BUGLVL(D_SKB) arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx() 222 BUGLVL(D_SKB) arcnet_dump_skb(dev, ackskb, "ack_tx_recv"); in ack_tx()
|
D | arc-rawmode.c | 124 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
|
D | rfc1051.c | 158 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
|
D | rfc1201.c | 229 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx() 364 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
|
D | arcnet.c | 156 #if ARCNET_DEBUG_MAX & D_SKB 561 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "tx"); in arcnet_send_packet()
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 70 #define D_SKB 1024 /* show skb's */ macro 325 #if ARCNET_DEBUG_MAX & D_SKB
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet.txt | 514 D_RX, and D_SKB actually DISPLAY each packet as it is sent or received,
|