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

/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.c1417 static void amd8111e_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) argument
1420 wol_info->supported = WAKE_MAGIC|WAKE_PHY;
1422 wol_info->wolopts = WAKE_MAGIC;
1425 static int amd8111e_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) argument
1428 if (wol_info->wolopts & ~(WAKE_MAGIC|WAKE_PHY))
1431 if (wol_info->wolopts & WAKE_MAGIC)
1434 else if (wol_info->wolopts & WAKE_PHY)
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c11511 struct hclge_wol_info *wol_info)
11519 wol_cfg_cmd->wake_on_lan_mode = cpu_to_le32(wol_info->wol_current_mode);
11520 wol_cfg_cmd->sopass_size = wol_info->wol_sopass_size;
11521 memcpy(wol_cfg_cmd->sopass, wol_info->wol_sopass, SOPASS_MAX);
11533 struct hclge_wol_info *wol_info = &hdev->hw.mac.wol; local
11538 return hclge_set_wol_cfg(hdev, wol_info);
11543 struct hclge_wol_info *wol_info = &hdev->hw.mac.wol; local
11549 memset(wol_info, 0, sizeof(struct hclge_wol_info));
11551 &wol_info->wol_support_mode);
11553 wol_info
11510 hclge_set_wol_cfg(struct hclge_dev *hdev, struct hclge_wol_info *wol_info) argument
11563 struct hclge_wol_info *wol_info = hclge_get_wol_info(handle); local
11574 struct hclge_wol_info *wol_info = hclge_get_wol_info(handle); local
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h719 u32 wol_info; member in struct:public_port

Completed in 174 milliseconds