Searched refs:arcnet_dump_skb (Results 1 – 6 of 6) 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 | arcnet.c | 157 void arcnet_dump_skb(struct net_device *dev, in arcnet_dump_skb() function 168 EXPORT_SYMBOL(arcnet_dump_skb); 561 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "tx"); in arcnet_send_packet()
|
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()
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 326 void arcnet_dump_skb(struct net_device *dev, struct sk_buff *skb, char *desc); 328 #define arcnet_dump_skb(dev,skb,desc) ; macro
|