| tag | line | file | source code |
| vortex_private | 374 | drivers/net/3c59x.c | struct vortex_private *vp; |
| vortex_private | 379 | drivers/net/3c59x.c | sizeof(struct vortex_private); |
| vortex_private | 384 | drivers/net/3c59x.c | vp = (struct vortex_private *)dev->priv; |
| vortex_private | 407 | drivers/net/3c59x.c | dev->priv = kmalloc(sizeof (struct vortex_private), GFP_KERNEL); |
| vortex_private | 408 | drivers/net/3c59x.c | memset(dev->priv, 0, sizeof (struct vortex_private)); |
| vortex_private | 410 | drivers/net/3c59x.c | dev = init_etherdev(dev, sizeof(struct vortex_private)); |
| vortex_private | 413 | drivers/net/3c59x.c | vp = (struct vortex_private *)dev->priv; |
| vortex_private | 424 | drivers/net/3c59x.c | struct vortex_private *vp = (struct vortex_private *)dev->priv; |
| vortex_private | 490 | drivers/net/3c59x.c | struct vortex_private *vp = (struct vortex_private *)dev->priv; |
| vortex_private | 613 | drivers/net/3c59x.c | struct vortex_private *vp = (struct vortex_private *)dev->priv; |
| vortex_private | 717 | drivers/net/3c59x.c | struct vortex_private *lp; |
| vortex_private | 733 | drivers/net/3c59x.c | lp = (struct vortex_private *)dev->priv; |
| vortex_private | 840 | drivers/net/3c59x.c | struct vortex_private *vp = (struct vortex_private *)dev->priv; |
| vortex_private | 941 | drivers/net/3c59x.c | struct vortex_private *vp = (struct vortex_private *)dev->priv; |
| vortex_private | 960 | drivers/net/3c59x.c | struct vortex_private *vp = (struct vortex_private *)dev->priv; |
| vortex_private | 1018 | drivers/net/3c59x.c | next_dev = ((struct vortex_private *)root_vortex_dev->priv)->next_module; |