Home
last modified time | relevance | path

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

/Linux-v5.10/net/ethernet/
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);
/Linux-v5.10/include/linux/
Detherdevice.h29 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
/Linux-v5.10/drivers/net/usb/
Dasix_devices.c687 if (!eth_platform_get_mac_address(&dev->udev->dev, buf)) { in ax88772_bind()
Dax88179_178a.c1300 if (!eth_platform_get_mac_address(&dev->udev->dev, mac)) { in ax88179_get_mac_addr()
Dsmsc95xx.c759 if (!eth_platform_get_mac_address(&dev->udev->dev, in smsc95xx_init_mac_address()
Dsmsc75xx.c761 if (!eth_platform_get_mac_address(&dev->udev->dev, in smsc75xx_init_mac_address()
Dlan78xx.c1680 if (!eth_platform_get_mac_address(&dev->udev->dev, addr)) { in lan78xx_init_mac_address()
Dr8152.c1507 ret = eth_platform_get_mac_address(&tp->udev->dev, sa->sa_data); in determine_ethernet_addr()
/Linux-v5.10/drivers/net/ethernet/mediatek/
Dmtk_star_emac.c1546 ret = eth_platform_get_mac_address(dev, ndev->dev_addr); in mtk_star_probe()
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc_main.c5127 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igc_probe()
/Linux-v5.10/drivers/net/ethernet/realtek/
Dr8169_main.c5227 rc = eth_platform_get_mac_address(tp_to_dev(tp), mac_addr); in rtl_init_mac_address()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_main.c3345 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igb_probe()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10905 eth_platform_get_mac_address(&adapter->pdev->dev, in ixgbe_probe()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_main.c14455 if (eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr)) in i40e_get_platform_mac_addr()
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dtg3.c16993 if (!eth_platform_get_mac_address(&tp->pdev->dev, dev->dev_addr)) in tg3_get_device_address()