Home
last modified time | relevance | path

Searched defs:sizeof_priv (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dnet_init.c74 struct net_device *alloc_netdev(int sizeof_priv, const char *mask, in alloc_netdev()
102 static struct net_device *init_alloc_dev(int sizeof_priv) in init_alloc_dev()
130 static struct net_device *init_netdev(struct net_device *dev, int sizeof_priv, in init_netdev()
211 struct net_device *init_etherdev(struct net_device *dev, int sizeof_priv) in init_etherdev()
229 struct net_device *alloc_etherdev(int sizeof_priv) in alloc_etherdev()
273 struct net_device *init_fddidev(struct net_device *dev, int sizeof_priv) in init_fddidev()
290 struct net_device *alloc_fddidev(int sizeof_priv) in alloc_fddidev()
353 struct net_device *init_hippi_dev(struct net_device *dev, int sizeof_priv) in init_hippi_dev()
370 struct net_device *alloc_hippi_dev(int sizeof_priv) in alloc_hippi_dev()
619 struct net_device *init_trdev(struct net_device *dev, int sizeof_priv) in init_trdev()
[all …]
/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c1514 struct net_device *dev, int sizeof_priv, in chandev_init_netdev()
1579 struct net_device *dev, int sizeof_priv, char *basename, in chandev_initnetdevice()
1580 struct net_device *(*init_netdevfunc)(struct net_device *dev, int sizeof_priv), in chandev_initnetdevice()
/linux-2.4.37.9/drivers/s390/net/
Dqeth.c9569 int sizeof_priv) in qeth_chandev_init_netdev()
9621 int sizeof_priv; in qeth_probe() local