Lines Matching refs:phy_interface

1189 	switch (port->phy_interface) {  in mvpp22_gop_init()
1237 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_unmask_irq()
1238 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_unmask_irq()
1239 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_unmask_irq()
1249 if (mvpp2_is_xlg(port->phy_interface)) in mvpp22_gop_unmask_irq()
1268 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_mask_irq()
1269 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_mask_irq()
1270 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_mask_irq()
1282 phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_setup_irq()
1283 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_setup_irq()
1284 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_setup_irq()
1317 port->phy_interface); in mvpp22_comphy_init()
1329 if (port->gop_id == 0 && mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_enable()
1347 if (port->gop_id == 0 && mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_disable()
1381 if (phy_interface_mode_is_8023z(port->phy_interface) || in mvpp2_port_loopback_set()
1382 port->phy_interface == PHY_INTERFACE_MODE_SGMII) in mvpp2_port_loopback_set()
1651 switch (port->phy_interface) { in mvpp22_pcs_reset_deassert()
2740 if (port->gop_id == 0 && mvpp2_is_xlg(port->phy_interface)) { in mvpp2_link_status_isr()
2748 } else if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp2_link_status_isr()
2749 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp2_link_status_isr()
2750 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp2_link_status_isr()
3429 if (mvpp2_is_xlg(port->phy_interface)) in mvpp22_mode_reconfigure()
3437 if (port->gop_id == 0 && mvpp2_is_xlg(port->phy_interface)) in mvpp22_mode_reconfigure()
3467 .interface = port->phy_interface, in mvpp2_start_dev()
3471 port->phy_interface, NULL); in mvpp2_start_dev()
4851 switch (port->phy_interface) { in mvpp2_gmac_link_state()
5087 bool change_interface = port->phy_interface != state->interface; in mvpp2_mac_config()
5101 port->phy_interface = state->interface; in mvpp2_mac_config()
5289 port->phy_interface = phy_mode; in mvpp2_port_probe()