Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c29 struct mlx5hws_matcher *tmp_matcher; in mlx5hws_matcher_update_end_ft_isolated() local
37 list_for_each_entry(tmp_matcher, &tbl->matchers_list, list_node) in mlx5hws_matcher_update_end_ft_isolated()
38 tmp_matcher->attr.isolated_matcher_end_ft_id = miss_ft_id; in mlx5hws_matcher_update_end_ft_isolated()
40 tmp_matcher = list_last_entry(&tbl->matchers_list, in mlx5hws_matcher_update_end_ft_isolated()
45 tmp_matcher->end_ft_id, in mlx5hws_matcher_update_end_ft_isolated()
228 struct mlx5hws_matcher *tmp_matcher; in hws_matcher_connect() local
240 list_for_each_entry(tmp_matcher, &tbl->matchers_list, list_node) { in hws_matcher_connect()
241 if (tmp_matcher->attr.priority > matcher->attr.priority) { in hws_matcher_connect()
242 next = tmp_matcher; in hws_matcher_connect()
245 prev = tmp_matcher; in hws_matcher_connect()