Home
last modified time | relevance | path

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

/linux-6.15/net/ethernet/
H A Deth.c598 int fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr) in fwnode_get_mac_address() function
607 EXPORT_SYMBOL(fwnode_get_mac_address);
616 return fwnode_get_mac_address(dev_fwnode(dev), addr); in device_get_mac_address()
/linux-6.15/include/linux/
H A Detherdevice.h37 int fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr);
/linux-6.15/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c1393 ret = fwnode_get_mac_address(acpi_fwnode_handle(adev), mac); in acpi_get_mac_address()
/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6172 if (!fwnode_get_mac_address(fwnode, fw_mac_addr)) { in mvpp2_port_copy_mac_addr()