Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dphylink.h657 int phylink_connect_phy(struct phylink *, struct phy_device *);
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c283 ret = phylink_connect_phy(phylink, wx->phydev); in txgbe_phylink_init()
/openbmc/linux/drivers/net/usb/
H A Dasix_devices.c710 ret = phylink_connect_phy(priv->phylink, priv->phydev); in ax88772_init_phy()
/openbmc/linux/drivers/net/phy/
H A Dphylink.c1881 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy() function
1901 EXPORT_SYMBOL_GPL(phylink_connect_phy);
/openbmc/linux/net/dsa/
H A Dslave.c2488 return phylink_connect_phy(dp->pl, slave_dev->phydev); in dsa_slave_phy_connect()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c837 ret = phylink_connect_phy(bp->phylink, phydev); in macb_phylink_connect()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1184 ret = phylink_connect_phy(priv->phylink, phydev); in stmmac_init_phy()