eth_platform_get_mac_address 16990 drivers/net/ethernet/broadcom/tg3.c 	if (!eth_platform_get_mac_address(&tp->pdev->dev, dev->dev_addr))
eth_platform_get_mac_address 14520 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr))
eth_platform_get_mac_address 3200 drivers/net/ethernet/intel/igb/igb_main.c 	if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) {
eth_platform_get_mac_address 4243 drivers/net/ethernet/intel/igc/igc_main.c 	if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) {
eth_platform_get_mac_address 11021 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	eth_platform_get_mac_address(&adapter->pdev->dev,
eth_platform_get_mac_address 7051 drivers/net/ethernet/realtek/r8169_main.c 	rc = eth_platform_get_mac_address(tp_to_dev(tp), mac_addr);
eth_platform_get_mac_address  687 drivers/net/usb/asix_devices.c 	if (!eth_platform_get_mac_address(&dev->udev->dev, buf)) {
eth_platform_get_mac_address 1692 drivers/net/usb/lan78xx.c 		if (!eth_platform_get_mac_address(&dev->udev->dev, addr)) {
eth_platform_get_mac_address   28 include/linux/etherdevice.h int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
eth_platform_get_mac_address  567 net/ethernet/eth.c EXPORT_SYMBOL(eth_platform_get_mac_address);