Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c994 for (i = PRUETH_MAC0; i < PRUETH_NUM_MACS; i++) { in prueth_offload_fwd_mark_update()
1006 struct prueth_emac *emac0 = prueth->emac[PRUETH_MAC0]; in prueth_emac_restart()
1047 for (mac = PRUETH_MAC0; mac < PRUETH_NUM_MACS; mac++) { in icssg_change_mode()
1146 emac0 = prueth->emac[PRUETH_MAC0]; in prueth_hsr_port_link()
1180 emac0 = prueth->emac[PRUETH_MAC0]; in prueth_hsr_port_unlink()
1343 prueth->eth_node[PRUETH_MAC0] = eth0_node; in prueth_probe()
1455 prueth->emac[PRUETH_MAC0]->half_duplex = in prueth_probe()
1458 prueth->emac[PRUETH_MAC0]->iep = prueth->iep0; in prueth_probe()
1477 ret = register_netdev(prueth->emac[PRUETH_MAC0]->ndev); in prueth_probe()
1483 prueth->registered_netdevs[PRUETH_MAC0] = prueth->emac[PRUETH_MAC0]->ndev; in prueth_probe()
[all …]
H A Dicssg_prueth_sr1.c946 prueth->eth_node[PRUETH_MAC0] = eth0_node; in prueth_probe()
1049 prueth->emac[PRUETH_MAC0]->half_duplex = in prueth_probe()
1052 prueth->emac[PRUETH_MAC0]->iep = prueth->iep0; in prueth_probe()
1071 ret = register_netdev(prueth->emac[PRUETH_MAC0]->ndev); in prueth_probe()
1077 prueth->registered_netdevs[PRUETH_MAC0] = prueth->emac[PRUETH_MAC0]->ndev; in prueth_probe()
1078 emac_phy_connect(prueth->emac[PRUETH_MAC0]); in prueth_probe()
1079 phy_attached_info(prueth->emac[PRUETH_MAC0]->ndev->phydev); in prueth_probe()
1202 if (prueth->eth_node[PRUETH_MAC0]) in prueth_remove()
H A Dicssg_prueth.h100 PRUETH_MAC0 = 0, enumerator
H A Dicssg_common.c1138 return PRUETH_MAC0; in prueth_node_mac()