Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c724 list_for_each_entry(tmp_matcher, &tbl->matcher_list, matcher_list) { 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()
738 matcher_list); in dr_matcher_add_to_tbl()
759 list_add(&matcher->matcher_list, &prev_matcher->matcher_list); in dr_matcher_add_to_tbl()
761 list_add_tail(&matcher->matcher_list, in dr_matcher_add_to_tbl()
762 &next_matcher->matcher_list); in dr_matcher_add_to_tbl()
764 list_add(&matcher->matcher_list, &tbl->matcher_list); in dr_matcher_add_to_tbl()
937 INIT_LIST_HEAD(&matcher->matcher_list); in mlx5dr_matcher_create()
1000 if (list_is_last(&matcher->matcher_list, &tbl->matcher_list)) in dr_matcher_remove_from_tbl()
[all …]
Ddr_table.c19 if (!list_empty(&tbl->matcher_list)) in mlx5dr_table_set_miss_action()
20 last_matcher = list_last_entry(&tbl->matcher_list, in mlx5dr_table_set_miss_action()
22 matcher_list); in mlx5dr_table_set_miss_action()
178 INIT_LIST_HEAD(&tbl->matcher_list); in dr_table_init()
Ddr_types.h862 struct list_head matcher_list; member
884 struct list_head matcher_list; member