Lines Matching refs:PRUETH_MAC1
1016 struct prueth_emac *emac1 = prueth->emac[PRUETH_MAC1]; in prueth_emac_restart()
1156 emac1 = prueth->emac[PRUETH_MAC1]; in prueth_hsr_port_link()
1190 emac1 = prueth->emac[PRUETH_MAC1]; in prueth_hsr_port_unlink()
1353 prueth->eth_node[PRUETH_MAC1] = eth1_node; in prueth_probe()
1478 prueth->emac[PRUETH_MAC1]->half_duplex = in prueth_probe()
1481 prueth->emac[PRUETH_MAC1]->iep = prueth->iep0; in prueth_probe()
1504 ret = register_netdev(prueth->emac[PRUETH_MAC1]->ndev); in prueth_probe()
1510 prueth->registered_netdevs[PRUETH_MAC1] = prueth->emac[PRUETH_MAC1]->ndev; in prueth_probe()
1511 ret = emac_phy_connect(prueth->emac[PRUETH_MAC1]); in prueth_probe()
1517 phy_attached_info(prueth->emac[PRUETH_MAC1]->ndev->phydev); in prueth_probe()
1630 if (prueth->eth_node[PRUETH_MAC1]) in prueth_remove()