Searched refs:axgbe_set_mode (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_mdio.c | 203 static void axgbe_set_mode(struct axgbe_port *pdata, in axgbe_set_mode() function 878 axgbe_set_mode(pdata, mode); in axgbe_phy_config_fixed() 908 axgbe_set_mode(pdata, AXGBE_MODE_KR); in __axgbe_phy_config_aneg() 910 axgbe_set_mode(pdata, AXGBE_MODE_KX_2500); in __axgbe_phy_config_aneg() 912 axgbe_set_mode(pdata, AXGBE_MODE_KX_1000); in __axgbe_phy_config_aneg() 914 axgbe_set_mode(pdata, AXGBE_MODE_SFI); in __axgbe_phy_config_aneg() 916 axgbe_set_mode(pdata, AXGBE_MODE_X); in __axgbe_phy_config_aneg() 918 axgbe_set_mode(pdata, AXGBE_MODE_SGMII_1000); in __axgbe_phy_config_aneg() 920 axgbe_set_mode(pdata, AXGBE_MODE_SGMII_100); in __axgbe_phy_config_aneg() 1019 axgbe_set_mode(pdata, mode); in axgbe_phy_status_result()
|