Searched refs:phylink_connect_phy (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | phylink.h | 729 int phylink_connect_phy(struct phylink *, struct phy_device *);
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_phy.c | 300 ret = phylink_connect_phy(phylink, wx->phydev); in txgbe_phylink_init()
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_main.c | 452 err = phylink_connect_phy(wx->phylink, wx->phydev); in ngbe_open()
|
| /linux/drivers/net/usb/ |
| H A D | asix_devices.c | 714 ret = phylink_connect_phy(priv->phylink, priv->phydev); in ax88772_init_phy()
|
| H A D | lan78xx.c | 2870 ret = phylink_connect_phy(dev->phylink, phydev); in lan78xx_phy_init()
|
| /linux/drivers/net/phy/ |
| H A D | phylink.c | 2231 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy() function 2251 EXPORT_SYMBOL_GPL(phylink_connect_phy);
|
| /linux/drivers/net/ethernet/tehuti/ |
| H A D | tn40.c | 1411 ret = phylink_connect_phy(priv->phylink, priv->phydev); in tn40_open()
|
| /linux/net/dsa/ |
| H A D | user.c | 2652 return phylink_connect_phy(dp->pl, user_dev->phydev); in dsa_user_phy_connect()
|
| /linux/drivers/net/ethernet/microchip/ |
| H A D | lan743x_main.c | 3190 ret = phylink_connect_phy(adapter->phylink, phydev); in lan743x_phylink_connect()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 875 ret = phylink_connect_phy(bp->phylink, phydev); in macb_phylink_connect()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 1295 ret = phylink_connect_phy(priv->phylink, phydev); in stmmac_init_phy()
|