Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/drivers/net/ethernet/arc/
A Demac_arc.c30 ndev = alloc_etherdev(sizeof(struct arc_emac_priv)); in emac_arc_probe()
A Demac_rockchip.c106 ndev = alloc_etherdev(sizeof(struct rockchip_priv_data)); in emac_rockchip_probe()
/linux-6.3-rc2/drivers/staging/rtl8192e/
A Drtllib_module.c80 dev = alloc_etherdev(sizeof(struct rtllib_device) + sizeof_priv); in alloc_rtllib()
/linux-6.3-rc2/drivers/net/ethernet/i825xx/
A Dlasi_82596.c162 netdevice = alloc_etherdev(sizeof(struct i596_private)); in lan_init_chip()
A Dsni_82596.c97 netdevice = alloc_etherdev(sizeof(struct i596_private)); in sni_82596_probe()
/linux-6.3-rc2/drivers/staging/qlge/
A DTODO21 alloc_etherdev())
/linux-6.3-rc2/drivers/net/ethernet/amd/
A Dmvme147.c86 dev = alloc_etherdev(sizeof(struct m147lance_private)); in mvme147lance_probe()
A Dhplance.c89 dev = alloc_etherdev(sizeof(struct hplance_private)); in hplance_init_one()
/linux-6.3-rc2/drivers/net/ethernet/natsemi/
A Djazzsonic.c189 dev = alloc_etherdev(sizeof(struct sonic_local)); in jazz_sonic_probe()
A Dxtsonic.c213 if ((dev = alloc_etherdev(sizeof(struct sonic_local))) == NULL) in xtsonic_probe()
A Dmacsonic.c499 dev = alloc_etherdev(sizeof(struct sonic_local)); in mac_sonic_platform_probe()
582 ndev = alloc_etherdev(sizeof(struct sonic_local)); in mac_sonic_nubus_probe()
/linux-6.3-rc2/drivers/staging/rtl8192u/ieee80211/
A Dieee80211_module.c88 dev = alloc_etherdev(sizeof(struct ieee80211_device) + sizeof_priv); in alloc_ieee80211()
/linux-6.3-rc2/Documentation/translations/ja_JP/
A DSubmittingPatches650 dev = alloc_etherdev (sizeof(struct funky_private));
665 dev = alloc_etherdev (sizeof(struct funky_private));
/linux-6.3-rc2/arch/m68k/emu/
A Dnfeth.c196 dev = alloc_etherdev(sizeof(struct nfeth_private)); in nfeth_probe()
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_module.c115 dev = alloc_etherdev(sizeof(struct libipw_device) + sizeof_priv); in alloc_libipw()
/linux-6.3-rc2/drivers/net/appletalk/
A Dipddp.c74 dev = alloc_etherdev(0); in ipddp_init()
/linux-6.3-rc2/drivers/net/wireless/microchip/wilc1000/
A Dmon.c227 wl->monitor_dev = alloc_etherdev(sizeof(struct wilc_wfi_mon_priv)); in wilc_wfi_init_mon_interface()
/linux-6.3-rc2/net/core/
A Ddev_addr_lists_test.c40 netdev = alloc_etherdev(sizeof(*datp)); in dev_addr_test_init()
/linux-6.3-rc2/drivers/net/ethernet/3com/
A D3c509.c300 dev = alloc_etherdev(sizeof(struct el3_private)); in el3_isa_match()
417 dev = alloc_etherdev(sizeof(struct el3_private)); in el3_pnp_probe()
584 dev = alloc_etherdev(sizeof (struct el3_private)); in el3_eisa_probe()
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/
A Dqca_uart.c324 struct net_device *qcauart_dev = alloc_etherdev(sizeof(struct qcauart)); in qca_uart_probe()
/linux-6.3-rc2/drivers/staging/octeon/
A Dethernet.c769 dev = alloc_etherdev(sizeof(struct octeon_ethernet)); in cvm_oct_probe()
813 alloc_etherdev(sizeof(struct octeon_ethernet)); in cvm_oct_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_repr.c309 repr->netdev = alloc_etherdev(sizeof(struct ice_netdev_priv)); in ice_repr_add()
/linux-6.3-rc2/include/linux/
A Detherdevice.h58 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) macro
/linux-6.3-rc2/drivers/net/
A Dntb_netdev.c414 ndev = alloc_etherdev(sizeof(*dev)); in ntb_netdev_probe()
/linux-6.3-rc2/drivers/net/ethernet/cirrus/
A Dcs89x0.c1651 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_probe()
1770 dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_isa_init_module()
1848 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_platform_probe()

Completed in 29 milliseconds

12345678