Searched refs:next_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() local468 next_matcher = NULL; in dr_matcher_add_to_tbl()471 next_matcher = tmp_matcher; in dr_matcher_add_to_tbl()478 if (next_matcher && !first) in dr_matcher_add_to_tbl()479 prev_matcher = list_prev_entry(next_matcher, matcher_list); in dr_matcher_add_to_tbl()488 next_matcher ? &next_matcher->rx : NULL, in dr_matcher_add_to_tbl()497 next_matcher ? &next_matcher->tx : NULL, in dr_matcher_add_to_tbl()505 else if (next_matcher) in dr_matcher_add_to_tbl()507 &next_matcher->matcher_list); in dr_matcher_add_to_tbl()740 struct mlx5dr_matcher *prev_matcher, *next_matcher; in dr_matcher_remove_from_tbl() local[all …]