Home
last modified time | relevance | path

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

/openbmc/linux/net/ethernet/
H A Deth.c564 static int fwnode_get_mac_addr(struct fwnode_handle *fwnode, in fwnode_get_mac_addr() function
602 if (!fwnode_get_mac_addr(fwnode, "mac-address", addr) || in fwnode_get_mac_address()
603 !fwnode_get_mac_addr(fwnode, "local-mac-address", addr) || in fwnode_get_mac_address()
604 !fwnode_get_mac_addr(fwnode, "address", addr)) in fwnode_get_mac_address()