Home
last modified time | relevance | path

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

/openbmc/linux/net/ethernet/
H A Deth.c489 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr) in eth_platform_get_mac_address() function
506 EXPORT_SYMBOL(eth_platform_get_mac_address);
521 ret = eth_platform_get_mac_address(dev, addr); in platform_get_ethdev_address()
/openbmc/linux/include/linux/
H A Detherdevice.h31 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c408 if (eth_platform_get_mac_address(dev, mac) == 0) in brcmf_fw_nvram_strip()
/openbmc/linux/drivers/net/usb/
H A Dasix_devices.c840 if (!eth_platform_get_mac_address(&dev->udev->dev, buf)) { in ax88772_bind()
H A Dax88179_178a.c1264 if (!eth_platform_get_mac_address(&dev->udev->dev, mac)) { in ax88179_get_mac_addr()
H A Dlan78xx.c1959 if (!eth_platform_get_mac_address(&dev->udev->dev, addr)) { in lan78xx_init_mac_address()
H A Dr8152.c1791 ret = eth_platform_get_mac_address(&tp->udev->dev, sa->sa_data); in determine_ethernet_addr()
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c5206 rc = eth_platform_get_mac_address(tp_to_dev(tp), mac_addr); in rtl_init_mac_address()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6866 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igc_probe()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c3395 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igb_probe()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11096 eth_platform_get_mac_address(&adapter->pdev->dev, in ixgbe_probe()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c15428 if (eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr)) in i40e_get_platform_mac_addr()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c16956 if (!eth_platform_get_mac_address(&tp->pdev->dev, addr)) in tg3_get_device_address()