Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/
Damd8111e.c1433 static void amd8111e_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_get_wol() argument
1436 wol_info->supported = WAKE_MAGIC|WAKE_PHY; in amd8111e_get_wol()
1438 wol_info->wolopts = WAKE_MAGIC; in amd8111e_get_wol()
1441 static int amd8111e_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_set_wol() argument
1444 if (wol_info->wolopts & ~(WAKE_MAGIC|WAKE_PHY)) in amd8111e_set_wol()
1447 if (wol_info->wolopts & WAKE_MAGIC) in amd8111e_set_wol()
1450 else if(wol_info->wolopts & WAKE_PHY) in amd8111e_set_wol()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h12100 u32 wol_info; member