diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2025-02-10 02:02:03 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-03-13 16:00:53 +0000 |
| commit | 7560ed3a6b9deff85b2e865b6db74eb5e0f5f64b (patch) | |
| tree | bf0856858ea31628b749a4b25e2348341b1c5767 /sys | |
| parent | 903996760d1903a7bb594b7f2ed8072e9e6cef9f (diff) | |
Diffstat (limited to 'sys')
| -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) |
