summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/driver.h
diff options
context:
space:
mode:
authorAya Levin <ayal@mellanox.com>2019-03-29 15:38:03 -0700
committerSaeed Mahameed <saeedm@mellanox.com>2019-04-02 12:49:38 -0700
commit4039049b5c462d3bb9ee8a68c4375582f037d5f2 (patch)
tree69a0fa7765d220491789b0401438931c174cd91e /include/linux/mlx5/driver.h
parent3732b9720ffe0fedcadbcb5dc3add1dd0d926bcf (diff)
downloadlinux-stable-4039049b5c462d3bb9ee8a68c4375582f037d5f2.tar.gz
linux-stable-4039049b5c462d3bb9ee8a68c4375582f037d5f2.tar.bz2
linux-stable-4039049b5c462d3bb9ee8a68c4375582f037d5f2.zip
net/mlx5: Expose MPEIN (Management PCIE INfo) register layout
Expose PRM layout for handling MPEIN (Management PCIE Info). It will be used in the downstream patch for querying MPEIN via the driver. Signed-off-by: Aya Levin <ayal@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'include/linux/mlx5/driver.h')
-rw-r--r--include/linux/mlx5/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h
index c0ee597f5457..0bfb95e30e47 100644
--- a/include/linux/mlx5/driver.h
+++ b/include/linux/mlx5/driver.h
@@ -133,6 +133,7 @@ enum {
MLX5_REG_MTRC_CONF = 0x9041,
MLX5_REG_MTRC_STDB = 0x9042,
MLX5_REG_MTRC_CTRL = 0x9043,
+ MLX5_REG_MPEIN = 0x9050,
MLX5_REG_MPCNT = 0x9051,
MLX5_REG_MTPPS = 0x9053,
MLX5_REG_MTPPSE = 0x9054,