Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethernet/
Deth.c626 int device_get_mac_address(struct device *dev, char *addr) in device_get_mac_address() function
630 EXPORT_SYMBOL(device_get_mac_address);
645 ret = device_get_mac_address(dev, addr); in device_get_ethdev_address()
/linux-6.6.21/include/linux/
Detherdevice.h35 int device_get_mac_address(struct device *dev, char *addr);
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/
Dlan966x_main.c1093 if (!device_get_mac_address(&pdev->dev, mac_addr)) { in lan966x_probe()
/linux-6.6.21/drivers/net/ethernet/smsc/
Dsmsc911x.c2383 device_get_mac_address(dev, config->mac); in smsc911x_probe_config()
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dcore.c3389 device_get_mac_address(ar->dev, ar->mac_addr); in ath10k_core_probe_fw()
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dmac.c9674 device_get_mac_address(ab->dev, mac_addr); in ath11k_mac_register()