| /linux-6.15/drivers/net/ethernet/i825xx/ |
| H A D | lasi_82596.c | 161 netdevice = alloc_etherdev(sizeof(struct i596_private)); in lan_init_chip()
|
| H A D | sni_82596.c | 98 netdevice = alloc_etherdev(sizeof(struct i596_private)); in sni_82596_probe()
|
| /linux-6.15/drivers/net/ethernet/natsemi/ |
| H A D | jazzsonic.c | 189 dev = alloc_etherdev(sizeof(struct sonic_local)); in jazz_sonic_probe()
|
| H A D | xtsonic.c | 213 if ((dev = alloc_etherdev(sizeof(struct sonic_local))) == NULL) in xtsonic_probe()
|
| H A D | macsonic.c | 499 dev = alloc_etherdev(sizeof(struct sonic_local)); in mac_sonic_platform_probe() 580 ndev = alloc_etherdev(sizeof(struct sonic_local)); in mac_sonic_nubus_probe()
|
| /linux-6.15/drivers/net/ethernet/amd/ |
| H A D | mvme147.c | 86 dev = alloc_etherdev(sizeof(struct m147lance_private)); in mvme147lance_probe()
|
| H A D | hplance.c | 89 dev = alloc_etherdev(sizeof(struct hplance_private)); in hplance_init_one()
|
| H A D | lance.c | 343 dev = alloc_etherdev(0); in lance_init_module() 442 struct net_device *dev = alloc_etherdev(0); in lance_probe()
|
| /linux-6.15/Documentation/translations/ja_JP/ |
| H A D | SubmittingPatches | 650 dev = alloc_etherdev (sizeof(struct funky_private)); 665 dev = alloc_etherdev (sizeof(struct funky_private));
|
| /linux-6.15/arch/m68k/emu/ |
| H A D | nfeth.c | 196 dev = alloc_etherdev(sizeof(struct nfeth_private)); in nfeth_probe()
|
| /linux-6.15/drivers/net/ethernet/arc/ |
| H A D | emac_rockchip.c | 106 ndev = alloc_etherdev(sizeof(struct rockchip_priv_data)); in emac_rockchip_probe()
|
| /linux-6.15/drivers/net/wireless/microchip/wilc1000/ |
| H A D | mon.c | 227 wl->monitor_dev = alloc_etherdev(sizeof(struct wilc_wfi_mon_priv)); in wilc_wfi_init_mon_interface()
|
| /linux-6.15/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_module.c | 115 dev = alloc_etherdev(sizeof(struct libipw_device) + sizeof_priv); in alloc_libipw()
|
| /linux-6.15/net/core/ |
| H A D | dev_addr_lists_test.c | 40 netdev = alloc_etherdev(sizeof(*datp)); in dev_addr_test_init()
|
| /linux-6.15/drivers/net/ethernet/3com/ |
| H A D | 3c509.c | 300 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.15/drivers/net/ethernet/microchip/lan865x/ |
| H A D | lan865x.c | 331 netdev = alloc_etherdev(sizeof(struct lan865x_priv)); in lan865x_probe()
|
| /linux-6.15/drivers/staging/octeon/ |
| H A D | ethernet.c | 769 dev = alloc_etherdev(sizeof(struct octeon_ethernet)); in cvm_oct_probe() 813 alloc_etherdev(sizeof(struct octeon_ethernet)); in cvm_oct_probe()
|
| /linux-6.15/drivers/net/ethernet/qualcomm/ |
| H A D | qca_uart.c | 309 struct net_device *qcauart_dev = alloc_etherdev(sizeof(struct qcauart)); in qca_uart_probe()
|
| /linux-6.15/include/linux/ |
| H A D | etherdevice.h | 58 #define alloc_etherdev(sizeof_priv) alloc_etherdev_mq(sizeof_priv, 1) macro
|
| /linux-6.15/drivers/net/ |
| H A D | ntb_netdev.c | 414 ndev = alloc_etherdev(sizeof(*dev)); in ntb_netdev_probe()
|
| /linux-6.15/drivers/net/ethernet/cirrus/ |
| H A D | cs89x0.c | 1652 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_probe() 1771 dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_isa_init_module() 1849 struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); in cs89x0_platform_probe()
|
| H A D | mac89x0.c | 175 dev = alloc_etherdev(sizeof(struct net_local)); in mac89x0_device_probe()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_repr.c | 374 repr->netdev = alloc_etherdev(sizeof(struct ice_netdev_priv)); in ice_repr_create()
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | u_ether.c | 748 net = alloc_etherdev(sizeof *dev); in gether_setup_name() 819 net = alloc_etherdev(sizeof(*dev)); in gether_setup_name_default()
|
| /linux-6.15/arch/xtensa/platforms/iss/ |
| H A D | network.c | 483 dev = alloc_etherdev(sizeof(*lp)); in iss_net_configure()
|