Home
last modified time | relevance | path

Searched refs:phylink_connect_phy (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/include/linux/
Dphylink.h595 int phylink_connect_phy(struct phylink *, struct phy_device *);
/linux-6.12.1/drivers/net/ethernet/wangxun/ngbe/
Dngbe_main.c370 err = phylink_connect_phy(wx->phylink, wx->phydev); in ngbe_open()
/linux-6.12.1/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_phy.c283 ret = phylink_connect_phy(phylink, wx->phydev); in txgbe_phylink_init()
/linux-6.12.1/drivers/net/usb/
Dasix_devices.c710 ret = phylink_connect_phy(priv->phylink, priv->phydev); in ax88772_init_phy()
/linux-6.12.1/drivers/net/phy/
Dphylink.c2031 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy() function
2051 EXPORT_SYMBOL_GPL(phylink_connect_phy);
/linux-6.12.1/drivers/net/ethernet/tehuti/
Dtn40.c1411 ret = phylink_connect_phy(priv->phylink, priv->phydev); in tn40_open()
/linux-6.12.1/net/dsa/
Duser.c2583 return phylink_connect_phy(dp->pl, user_dev->phydev); in dsa_user_phy_connect()
/linux-6.12.1/drivers/net/ethernet/microchip/
Dlan743x_main.c3158 ret = phylink_connect_phy(adapter->phylink, phydev); in lan743x_phylink_connect()
/linux-6.12.1/drivers/net/ethernet/cadence/
Dmacb_main.c837 ret = phylink_connect_phy(bp->phylink, phydev); in macb_phylink_connect()
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1208 ret = phylink_connect_phy(priv->phylink, phydev); in stmmac_init_phy()