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

/freebsd-11-stable/sys/dev/mlx5/
H A Dfs.h202 void mlx5_del_flow_rules_list(struct mlx5_flow_rules_list *rules_list);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c2612 void mlx5_del_flow_rules_list(struct mlx5_flow_rules_list *rules_list) argument
2617 list_for_each_entry_safe(iter_node, temp_node, &rules_list->head, list) {
2622 kfree(rules_list);
2626 static int set_rocev1_rules(struct list_head *rules_list) argument
2641 list_add_tail(&rocev1_rule->list, rules_list);
2647 static int set_rocev2_rules(struct list_head *rules_list) argument
2692 list_add_tail(&ipv4_rule->list, rules_list);
2693 list_add_tail(&ipv6_rule->list, rules_list);
2702 struct mlx5_flow_rules_list *rules_list = local
2703 kzalloc(sizeof(*rules_list), GFP_KERNE
[all...]

Completed in 61 milliseconds