Searched refs:phylink_connect_phy (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | phylink.h | 701 int phylink_connect_phy(struct phylink *, struct phy_device *);
|
| /linux-6.15/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_main.c | 383 err = phylink_connect_phy(wx->phylink, wx->phydev); in ngbe_open()
|
| /linux-6.15/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_phy.c | 293 ret = phylink_connect_phy(phylink, wx->phydev); in txgbe_phylink_init()
|
| /linux-6.15/drivers/net/usb/ |
| H A D | asix_devices.c | 710 ret = phylink_connect_phy(priv->phylink, priv->phydev); in ax88772_init_phy()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phylink.c | 2184 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy() function 2204 EXPORT_SYMBOL_GPL(phylink_connect_phy);
|
| /linux-6.15/drivers/net/ethernet/tehuti/ |
| H A D | tn40.c | 1411 ret = phylink_connect_phy(priv->phylink, priv->phydev); in tn40_open()
|
| /linux-6.15/net/dsa/ |
| H A D | user.c | 2640 return phylink_connect_phy(dp->pl, user_dev->phydev); in dsa_user_phy_connect()
|
| /linux-6.15/drivers/net/ethernet/microchip/ |
| H A D | lan743x_main.c | 3191 ret = phylink_connect_phy(adapter->phylink, phydev); in lan743x_phylink_connect()
|
| /linux-6.15/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 825 ret = phylink_connect_phy(bp->phylink, phydev); in macb_phylink_connect()
|
| /linux-6.15/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 1226 ret = phylink_connect_phy(priv->phylink, phydev); in stmmac_init_phy()
|