Searched refs:phylink_ethtool_get_wol (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | phylink.h | 449 void phylink_ethtool_get_wol(struct phylink *, struct ethtool_wolinfo *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phylink.h | 673 void phylink_ethtool_get_wol(struct phylink *, struct ethtool_wolinfo *);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ethtool.c | 646 return phylink_ethtool_get_wol(priv->phylink, wol); in stmmac_get_wol()
|
H A D | stmmac_main.c | 1146 phylink_ethtool_get_wol(priv->phylink, &wol); in stmmac_init_phy()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-ethtool.c | 488 phylink_ethtool_get_wol(salve->phylink, wol); in am65_cpsw_get_wol()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phylink.c | 1299 * phylink_ethtool_get_wol() - get the wake on lan parameters for the PHY 1307 void phylink_ethtool_get_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_get_wol() function 1317 EXPORT_SYMBOL_GPL(phylink_ethtool_get_wol); variable
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phylink.c | 2240 * phylink_ethtool_get_wol() - get the wake on lan parameters for the PHY 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); variable
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | slave.c | 768 phylink_ethtool_get_wol(dp->pl, w); in dsa_slave_get_wol()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 4117 phylink_ethtool_get_wol(pp->phylink, &wol); in mvneta_mdio_probe() 4850 phylink_ethtool_get_wol(pp->phylink, wol); in mvneta_ethtool_get_wol()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | slave.c | 1221 phylink_ethtool_get_wol(dp->pl, w); in dsa_slave_get_wol()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 2914 phylink_ethtool_get_wol(bp->phylink, wol); in macb_get_wol()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 3250 phylink_ethtool_get_wol(bp->phylink, wol); in macb_get_wol()
|
Completed in 62 milliseconds