diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-05-08 10:39:53 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-05-08 10:39:53 +0000 |
| commit | 5a8145f6f2aafd7fc8afff7b30c91a4b673b0b5f (patch) | |
| tree | 95d963e09424337e8bea804f544abf4948eedcdb /sys/dev/mlx5/driver.h | |
| parent | 0358212d374e8bfbf1bc6ae03e709053858141fd (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx5/driver.h')
| -rw-r--r-- | sys/dev/mlx5/driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mlx5/driver.h b/sys/dev/mlx5/driver.h index 917349bc7075e..017b52a80a5ba 100644 --- a/sys/dev/mlx5/driver.h +++ b/sys/dev/mlx5/driver.h @@ -699,6 +699,8 @@ struct mlx5_core_dev { u32 hca_caps_cur[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)]; u32 hca_caps_max[MLX5_CAP_NUM][MLX5_UN_SZ_DW(hca_cap_union)]; struct { + u32 pcam[MLX5_ST_SZ_DW(pcam_reg)]; + u32 mcam[MLX5_ST_SZ_DW(mcam_reg)]; u32 qcam[MLX5_ST_SZ_DW(qcam_reg)]; u32 fpga[MLX5_ST_SZ_DW(fpga_cap)]; } caps; |
