Searched refs:dev_to_desc (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlc.h83 static __inline__ struct hdlc_device_desc* dev_to_desc(struct net_device *dev) function
121 return &dev_to_desc(dev)->stats;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_x25.c167 struct hdlc_device_desc *desc = dev_to_desc(skb->dev);
H A Dhdlc.c68 struct hdlc_device_desc *desc = dev_to_desc(dev);
292 dev_to_desc(dev)->netif_rx = rx;
H A Dhdlc_fr.c423 return &dev_to_desc(dev)->stats;
961 dev_to_desc(frad)->stats.rx_dropped++;
1022 dev_to_desc(frad)->stats.rx_errors++; /* Mark error */
H A Dhdlc_cisco.c253 dev_to_desc(dev)->stats.rx_errors++; /* Mark error */

Completed in 58 milliseconds