Home
last modified time | relevance | path

Searched refs:arcnet_dump_skb (Results 1 – 6 of 6) 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()
Darcnet.c157 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()
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()
/linux-4.1.27/include/linux/
Darcdevice.h326 void arcnet_dump_skb(struct net_device *dev, struct sk_buff *skb, char *desc);
328 #define arcnet_dump_skb(dev,skb,desc) ; macro