/Linux-v4.19/drivers/net/phy/ |
D | at803x.c | 378 .get_wol = at803x_get_wol, 394 .get_wol = at803x_get_wol, 409 .get_wol = at803x_get_wol,
|
D | mscc.c | 678 .get_wol = &vsc85xx_wol_get, 699 .get_wol = &vsc85xx_wol_get, 720 .get_wol = &vsc85xx_wol_get, 741 .get_wol = &vsc85xx_wol_get,
|
D | dp83822.c | 324 .get_wol = dp83822_get_wol,
|
D | dp83tc811.c | 353 .get_wol = dp83811_get_wol,
|
D | phy.c | 1325 if (phydev->drv && phydev->drv->get_wol) in phy_ethtool_get_wol() 1326 phydev->drv->get_wol(phydev, wol); in phy_ethtool_get_wol()
|
D | marvell.c | 2135 .get_wol = &m88e1318_get_wol, 2234 .get_wol = &m88e1318_get_wol,
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | ethtool.c | 68 .get_wol = mwifiex_ethtool_get_wol,
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 115 .get_wol = lbs_ethtool_get_wol,
|
/Linux-v4.19/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 174 .get_wol = spider_net_ethtool_get_wol,
|
/Linux-v4.19/include/linux/ |
D | ethtool.h | 337 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
D | phy.h | 601 void (*get_wol)(struct phy_device *dev, struct ethtool_wolinfo *wol); member
|
/Linux-v4.19/drivers/net/dsa/ |
D | bcm_sf2.c | 730 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol() 753 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol() 910 .get_wol = bcm_sf2_sw_get_wol,
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 401 .get_wol = uec_get_wol,
|
/Linux-v4.19/drivers/net/usb/ |
D | ax88172a.c | 158 .get_wol = asix_get_wol,
|
D | asix_devices.c | 134 .get_wol = asix_get_wol, 300 .get_wol = asix_get_wol, 786 .get_wol = asix_get_wol,
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 296 .get_wol = atl1c_get_wol,
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 383 .get_wol = atl1e_get_wol,
|
/Linux-v4.19/net/dsa/ |
D | slave.c | 617 if (ds->ops->get_wol) in dsa_slave_get_wol() 618 ds->ops->get_wol(ds, dp->index, w); in dsa_slave_get_wol() 998 .get_wol = dsa_slave_get_wol,
|
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 430 .get_wol = igbvf_get_wol,
|
/Linux-v4.19/include/net/ |
D | dsa.h | 397 void (*get_wol)(struct dsa_switch *ds, int port, member
|
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 498 .get_wol = pch_gbe_get_wol,
|
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 720 .get_wol = lan743x_ethtool_get_wol,
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | net_driver.h | 1075 void (*get_wol)(struct ef4_nic *efx, struct ethtool_wolinfo *wol); member
|
D | ethtool.c | 752 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol() 1335 .get_wol = ef4_ethtool_get_wol,
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ethtool.c | 774 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol() 1561 .get_wol = efx_ethtool_get_wol,
|