Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1456 if (temac_np) in temac_probe()
1471 if (temac_np) { in temac_probe()
1472 p = (__be32 *)of_get_property(temac_np, "xlnx,txcsum", NULL); in temac_probe()
1475 p = (__be32 *)of_get_property(temac_np, "xlnx,rxcsum", NULL); in temac_probe()
1497 if (temac_np) { in temac_probe()
1501 dma_np = of_parse_phandle(temac_np, "llink-connected", 0); in temac_probe()
1579 if (temac_np) { in temac_probe()
1581 rc = of_get_mac_address(temac_np, addr); in temac_probe()
1595 if (temac_np) { in temac_probe()
1596 lp->phy_node = of_parse_phandle(temac_np, "phy-handle", 0); in temac_probe()
[all …]