Searched refs:matcher_list (Results 1 – 3 of 3) sorted by relevance
19 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()181 INIT_LIST_HEAD(&tbl->matcher_list); in dr_table_init()
712 list_for_each_entry(tmp_matcher, &tbl->matcher_list, list_node) { in dr_matcher_add_to_tbl()724 prev_matcher = list_last_entry(&tbl->matcher_list, in dr_matcher_add_to_tbl()752 list_add(&matcher->list_node, &tbl->matcher_list); in dr_matcher_add_to_tbl()988 if (list_is_last(&matcher->list_node, &tbl->matcher_list)) in dr_matcher_remove_from_tbl()993 if (matcher->list_node.prev == &tbl->matcher_list) in dr_matcher_remove_from_tbl()
871 struct list_head matcher_list; member