Searched refs:next_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() local723 next_matcher = NULL; in dr_matcher_add_to_tbl()726 next_matcher = tmp_matcher; in dr_matcher_add_to_tbl()733 if (next_matcher && !first) in dr_matcher_add_to_tbl()734 prev_matcher = list_prev_entry(next_matcher, matcher_list); in dr_matcher_add_to_tbl()743 next_matcher ? &next_matcher->rx : NULL, in dr_matcher_add_to_tbl()752 next_matcher ? &next_matcher->tx : NULL, in dr_matcher_add_to_tbl()760 else if (next_matcher) in dr_matcher_add_to_tbl()762 &next_matcher->matcher_list); in dr_matcher_add_to_tbl()995 struct mlx5dr_matcher *prev_matcher, *next_matcher; in dr_matcher_remove_from_tbl() local[all …]