Home
last modified time | relevance | path

Searched refs:alloc_etherdev (Results 1 – 25 of 218) sorted by relevance

123456789

/Linux-v4.19/drivers/net/ethernet/arc/
Demac_arc.c39 ndev = alloc_etherdev(sizeof(struct arc_emac_priv)); in emac_arc_probe()
Demac_rockchip.c115 ndev = alloc_etherdev(sizeof(struct rockchip_priv_data)); in emac_rockchip_probe()
/Linux-v4.19/Documentation/translations/zh_CN/
DSubmittingPatches353 dev = alloc_etherdev (sizeof(struct funky_private));
368 dev = alloc_etherdev (sizeof(struct funky_private));
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_module.c93 dev = alloc_etherdev(sizeof(struct rtllib_device) + sizeof_priv); in alloc_rtllib()
/Linux-v4.19/drivers/net/ethernet/i825xx/
Dlasi_82596.c167 netdevice = alloc_etherdev(sizeof(struct i596_private)); in lan_init_chip()
Dsni_82596.c100 netdevice = alloc_etherdev(sizeof(struct i596_private)); in sni_82596_probe()
/Linux-v4.19/drivers/net/ethernet/amd/
Dmvme147.c84 dev = alloc_etherdev(sizeof(struct m147lance_private)); in mvme147lance_probe()
Dhplance.c88 dev = alloc_etherdev(sizeof(struct hplance_private)); in hplance_init_one()
/Linux-v4.19/Documentation/translations/ja_JP/
DSubmittingPatches649 dev = alloc_etherdev (sizeof(struct funky_private));
664 dev = alloc_etherdev (sizeof(struct funky_private));
/Linux-v4.19/drivers/net/ethernet/natsemi/
Djazzsonic.c214 dev = alloc_etherdev(sizeof(struct sonic_local)); in jazz_sonic_probe()
Dmacsonic.c526 dev = alloc_etherdev(sizeof(struct sonic_local)); in mac_sonic_platform_probe()
605 ndev = alloc_etherdev(sizeof(struct sonic_local)); in mac_sonic_nubus_probe()
Dxtsonic.c247 if ((dev = alloc_etherdev(sizeof(struct sonic_local))) == NULL) in xtsonic_probe()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_module.c106 dev = alloc_etherdev(sizeof(struct ieee80211_device) + sizeof_priv); in alloc_ieee80211()
/Linux-v4.19/arch/m68k/emu/
Dnfeth.c200 dev = alloc_etherdev(sizeof(struct nfeth_private)); in nfeth_probe()
/Linux-v4.19/drivers/isdn/hysdn/
Dhysdn_net.c258 dev = alloc_etherdev(sizeof(struct net_local)); in hysdn_net_create()
/Linux-v4.19/drivers/staging/wilc1000/
Dlinux_mon.c235 wilc_wfi_mon = alloc_etherdev(sizeof(struct wilc_wfi_mon_priv)); in wilc_wfi_init_mon_interface()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_module.c129 dev = alloc_etherdev(sizeof(struct libipw_device) + sizeof_priv); in alloc_libipw()
/Linux-v4.19/drivers/net/appletalk/
Dipddp.c72 dev = alloc_etherdev(0); in ipddp_init()
/Linux-v4.19/arch/ia64/hp/sim/
Dsimeth.c201 dev = alloc_etherdev(sizeof(struct simeth_local)); in simeth_probe1()
/Linux-v4.19/include/linux/
Detherdevice.h54 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) macro
/Linux-v4.19/drivers/net/ethernet/3com/
D3c509.c304 dev = alloc_etherdev(sizeof(struct el3_private)); in el3_isa_match()
423 dev = alloc_etherdev(sizeof(struct el3_private)); in el3_pnp_probe()
591 dev = alloc_etherdev(sizeof (struct el3_private)); in el3_eisa_probe()
/Linux-v4.19/drivers/staging/octeon/
Dethernet.c765 dev = alloc_etherdev(sizeof(struct octeon_ethernet)); in cvm_oct_probe()
809 alloc_etherdev(sizeof(struct octeon_ethernet)); in cvm_oct_probe()
/Linux-v4.19/drivers/net/ethernet/qualcomm/
Dqca_uart.c325 struct net_device *qcauart_dev = alloc_etherdev(sizeof(struct qcauart)); in qca_uart_probe()
/Linux-v4.19/drivers/net/ethernet/cirrus/
Dcs89x0.c1648 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_probe()
1762 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in init_module()
1846 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_platform_probe()
/Linux-v4.19/drivers/staging/rtl8712/
Dos_intfs.c210 pnetdev = alloc_etherdev(sizeof(struct _adapter)); in r8712_init_netdev()

123456789