Home
last modified time | relevance | path

Searched refs:device_get_mac_address (Results 1 – 5 of 5) 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.c1096 if (!device_get_mac_address(&pdev->dev, mac_addr)) { in lan966x_probe()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c10724 device_get_mac_address(ab->dev, mac_addr); in ath11k_mac_register()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c17114 return device_get_mac_address(&tp->pdev->dev, addr); in tg3_get_device_address()