Lines Matching refs:phy_interface

1668 	if (phy_interface_mode_is_rgmii(port->phy_interface) ||  in mvpp22_gop_unmask_irq()
1669 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_unmask_irq()
1670 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_unmask_irq()
1680 if (mvpp2_is_xlg(port->phy_interface)) in mvpp22_gop_unmask_irq()
1699 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_mask_irq()
1700 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_mask_irq()
1701 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_mask_irq()
1717 phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_setup_irq()
1718 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp22_gop_setup_irq()
1719 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp22_gop_setup_irq()
1768 mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_enable()
1786 mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_disable()
3447 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp2_isr_handle_gmac_internal()
3448 phy_interface_mode_is_8023z(port->phy_interface) || in mvpp2_isr_handle_gmac_internal()
3449 port->phy_interface == PHY_INTERFACE_MODE_SGMII) { in mvpp2_isr_handle_gmac_internal()
3468 mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_isr()
4587 mvpp22_mode_reconfigure(port, port->phy_interface); in mvpp2_start_dev()
5912 if (mvpp2_is_xlg(port->phy_interface)) { in mvpp2_port_init()
6139 if (port->phy_interface == PHY_INTERFACE_MODE_5GBASER) in mvpp2_xlg_pcs_get_state()
6198 switch (port->phy_interface) { in mvpp2_gmac_pcs_get_state()
6401 if (port->phy_interface != interface || in mvpp2_mac_prepare()
6424 if (port->phy_interface != interface) { in mvpp2_mac_prepare()
6466 port->phy_interface != interface) { in mvpp2_mac_finish()
6467 port->phy_interface = interface; in mvpp2_mac_finish()
6629 .interface = port->phy_interface, in mvpp2_acpi_start()
6633 pcs = mvpp2_select_pcs(&port->phylink_config, port->phy_interface); in mvpp2_acpi_start()
6636 port->phy_interface); in mvpp2_acpi_start()
6638 pcs->ops->pcs_config(pcs, MLO_AN_INBAND, port->phy_interface, in mvpp2_acpi_start()
6641 port->phy_interface); in mvpp2_acpi_start()
6643 MLO_AN_INBAND, port->phy_interface, in mvpp2_acpi_start()
6767 port->phy_interface = phy_mode; in mvpp2_port_probe()
6971 err = mvpp22_comphy_init(port, port->phy_interface); in mvpp2_port_probe()