diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mlx5/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mlx5/device.h b/sys/dev/mlx5/device.h index 67c129a0f2b3..e6d46507a5d2 100644 --- a/sys/dev/mlx5/device.h +++ b/sys/dev/mlx5/device.h @@ -727,6 +727,7 @@ struct mlx5_cqe64 { u8 signature; u8 op_own; }; +_Static_assert(sizeof(struct mlx5_cqe64) == 0x40, "CQE layout broken"); #define MLX5_CQE_TSTMP_PTP (1ULL << 63) |
