Searched refs:ether_setup (Results 1 – 25 of 40) sorted by relevance
12
| /linux/net/ethernet/ |
| H A D | eth.c | 342 void ether_setup(struct net_device *dev) in ether_setup() function 359 EXPORT_SYMBOL(ether_setup); 380 ether_setup, txqs, rxqs); in alloc_etherdev_mqs()
|
| /linux/drivers/net/wan/ |
| H A D | hdlc_raw_eth.c | 100 ether_setup(dev); in raw_eth_ioctl()
|
| H A D | hdlc_fr.c | 1082 ether_setup); in fr_add_pvc()
|
| /linux/net/bluetooth/bnep/ |
| H A D | netdev.c | 223 ether_setup(dev); in bnep_net_setup()
|
| /linux/net/openvswitch/ |
| H A D | vport-internal_dev.c | 96 ether_setup(netdev); in do_setup()
|
| /linux/drivers/misc/sgi-xp/ |
| H A D | xpnet.c | 535 ether_setup); in xpnet_init()
|
| /linux/drivers/net/ |
| H A D | ifb.c | 316 ether_setup(dev); in ifb_setup()
|
| /linux/net/bridge/ |
| H A D | br_device.c | 485 ether_setup(dev); in br_dev_setup()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | netdev.c | 196 ether_setup(dev); in wil_dev_setup()
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | virt_wifi.c | 497 ether_setup(dev); in virt_wifi_setup()
|
| /linux/net/hsr/ |
| H A D | hsr_device.c | 646 ether_setup(dev); in hsr_dev_setup()
|
| /linux/net/batman-adv/ |
| H A D | mesh-interface.c | 1005 ether_setup(dev); in batadv_meshif_init_early()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | lib8390.c | 978 ether_setup(dev); in ethdev_setup()
|
| /linux/drivers/net/xen-netback/ |
| H A D | interface.c | 499 ether_setup, xenvif_max_queues); in xenvif_alloc()
|
| /linux/net/atm/ |
| H A D | br2684.c | 637 ether_setup(netdev); in br2684_setup()
|
| /linux/net/ipv4/ |
| H A D | ip_gre.c | 1385 ether_setup(dev); in ipgre_tap_setup() 1635 ether_setup(dev); in erspan_setup()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | main.c | 848 dev = alloc_netdev(0, "wlan%d", NET_NAME_UNKNOWN, ether_setup); in lbs_add_card()
|
| H A D | mesh.c | 993 mesh_dev = alloc_netdev(0, "msh%d", NET_NAME_UNKNOWN, ether_setup); in lbs_add_mesh()
|
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 1068 ether_setup(dev); in vlan_setup()
|
| /linux/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 678 ether_setup(dev); in ipvlan_link_setup()
|
| /linux/net/ipv6/ |
| H A D | ip6_gre.c | 1897 ether_setup(dev); in ip6gre_tap_setup() 2202 ether_setup(dev); in ip6erspan_tap_setup()
|
| /linux/drivers/net/usb/ |
| H A D | qmi_wwan.c | 320 ether_setup(net); in qmi_wwan_netdev_setup()
|
| /linux/drivers/net/netdevsim/ |
| H A D | netdev.c | 974 ether_setup(dev); in nsim_setup()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | core.c | 889 NET_NAME_UNKNOWN, ether_setup); in brcmf_add_if()
|
| /linux/drivers/media/dvb-core/ |
| H A D | dvb_net.c | 1322 ether_setup(dev);
|
12