Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dtable.c209 INIT_LIST_HEAD(&tbl->matchers_list); in hws_table_init()
273 if (!list_empty(&tbl->matchers_list)) { in mlx5hws_table_destroy()
302 if (list_empty(&tbl->matchers_list)) in hws_table_get_last_ft()
305 matcher = list_last_entry(&tbl->matchers_list, struct mlx5hws_matcher, list_node); in hws_table_get_last_ft()
397 if (list_empty(&dst_tbl->matchers_list)) { in mlx5hws_table_connect_to_miss_table()
415 matcher = list_first_entry(&dst_tbl->matchers_list, in mlx5hws_table_connect_to_miss_table()
H A Dmatcher.c31 if (list_empty(&tbl->matchers_list)) in mlx5hws_matcher_update_end_ft_isolated()
37 list_for_each_entry(tmp_matcher, &tbl->matchers_list, list_node) in mlx5hws_matcher_update_end_ft_isolated()
40 tmp_matcher = list_last_entry(&tbl->matchers_list, in mlx5hws_matcher_update_end_ft_isolated()
158 list_add(&matcher->list_node, &tbl->matchers_list); in hws_matcher_connect_isolated_first()
170 last = list_last_entry(&tbl->matchers_list, in hws_matcher_connect_isolated_last()
210 if (list_empty(&matcher->tbl->matchers_list)) in hws_matcher_connect_isolated()
235 if (list_empty(&tbl->matchers_list)) { in hws_matcher_connect()
236 list_add(&matcher->list_node, &tbl->matchers_list); in hws_matcher_connect()
240 list_for_each_entry(tmp_matcher, &tbl->matchers_list, list_node) { in hws_matcher_connect()
318 first = list_first_entry(&tbl->matchers_list, in hws_matcher_disconnect_isolated()
[all …]
H A Dtable.h22 struct list_head matchers_list; member
H A Ddebug.c211 list_for_each_entry(matcher, &tbl->matchers_list, list_node) { in hws_debug_dump_table()