Home
last modified time | relevance | path

Searched refs:sizeof_priv (Results 1 – 11 of 11) 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() argument
81 alloc_size = sizeof (*dev) + sizeof_priv + 31; in alloc_netdev()
92 if (sizeof_priv) in alloc_netdev()
102 static struct net_device *init_alloc_dev(int sizeof_priv) in init_alloc_dev() argument
108 alloc_size = sizeof (*dev) + sizeof_priv + 31; in init_alloc_dev()
119 if (sizeof_priv) in init_alloc_dev()
130 static struct net_device *init_netdev(struct net_device *dev, int sizeof_priv, in init_netdev() argument
140 dev=init_alloc_dev(sizeof_priv); in init_netdev()
211 struct net_device *init_etherdev(struct net_device *dev, int sizeof_priv) in init_etherdev() argument
213 return init_netdev(dev, sizeof_priv, "eth%d", ether_setup); in init_etherdev()
[all …]
/linux-2.4.37.9/include/asm-s390/
Dchandev.h184 struct net_device *dev, int sizeof_priv,struct net_device *(*init_netdevfunc)(struct net_device *de…
187 struct device *dev, int sizeof_priv,struct device *(*init_netdevfunc)(struct device *dev, int sizeo…
207 struct net_device *dev,int sizeof_priv,
210 (struct net_device *dev, int sizeof_priv),
214 struct device *dev,int sizeof_priv,
217 (struct device *dev, int sizeof_priv),
/linux-2.4.37.9/include/asm-s390x/
Dchandev.h184 struct net_device *dev, int sizeof_priv,struct net_device *(*init_netdevfunc)(struct net_device *de…
187 struct device *dev, int sizeof_priv,struct device *(*init_netdevfunc)(struct device *dev, int sizeo…
207 struct net_device *dev,int sizeof_priv,
210 (struct net_device *dev, int sizeof_priv),
214 struct device *dev,int sizeof_priv,
217 (struct device *dev, int sizeof_priv),
/linux-2.4.37.9/include/linux/
Dfddidevice.h37 extern struct net_device *init_fddidev(struct net_device *dev, int sizeof_priv);
38 extern struct net_device *alloc_fddidev(int sizeof_priv);
Dfcdevice.h36 extern struct net_device *init_fcdev(struct net_device *dev, int sizeof_priv);
37 extern struct net_device *alloc_fcdev(int sizeof_priv);
Dtrdevice.h39 extern struct net_device *init_trdev(struct net_device *dev, int sizeof_priv);
40 extern struct net_device *alloc_trdev(int sizeof_priv);
Dhippidevice.h54 extern struct net_device *init_hippi_dev(struct net_device *dev, int sizeof_priv);
55 extern struct net_device *alloc_hippi_dev(int sizeof_priv);
Detherdevice.h41 extern struct net_device *init_etherdev(struct net_device *dev, int sizeof_priv);
42 extern struct net_device *alloc_etherdev(int sizeof_priv);
Dnetdevice.h864 extern struct net_device *alloc_netdev(int sizeof_priv, const char *name,
/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c1514 struct net_device *dev, int sizeof_priv, in chandev_init_netdev() argument
1515 struct net_device *(*init_netdevfunc)(struct net_device *dev, int sizeof_priv)) in chandev_init_netdev()
1518 struct device *dev, int sizeof_priv, in chandev_init_netdev()
1519 struct device *(*init_netdevfunc)(struct device *dev, int sizeof_priv)) in chandev_init_netdev()
1541 int alloc_size = sizeof (*dev) + sizeof_priv + 31; in chandev_init_netdev()
1552 if (sizeof_priv) in chandev_init_netdev()
1558 retdevice=init_netdevfunc(dev,sizeof_priv); in chandev_init_netdev()
1579 struct net_device *dev, int sizeof_priv, char *basename, in chandev_initnetdevice() argument
1580 struct net_device *(*init_netdevfunc)(struct net_device *dev, int sizeof_priv), in chandev_initnetdevice() argument
1584 struct device *dev, int sizeof_priv, char *basename, in chandev_initnetdevice()
[all …]
/linux-2.4.37.9/drivers/s390/net/
Dqeth.c9569 int sizeof_priv) in qeth_chandev_init_netdev() argument
9621 int sizeof_priv; in qeth_probe() local
9629 sizeof_priv = sizeof(qeth_card_t); in qeth_probe()
9643 sizeof_priv, in qeth_probe()