From 207ff00e26b68b4ababdb95c26c50dce4c09a3cc Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Wed, 2 Oct 2019 09:57:12 +0000 Subject: [PATCH] Add definition for the Port Buffer Status Register in mlx5core. Submitted by: kib@ MFC after: 3 days Sponsored by: Mellanox Technologies --- sys/dev/mlx5/driver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/mlx5/driver.h b/sys/dev/mlx5/driver.h index bc9b929df9d..2734b95bdbc 100644 --- a/sys/dev/mlx5/driver.h +++ b/sys/dev/mlx5/driver.h @@ -144,6 +144,7 @@ enum { MLX5_REG_PVLC = 0x500F, MLX5_REG_PMPE = 0x5010, MLX5_REG_PMAOS = 0x5012, + MLX5_REG_PBSR = 0x5038, MLX5_REG_PCAM = 0x507f, MLX5_REG_NODE_DESC = 0x6001, MLX5_REG_HOST_ENDIANNESS = 0x7004,