Lines Matching refs:PRUETH_MAC1
1059 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()
1673 if (prueth->eth_node[PRUETH_MAC1]) in prueth_remove()