Home
last modified time | relevance | path

Searched refs:D_SKB (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/arcnet/
Dcapmode.c87 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()
Darc-rawmode.c124 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
Drfc1051.c158 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
Drfc1201.c229 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
364 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "rx"); in rx()
Darcnet.c156 #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/
Darcdevice.h70 #define D_SKB 1024 /* show skb's */ macro
325 #if ARCNET_DEBUG_MAX & D_SKB
/linux-4.1.27/Documentation/networking/
Darcnet.txt514 D_RX, and D_SKB actually DISPLAY each packet as it is sent or received,