Lines Matching refs:phy_interface

1551 		if (port->phy_interface == PHY_INTERFACE_MODE_MII)  in mvpp22_gop_init_rgmii()
1705 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_unmask_irq()
1706 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_unmask_irq()
1707 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_unmask_irq()
1717 if (mvpp2_is_xlg(port->phy_interface)) in mvpp22_gop_unmask_irq()
1736 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_mask_irq()
1737 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_mask_irq()
1738 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_mask_irq()
1754 phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_setup_irq()
1755 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_setup_irq()
1756 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_setup_irq()
1805 mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_enable()
1823 mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_disable()
3472 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp2_isr_handle_gmac_internal()
3473 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp2_isr_handle_gmac_internal()
3474 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp2_isr_handle_gmac_internal()
3493 mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_isr()
4619 mvpp22_mode_reconfigure(port, port->phy_interface); in mvpp2_start_dev()
5998 if (mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_init()
6232 if (port->phy_interface == PHY_INTERFACE_MODE_5GBASER) in mvpp2_xlg_pcs_get_state()
6298 switch (port->phy_interface) { in mvpp2_gmac_pcs_get_state()
6501 if (port->phy_interface != interface || in mvpp2_mac_prepare()
6524 if (port->phy_interface != interface) { in mvpp2_mac_prepare()
6566 port->phy_interface != interface) { in mvpp2_mac_finish()
6567 port->phy_interface = interface; in mvpp2_mac_finish()
6780 .interface = port->phy_interface, in mvpp2_acpi_start()
6784 pcs = mvpp2_select_pcs(&port->phylink_config, port->phy_interface); in mvpp2_acpi_start()
6787 port->phy_interface); in mvpp2_acpi_start()
6790 port->phy_interface, state.advertising, in mvpp2_acpi_start()
6793 port->phy_interface); in mvpp2_acpi_start()
6795 MLO_AN_INBAND, port->phy_interface, in mvpp2_acpi_start()
6919 port->phy_interface = phy_mode; in mvpp2_port_probe()
7140 err = mvpp22_comphy_init(port, port->phy_interface); in mvpp2_port_probe()