Searched refs:wol_info (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c11520 struct hclge_wol_info *wol_info)
11528 wol_cfg_cmd->wake_on_lan_mode = cpu_to_le32(wol_info->wol_current_mode);
11529 wol_cfg_cmd->sopass_size = wol_info->wol_sopass_size;
11530 memcpy(wol_cfg_cmd->sopass, wol_info->wol_sopass, SOPASS_MAX);
11542 struct hclge_wol_info *wol_info = &hdev->hw.mac.wol; local
11547 return hclge_set_wol_cfg(hdev, wol_info);
11552 struct hclge_wol_info *wol_info = &hdev->hw.mac.wol; local
11558 memset(wol_info, 0, sizeof(struct hclge_wol_info));
11560 &wol_info->wol_support_mode);
11562 wol_info
11519 hclge_set_wol_cfg(struct hclge_dev *hdev, struct hclge_wol_info *wol_info) argument
11572 struct hclge_wol_info *wol_info = hclge_get_wol_info(handle); local
11583 struct hclge_wol_info *wol_info = hclge_get_wol_info(handle); local
[all...]
/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/qlogic/qed/
H A Dqed_mfw_hsi.h719 u32 wol_info; member in struct:public_port

Completed in 544 milliseconds