Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth_sr1.c967 prueth->eth_node[PRUETH_MAC1] = eth1_node; in prueth_probe()
1081 prueth->emac[PRUETH_MAC1]->half_duplex = in prueth_probe()
1084 prueth->emac[PRUETH_MAC1]->iep = prueth->iep1; in prueth_probe()
1101 ret = register_netdev(prueth->emac[PRUETH_MAC1]->ndev); in prueth_probe()
1107 prueth->registered_netdevs[PRUETH_MAC1] = prueth->emac[PRUETH_MAC1]->ndev; in prueth_probe()
1108 emac_phy_connect(prueth->emac[PRUETH_MAC1]); in prueth_probe()
1109 phy_attached_info(prueth->emac[PRUETH_MAC1]->ndev->phydev); in prueth_probe()
1217 if (prueth->eth_node[PRUETH_MAC1]) in prueth_remove()
H A Dicssg_prueth.c1352 struct prueth_emac *emac1 = prueth->emac[PRUETH_MAC1]; in prueth_emac_restart()
1508 emac1 = prueth->emac[PRUETH_MAC1]; in prueth_hsr_port_link()
1543 emac1 = prueth->emac[PRUETH_MAC1]; in prueth_hsr_port_unlink()
1713 prueth->eth_node[PRUETH_MAC1] = eth1_node; in prueth_probe()
1836 prueth->emac[PRUETH_MAC1]->half_duplex = in prueth_probe()
1839 prueth->emac[PRUETH_MAC1]->iep = prueth->iep0; in prueth_probe()
1862 ret = register_netdev(prueth->emac[PRUETH_MAC1]->ndev); in prueth_probe()
1868 prueth->registered_netdevs[PRUETH_MAC1] = prueth->emac[PRUETH_MAC1]->ndev; in prueth_probe()
1869 ret = emac_phy_connect(prueth->emac[PRUETH_MAC1]); in prueth_probe()
1875 phy_attached_info(prueth->emac[PRUETH_MAC1]->ndev->phydev); in prueth_probe()
[all …]
H A Dicssg_prueth.h111 PRUETH_MAC1, enumerator
H A Dicssg_common.c1385 return PRUETH_MAC1; in prueth_node_mac()