Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dbcm_sf2.c886 struct ethtool_wolinfo pwol = { }; in bcm_sf2_sw_get_wol() local
890 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol()
893 wol->supported = pwol.supported; in bcm_sf2_sw_get_wol()
896 if (pwol.wolopts & WAKE_MAGICSECURE) in bcm_sf2_sw_get_wol()
897 memcpy(&wol->sopass, pwol.sopass, sizeof(wol->sopass)); in bcm_sf2_sw_get_wol()
900 wol->wolopts = pwol.wolopts; in bcm_sf2_sw_get_wol()
911 struct ethtool_wolinfo pwol = { }; in bcm_sf2_sw_set_wol() local
914 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol()
915 if (wol->wolopts & ~pwol.supported) in bcm_sf2_sw_set_wol()