Searched refs:ether_setup (Results 1 - 25 of 50) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ethernet/
H A Deth.c33 * Andrew Morton : 26Feb01: kill ether_setup() - use netdev_boot_setup().
330 * ether_setup - setup Ethernet network device
334 void ether_setup(struct net_device *dev) function
347 EXPORT_SYMBOL(ether_setup); variable
365 return alloc_netdev_mq(sizeof_priv, "eth%d", ether_setup, queue_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddummy.c77 ether_setup(dev);
H A Difb.c159 ether_setup(dev);
H A Dnetx-eth.c320 ether_setup(ndev);
H A Dveth.c299 ether_setup(dev);
H A Dethoc.c1045 ether_setup(netdev);
H A Dlib8390.c1005 ether_setup(dev);
H A Dll_temac_main.c971 ether_setup(ndev);
H A Dmacvlan.c523 ether_setup(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dnetdev.c126 ndev = alloc_netdev_mq(0, "wlan%d", ether_setup, IWM_TX_QUEUES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_raw_eth.c102 ether_setup(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dsoft-interface.c289 ether_setup(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irlan/
H A Dirlan_eth.c68 ether_setup(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/bnep/
H A Dnetdev.c232 ether_setup(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/i1480/i1480u-wlp/
H A Dlc.c167 ether_setup(net_dev); /* make it an etherdevice */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_eth.c105 ether_setup(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_device.c366 ether_setup(dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpnet.c544 * use ether_setup() to init the majority of our device
547 xpnet_device = alloc_netdev(0, XPNET_DEVICE_NAME, ether_setup);
569 * ether_setup() sets this to a multicast device. We are
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dnetdev.c496 ether_setup(net_dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dsa/
H A Dslave.c348 name, ether_setup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211netdev.c727 * Roughly matches the functionality of ether_setup. Here
730 * and perform the same setup as ether_setup.
772 netdev = alloc_netdev(sizeof(struct wireless_dev), "wlan%d", ether_setup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l2_main.c901 card->dev = alloc_netdev(0, "hsi%d", ether_setup);
904 card->dev = alloc_netdev(0, "osn%d", ether_setup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dmain.c809 dev = alloc_netdev(0, "wlan%d", ether_setup);
H A Dmesh.c358 mesh_dev = alloc_netdev(0, "msh%d", ether_setup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_main.c844 ether_setup(dev);

Completed in 162 milliseconds

12