Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1059 struct prueth_emac *emac1 = prueth->emac[PRUETH_MAC1]; in prueth_emac_restart()
1199 emac1 = prueth->emac[PRUETH_MAC1]; in prueth_hsr_port_link()
1233 emac1 = prueth->emac[PRUETH_MAC1]; in prueth_hsr_port_unlink()
1396 prueth->eth_node[PRUETH_MAC1] = eth1_node; in prueth_probe()
1521 prueth->emac[PRUETH_MAC1]->half_duplex = in prueth_probe()
1524 prueth->emac[PRUETH_MAC1]->iep = prueth->iep0; in prueth_probe()
1547 ret = register_netdev(prueth->emac[PRUETH_MAC1]->ndev); in prueth_probe()
1553 prueth->registered_netdevs[PRUETH_MAC1] = prueth->emac[PRUETH_MAC1]->ndev; in prueth_probe()
1554 ret = emac_phy_connect(prueth->emac[PRUETH_MAC1]); in prueth_probe()
1560 phy_attached_info(prueth->emac[PRUETH_MAC1]->ndev->phydev); in prueth_probe()
[all …]
H A Dicssg_prueth_sr1.c947 prueth->eth_node[PRUETH_MAC1] = eth1_node; in prueth_probe()
1063 prueth->emac[PRUETH_MAC1]->half_duplex = in prueth_probe()
1066 prueth->emac[PRUETH_MAC1]->iep = prueth->iep1; in prueth_probe()
1083 ret = register_netdev(prueth->emac[PRUETH_MAC1]->ndev); in prueth_probe()
1089 prueth->registered_netdevs[PRUETH_MAC1] = prueth->emac[PRUETH_MAC1]->ndev; in prueth_probe()
1090 emac_phy_connect(prueth->emac[PRUETH_MAC1]); in prueth_probe()
1091 phy_attached_info(prueth->emac[PRUETH_MAC1]->ndev->phydev); in prueth_probe()
1199 if (prueth->eth_node[PRUETH_MAC1]) in prueth_remove()
H A Dicssg_prueth.h101 PRUETH_MAC1, enumerator
H A Dicssg_common.c1140 return PRUETH_MAC1; in prueth_node_mac()