Home
last modified time | relevance | path

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

/linux-4.4.14/net/appletalk/
Ddev.c40 struct net_device *alloc_ltalkdev(int sizeof_priv) in alloc_ltalkdev()
/linux-4.4.14/include/linux/
Detherdevice.h51 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) argument
52 #define alloc_etherdev_mq(sizeof_priv, count) alloc_etherdev_mqs(sizeof_priv, count, count) argument
Dnetdevice.h3425 #define alloc_netdev(sizeof_priv, name, name_assign_type, setup) \ argument
3428 #define alloc_netdev_mq(sizeof_priv, name, name_assign_type, setup, count) \ argument
/linux-4.4.14/net/802/
Dfc.c106 struct net_device *alloc_fcdev(int sizeof_priv) in alloc_fcdev()
Dfddi.c182 struct net_device *alloc_fddidev(int sizeof_priv) in alloc_fddidev()
Dhippi.c201 struct net_device *alloc_hippi_dev(int sizeof_priv) in alloc_hippi_dev()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_module.c89 struct net_device *alloc_rtllib(int sizeof_priv) in alloc_rtllib()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dosdep_service.h94 u32 sizeof_priv; member
/linux-4.4.14/net/irda/
Dirda_device.c286 struct net_device *alloc_irdadev(int sizeof_priv) in alloc_irdadev()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dosdep_service.c86 struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, in rtw_alloc_etherdev_with_old_priv()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_module.c98 struct net_device *alloc_ieee80211(int sizeof_priv) in alloc_ieee80211()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_module.c130 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw()
/linux-4.4.14/net/ethernet/
Deth.c382 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()
/linux-4.4.14/drivers/net/can/sja1000/
Dsja1000.c615 struct net_device *alloc_sja1000dev(int sizeof_priv) in alloc_sja1000dev()
/linux-4.4.14/drivers/iio/
Dindustrialio-core.c989 struct iio_dev *iio_device_alloc(int sizeof_priv) in iio_device_alloc()
1069 struct iio_dev *devm_iio_device_alloc(struct device *dev, int sizeof_priv) in devm_iio_device_alloc()
/linux-4.4.14/drivers/net/phy/
Dmdio_bus.c101 struct mii_bus *devm_mdiobus_alloc_size(struct device *dev, int sizeof_priv) in devm_mdiobus_alloc_size()
/linux-4.4.14/drivers/net/can/cc770/
Dcc770.c790 struct net_device *alloc_cc770dev(int sizeof_priv) in alloc_cc770dev()
/linux-4.4.14/net/wireless/
Dcore.c339 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm()
/linux-4.4.14/drivers/net/can/
Ddev.c644 struct net_device *alloc_candev(int sizeof_priv, unsigned int echo_skb_max) in alloc_candev()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1764 size_t sizeof_priv) in hns_dsaf_alloc_dev()
/linux-4.4.14/net/core/
Ddev.c7061 struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name, in alloc_netdev_mqs()
/linux-4.4.14/include/net/
Dcfg80211.h3400 int sizeof_priv) in wiphy_new()