Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc_complex.c1332 struct mlx5hws_bwc_rule *tmp_bwc_rule; in mlx5hws_bwc_matcher_move_all_complex() local
1368 list_for_each_entry(tmp_bwc_rule, rules_list, list_node) { in mlx5hws_bwc_matcher_move_all_complex()
1372 if (tmp_bwc_rule->complex_hash_node->rtc_valid) { in mlx5hws_bwc_matcher_move_all_complex()
1377 tmp_bwc_rule->rule->rtc_0 = in mlx5hws_bwc_matcher_move_all_complex()
1378 tmp_bwc_rule->complex_hash_node->rtc_0; in mlx5hws_bwc_matcher_move_all_complex()
1379 tmp_bwc_rule->rule->rtc_1 = in mlx5hws_bwc_matcher_move_all_complex()
1380 tmp_bwc_rule->complex_hash_node->rtc_1; in mlx5hws_bwc_matcher_move_all_complex()
1381 tmp_bwc_rule->rule->matcher = in mlx5hws_bwc_matcher_move_all_complex()
1382 tmp_bwc_rule->rule->matcher->resize_dst; in mlx5hws_bwc_matcher_move_all_complex()
1389 tmp_rule = tmp_bwc_rule->rule; in mlx5hws_bwc_matcher_move_all_complex()
[all …]