Home
last modified time | relevance | path

Searched refs:wol_info (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Damd8111e.c1425 static void amd8111e_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_get_wol() argument
1428 wol_info->supported = WAKE_MAGIC|WAKE_PHY; in amd8111e_get_wol()
1430 wol_info->wolopts = WAKE_MAGIC; in amd8111e_get_wol()
1433 static int amd8111e_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_set_wol() argument
1436 if (wol_info->wolopts & ~(WAKE_MAGIC|WAKE_PHY)) in amd8111e_set_wol()
1439 if (wol_info->wolopts & WAKE_MAGIC) in amd8111e_set_wol()
1442 else if(wol_info->wolopts & WAKE_PHY) in amd8111e_set_wol()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Damd8111e.c1417 static void amd8111e_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_get_wol() argument
1420 wol_info->supported = WAKE_MAGIC|WAKE_PHY; in amd8111e_get_wol()
1422 wol_info->wolopts = WAKE_MAGIC; in amd8111e_get_wol()
1425 static int amd8111e_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_set_wol() argument
1428 if (wol_info->wolopts & ~(WAKE_MAGIC|WAKE_PHY)) in amd8111e_set_wol()
1431 if (wol_info->wolopts & WAKE_MAGIC) in amd8111e_set_wol()
1434 else if (wol_info->wolopts & WAKE_PHY) in amd8111e_set_wol()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c11499 struct hclge_wol_info *wol_info) in hclge_set_wol_cfg()
11507 wol_cfg_cmd->wake_on_lan_mode = cpu_to_le32(wol_info->wol_current_mode); in hclge_set_wol_cfg()
11508 wol_cfg_cmd->sopass_size = wol_info->wol_sopass_size; in hclge_set_wol_cfg()
11509 memcpy(wol_cfg_cmd->sopass, wol_info->wol_sopass, SOPASS_MAX); in hclge_set_wol_cfg()
11521 struct hclge_wol_info *wol_info = &hdev->hw.mac.wol; in hclge_update_wol() local
11526 return hclge_set_wol_cfg(hdev, wol_info); in hclge_update_wol()
11531 struct hclge_wol_info *wol_info = &hdev->hw.mac.wol; in hclge_init_wol() local
11537 memset(wol_info, 0, sizeof(struct hclge_wol_info)); in hclge_init_wol()
11539 &wol_info->wol_support_mode); in hclge_init_wol()
11541 wol_info in hclge_init_wol()
11498 hclge_set_wol_cfg(struct hclge_dev *hdev, struct hclge_wol_info *wol_info) hclge_set_wol_cfg() argument
11551 struct hclge_wol_info *wol_info = hclge_get_wol_info(handle); hclge_get_wol() local
11562 struct hclge_wol_info *wol_info = hclge_get_wol_info(handle); hclge_set_wol() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h719 u32 wol_info; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h12096 u32 wol_info; member

Completed in 66 milliseconds