Searched refs:phylink_connect_phy (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/include/linux/ |
D | phylink.h | 595 int phylink_connect_phy(struct phylink *, struct phy_device *);
|
/linux-6.12.1/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_main.c | 370 err = phylink_connect_phy(wx->phylink, wx->phydev); in ngbe_open()
|
/linux-6.12.1/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_phy.c | 283 ret = phylink_connect_phy(phylink, wx->phydev); in txgbe_phylink_init()
|
/linux-6.12.1/drivers/net/usb/ |
D | asix_devices.c | 710 ret = phylink_connect_phy(priv->phylink, priv->phydev); in ax88772_init_phy()
|
/linux-6.12.1/drivers/net/phy/ |
D | phylink.c | 2031 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/ |
D | tn40.c | 1411 ret = phylink_connect_phy(priv->phylink, priv->phydev); in tn40_open()
|
/linux-6.12.1/net/dsa/ |
D | user.c | 2583 return phylink_connect_phy(dp->pl, user_dev->phydev); in dsa_user_phy_connect()
|
/linux-6.12.1/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 3158 ret = phylink_connect_phy(adapter->phylink, phydev); in lan743x_phylink_connect()
|
/linux-6.12.1/drivers/net/ethernet/cadence/ |
D | macb_main.c | 837 ret = phylink_connect_phy(bp->phylink, phydev); in macb_phylink_connect()
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 1208 ret = phylink_connect_phy(priv->phylink, phydev); in stmmac_init_phy()
|