Home
last modified time | relevance | path

Searched refs:eth_platform_get_mac_address (Results 1 – 5 of 5) sorted by relevance

/linux/net/ethernet/
H A Deth.c484 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr) in eth_platform_get_mac_address() function
501 EXPORT_SYMBOL(eth_platform_get_mac_address);
516 ret = eth_platform_get_mac_address(dev, addr); in platform_get_ethdev_address()
/linux/include/linux/
H A Detherdevice.h31 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
/linux/drivers/net/usb/
H A Dasix_devices.c846 if (!eth_platform_get_mac_address(&dev->udev->dev, buf)) { in ax88772_bind()
H A Dax88179_178a.c1259 if (!eth_platform_get_mac_address(&dev->udev->dev, mac)) { in ax88179_get_mac_addr()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c17045 if (!eth_platform_get_mac_address(&tp->pdev->dev, addr)) in tg3_get_device_address()