Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Detherdevice.h53 #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
Dnetdevice.h2488 #define alloc_netdev(sizeof_priv, name, setup) \ argument
2491 #define alloc_netdev_mq(sizeof_priv, name, setup, count) \ argument
/linux-3.3/net/appletalk/
Ddev.c40 struct net_device *alloc_ltalkdev(int sizeof_priv) in alloc_ltalkdev()
/linux-3.3/net/802/
Dfc.c128 struct net_device *alloc_fcdev(int sizeof_priv) in alloc_fcdev()
Dfddi.c209 struct net_device *alloc_fddidev(int sizeof_priv) in alloc_fddidev()
Dhippi.c230 struct net_device *alloc_hippi_dev(int sizeof_priv) in alloc_hippi_dev()
Dtr.c631 struct net_device *alloc_trdev(int sizeof_priv) in alloc_trdev()
/linux-3.3/drivers/staging/rtl8187se/ieee80211/
Dieee80211_module.c99 struct net_device *alloc_ieee80211(int sizeof_priv) in alloc_ieee80211()
/linux-3.3/net/irda/
Dirda_device.c296 struct net_device *alloc_irdadev(int sizeof_priv) in alloc_irdadev()
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Dieee80211_module.c98 struct net_device *alloc_ieee80211(int sizeof_priv) in alloc_ieee80211()
/linux-3.3/drivers/staging/rtl8192e/
Drtllib_module.c103 struct net_device *alloc_rtllib(int sizeof_priv) in alloc_rtllib()
/linux-3.3/net/ethernet/
Deth.c365 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()
/linux-3.3/drivers/net/wireless/ipw2x00/
Dlibipw_module.c144 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw()
/linux-3.3/drivers/net/ethernet/xscale/ixp2000/
Dixpdev.c296 struct net_device *ixpdev_alloc(int channel, int sizeof_priv) in ixpdev_alloc()
/linux-3.3/drivers/net/can/sja1000/
Dsja1000.c591 struct net_device *alloc_sja1000dev(int sizeof_priv) in alloc_sja1000dev()
/linux-3.3/net/wireless/
Dcore.c326 struct wiphy *wiphy_new(const struct cfg80211_ops *ops, int sizeof_priv) in wiphy_new()
/linux-3.3/drivers/net/can/cc770/
Dcc770.c790 struct net_device *alloc_cc770dev(int sizeof_priv) in alloc_cc770dev()
/linux-3.3/drivers/net/can/
Ddev.c496 struct net_device *alloc_candev(int sizeof_priv, unsigned int echo_skb_max) in alloc_candev()
/linux-3.3/drivers/staging/iio/
Dindustrialio-core.c1033 struct iio_dev *iio_allocate_device(int sizeof_priv) in iio_allocate_device()
/linux-3.3/net/core/
Ddev.c5927 struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name, in alloc_netdev_mqs()