Lines Matching refs:phylink
257 struct phylink *phylink; in txgbe_phylink_init() local
276 phylink = phylink_create(config, fwnode, phy_mode, &txgbe_mac_ops); in txgbe_phylink_init()
277 if (IS_ERR(phylink)) in txgbe_phylink_init()
278 return PTR_ERR(phylink); in txgbe_phylink_init()
283 ret = phylink_connect_phy(phylink, wx->phydev); in txgbe_phylink_init()
285 phylink_destroy(phylink); in txgbe_phylink_init()
290 wx->phylink = phylink; in txgbe_phylink_init()
779 phylink_destroy(wx->phylink); in txgbe_init_phy()
791 phylink_disconnect_phy(txgbe->wx->phylink); in txgbe_remove_phy()
792 phylink_destroy(txgbe->wx->phylink); in txgbe_remove_phy()
800 phylink_destroy(txgbe->wx->phylink); in txgbe_remove_phy()