Searched refs:eth_platform_get_mac_address (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.1/net/ethernet/ |
| D | eth.c | 499 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr) in eth_platform_get_mac_address() function 516 EXPORT_SYMBOL(eth_platform_get_mac_address); 531 ret = eth_platform_get_mac_address(dev, addr); in platform_get_ethdev_address()
|
| /Linux-v6.1/include/linux/ |
| D | etherdevice.h | 31 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
|
| /Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | firmware.c | 408 if (eth_platform_get_mac_address(dev, mac) == 0) in brcmf_fw_nvram_strip()
|
| /Linux-v6.1/drivers/net/usb/ |
| D | asix_devices.c | 827 if (!eth_platform_get_mac_address(&dev->udev->dev, buf)) { in ax88772_bind()
|
| D | ax88179_178a.c | 1247 if (!eth_platform_get_mac_address(&dev->udev->dev, mac)) { in ax88179_get_mac_addr()
|
| D | lan78xx.c | 1957 if (!eth_platform_get_mac_address(&dev->udev->dev, addr)) { in lan78xx_init_mac_address()
|
| D | r8152.c | 1685 ret = eth_platform_get_mac_address(&tp->udev->dev, sa->sa_data); in determine_ethernet_addr()
|
| /Linux-v6.1/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 5108 rc = eth_platform_get_mac_address(tp_to_dev(tp), mac_addr); in rtl_init_mac_address()
|
| /Linux-v6.1/drivers/net/ethernet/intel/igc/ |
| D | igc_main.c | 6392 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igc_probe()
|
| /Linux-v6.1/drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 3352 if (eth_platform_get_mac_address(&pdev->dev, hw->mac.addr)) { in igb_probe()
|
| /Linux-v6.1/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_main.c | 11068 eth_platform_get_mac_address(&adapter->pdev->dev, in ixgbe_probe()
|
| /Linux-v6.1/drivers/net/ethernet/intel/i40e/ |
| D | i40e_main.c | 15327 if (eth_platform_get_mac_address(&pdev->dev, pf->hw.mac.addr)) in i40e_get_platform_mac_addr()
|
| /Linux-v6.1/drivers/net/ethernet/broadcom/ |
| D | tg3.c | 16921 if (!eth_platform_get_mac_address(&tp->pdev->dev, addr)) in tg3_get_device_address()
|