| /linux/include/linux/ |
| H A D | etherdevice.h | 324 static inline void eth_hw_addr_set(struct net_device *dev, const u8 *addr) in eth_hw_addr_set() function 341 eth_hw_addr_set(dst, src->dev_addr); in eth_hw_addr_inherit() 612 eth_hw_addr_set(dev, addr); in eth_hw_addr_gen()
|
| /linux/net/ethernet/ |
| H A D | eth.c | 293 eth_hw_addr_set(dev, addr->sa_data); in eth_commit_mac_addr_change() 518 eth_hw_addr_set(netdev, addr); in platform_get_ethdev_address() 635 eth_hw_addr_set(netdev, addr); in device_get_ethdev_address()
|
| /linux/net/core/ |
| H A D | of_net.c | 169 eth_hw_addr_set(dev, addr); in of_get_ethdev_address()
|
| /linux/drivers/net/usb/ |
| H A D | sr9700.c | 256 eth_hw_addr_set(netdev, addr->sa_data); in sr9700_set_mac_address() 306 eth_hw_addr_set(netdev, addr); in sr9700_bind()
|
| H A D | dm9601.c | 319 eth_hw_addr_set(net, addr->sa_data); in dm9601_set_mac_address() 379 eth_hw_addr_set(dev->net, mac); in dm9601_bind()
|
| H A D | kalmia.c | 159 eth_hw_addr_set(dev->net, ethernet_addr); in kalmia_bind()
|
| H A D | cx82310_eth.c | 211 eth_hw_addr_set(dev->net, addr); in cx82310_bind()
|
| H A D | ch9200.c | 391 eth_hw_addr_set(dev->net, addr); in ch9200_bind()
|
| H A D | ax88172a.c | 181 eth_hw_addr_set(dev->net, buf); in ax88172a_bind()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | atarilance.c | 587 eth_hw_addr_set(dev, OldRieblDefHwaddr); in lance_probe1() 591 eth_hw_addr_set(dev, addr); in lance_probe1() 599 eth_hw_addr_set(dev, addr); in lance_probe1() 1130 eth_hw_addr_set(dev, saddr->sa_data); in lance_set_mac_address()
|
| H A D | mvme147.c | 106 eth_hw_addr_set(dev, macaddr); in mvme147lance_probe()
|
| H A D | hplance.c | 151 eth_hw_addr_set(dev, addr); in hplance_init()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_vf_common.c | 150 eth_hw_addr_set(netdev, wx->mac.addr); in wx_reset_vf() 243 eth_hw_addr_set(netdev, addr->sa_data); in wx_set_mac_vf()
|
| /linux/drivers/net/ethernet/i825xx/ |
| H A D | lasi_82596.c | 177 eth_hw_addr_set(netdevice, addr); in lan_init_chip()
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atlx.c | 72 eth_hw_addr_set(netdev, addr->sa_data); in atlx_set_mac()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | pcnet_cs.c | 306 eth_hw_addr_set(dev, addr); in get_hwinfo() 368 eth_hw_addr_set(dev, addr); in get_prom() 393 eth_hw_addr_set(dev, addr); in get_dl10019() 425 eth_hw_addr_set(dev, addr); in get_ax88190() 450 eth_hw_addr_set(dev, addr); in get_hwired()
|
| H A D | stnic.c | 119 eth_hw_addr_set(dev, stnic_eadr); in stnic_probe()
|
| /linux/arch/m68k/emu/ |
| H A D | nfeth.c | 203 eth_hw_addr_set(dev, mac); in nfeth_probe()
|
| /linux/net/hsr/ |
| H A D | hsr_slave.c | 250 eth_hw_addr_set(port->dev, port->original_macaddress); in hsr_del_port()
|
| H A D | hsr_device.c | 761 eth_hw_addr_set(hsr_dev, slave[0]->dev_addr); in hsr_dev_finalize() 835 eth_hw_addr_set(slave[1], slave[0]->dev_addr); in hsr_dev_finalize()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | adapter.h | 511 eth_hw_addr_set(adapter->port[pidx], hw_addr); in t4_os_set_hw_addr()
|
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 258 eth_hw_addr_set(dev, real_dev->dev_addr); in vlan_dev_inherit_address() 342 eth_hw_addr_set(dev, addr->sa_data); in vlan_dev_set_mac_address() 553 eth_hw_addr_set(dev, real_dev->dev_addr); in vlan_dev_init()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | uap_event.c | 209 eth_hw_addr_set(priv->netdev, adapter->event_body + 2); in mwifiex_process_uap_event()
|
| /linux/drivers/pcmcia/ |
| H A D | pcmcia_cis.c | 415 eth_hw_addr_set(dev, &tuple->TupleData[2]); in pcmcia_do_get_mac()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-main.c | 160 eth_hw_addr_set(netdev, pdata->mac_addr); in xgbe_config_netdev()
|