svn commit: r353229 - stable/12/sys/dev/mlx5

Hans Petter Selasky hselasky at FreeBSD.org
Mon Oct 7 09:32:03 UTC 2019


Author: hselasky
Date: Mon Oct  7 09:32:02 2019
New Revision: 353229
URL: https://svnweb.freebsd.org/changeset/base/353229

Log:
  MFC r352978:
  Add definition for the Port Buffer Status Register in mlx5core.
  
  Submitted by:	kib@
  Sponsored by:	Mellanox Technologies

Modified:
  stable/12/sys/dev/mlx5/driver.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/mlx5/driver.h
==============================================================================
--- stable/12/sys/dev/mlx5/driver.h	Mon Oct  7 09:31:01 2019	(r353228)
+++ stable/12/sys/dev/mlx5/driver.h	Mon Oct  7 09:32:02 2019	(r353229)
@@ -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,


More information about the svn-src-stable-12 mailing list