Home
last modified time | relevance | path

Searched refs:eth_node (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1668 /* get emac_port corresponding to eth_node name */
1669 static int prueth_node_port(struct device_node *eth_node) in prueth_node_port() argument
1674 ret = of_property_read_u32(eth_node, "reg", &port_id); in prueth_node_port()
1686 /* get MAC instance corresponding to eth_node name */
1687 static int prueth_node_mac(struct device_node *eth_node) in prueth_node_mac() argument
1692 ret = of_property_read_u32(eth_node, "reg", &port_id); in prueth_node_mac()
1705 struct device_node *eth_node) in prueth_netdev_init()
1714 port = prueth_node_port(eth_node); in prueth_netdev_init()
1718 mac = prueth_node_mac(eth_node); in prueth_netdev_init()
1764 emac->phy_node = of_parse_phandle(eth_node, "ph in prueth_netdev_init()
1704 prueth_netdev_init(struct prueth *prueth, struct device_node *eth_node) prueth_netdev_init() argument
1847 prueth_netdev_exit(struct prueth *prueth, struct device_node *eth_node) prueth_netdev_exit() argument
1935 struct device_node *eth_node, *eth_ports_node; prueth_probe() local
2219 struct device_node *eth_node; prueth_remove() local
[all...]
H A Dicssg_prueth.h200 * @eth_node: DT node for the port
223 struct device_node *eth_node[PRUETH_NUM_MACS]; member

Completed in 5 milliseconds