Searched refs:eth_platform_get_mac_address (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/net/ethernet/ |
| D | eth.c | 546 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr) in eth_platform_get_mac_address() function 562 EXPORT_SYMBOL(eth_platform_get_mac_address);
|
| /Linux-v5.4/include/linux/ |
| D | etherdevice.h | 28 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
|
| /Linux-v5.4/drivers/net/usb/ |
| D | asix_devices.c | 687 if (!eth_platform_get_mac_address(&dev->udev->dev, buf)) { in ax88772_bind()
|
| D | lan78xx.c | 1691 if (!eth_platform_get_mac_address(&dev->udev->dev, addr)) { in lan78xx_init_mac_address()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ |
| D | igc_main.c | 4243 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igc_probe()
|
| /Linux-v5.4/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 7030 rc = eth_platform_get_mac_address(tp_to_dev(tp), mac_addr); in rtl_init_mac_address()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 3200 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igb_probe()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_main.c | 10998 eth_platform_get_mac_address(&adapter->pdev->dev, in ixgbe_probe()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_main.c | 14515 if (eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr)) in i40e_get_platform_mac_addr()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/ |
| D | tg3.c | 16990 if (!eth_platform_get_mac_address(&tp->pdev->dev, dev->dev_addr)) in tg3_get_device_address()
|