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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1886 static int build_match_list(struct match_list *match_head, argument
1896 INIT_LIST_HEAD(&match_head->list);
1912 free_match_list(match_head, ft_locked);
1916 list_add_tail(&curr_match->list, &match_head->list);
1922 static u64 matched_fgs_get_version(struct list_head *match_head) argument
1927 list_for_each_entry(iter, match_head, list)
1966 struct list_head *match_head,
1989 version = matched_fgs_get_version(match_head);
1993 list_for_each_entry(iter, match_head, list) {
2026 version != matched_fgs_get_version(match_head)) {
1965 try_add_to_existing_fg(struct mlx5_flow_table *ft, struct list_head *match_head, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int dest_num, int ft_version) argument
2074 struct match_list match_head; local
[all...]
/linux-master/lib/zlib_deflate/
H A Ddeflate.c167 * Insert string str in the dictionary and set match_head to the previous head
174 #define INSERT_STRING(s, str, match_head) \
176 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \

Completed in 216 milliseconds