Searched refs:tmp_matcher (Results 1 – 1 of 1) sorted by relevance
462 struct mlx5dr_matcher *next_matcher, *prev_matcher, *tmp_matcher; in dr_matcher_add_to_tbl() local469 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()