aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/device.h
diff options
context:
space:
mode:
authorGal Pressman <galp@mellanox.com>2016-09-27 17:04:51 +0300
committerSaeed Mahameed <saeedm@mellanox.com>2017-01-19 23:20:00 +0200
commitd8dc0508c50f838f8abcf023cd74ca9a0f86b5a8 (patch)
tree5c9cac4eb84361289c995ee911d8f19fc60c9373 /include/linux/mlx5/device.h
parentnet/mlx5: Query and cache PCAM, MCAM registers on initialization (diff)
downloadlinux-dev-d8dc0508c50f838f8abcf023cd74ca9a0f86b5a8.tar.xz
linux-dev-d8dc0508c50f838f8abcf023cd74ca9a0f86b5a8.zip
net/mlx5: Add PPCNT physical layer statistical group infrastructure
Add the needed infrastructure for future use of PPCNT physical layer statistical group. Signed-off-by: Gal Pressman <galp@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/linux/mlx5/device.h')
-rw-r--r--include/linux/mlx5/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h
index f21528abfb74..5ad1d3ca47dc 100644
--- a/include/linux/mlx5/device.h
+++ b/include/linux/mlx5/device.h
@@ -1115,6 +1115,7 @@ enum {
MLX5_PER_PRIORITY_COUNTERS_GROUP = 0x10,
MLX5_PER_TRAFFIC_CLASS_COUNTERS_GROUP = 0x11,
MLX5_PHYSICAL_LAYER_COUNTERS_GROUP = 0x12,
+ MLX5_PHYSICAL_LAYER_STATISTICAL_GROUP = 0x16,
MLX5_INFINIBAND_PORT_COUNTERS_GROUP = 0x20,
};