Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c2062 INIT_LIST_HEAD(&match_head->list); in build_match_list()
2078 free_match_list(match_head, ft_locked); in build_match_list()
2082 list_add_tail(&curr_match->list, &match_head->list); in build_match_list()
2093 list_for_each_entry(iter, match_head, list) in matched_fgs_get_version()
2197 struct list_head *match_head, in try_add_to_existing_fg() argument
2223 version = matched_fgs_get_version(match_head); in try_add_to_existing_fg()
2227 list_for_each_entry(iter, match_head, list) { in try_add_to_existing_fg()
2263 version != matched_fgs_get_version(match_head)) { in try_add_to_existing_fg()
2268 list_for_each_entry(iter, match_head, list) { in try_add_to_existing_fg()
2311 struct match_list match_head; in _mlx5_add_flow_rules() local
[all …]
/linux-6.15/lib/zlib_deflate/
H A Ddeflate.c171 #define INSERT_STRING(s, str, match_head) \ argument
173 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \