Home
last modified time | relevance | path

Searched refs:phylink_of_phy_connect (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/include/linux/
Dphylink.h571 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/
Dsparx5_netdev.c104 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in sparx5_port_open()
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dmac-phy-support.rst84 - connect to the PHY using phylink_of_phy_connect()
/linux-6.1.9/Documentation/networking/
Dsfp-phylink.rst163 err = phylink_of_phy_connect(priv->phylink, node, flags);
/linux-6.1.9/drivers/net/phy/
Dphylink.c1743 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function
1748 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
/linux-6.1.9/drivers/net/ethernet/altera/
Daltera_tse_main.c956 ret = phylink_of_phy_connect(priv->phylink, priv->device->of_node, 0); in tse_open()
/linux-6.1.9/net/dsa/
Dport.c1800 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_shared_port_phylink_register()
Dslave.c2297 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_net.c1821 err = phylink_of_phy_connect(phylink, portnp, 0); in ocelot_port_phylink_create()
/linux-6.1.9/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1154 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
/linux-6.1.9/drivers/net/ethernet/atheros/
Dag71xx.c1426 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
/linux-6.1.9/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c595 ret = phylink_of_phy_connect(port->slave.phylink, port->slave.phy_node, 0); in am65_cpsw_nuss_ndo_slave_open()
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/
Denetc.c2273 err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0); in enetc_phylink_connect()
/linux-6.1.9/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c2987 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
/linux-6.1.9/drivers/net/ethernet/marvell/
Dmvneta.c4243 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
/linux-6.1.9/drivers/net/ethernet/cadence/
Dmacb_main.c767 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()