git: fad4b7d1f253 - main - mlx5en: Add missing TLS structure prototype.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 15:24:16 UTC
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=fad4b7d1f253194b0581a2821484e9e55294c3fc commit fad4b7d1f253194b0581a2821484e9e55294c3fc Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-02-01 15:20:08 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2022-02-01 15:21:14 +0000 mlx5en: Add missing TLS structure prototype. MFC after: 1 week Sponsored by: NVIDIA Networking --- sys/dev/mlx5/mlx5_en/en_hw_tls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/mlx5/mlx5_en/en_hw_tls.h b/sys/dev/mlx5/mlx5_en/en_hw_tls.h index b7b5ce5f9ff1..3f480c900a73 100644 --- a/sys/dev/mlx5/mlx5_en/en_hw_tls.h +++ b/sys/dev/mlx5/mlx5_en/en_hw_tls.h @@ -41,6 +41,7 @@ enum { MLX5E_TLS_CONTINUE = 3, }; +struct mlx5e_tls; struct mlx5e_tls_tag { struct m_snd_tag tag; volatile s32 refs; /* number of pending mbufs */