On Thu, Aug 31, 2017 at 09:12:55AM +0200, Antoine Tenart wrote: > +static void mvpp22_gop_unmask_irq(struct mvpp2_port *port) > +{ > + u32 val; > + > + if (port->phy_interface == PHY_INTERFACE_MODE_RGMII || > + port->phy_interface == PHY_INTERFACE_MODE_RGMII_ID || > + port->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID || > + port->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID ||
Hi Antoine phy_interface_mode_is_rgmii() Andrew