/Linux-v6.6/net/ethtool/ |
D | wol.c | 33 if (!dev->ethtool_ops->get_wol) in wol_prepare_data() 39 dev->ethtool_ops->get_wol(dev, &data->wol); in wol_prepare_data() 101 return ops->get_wol && ops->set_wol ? 1 : -EOPNOTSUPP; in ethnl_set_wol_validate() 113 dev->ethtool_ops->get_wol(dev, &wol); in ethnl_set_wol()
|
/Linux-v6.6/drivers/net/phy/ |
D | mxl-gpy.c | 827 .get_wol = gpy_get_wol, 845 .get_wol = gpy_get_wol, 862 .get_wol = gpy_get_wol, 880 .get_wol = gpy_get_wol, 897 .get_wol = gpy_get_wol, 915 .get_wol = gpy_get_wol, 932 .get_wol = gpy_get_wol, 950 .get_wol = gpy_get_wol, 967 .get_wol = gpy_get_wol, 984 .get_wol = gpy_get_wol, [all …]
|
D | dp83822.c | 605 .get_wol = dp83822_get_wol, \ 620 .get_wol = dp83822_get_wol, \
|
D | smsc.c | 793 .get_wol = lan874x_get_wol, 830 .get_wol = lan874x_get_wol,
|
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,
|
D | dp83tc811.c | 396 .get_wol = dp83811_get_wol,
|
D | motorcomm.c | 2272 .get_wol = ytphy_get_wol, 2289 .get_wol = ytphy_get_wol, 2300 .get_wol = ytphy_get_wol,
|
D | marvell10g.c | 1360 .get_wol = mv3110_get_wol, 1399 .get_wol = mv3110_get_wol,
|
/Linux-v6.6/drivers/net/ethernet/sfc/siena/ |
D | ethtool.c | 208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol() 263 .get_wol = efx_ethtool_get_wol,
|
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | ethtool.c | 208 return efx->type->get_wol(efx, wol); in efx_ethtool_get_wol() 263 .get_wol = efx_ethtool_get_wol,
|
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_ethtool.c | 50 .get_wol = ngbe_get_wol,
|
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/ |
D | ethtool.c | 56 .get_wol = mwifiex_ethtool_get_wol,
|
/Linux-v6.6/drivers/net/phy/mscc/ |
D | mscc_main.c | 2355 .get_wol = &vsc85xx_wol_get, 2379 .get_wol = &vsc85xx_wol_get, 2404 .get_wol = &vsc85xx_wol_get, 2427 .get_wol = &vsc85xx_wol_get, 2451 .get_wol = &vsc85xx_wol_get, 2475 .get_wol = &vsc85xx_wol_get, 2499 .get_wol = &vsc85xx_wol_get, 2523 .get_wol = &vsc85xx_wol_get, 2547 .get_wol = &vsc85xx_wol_get, 2594 .get_wol = &vsc85xx_wol_get, [all …]
|
/Linux-v6.6/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 112 .get_wol = lbs_ethtool_get_wol,
|
/Linux-v6.6/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 163 .get_wol = spider_net_ethtool_get_wol,
|
/Linux-v6.6/drivers/net/dsa/ |
D | bcm_sf2.c | 997 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_get_wol() 998 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol() 1021 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_set_wol() 1022 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol() 1217 .get_wol = bcm_sf2_sw_get_wol,
|
/Linux-v6.6/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 280 .get_wol = atl1c_get_wol,
|
/Linux-v6.6/drivers/net/usb/ |
D | ax88172a.c | 121 .get_wol = asix_get_wol,
|
D | asix_devices.c | 122 .get_wol = asix_get_wol, 329 .get_wol = asix_get_wol, 965 .get_wol = asix_get_wol,
|
/Linux-v6.6/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 397 .get_wol = uec_get_wol,
|
/Linux-v6.6/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 367 .get_wol = atl1e_get_wol,
|
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 437 .get_wol = igbvf_get_wol,
|
/Linux-v6.6/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 497 .get_wol = pch_gbe_get_wol,
|
/Linux-v6.6/include/linux/ |
D | ethtool.h | 793 void (*get_wol)(struct net_device *, struct ethtool_wolinfo *); member
|
/Linux-v6.6/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp_ethtool.c | 491 .get_wol = bcmasp_get_wol,
|