File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
drivers/net/ethernet/mellanox/mlx5/core Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -834,10 +834,6 @@ void mlx5e_dealloc_rx_wqe(struct mlx5e_rq *rq, u16 ix);
834
834
void mlx5e_dealloc_rx_mpwqe (struct mlx5e_rq * rq , u16 ix );
835
835
void mlx5e_free_rx_mpwqe (struct mlx5e_rq * rq , struct mlx5e_mpw_info * wi );
836
836
837
- void mlx5e_rx_am (struct mlx5e_rq * rq );
838
- void mlx5e_rx_am_work (struct work_struct * work );
839
- struct mlx5e_cq_moder mlx5e_am_get_def_profile (u8 rx_cq_period_mode );
840
-
841
837
void mlx5e_update_stats (struct mlx5e_priv * priv , bool full );
842
838
843
839
int mlx5e_create_flow_steering (struct mlx5e_priv * priv );
Original file line number Diff line number Diff line change @@ -66,4 +66,9 @@ struct mlx5e_rx_am { /* Adaptive Moderation */
66
66
u8 tired ;
67
67
};
68
68
69
+ struct mlx5e_rq ;
70
+ void mlx5e_rx_am (struct mlx5e_rq * rq );
71
+ void mlx5e_rx_am_work (struct work_struct * work );
72
+ struct mlx5e_cq_moder mlx5e_am_get_def_profile (u8 rx_cq_period_mode );
73
+
69
74
#endif /* MLX5_AM_H */
You can’t perform that action at this time.
0 commit comments