Home
last modified time | relevance | path

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

/openbmc/linux/net/ethernet/
H A Deth.c600 int fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr) in fwnode_get_mac_address() function
609 EXPORT_SYMBOL(fwnode_get_mac_address);
618 return fwnode_get_mac_address(dev_fwnode(dev), addr); in device_get_mac_address()
/openbmc/linux/include/linux/
H A Detherdevice.h37 int fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr);
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c1391 ret = fwnode_get_mac_address(acpi_fwnode_handle(adev), mac); in acpi_get_mac_address()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6134 if (!fwnode_get_mac_address(fwnode, fw_mac_addr)) { in mvpp2_port_copy_mac_addr()