Searched refs:prev_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() local477 prev_matcher = NULL; in dr_matcher_add_to_tbl()479 prev_matcher = list_prev_entry(next_matcher, matcher_list); in dr_matcher_add_to_tbl()481 prev_matcher = list_last_entry(&tbl->matcher_list, in dr_matcher_add_to_tbl()489 prev_matcher ? &prev_matcher->rx : NULL); in dr_matcher_add_to_tbl()498 prev_matcher ? &prev_matcher->tx : NULL); in dr_matcher_add_to_tbl()503 if (prev_matcher) in dr_matcher_add_to_tbl()504 list_add(&matcher->matcher_list, &prev_matcher->matcher_list); in dr_matcher_add_to_tbl()740 struct mlx5dr_matcher *prev_matcher, *next_matcher; in dr_matcher_remove_from_tbl() local751 prev_matcher = NULL; in dr_matcher_remove_from_tbl()[all …]