Searched refs:next_matcher (Results 1 – 1 of 1) sorted by relevance
442 struct mlx5dr_matcher *next_matcher, *prev_matcher, *tmp_matcher; in dr_matcher_add_to_tbl() local448 next_matcher = NULL; in dr_matcher_add_to_tbl()452 next_matcher = tmp_matcher; in dr_matcher_add_to_tbl()459 if (next_matcher && !first) in dr_matcher_add_to_tbl()460 prev_matcher = list_prev_entry(next_matcher, matcher_list); in dr_matcher_add_to_tbl()469 next_matcher ? &next_matcher->rx : NULL, in dr_matcher_add_to_tbl()478 next_matcher ? &next_matcher->tx : NULL, in dr_matcher_add_to_tbl()486 else if (next_matcher) in dr_matcher_add_to_tbl()488 &next_matcher->matcher_list); in dr_matcher_add_to_tbl()712 struct mlx5dr_matcher *prev_matcher, *next_matcher; in dr_matcher_remove_from_tbl() local[all …]