Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ !
H A Dbwc_complex.c448 is_last = idx == cmatcher->complex->num_submatchers - 1; in hws_submatcher_init()
597 int num_submatchers; in mlx5hws_bwc_matcher_create_complex() local
611 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 …]
H A Dbwc_complex.h53 int num_submatchers; member