Lines Matching refs:const_interface
163 phy_interface_t const_interface; member
715 priv->const_interface = PHY_INTERFACE_MODE_USXGMII; in mv2110_init_interface()
717 priv->const_interface = PHY_INTERFACE_MODE_10GBASER; in mv2110_init_interface()
720 priv->const_interface = PHY_INTERFACE_MODE_NA; in mv2110_init_interface()
739 priv->const_interface = PHY_INTERFACE_MODE_USXGMII; in mv3310_init_interface()
743 priv->const_interface = PHY_INTERFACE_MODE_10GBASER; in mv3310_init_interface()
746 priv->const_interface = PHY_INTERFACE_MODE_RXAUI; in mv3310_init_interface()
749 priv->const_interface = PHY_INTERFACE_MODE_XAUI; in mv3310_init_interface()
764 priv->const_interface = PHY_INTERFACE_MODE_RXAUI; in mv3340_init_interface()
939 priv->const_interface == PHY_INTERFACE_MODE_USXGMII) { in mv3310_update_interface()
940 phydev->interface = priv->const_interface; in mv3310_update_interface()
952 phydev->interface = priv->const_interface; in mv3310_update_interface()