Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethernet/
H A Deth.c507 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr) in eth_platform_get_mac_address() function
523 EXPORT_SYMBOL(eth_platform_get_mac_address);
/OK3568_Linux_fs/kernel/include/linux/
H A Detherdevice.h29 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dasix_devices.c687 if (!eth_platform_get_mac_address(&dev->udev->dev, buf)) { in ax88772_bind()
H A Dax88179_178a.c1302 if (!eth_platform_get_mac_address(&dev->udev->dev, mac)) { in ax88179_get_mac_addr()
H A Dsmsc95xx.c772 if (!eth_platform_get_mac_address(&dev->udev->dev, in smsc95xx_init_mac_address()
H A Dsmsc75xx.c761 if (!eth_platform_get_mac_address(&dev->udev->dev, in smsc75xx_init_mac_address()
H A Dlan78xx.c1690 if (!eth_platform_get_mac_address(&dev->udev->dev, addr)) { in lan78xx_init_mac_address()
H A Dr8152.c1507 ret = eth_platform_get_mac_address(&tp->udev->dev, sa->sa_data); in determine_ethernet_addr()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_db845c192 eth_platform_get_mac_address
H A Dabi_gki_aarch64_exynos775 eth_platform_get_mac_address
H A Dabi_gki_aarch64_mtk745 eth_platform_get_mac_address
H A Dabi_gki_aarch64_rockchip490 eth_platform_get_mac_address
H A Dabi_gki_aarch64_oplus890 eth_platform_get_mac_address
H A Dabi_gki_aarch64_galaxy1863 eth_platform_get_mac_address
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mediatek/
H A Dmtk_star_emac.c1547 ret = eth_platform_get_mac_address(dev, ndev->dev_addr); in mtk_star_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_main.c5157 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igc_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Dr8169_main.c5301 rc = eth_platform_get_mac_address(tp_to_dev(tp), mac_addr); in rtl_init_mac_address()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_main.c3354 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igb_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c10924 eth_platform_get_mac_address(&adapter->pdev->dev, in ixgbe_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c14699 if (eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr)) in i40e_get_platform_mac_addr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c16993 if (!eth_platform_get_mac_address(&tp->pdev->dev, dev->dev_addr)) in tg3_get_device_address()