| tag | line | file | source code |
| enet_statistics | 65 | drivers/net/3c501.c | static struct enet_statistics *el1_get_stats(struct device *dev); |
| enet_statistics | 80 | drivers/net/3c501.c | struct enet_statistics stats; |
| enet_statistics | 479 | drivers/net/3c501.c | static struct enet_statistics * |
| enet_statistics | 109 | drivers/net/3c505.c | struct enet_statistics stats; |
| enet_statistics | 817 | drivers/net/3c505.c | static struct enet_statistics * elp_get_stats(struct device *dev) |
| enet_statistics | 865 | drivers/net/3c505.c | memset(&(adapter->stats), 0, sizeof(struct enet_statistics)); |
| enet_statistics | 109 | drivers/net/3c507.c | struct enet_statistics stats; |
| enet_statistics | 276 | drivers/net/3c507.c | static struct enet_statistics *el16_get_stats(struct device *dev); |
| enet_statistics | 620 | drivers/net/3c507.c | static struct enet_statistics * |
| enet_statistics | 70 | drivers/net/3c509.c | struct enet_statistics stats; |
| enet_statistics | 79 | drivers/net/3c509.c | static struct enet_statistics *el3_get_stats(struct device *dev); |
| enet_statistics | 473 | drivers/net/3c509.c | static struct enet_statistics * |
| enet_statistics | 529 | drivers/net/8390.c | static struct enet_statistics *get_stats(struct device *dev) |
| enet_statistics | 61 | drivers/net/8390.h | struct enet_statistics stat; |
| enet_statistics | 164 | drivers/net/apricot.c | struct enet_statistics stats; |
| enet_statistics | 189 | drivers/net/apricot.c | static struct enet_statistics *i596_get_stats(struct device *dev); |
| enet_statistics | 871 | drivers/net/apricot.c | static struct enet_statistics * |
| enet_statistics | 66 | drivers/net/at1700.c | struct enet_statistics stats; |
| enet_statistics | 117 | drivers/net/at1700.c | static struct enet_statistics *net_get_stats(struct device *dev); |
| enet_statistics | 572 | drivers/net/at1700.c | static struct enet_statistics * |
| enet_statistics | 145 | drivers/net/atp.c | static struct enet_statistics *net_get_stats(struct device *dev); |
| enet_statistics | 706 | drivers/net/atp.c | static struct enet_statistics * |
| enet_statistics | 7 | drivers/net/atp.h | struct enet_statistics stats; |
| enet_statistics | 84 | drivers/net/d_link.c | #define netstats enet_statistics |
| enet_statistics | 117 | drivers/net/de600.c | #define netstats enet_statistics |
| enet_statistics | 128 | drivers/net/de620.c | #define netstats enet_statistics |
| enet_statistics | 271 | drivers/net/depca.c | struct enet_statistics stats; |
| enet_statistics | 285 | drivers/net/depca.c | static struct enet_statistics *depca_get_stats(struct device *dev); |
| enet_statistics | 1141 | drivers/net/depca.c | static struct enet_statistics * |
| enet_statistics | 57 | drivers/net/dummy.c | static struct enet_statistics *dummy_get_stats(struct device *dev); |
| enet_statistics | 71 | drivers/net/dummy.c | dev->priv = kmalloc(sizeof(struct enet_statistics), GFP_KERNEL); |
| enet_statistics | 72 | drivers/net/dummy.c | memset(dev->priv, 0, sizeof(struct enet_statistics)); |
| enet_statistics | 86 | drivers/net/dummy.c | struct enet_statistics *stats; |
| enet_statistics | 95 | drivers/net/dummy.c | stats = (struct enet_statistics *)dev->priv; |
| enet_statistics | 103 | drivers/net/dummy.c | static struct enet_statistics * |
| enet_statistics | 106 | drivers/net/dummy.c | struct enet_statistics *stats = (struct enet_statistics*) dev->priv; |
| enet_statistics | 93 | drivers/net/eexpress.c | struct enet_statistics stats; |
| enet_statistics | 289 | drivers/net/eexpress.c | static struct enet_statistics *eexp_get_stats(struct device *dev); |
| enet_statistics | 655 | drivers/net/eexpress.c | static struct enet_statistics * |
| enet_statistics | 197 | drivers/net/lance.c | struct enet_statistics stats; |
| enet_statistics | 210 | drivers/net/lance.c | static struct enet_statistics *lance_get_stats(struct device *dev); |
| enet_statistics | 783 | drivers/net/lance.c | static struct enet_statistics * |
| enet_statistics | 46 | drivers/net/loopback.c | struct enet_statistics *stats = (struct enet_statistics *)dev->priv; |
| enet_statistics | 91 | drivers/net/loopback.c | static struct enet_statistics * |
| enet_statistics | 94 | drivers/net/loopback.c | return (struct enet_statistics *)dev->priv; |
| enet_statistics | 139 | drivers/net/loopback.c | dev->priv = kmalloc(sizeof(struct enet_statistics), GFP_KERNEL); |
| enet_statistics | 140 | drivers/net/loopback.c | memset(dev->priv, 0, sizeof(struct enet_statistics)); |
| enet_statistics | 126 | drivers/net/plip.c | static struct enet_statistics *plip_get_stats(struct device *dev); |
| enet_statistics | 169 | drivers/net/plip.c | struct enet_statistics e; |
| enet_statistics | 420 | drivers/net/plip.c | static struct enet_statistics * |
| enet_statistics | 423 | drivers/net/plip.c | struct enet_statistics *localstats = (struct enet_statistics*)dev->priv; |
| enet_statistics | 561 | drivers/net/plip.c | struct enet_statistics *stats = (struct enet_statistics *) dev->priv; |
| enet_statistics | 803 | drivers/net/plip.c | struct enet_statistics *stats = (struct enet_statistics *) dev->priv; |
| enet_statistics | 129 | drivers/net/ppp.c | static struct enet_statistics *ppp_get_stats (struct device *); |
| enet_statistics | 1849 | drivers/net/ppp.c | static struct enet_statistics * |
| enet_statistics | 1853 | drivers/net/ppp.c | static struct enet_statistics ppp_stats; |
| enet_statistics | 85 | drivers/net/skeleton.c | struct enet_statistics stats; |
| enet_statistics | 107 | drivers/net/skeleton.c | static struct enet_statistics *net_get_stats(struct device *dev); |
| enet_statistics | 426 | drivers/net/skeleton.c | static struct enet_statistics * |
| enet_statistics | 708 | drivers/net/slip.c | static struct enet_statistics * |
| enet_statistics | 711 | drivers/net/slip.c | static struct enet_statistics stats; |
| enet_statistics | 720 | drivers/net/slip.c | memset(&stats, 0, sizeof(struct enet_statistics)); |
| enet_statistics | 138 | drivers/net/znote.c | struct enet_statistics stats; |
| enet_statistics | 202 | drivers/net/znote.c | static struct enet_statistics *net_get_stats(struct device *dev); |
| enet_statistics | 680 | drivers/net/znote.c | static struct enet_statistics *net_get_stats(struct device *dev) |
| enet_statistics | 80 | include/linux/netdevice.h | struct enet_statistics* (*get_stats)(struct device *dev); |
| enet_statistics | 933 | net/inet/dev.c | struct enet_statistics *stats = (dev->get_stats ? dev->get_stats(dev): NULL); |