gop_id            890 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	int gop_id;
gop_id           1131 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id == 2)
gop_id           1133 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	else if (port->gop_id == 3)
gop_id           1148 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id > 1) {
gop_id           1150 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (port->gop_id == 2)
gop_id           1152 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		else if (port->gop_id == 3)
gop_id           1161 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	void __iomem *mpcs = priv->iface_base + MVPP22_MPCS_BASE(port->gop_id);
gop_id           1162 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	void __iomem *xpcs = priv->iface_base + MVPP22_XPCS_BASE(port->gop_id);
gop_id           1194 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (port->gop_id == 0)
gop_id           1204 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (port->gop_id != 0)
gop_id           1213 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	val |= GENCONF_PORT_CTRL1_RESET(port->gop_id) |
gop_id           1214 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	       GENCONF_PORT_CTRL1_EN(port->gop_id);
gop_id           1246 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id == 0) {
gop_id           1261 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id == 0) {
gop_id           1290 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id == 0) {
gop_id           1329 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id == 0 && mvpp2_is_xlg(port->phy_interface)) {
gop_id           1347 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id == 0 && mvpp2_is_xlg(port->phy_interface)) {
gop_id           1611 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->priv->hw_version == MVPP22 && port->gop_id == 0) {
gop_id           1624 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->priv->hw_version != MVPP22 || port->gop_id != 0)
gop_id           1627 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	mpcs = priv->iface_base + MVPP22_MPCS_BASE(port->gop_id);
gop_id           1628 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	xpcs = priv->iface_base + MVPP22_XPCS_BASE(port->gop_id);
gop_id           1645 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->priv->hw_version != MVPP22 || port->gop_id != 0)
gop_id           1648 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	mpcs = priv->iface_base + MVPP22_MPCS_BASE(port->gop_id);
gop_id           1649 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	xpcs = priv->iface_base + MVPP22_XPCS_BASE(port->gop_id);
gop_id           2740 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id == 0 && mvpp2_is_xlg(port->phy_interface)) {
gop_id           3425 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id == 0) {
gop_id           3437 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->gop_id == 0 && mvpp2_is_xlg(port->phy_interface))
gop_id           4759 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (port->gop_id != 0)
gop_id           4766 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (port->priv->hw_version == MVPP22 && port->gop_id == 0)
gop_id           4782 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		if (port->gop_id == 0) {
gop_id           4882 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (port->priv->hw_version == MVPP22 && port->gop_id == 0) {
gop_id           5092 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (mvpp2_is_xlg(state->interface) && port->gop_id != 0) {
gop_id           5303 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 				   port->gop_id * MVPP21_MIB_COUNTERS_PORT_SZ;
gop_id           5306 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 					     &port->gop_id)) {
gop_id           5312 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		port->base = priv->iface_base + MVPP22_GMAC_BASE(port->gop_id);
gop_id           5315 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 				   port->gop_id * MVPP22_MIB_COUNTERS_PORT_SZ;