Lines Matching full:xpcs
494 if (priv->hw->xpcs) in stmmac_eee_init()
495 xpcs_config_eee(priv->hw->xpcs, in stmmac_eee_init()
507 if (priv->hw->xpcs) in stmmac_eee_init()
508 xpcs_config_eee(priv->hw->xpcs, in stmmac_eee_init()
944 if (priv->hw->xpcs) in stmmac_mac_select_pcs()
945 return &priv->hw->xpcs->pcs; in stmmac_mac_select_pcs()
1223 /* If we have an xpcs, it defines which PHY interfaces are supported. */ in stmmac_phy_setup()
1224 if (priv->hw->xpcs) in stmmac_phy_setup()
1225 xpcs_get_interfaces(priv->hw->xpcs, in stmmac_phy_setup()
3825 (!priv->hw->xpcs || in __stmmac_open()
3826 xpcs_get_an_mode(priv->hw->xpcs, mode) != DW_AN_C73) && in __stmmac_open()