1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ 2 /* Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. */ 3 4 #ifndef __MLX5_PCIE_CONG_EVENT_H__ 5 #define __MLX5_PCIE_CONG_EVENT_H__ 6 7 int mlx5e_pcie_cong_event_init(struct mlx5e_priv *priv); 8 void mlx5e_pcie_cong_event_cleanup(struct mlx5e_priv *priv); 9 10 #endif /* __MLX5_PCIE_CONG_EVENT_H__ */ 11