Searched refs:xgbe_use_mode (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-mdio.c | 248 static bool xgbe_use_mode(struct xgbe_prv_data *pdata, in xgbe_use_mode() function 1164 if (xgbe_use_mode(pdata, XGBE_MODE_KR)) { in __xgbe_phy_config_aneg() 1166 } else if (xgbe_use_mode(pdata, XGBE_MODE_KX_2500)) { in __xgbe_phy_config_aneg() 1168 } else if (xgbe_use_mode(pdata, XGBE_MODE_KX_1000)) { in __xgbe_phy_config_aneg() 1170 } else if (xgbe_use_mode(pdata, XGBE_MODE_SFI)) { in __xgbe_phy_config_aneg() 1172 } else if (xgbe_use_mode(pdata, XGBE_MODE_X)) { in __xgbe_phy_config_aneg() 1174 } else if (xgbe_use_mode(pdata, XGBE_MODE_SGMII_1000)) { in __xgbe_phy_config_aneg() 1176 } else if (xgbe_use_mode(pdata, XGBE_MODE_SGMII_100)) { in __xgbe_phy_config_aneg() 1178 } else if (xgbe_use_mode(pdata, XGBE_MODE_SGMII_10)) { in __xgbe_phy_config_aneg() 1421 if (xgbe_use_mode(pdata, XGBE_MODE_KR)) { in xgbe_phy_start() [all …]
|