Home
last modified time | relevance | path

Searched refs:device_get_mac_address (Results 1 – 4 of 4) sorted by relevance

/linux/net/ethernet/
H A Deth.c611 int device_get_mac_address(struct device *dev, char *addr) in device_get_mac_address() function
618 EXPORT_SYMBOL(device_get_mac_address);
633 ret = device_get_mac_address(dev, addr); in device_get_ethdev_address()
/linux/include/linux/
H A Detherdevice.h35 int device_get_mac_address(struct device *dev, char *addr);
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c1098 if (!device_get_mac_address(&pdev->dev, mac_addr)) { in lan966x_probe()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c17114 return device_get_mac_address(&tp->pdev->dev, addr); in tg3_get_device_address()