Searched refs:xgbe_set_mode (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-mdio.c | 346 static bool xgbe_set_mode(struct xgbe_prv_data *pdata, in xgbe_set_mode() function 1208 xgbe_set_mode(pdata, mode); in xgbe_phy_config_fixed() 1242 xgbe_set_mode(pdata, XGBE_MODE_KR); in __xgbe_phy_config_aneg() 1244 xgbe_set_mode(pdata, XGBE_MODE_KX_2500); in __xgbe_phy_config_aneg() 1246 xgbe_set_mode(pdata, XGBE_MODE_KX_1000); in __xgbe_phy_config_aneg() 1248 xgbe_set_mode(pdata, XGBE_MODE_SFI); in __xgbe_phy_config_aneg() 1250 xgbe_set_mode(pdata, XGBE_MODE_X); in __xgbe_phy_config_aneg() 1252 xgbe_set_mode(pdata, XGBE_MODE_SGMII_1000); in __xgbe_phy_config_aneg() 1254 xgbe_set_mode(pdata, XGBE_MODE_SGMII_100); in __xgbe_phy_config_aneg() 1256 xgbe_set_mode(pdata, XGBE_MODE_SGMII_10); in __xgbe_phy_config_aneg() [all …]
|