Home
last modified time | relevance | path

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

/Linux-v4.19/net/ethernet/
Deth.c528 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr) in eth_platform_get_mac_address() function
550 EXPORT_SYMBOL(eth_platform_get_mac_address);
/Linux-v4.19/include/linux/
Detherdevice.h33 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
/Linux-v4.19/drivers/net/usb/
Dasix_devices.c699 if (!eth_platform_get_mac_address(&dev->udev->dev, buf)) { in ax88772_bind()
Dlan78xx.c1703 if (!eth_platform_get_mac_address(&dev->udev->dev, addr)) { in lan78xx_init_mac_address()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c3226 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igb_probe()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10703 eth_platform_get_mac_address(&adapter->pdev->dev, in ixgbe_probe()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_main.c13524 if (eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr)) in i40e_get_platform_mac_addr()