Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/xilinx/
Dll_temac_main.c1388 struct device_node *temac_np = dev_of_node(&pdev->dev), *dma_np; in temac_probe() local
1458 if (temac_np) { in temac_probe()
1459 if (of_get_property(temac_np, "little-endian", NULL)) in temac_probe()
1474 if (temac_np) { in temac_probe()
1475 p = (__be32 *)of_get_property(temac_np, "xlnx,txcsum", NULL); in temac_probe()
1478 p = (__be32 *)of_get_property(temac_np, "xlnx,rxcsum", NULL); in temac_probe()
1500 if (temac_np) { in temac_probe()
1504 dma_np = of_parse_phandle(temac_np, "llink-connected", 0); in temac_probe()
1578 if (temac_np) { in temac_probe()
1580 rc = of_get_mac_address(temac_np, addr); in temac_probe()
[all …]