Home
last modified time | relevance | path

Searched refs:phylink_expects_phy (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dphylink.h593 bool phylink_expects_phy(struct phylink *pl);
/linux-6.12.1/drivers/net/phy/
Dphylink.c1810 bool phylink_expects_phy(struct phylink *pl) in phylink_expects_phy() function
1818 EXPORT_SYMBOL_GPL(phylink_expects_phy);
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1178 if (!phylink_expects_phy(priv->phylink)) in stmmac_init_phy()