Lines Matching refs:wolinfo
532 ax88179_get_wol(struct net_device *net, struct ethtool_wolinfo *wolinfo) in ax88179_get_wol() argument
539 wolinfo->supported = 0; in ax88179_get_wol()
540 wolinfo->wolopts = 0; in ax88179_get_wol()
544 wolinfo->supported = WAKE_PHY | WAKE_MAGIC; in ax88179_get_wol()
545 wolinfo->wolopts = 0; in ax88179_get_wol()
547 wolinfo->wolopts |= WAKE_PHY; in ax88179_get_wol()
549 wolinfo->wolopts |= WAKE_MAGIC; in ax88179_get_wol()
553 ax88179_set_wol(struct net_device *net, struct ethtool_wolinfo *wolinfo) in ax88179_set_wol() argument
558 if (wolinfo->wolopts & ~(WAKE_PHY | WAKE_MAGIC)) in ax88179_set_wol()
561 if (wolinfo->wolopts & WAKE_PHY) in ax88179_set_wol()
563 if (wolinfo->wolopts & WAKE_MAGIC) in ax88179_set_wol()