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

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c2628 struct mlx5_flow_rule_node *rocev1_rule; local
2630 rocev1_rule = kzalloc(sizeof(*rocev1_rule), GFP_KERNEL);
2631 if (!rocev1_rule)
2634 rocev1_rule->match_criteria_enable =
2636 MLX5_SET(fte_match_set_lyr_2_4, rocev1_rule->match_criteria, ethertype,
2638 MLX5_SET(fte_match_set_lyr_2_4, rocev1_rule->match_value, ethertype,
2641 list_add_tail(&rocev1_rule->list, rules_list);

Completed in 114 milliseconds