Home
last modified time | relevance | path

Searched refs:tmp_matcher (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c462 struct mlx5dr_matcher *next_matcher, *prev_matcher, *tmp_matcher; in dr_matcher_add_to_tbl() local
469 list_for_each_entry(tmp_matcher, &tbl->matcher_list, matcher_list) { in dr_matcher_add_to_tbl()
470 if (tmp_matcher->prio >= matcher->prio) { in dr_matcher_add_to_tbl()
471 next_matcher = tmp_matcher; in dr_matcher_add_to_tbl()