Searched refs:phylink_ethtool_get_wol (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | phylink.h | 673 void phylink_ethtool_get_wol(struct phylink *, struct ethtool_wolinfo *);
|
/openbmc/linux/Documentation/networking/ |
H A D | sfp-phylink.rst | 127 - phylink_ethtool_get_wol(priv->phylink, wol)
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-ethtool.c | 488 phylink_ethtool_get_wol(salve->phylink, wol); in am65_cpsw_get_wol()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ethtool.c | 830 return phylink_ethtool_get_wol(priv->phylink, wol); in stmmac_get_wol()
|
H A D | stmmac_main.c | 1193 phylink_ethtool_get_wol(priv->phylink, &wol); in stmmac_init_phy()
|
/openbmc/linux/drivers/net/phy/ |
H A D | phylink.c | 2248 void phylink_ethtool_get_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_get_wol() function 2258 EXPORT_SYMBOL_GPL(phylink_ethtool_get_wol);
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 4310 phylink_ethtool_get_wol(pp->phylink, &wol); in mvneta_mdio_probe() 5082 phylink_ethtool_get_wol(pp->phylink, wol); in mvneta_ethtool_get_wol()
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 1221 phylink_ethtool_get_wol(dp->pl, w); in dsa_slave_get_wol()
|
/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 3265 phylink_ethtool_get_wol(bp->phylink, wol); in macb_get_wol()
|