Home
last modified time | relevance | path

Searched refs:device_get_mac_address (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/net/ethernet/
H A Deth.c622 * device_get_mac_address - Get the MAC for a given device
626 int device_get_mac_address(struct device *dev, char *addr) in device_get_mac_address() function
630 EXPORT_SYMBOL(device_get_mac_address); variable
637 * Wrapper around device_get_mac_address() which writes the address
645 ret = device_get_mac_address(dev, addr); in device_get_ethdev_address()
/kernel/linux/linux-5.10/drivers/base/
H A Dproperty.c933 * device_get_mac_address - Get the MAC for a given device
938 void *device_get_mac_address(struct device *dev, char *addr, int alen) in device_get_mac_address() function
942 EXPORT_SYMBOL(device_get_mac_address); variable
/kernel/linux/linux-5.10/include/linux/
H A Dproperty.h386 void *device_get_mac_address(struct device *dev, char *addr, int alen);
/kernel/linux/linux-6.6/include/linux/
H A Detherdevice.h35 int device_get_mac_address(struct device *dev, char *addr);
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H A Demac.c552 if (device_get_mac_address(&pdev->dev, maddr, ETH_ALEN)) in emac_probe_resources()
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.c39 if (!device_get_mac_address(dev, ndev->dev_addr, ETH_ALEN)) in xge_get_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c1093 if (!device_get_mac_address(&pdev->dev, mac_addr)) { in lan966x_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/socionext/
H A Dnetsec.c2047 mac = device_get_mac_address(&pdev->dev, macbuf, sizeof(macbuf)); in netsec_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmsc911x.c2371 device_get_mac_address(dev, config->mac, ETH_ALEN); in smsc911x_probe_config()
/kernel/linux/linux-5.10/drivers/net/ethernet/faraday/
H A Dftgmac100.c187 addr = device_get_mac_address(priv->dev, mac, ETH_ALEN); in ftgmac100_initial_mac()
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c1738 if (!device_get_mac_address(dev, ndev->dev_addr, ETH_ALEN)) in xgene_enet_get_resources()
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Denc28j60.c1575 if (device_get_mac_address(&spi->dev, macaddr, sizeof(macaddr))) in enc28j60_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmsc911x.c2383 device_get_mac_address(dev, config->mac); in smsc911x_probe_config()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1215 if (!device_get_mac_address(priv->dev, ndev->dev_addr, ETH_ALEN)) { in hns_init_mac_addr()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.c3088 device_get_mac_address(ar->dev, ar->mac_addr, sizeof(ar->mac_addr)); in ath10k_core_probe_fw()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.c3389 device_get_mac_address(ar->dev, ar->mac_addr); in ath10k_core_probe_fw()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c4062 if (!device_get_mac_address(&pdev->dev, dev->dev_addr, ETH_ALEN)) in bcmgenet_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c9679 device_get_mac_address(ab->dev, mac_addr); in ath11k_mac_register()

Completed in 50 milliseconds