Lines Matching refs:phy_interface
1693 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_unmask_irq()
1694 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_unmask_irq()
1695 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_unmask_irq()
1705 if (mvpp2_is_xlg(port->phy_interface)) in mvpp22_gop_unmask_irq()
1724 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_mask_irq()
1725 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_mask_irq()
1726 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_mask_irq()
1742 phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_setup_irq()
1743 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_setup_irq()
1744 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_setup_irq()
1793 mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_enable()
1811 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()
4615 mvpp22_mode_reconfigure(port, port->phy_interface); in mvpp2_start_dev()
5953 if (mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_init()
6186 if (port->phy_interface == PHY_INTERFACE_MODE_5GBASER) in mvpp2_xlg_pcs_get_state()
6244 switch (port->phy_interface) { in mvpp2_gmac_pcs_get_state()
6447 if (port->phy_interface != interface || in mvpp2_mac_prepare()
6470 if (port->phy_interface != interface) { in mvpp2_mac_prepare()
6512 port->phy_interface != interface) { in mvpp2_mac_finish()
6513 port->phy_interface = interface; in mvpp2_mac_finish()
6675 .interface = port->phy_interface, in mvpp2_acpi_start()
6679 pcs = mvpp2_select_pcs(&port->phylink_config, port->phy_interface); in mvpp2_acpi_start()
6682 port->phy_interface); in mvpp2_acpi_start()
6685 port->phy_interface, state.advertising, in mvpp2_acpi_start()
6688 port->phy_interface); in mvpp2_acpi_start()
6690 MLO_AN_INBAND, port->phy_interface, in mvpp2_acpi_start()
6814 port->phy_interface = phy_mode; in mvpp2_port_probe()
7023 err = mvpp22_comphy_init(port, port->phy_interface); in mvpp2_port_probe()