File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
drivers/net/ethernet/mellanox/mlx5/core/steering/hws Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -896,15 +896,15 @@ static int mlx5hws_send_ring_open(struct mlx5hws_context *ctx,
896
896
return err ;
897
897
}
898
898
899
- void mlx5hws_send_queue_close (struct mlx5hws_send_engine * queue )
899
+ static void mlx5hws_send_queue_close (struct mlx5hws_send_engine * queue )
900
900
{
901
901
hws_send_ring_close (queue );
902
902
kfree (queue -> completed .entries );
903
903
}
904
904
905
- int mlx5hws_send_queue_open (struct mlx5hws_context * ctx ,
906
- struct mlx5hws_send_engine * queue ,
907
- u16 queue_size )
905
+ static int mlx5hws_send_queue_open (struct mlx5hws_context * ctx ,
906
+ struct mlx5hws_send_engine * queue ,
907
+ u16 queue_size )
908
908
{
909
909
int err ;
910
910
Original file line number Diff line number Diff line change @@ -189,12 +189,6 @@ void mlx5hws_send_abort_new_dep_wqe(struct mlx5hws_send_engine *queue);
189
189
190
190
void mlx5hws_send_all_dep_wqe (struct mlx5hws_send_engine * queue );
191
191
192
- void mlx5hws_send_queue_close (struct mlx5hws_send_engine * queue );
193
-
194
- int mlx5hws_send_queue_open (struct mlx5hws_context * ctx ,
195
- struct mlx5hws_send_engine * queue ,
196
- u16 queue_size );
197
-
198
192
void mlx5hws_send_queues_close (struct mlx5hws_context * ctx );
199
193
200
194
int mlx5hws_send_queues_open (struct mlx5hws_context * ctx ,
You can’t perform that action at this time.
0 commit comments