aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2025-02-10 02:02:03 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2025-03-13 16:00:53 +0000
commit7560ed3a6b9deff85b2e865b6db74eb5e0f5f64b (patch)
treebf0856858ea31628b749a4b25e2348341b1c5767 /sys/dev
parent903996760d1903a7bb594b7f2ed8072e9e6cef9f (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mlx5/device.h1
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)