mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 22:56:42 +07:00
i40e: add new proxy-wol bit for X722
Add the new proxy-wake-on-lan capability bit available with the new X722 device. Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
2803b16c10
commit
4ba40bcea7
@ -402,6 +402,7 @@ struct i40e_aqc_list_capabilities_element_resp {
|
||||
#define I40E_AQ_CAP_ID_OS2BMC_CAP 0x0004
|
||||
#define I40E_AQ_CAP_ID_FUNCTIONS_VALID 0x0005
|
||||
#define I40E_AQ_CAP_ID_ALTERNATE_RAM 0x0006
|
||||
#define I40E_AQ_CAP_ID_WOL_AND_PROXY 0x0008
|
||||
#define I40E_AQ_CAP_ID_SRIOV 0x0012
|
||||
#define I40E_AQ_CAP_ID_VF 0x0013
|
||||
#define I40E_AQ_CAP_ID_VMDQ 0x0014
|
||||
|
@ -399,6 +399,7 @@ struct i40e_aqc_list_capabilities_element_resp {
|
||||
#define I40E_AQ_CAP_ID_OS2BMC_CAP 0x0004
|
||||
#define I40E_AQ_CAP_ID_FUNCTIONS_VALID 0x0005
|
||||
#define I40E_AQ_CAP_ID_ALTERNATE_RAM 0x0006
|
||||
#define I40E_AQ_CAP_ID_WOL_AND_PROXY 0x0008
|
||||
#define I40E_AQ_CAP_ID_SRIOV 0x0012
|
||||
#define I40E_AQ_CAP_ID_VF 0x0013
|
||||
#define I40E_AQ_CAP_ID_VMDQ 0x0014
|
||||
|
Loading…
Reference in New Issue
Block a user