Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c2076 static int build_match_list(struct match_list *match_head, in build_match_list() argument
2086 INIT_LIST_HEAD(&match_head->list); in build_match_list()
2102 free_match_list(match_head, ft_locked); in build_match_list()
2106 list_add_tail(&curr_match->list, &match_head->list); in build_match_list()
2112 static u64 matched_fgs_get_version(struct list_head *match_head) in matched_fgs_get_version() argument
2117 list_for_each_entry(iter, match_head, list) in matched_fgs_get_version()
2221 struct list_head *match_head, in try_add_to_existing_fg() argument
2248 version = matched_fgs_get_version(match_head); in try_add_to_existing_fg()
2252 list_for_each_entry(iter, match_head, list) { in try_add_to_existing_fg()
2288 version != matched_fgs_get_version(match_head)) { in try_add_to_existing_fg()
[all …]