diff options
author | Moshe Shemesh <moshe@nvidia.com> | 2023-08-03 16:39:40 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2023-09-19 23:33:08 -0700 |
commit | e0cc92fd945a9c8e43d4268cf1ea985d0e99a90f (patch) | |
tree | 63f14070b35921a576ce2bc6626eabf5d7b7ecdd /include/linux/mlx5 | |
parent | 3b81bcbaee28213ba7e6061c523db918c594ad67 (diff) | |
download | linux-e0cc92fd945a9c8e43d4268cf1ea985d0e99a90f.tar.gz linux-e0cc92fd945a9c8e43d4268cf1ea985d0e99a90f.tar.bz2 linux-e0cc92fd945a9c8e43d4268cf1ea985d0e99a90f.zip |
net/mlx5: Add a health error syndrome for pci data poisoned
Add new health error syndrome to indicate that pci data poisoned error
has been received while fetching device ICM data.
Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Reviewed-by: Shay Drory <shayd@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/mlx5_ifc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index dd8421d021cf..b23d8ff286a1 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -10574,6 +10574,7 @@ enum { MLX5_INITIAL_SEG_HEALTH_SYNDROME_EQ_INV = 0xe, MLX5_INITIAL_SEG_HEALTH_SYNDROME_FFSER_ERR = 0xf, MLX5_INITIAL_SEG_HEALTH_SYNDROME_HIGH_TEMP_ERR = 0x10, + MLX5_INITIAL_SEG_HEALTH_SYNDROME_ICM_PCI_POISONED_ERR = 0x12, }; struct mlx5_ifc_initial_seg_bits { |