Searched defs:sizeof_priv (Results 1 – 20 of 20) sorted by relevance
/linux-3.3/include/linux/ |
D | etherdevice.h | 53 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) argument 54 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) argument
|
D | netdevice.h | 2488 #define alloc_netdev(sizeof_priv, name, setup) \ argument 2491 #define alloc_netdev_mq(sizeof_priv, name, setup, count) \ argument
|
/linux-3.3/net/appletalk/ |
D | dev.c | 40 struct net_device *alloc_ltalkdev(int sizeof_priv) in alloc_ltalkdev()
|
/linux-3.3/net/802/ |
D | fc.c | 128 struct net_device *alloc_fcdev(int sizeof_priv) in alloc_fcdev()
|
D | fddi.c | 209 struct net_device *alloc_fddidev(int sizeof_priv) in alloc_fddidev()
|
D | hippi.c | 230 struct net_device *alloc_hippi_dev(int sizeof_priv) in alloc_hippi_dev()
|
D | tr.c | 631 struct net_device *alloc_trdev(int sizeof_priv) in alloc_trdev()
|
/linux-3.3/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_module.c | 99 struct net_device *alloc_ieee80211(int sizeof_priv) in alloc_ieee80211()
|
/linux-3.3/net/irda/ |
D | irda_device.c | 296 struct net_device *alloc_irdadev(int sizeof_priv) in alloc_irdadev()
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_module.c | 98 struct net_device *alloc_ieee80211(int sizeof_priv) in alloc_ieee80211()
|
/linux-3.3/drivers/staging/rtl8192e/ |
D | rtllib_module.c | 103 struct net_device *alloc_rtllib(int sizeof_priv) in alloc_rtllib()
|
/linux-3.3/net/ethernet/ |
D | eth.c | 365 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()
|
/linux-3.3/drivers/net/wireless/ipw2x00/ |
D | libipw_module.c | 144 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw()
|
/linux-3.3/drivers/net/ethernet/xscale/ixp2000/ |
D | ixpdev.c | 296 struct net_device *ixpdev_alloc(int channel, int sizeof_priv) in ixpdev_alloc()
|
/linux-3.3/drivers/net/can/sja1000/ |
D | sja1000.c | 591 struct net_device *alloc_sja1000dev(int sizeof_priv) in alloc_sja1000dev()
|
/linux-3.3/net/wireless/ |
D | core.c | 326 struct wiphy *wiphy_new(const struct cfg80211_ops *ops, int sizeof_priv) in wiphy_new()
|
/linux-3.3/drivers/net/can/cc770/ |
D | cc770.c | 790 struct net_device *alloc_cc770dev(int sizeof_priv) in alloc_cc770dev()
|
/linux-3.3/drivers/net/can/ |
D | dev.c | 496 struct net_device *alloc_candev(int sizeof_priv, unsigned int echo_skb_max) in alloc_candev()
|
/linux-3.3/drivers/staging/iio/ |
D | industrialio-core.c | 1033 struct iio_dev *iio_allocate_device(int sizeof_priv) in iio_allocate_device()
|
/linux-3.3/net/core/ |
D | dev.c | 5927 struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name, in alloc_netdev_mqs()
|