Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c2706 kfree(rules_list); in mlx5_del_flow_rules_list()
2776 list_add_tail(&ipv4_rule->list, rules_list); in set_rocev2_rules()
2777 list_add_tail(&ipv6_rule->list, rules_list); in set_rocev2_rules()
2786 struct mlx5_flow_rules_list *rules_list = in get_roce_flow_rules() local
2787 kzalloc(sizeof(*rules_list), GFP_KERNEL); in get_roce_flow_rules()
2789 if (!rules_list) in get_roce_flow_rules()
2792 INIT_LIST_HEAD(&rules_list->head); in get_roce_flow_rules()
2795 err = set_rocev1_rules(&rules_list->head); in get_roce_flow_rules()
2800 err = set_rocev2_rules(&rules_list->head); in get_roce_flow_rules()
2804 return rules_list; in get_roce_flow_rules()
[all …]
/freebsd-14.2/sys/dev/mlx5/
H A Dfs.h231 void mlx5_del_flow_rules_list(struct mlx5_flow_rules_list *rules_list);