Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_netdev.c104 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in sparx5_port_open()
/openbmc/linux/include/linux/
H A Dphylink.h658 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dmac-phy-support.rst84 - connect to the PHY using phylink_of_phy_connect()
/openbmc/linux/Documentation/networking/
H A Dsfp-phylink.rst163 err = phylink_of_phy_connect(priv->phylink, node, flags);
/openbmc/linux/drivers/net/ethernet/altera/
H A Daltera_tse_main.c958 ret = phylink_of_phy_connect(priv->phylink, priv->device->of_node, 0); in tse_open()
/openbmc/linux/drivers/net/phy/
H A Dphylink.c1915 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function
1920 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
/openbmc/linux/net/dsa/
H A Dport.c1806 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_shared_port_phylink_register()
H A Dslave.c2518 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c1772 err = phylink_of_phy_connect(phylink, portnp, 0); in ocelot_port_phylink_create()
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c1155 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
/openbmc/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c1426 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2928 err = phylink_of_phy_connect(mac_dev->phylink, in dpaa_open()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c629 ret = phylink_of_phy_connect(port->slave.phylink, port->slave.phy_node, 0); in am65_cpsw_nuss_ndo_slave_open()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c2414 err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0); in enetc_phylink_connect()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c4305 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3357 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c827 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()