Searched refs:num_submatchers (Results 1 – 2 of 2) sorted by relevance
448 is_last = idx == cmatcher->complex->num_submatchers - 1; in hws_submatcher_init()597 int num_submatchers; in mlx5hws_bwc_matcher_create_complex() local611 submasks, &num_submatchers); in mlx5hws_bwc_matcher_create_complex()622 cdata->num_submatchers = num_submatchers; in mlx5hws_bwc_matcher_create_complex()624 for (i = 0; i < num_submatchers; i++) { in mlx5hws_bwc_matcher_create_complex()657 for (i = 0; i < bwc_matcher->complex->num_submatchers; i++) in mlx5hws_bwc_matcher_destroy_complex()870 for (i = 1; i < cdata->num_submatchers; i++) { in mlx5hws_bwc_rule_create_complex()889 i == cdata->num_submatchers - 1 ? rule_actions : NULL; in mlx5hws_bwc_rule_create_complex()903 for (i = 0; i < cdata->num_submatchers - 1; i++) in mlx5hws_bwc_rule_create_complex()931 for (i = 1; i < cdata->num_submatchers; i++) in mlx5hws_bwc_rule_destroy_complex()[all …]
53 int num_submatchers; member