Home
last modified time | relevance | path

Searched refs:pwol (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/dsa/
Dbcm_sf2.c727 struct ethtool_wolinfo pwol; in bcm_sf2_sw_get_wol() local
730 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol()
733 wol->supported = pwol.supported; in bcm_sf2_sw_get_wol()
736 if (pwol.wolopts & WAKE_MAGICSECURE) in bcm_sf2_sw_get_wol()
737 memcpy(&wol->sopass, pwol.sopass, sizeof(wol->sopass)); in bcm_sf2_sw_get_wol()
740 wol->wolopts = pwol.wolopts; in bcm_sf2_sw_get_wol()
751 struct ethtool_wolinfo pwol; in bcm_sf2_sw_set_wol() local
753 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol()
754 if (wol->wolopts & ~pwol.supported) in bcm_sf2_sw_set_wol()