Home
last modified time | relevance | path

Searched refs:phylink_fwnode_phy_connect (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dphylink.h659 int phylink_fwnode_phy_connect(struct phylink *pl,
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c437 err = phylink_fwnode_phy_connect(mac->phylink, dpmac_node, 0); in dpaa2_mac_connect()
/openbmc/linux/drivers/net/phy/
H A Dphylink.c1918 return phylink_fwnode_phy_connect(pl, of_fwnode_handle(dn), flags); in phylink_of_phy_connect()
1933 int phylink_fwnode_phy_connect(struct phylink *pl, in phylink_fwnode_phy_connect() function
1978 EXPORT_SYMBOL_GPL(phylink_fwnode_phy_connect);
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c186 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in lan966x_port_open()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4822 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in mvpp2_open()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1187 ret = phylink_fwnode_phy_connect(priv->phylink, fwnode, 0); in stmmac_init_phy()