Home
last modified time | relevance | path

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

/openbmc/linux/net/ethernet/
H A Deth.c616 int device_get_mac_address(struct device *dev, char *addr) in device_get_mac_address() function
620 EXPORT_SYMBOL(device_get_mac_address);
635 ret = device_get_mac_address(dev, addr); in device_get_ethdev_address()
/openbmc/linux/include/linux/
H A Detherdevice.h35 int device_get_mac_address(struct device *dev, char *addr);
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c1091 if (!device_get_mac_address(&pdev->dev, mac_addr)) { in lan966x_probe()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.c2383 device_get_mac_address(dev, config->mac); in smsc911x_probe_config()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c3392 device_get_mac_address(ar->dev, ar->mac_addr); in ath10k_core_probe_fw()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c9672 device_get_mac_address(ab->dev, mac_addr); in ath11k_mac_register()