svn commit: r352978 - head/sys/dev/mlx5
Hans Petter Selasky
hselasky at FreeBSD.org
Wed Oct 2 09:57:13 UTC 2019
Author: hselasky
Date: Wed Oct 2 09:57:12 2019
New Revision: 352978
URL: https://svnweb.freebsd.org/changeset/base/352978
Log:
Add definition for the Port Buffer Status Register in mlx5core.
Submitted by: kib@
MFC after: 3 days
Sponsored by: Mellanox Technologies
Modified:
head/sys/dev/mlx5/driver.h
Modified: head/sys/dev/mlx5/driver.h
==============================================================================
--- head/sys/dev/mlx5/driver.h Wed Oct 2 09:56:27 2019 (r352977)
+++ head/sys/dev/mlx5/driver.h Wed Oct 2 09:57:12 2019 (r352978)
@@ -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-all
mailing list