Lines Matching refs:wolinfo
543 ax88179_get_wol(struct net_device *net, struct ethtool_wolinfo *wolinfo) in ax88179_get_wol() argument
550 wolinfo->supported = 0; in ax88179_get_wol()
551 wolinfo->wolopts = 0; in ax88179_get_wol()
555 wolinfo->supported = WAKE_PHY | WAKE_MAGIC; in ax88179_get_wol()
556 wolinfo->wolopts = 0; in ax88179_get_wol()
558 wolinfo->wolopts |= WAKE_PHY; in ax88179_get_wol()
560 wolinfo->wolopts |= WAKE_MAGIC; in ax88179_get_wol()
564 ax88179_set_wol(struct net_device *net, struct ethtool_wolinfo *wolinfo) in ax88179_set_wol() argument
569 if (wolinfo->wolopts & ~(WAKE_PHY | WAKE_MAGIC)) in ax88179_set_wol()
572 if (wolinfo->wolopts & WAKE_PHY) in ax88179_set_wol()
574 if (wolinfo->wolopts & WAKE_MAGIC) in ax88179_set_wol()