From: Stefan Wegrzyn <stefan.wegr...@intel.com>

Added missing defines for commands related to health status.

Signed-off-by: Stefan Wegrzyn <stefan.wegr...@intel.com>
Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
---
 drivers/net/intel/ice/base/ice_adminq_cmd.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/intel/ice/base/ice_adminq_cmd.h 
b/drivers/net/intel/ice/base/ice_adminq_cmd.h
index 34b008f5fd..36656b0aad 100644
--- a/drivers/net/intel/ice/base/ice_adminq_cmd.h
+++ b/drivers/net/intel/ice/base/ice_adminq_cmd.h
@@ -3184,6 +3184,7 @@ struct ice_aqc_set_health_status_config {
 #define ICE_AQC_HEALTH_STATUS_SET_PF_SPECIFIC_MASK     BIT(0)
 #define ICE_AQC_HEALTH_STATUS_SET_ALL_PF_MASK          BIT(1)
 #define ICE_AQC_HEALTH_STATUS_SET_GLOBAL_MASK          BIT(2)
+#define ICE_AQC_HEALTH_STATUS_DISABLE_HISTORY_MASK     BIT(3)
        u8 reserved[15];
 };
 
@@ -3224,6 +3225,7 @@ struct ice_aqc_set_health_status_config {
 #define ICE_AQC_HEALTH_STATUS_ERR_BMC_RESET                    0x50B
 #define ICE_AQC_HEALTH_STATUS_ERR_LAST_MNG_FAIL                        0x50C
 #define ICE_AQC_HEALTH_STATUS_ERR_RESOURCE_ALLOC_FAIL          0x50D
+#define ICE_AQC_HEALTH_STATUS_INFO_DPLL_LOCK                   0x601
 #define ICE_AQC_HEALTH_STATUS_ERR_FW_LOOP                      0x1000
 #define ICE_AQC_HEALTH_STATUS_ERR_FW_PFR_FAIL                  0x1001
 #define ICE_AQC_HEALTH_STATUS_ERR_LAST_FAIL_AQ                 0x1002
-- 
2.47.3

Reply via email to