diff options
Diffstat (limited to 'include/linux/mlx5/device.h')
| -rw-r--r-- | include/linux/mlx5/device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mlx5/device.h b/include/linux/mlx5/device.h index 556e1c31b5d0..f31a0b5377e1 100644 --- a/include/linux/mlx5/device.h +++ b/include/linux/mlx5/device.h | |||
| @@ -1103,6 +1103,9 @@ enum mlx5_mcam_feature_groups { | |||
| 1103 | #define MLX5_CAP_FPGA(mdev, cap) \ | 1103 | #define MLX5_CAP_FPGA(mdev, cap) \ |
| 1104 | MLX5_GET(fpga_cap, (mdev)->caps.hca_cur[MLX5_CAP_FPGA], cap) | 1104 | MLX5_GET(fpga_cap, (mdev)->caps.hca_cur[MLX5_CAP_FPGA], cap) |
| 1105 | 1105 | ||
| 1106 | #define MLX5_CAP64_FPGA(mdev, cap) \ | ||
| 1107 | MLX5_GET64(fpga_cap, (mdev)->caps.hca_cur[MLX5_CAP_FPGA], cap) | ||
| 1108 | |||
| 1106 | enum { | 1109 | enum { |
| 1107 | MLX5_CMD_STAT_OK = 0x0, | 1110 | MLX5_CMD_STAT_OK = 0x0, |
| 1108 | MLX5_CMD_STAT_INT_ERR = 0x1, | 1111 | MLX5_CMD_STAT_INT_ERR = 0x1, |
