Searched refs:get_wol (Results 1 – 25 of 113) sorted by relevance
12345
/drivers/net/phy/ |
D | mxl-gpy.c | 845 .get_wol = gpy_get_wol, 863 .get_wol = gpy_get_wol, 880 .get_wol = gpy_get_wol, 898 .get_wol = gpy_get_wol, 915 .get_wol = gpy_get_wol, 933 .get_wol = gpy_get_wol, 950 .get_wol = gpy_get_wol, 968 .get_wol = gpy_get_wol, 985 .get_wol = gpy_get_wol, 1002 .get_wol = gpy_get_wol, [all …]
|
D | dp83822.c | 608 .get_wol = dp83822_get_wol, \ 623 .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,
|
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()
|
/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,
|
/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,
|
/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 …]
|
/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_ethtool.c | 50 .get_wol = ngbe_get_wol,
|
/drivers/net/wireless/marvell/mwifiex/ |
D | ethtool.c | 56 .get_wol = mwifiex_ethtool_get_wol,
|
/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 112 .get_wol = lbs_ethtool_get_wol,
|
/drivers/net/dsa/ |
D | bcm_sf2.c | 999 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_get_wol() 1000 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol() 1023 if (p->ethtool_ops->get_wol) in bcm_sf2_sw_set_wol() 1024 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol() 1219 .get_wol = bcm_sf2_sw_get_wol,
|
/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 163 .get_wol = spider_net_ethtool_get_wol,
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 397 .get_wol = uec_get_wol,
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 280 .get_wol = atl1c_get_wol,
|
/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,
|
/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 367 .get_wol = atl1e_get_wol,
|
/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 437 .get_wol = igbvf_get_wol,
|
/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 497 .get_wol = pch_gbe_get_wol,
|
/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp_ethtool.c | 491 .get_wol = bcmasp_get_wol,
|
/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 756 return efx->type->get_wol(efx, wol); in ef4_ethtool_get_wol() 1342 .get_wol = ef4_ethtool_get_wol,
|
12345