Home
last modified time | relevance | path

Searched refs:of_get_mac_address (Results 1 – 25 of 25) 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/net/ethernet/
H A Deth.c489 ret = of_get_mac_address(dev->of_node, mac_addr); in eth_platform_get_mac_address()
/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/wireless/ralink/rt2x00/
H A Drt2x00dev.c995 ret = of_get_mac_address(rt2x00dev->dev->of_node, eeprom_mac_addr); in rt2x00lib_set_mac_address()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c861 ret = of_get_mac_address(sw->np, sw->base_mac); in prestera_switch_set_base_mac_addr()
/linux/drivers/net/ethernet/renesas/
H A Drtsn.c985 if (!of_get_mac_address(np, addr)) { in rtsn_parse_mac_address()
H A Dsh_eth.c3220 of_get_mac_address(np, pdata->mac_addr); in sh_eth_parse_dt()
/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.c3033 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/ethernet/cavium/thunder/
H A Dthunder_bgx.c1485 of_get_mac_address(node, bgx->lmac[lmac].mac); in bgx_init_of_phy()
/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c1484 ret = of_get_mac_address(np, mac); in ixp4xx_of_get_platdata()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c1872 ret = of_get_mac_address(np, mac_addr); in emac_config_dt()
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_main.c2404 retval = of_get_mac_address(adapter->pdev->dev.of_node, in tsnep_mac_init()
/linux/drivers/net/ethernet/cortina/
H A Dgemini.c2535 ret = of_get_mac_address(np, mac); in gemini_ethernet_port_probe()
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2757 ret = of_get_mac_address(pnp, ppd.mac_addr); in mv643xx_eth_shared_of_add_port()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c2703 ret = of_get_mac_address(port_np, port->slave.mac_addr); in am65_cpsw_nuss_init_slave_ports()
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.c3669 of_get_mac_address(pdev->dev.of_node, adapter->mac_address); in lan743x_pcidev_probe()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c2551 ret = of_get_mac_address(np, tmpaddr); in fec_get_mac()