Searched refs:temac_np (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/ |
H A D | ll_temac_main.c | 1370 struct device_node *temac_np = dev_of_node(&pdev->dev), *dma_np; in temac_probe() local 1440 if (temac_np) { in temac_probe() 1441 if (of_get_property(temac_np, "little-endian", NULL)) in temac_probe() 1456 if (temac_np) { in temac_probe() 1457 p = (__be32 *)of_get_property(temac_np, "xlnx,txcsum", NULL); in temac_probe() 1460 p = (__be32 *)of_get_property(temac_np, "xlnx,rxcsum", NULL); in temac_probe() 1482 if (temac_np) { in temac_probe() 1486 dma_np = of_parse_phandle(temac_np, "llink-connected", 0); in temac_probe() 1564 if (temac_np) { in temac_probe() 1566 addr = of_get_mac_address(temac_np); in temac_probe() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/ |
H A D | ll_temac_main.c | 1386 struct device_node *temac_np = dev_of_node(&pdev->dev), *dma_np; in temac_probe() local 1456 if (temac_np) in temac_probe() 1457 little_endian = of_property_read_bool(temac_np, "little-endian"); 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, add in temac_probe() [all...] |
Completed in 5 milliseconds