Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc_complex.c1075 bwc_rule->complex_hash_node = NULL; in hws_bwc_rule_complex_hash_node_get()
1122 bwc_rule->complex_hash_node = node; in hws_bwc_rule_complex_hash_node_get()
1142 node = bwc_rule->complex_hash_node; in hws_bwc_rule_complex_hash_node_put()
1153 bwc_rule->complex_hash_node = NULL; in hws_bwc_rule_complex_hash_node_put()
1211 metadata_val = bwc_rule->complex_hash_node->tag; in mlx5hws_bwc_rule_create_complex()
1372 if (tmp_bwc_rule->complex_hash_node->rtc_valid) { in mlx5hws_bwc_matcher_move_all_complex()
1378 tmp_bwc_rule->complex_hash_node->rtc_0; in mlx5hws_bwc_matcher_move_all_complex()
1380 tmp_bwc_rule->complex_hash_node->rtc_1; in mlx5hws_bwc_matcher_move_all_complex()
1428 tmp_bwc_rule->complex_hash_node->rtc_0 = in mlx5hws_bwc_matcher_move_all_complex()
1430 tmp_bwc_rule->complex_hash_node->rtc_1 = in mlx5hws_bwc_matcher_move_all_complex()
[all …]
H A Dbwc.h47 struct mlx5hws_bwc_complex_rule_hash_node *complex_hash_node; member