Searched refs:prev_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() local458 prev_matcher = NULL; in dr_matcher_add_to_tbl()460 prev_matcher = list_prev_entry(next_matcher, matcher_list); in dr_matcher_add_to_tbl()462 prev_matcher = list_last_entry(&tbl->matcher_list, in dr_matcher_add_to_tbl()470 prev_matcher ? &prev_matcher->rx : NULL); in dr_matcher_add_to_tbl()479 prev_matcher ? &prev_matcher->tx : NULL); in dr_matcher_add_to_tbl()484 if (prev_matcher) in dr_matcher_add_to_tbl()485 list_add(&matcher->matcher_list, &prev_matcher->matcher_list); in dr_matcher_add_to_tbl()712 struct mlx5dr_matcher *prev_matcher, *next_matcher; in dr_matcher_remove_from_tbl() local723 prev_matcher = NULL; in dr_matcher_remove_from_tbl()[all …]