Home
last modified time | relevance | path

Searched refs:prev_matcher (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c717 struct mlx5dr_matcher *next_matcher, *prev_matcher, *tmp_matcher; in dr_matcher_add_to_tbl() local
732 prev_matcher = NULL; in dr_matcher_add_to_tbl()
734 prev_matcher = list_prev_entry(next_matcher, matcher_list); in dr_matcher_add_to_tbl()
736 prev_matcher = list_last_entry(&tbl->matcher_list, in dr_matcher_add_to_tbl()
744 prev_matcher ? &prev_matcher->rx : NULL); in dr_matcher_add_to_tbl()
753 prev_matcher ? &prev_matcher->tx : NULL); in dr_matcher_add_to_tbl()
758 if (prev_matcher) in dr_matcher_add_to_tbl()
759 list_add(&matcher->matcher_list, &prev_matcher->matcher_list); in dr_matcher_add_to_tbl()
995 struct mlx5dr_matcher *prev_matcher, *next_matcher; in dr_matcher_remove_from_tbl() local
1006 prev_matcher = NULL; in dr_matcher_remove_from_tbl()
[all …]