Home
last modified time | relevance | path

Searched refs:of_get_mac_address (Results 1 – 16 of 16) sorted by relevance

/linux/net/core/
H A Dof_net.c126 int of_get_mac_address(struct device_node *np, u8 *addr) in of_get_mac_address() function
147 EXPORT_SYMBOL(of_get_mac_address);
167 ret = of_get_mac_address(np, addr); in of_get_ethdev_address()
/linux/include/linux/
H A Dof_net.h16 extern int of_get_mac_address(struct device_node *np, u8 *mac);
27 static inline int of_get_mac_address(struct device_node *np, u8 *mac) in of_get_mac_address() function
/linux/arch/powerpc/sysdev/
H A Dtsi108_dev.c103 of_get_mac_address(np, tsi_eth_data.mac_addr); in tsi108_eth_of_init()
/linux/arch/arm/mach-mvebu/
H A Dkirkwood.c95 !of_get_mac_address(np, tmpmac)) in kirkwood_dt_eth_fixup()
/linux/drivers/net/ethernet/wiznet/
H A Dw5100-spi.c430 ret = of_get_mac_address(spi->dev.of_node, tmpmac); in w5100_spi_probe()
/linux/drivers/net/wireless/ath/ath9k/
H A Dinit.c650 ret = of_get_mac_address(np, common->macaddr); in ath9k_of_init()
/linux/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1581 rc = of_get_mac_address(temac_np, addr); in temac_probe()
H A Dxilinx_axienet_main.c3053 ret = of_get_mac_address(pdev->dev.of_node, mac_addr); in axienet_probe()
/linux/net/dsa/
H A Ddsa.c513 of_get_mac_address(dp->dn, dp->mac); in dsa_port_setup()
/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c1455 err = of_get_mac_address(ofdev->dev.of_node, addr); in greth_of_probe()
/linux/drivers/net/ethernet/davicom/
H A Ddm9000.c1401 ret = of_get_mac_address(np, pdata->dev_addr); in dm9000_parse_dt()
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8703b.c529 ret = of_get_mac_address(node, efuse->addr); in try_mac_from_devicetree()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c1486 of_get_mac_address(node, bgx->lmac[lmac].mac); in bgx_init_of_phy()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c1968 ret = of_get_mac_address(np, mac_addr); in emac_config_dt()
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2758 ret = of_get_mac_address(pnp, ppd.mac_addr); in mv643xx_eth_shared_of_add_port()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c2041 ret = of_get_mac_address(np, tmpaddr); in fec_get_mac()