Searched refs:eth_platform_get_mac_address (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ethernet/ |
| H A D | eth.c | 484 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr) in eth_platform_get_mac_address() function 501 EXPORT_SYMBOL(eth_platform_get_mac_address); 516 ret = eth_platform_get_mac_address(dev, addr); in platform_get_ethdev_address()
|
| /linux/include/linux/ |
| H A D | etherdevice.h | 31 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
|
| /linux/drivers/net/usb/ |
| H A D | asix_devices.c | 846 if (!eth_platform_get_mac_address(&dev->udev->dev, buf)) { in ax88772_bind()
|
| H A D | ax88179_178a.c | 1259 if (!eth_platform_get_mac_address(&dev->udev->dev, mac)) { in ax88179_get_mac_addr()
|
| H A D | lan78xx.c | 1966 if (!eth_platform_get_mac_address(&dev->udev->dev, addr)) { in lan78xx_init_mac_address()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 3399 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igb_probe()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 11869 eth_platform_get_mac_address(&adapter->pdev->dev, in ixgbe_probe()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 15265 if (eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr)) in i40e_get_platform_mac_addr()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 17045 if (!eth_platform_get_mac_address(&tp->pdev->dev, addr)) in tg3_get_device_address()
|