/kernel/linux/linux-5.10/include/linux/ |
H A D | ethtool.h | 270 * @get_wol: Report whether Wake-on-Lan is enabled 422 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | ucc_geth_ethtool.c | 397 .get_wol = uec_get_wol,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_ethtool.c | 280 .get_wol = atl1c_get_wol,
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | dp83tc811.c | 396 .get_wol = dp83811_get_wol,
|
H A D | at803x.c | 2064 .get_wol = at803x_get_wol, 2084 .get_wol = at803x_get_wol, 2100 .get_wol = at803x_get_wol, 2219 .get_wol = at803x_get_wol,
|
H A D | marvell10g.c | 1360 .get_wol = mv3110_get_wol, 1399 .get_wol = mv3110_get_wol,
|
H A D | phy.c | 1670 if (phydev->drv && phydev->drv->get_wol) { in phy_ethtool_get_wol() 1672 phydev->drv->get_wol(phydev, wol); in phy_ethtool_get_wol()
|
H A D | motorcomm.c | 2272 .get_wol = ytphy_get_wol, 2289 .get_wol = ytphy_get_wol, 2300 .get_wol = ytphy_get_wol,
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | ax88172a.c | 121 .get_wol = asix_get_wol,
|
H A D | asix_devices.c | 122 .get_wol = asix_get_wol, 329 .get_wol = asix_get_wol, 965 .get_wol = asix_get_wol,
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | asix_devices.c | 122 .get_wol = asix_get_wol, 288 .get_wol = asix_get_wol, 779 .get_wol = asix_get_wol,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
H A D | ethtool.c | 429 .get_wol = igbvf_get_wol,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_ethtool.c | 487 .get_wol = pch_gbe_get_wol,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_ethtool.c | 367 .get_wol = atl1e_get_wol,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_ethtool.c | 367 .get_wol = atl1e_get_wol,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_ethtool.c | 491 .get_wol = bcmasp_get_wol,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_ethtool.c | 497 .get_wol = pch_gbe_get_wol,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ethtool.h | 609 * @get_wol: Report whether Wake-on-Lan is enabled 793 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/ |
H A D | ethtool.c | 437 .get_wol = igbvf_get_wol,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | ethtool.c | 746 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol() 1332 .get_wol = ef4_ethtool_get_wol,
|
H A D | net_driver.h | 960 * @get_wol: Get WoL configuration from driver state 1072 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy.c | 1513 if (phydev->drv && phydev->drv->get_wol) in phy_ethtool_get_wol() 1514 phydev->drv->get_wol(phydev, wol); in phy_ethtool_get_wol()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | ethtool.c | 756 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol() 1342 .get_wol = ef4_ethtool_get_wol,
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | slave.c | 770 if (ds->ops->get_wol) in dsa_slave_get_wol() 771 ds->ops->get_wol(ds, dp->index, w); in dsa_slave_get_wol() 1582 .get_wol = dsa_slave_get_wol,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/ |
H A D | lan743x_ethtool.c | 843 .get_wol = lan743x_ethtool_get_wol,
|