Home
last modified time | relevance | path

Searched refs:phy_prepare_link (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/networking/
H A Dphy.rst364 need to manually call phy_attach() and phy_prepare_link(), and then call
378 phy_prepare_link(). This will mean that phydev->state is entirely yours to
/linux/drivers/net/phy/
H A Dphy_device.c276 * phy_connect_direct() or one of its derivatives, so that phy_prepare_link()
1236 * phy_prepare_link - prepares the PHY layer to monitor link status
1247 static void phy_prepare_link(struct phy_device *phydev, in phy_prepare_link() function
1273 phy_prepare_link(phydev, handler); in phy_connect_direct()