diff options
| author | Tariq Toukan <tariqt@nvidia.com> | 2023-08-07 09:05:34 +0300 |
|---|---|---|
| committer | Saeed Mahameed <saeedm@nvidia.com> | 2023-12-13 18:03:30 -0800 |
| commit | f5e956329960903d908668d7a20bbc08e0a8b92b (patch) | |
| tree | fd5987d286fa5ff08ff1c6743d2b04af3a3e623e /include/linux/mlx5/driver.h | |
| parent | 13049408a4bd29c92227ca2d6befab80dbb96663 (diff) | |
| download | linux-f5e956329960903d908668d7a20bbc08e0a8b92b.tar.gz linux-f5e956329960903d908668d7a20bbc08e0a8b92b.zip | |
net/mlx5: Expose Management PCIe Index Register (MPIR)
MPIR register allows to query the PCIe indexes
and Socket-Direct related parameters.
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'include/linux/mlx5/driver.h')
| -rw-r--r-- | include/linux/mlx5/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index d2b8d4a74a30..2f67cec1a898 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -150,6 +150,7 @@ enum { MLX5_REG_MTPPSE = 0x9054, MLX5_REG_MTUTC = 0x9055, MLX5_REG_MPEGC = 0x9056, + MLX5_REG_MPIR = 0x9059, MLX5_REG_MCQS = 0x9060, MLX5_REG_MCQI = 0x9061, MLX5_REG_MCC = 0x9062, |
