Searched refs:tmp_matcher (Results 1 – 1 of 1) sorted by relevance
717 struct mlx5dr_matcher *next_matcher, *prev_matcher, *tmp_matcher; in dr_matcher_add_to_tbl() local724 list_for_each_entry(tmp_matcher, &tbl->matcher_list, matcher_list) { in dr_matcher_add_to_tbl()725 if (tmp_matcher->prio >= matcher->prio) { in dr_matcher_add_to_tbl()726 next_matcher = tmp_matcher; in dr_matcher_add_to_tbl()