Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_matcher.c94 next->match_ste.rtc_0_id, in hws_matcher_connect()
95 next->match_ste.rtc_1_id); in hws_matcher_connect()
113 matcher->match_ste.rtc_0_id, in hws_matcher_connect()
114 matcher->match_ste.rtc_1_id); in hws_matcher_connect()
165 next->match_ste.rtc_0_id, in hws_matcher_disconnect()
166 next->match_ste.rtc_1_id); in hws_matcher_disconnect()
246 rtc_0_id = &matcher->match_ste.rtc_0_id; in hws_matcher_create_rtc()
247 rtc_1_id = &matcher->match_ste.rtc_1_id; in hws_matcher_create_rtc()
248 ste_pool = matcher->match_ste.pool; in hws_matcher_create_rtc()
249 ste = &matcher->match_ste.ste; in hws_matcher_create_rtc()
[all …]
H A Dmlx5hws_rule.c72 dep_wqe->rtc_0 = matcher->match_ste.rtc_0_id; in hws_rule_init_dep_wqe()
74 matcher->col_matcher->match_ste.rtc_0_id : 0; in hws_rule_init_dep_wqe()
81 dep_wqe->rtc_1 = matcher->match_ste.rtc_1_id; in hws_rule_init_dep_wqe()
83 matcher->col_matcher->match_ste.rtc_1_id : 0; in hws_rule_init_dep_wqe()
99 ste_attr->rtc_0 = dst_matcher->match_ste.rtc_0_id; in hws_rule_move_get_rtc()
101 dst_matcher->col_matcher->match_ste.rtc_0_id : 0; in hws_rule_move_get_rtc()
104 ste_attr->rtc_1 = dst_matcher->match_ste.rtc_1_id; in hws_rule_move_get_rtc()
106 dst_matcher->col_matcher->match_ste.rtc_1_id : 0; in hws_rule_move_get_rtc()
H A Dmlx5hws_debug.c137 ste = &matcher->match_ste.ste; in hws_debug_dump_matcher()
138 ste_pool = matcher->match_ste.pool; in hws_debug_dump_matcher()
146 matcher->match_ste.rtc_0_id, in hws_debug_dump_matcher()
148 matcher->match_ste.rtc_1_id, in hws_debug_dump_matcher()
H A Dmlx5hws_matcher.h80 struct mlx5hws_matcher_match_ste match_ste; member
H A Dmlx5hws_table.c414 matcher->match_ste.rtc_0_id, in mlx5hws_table_connect_to_miss_table()
415 matcher->match_ste.rtc_1_id); in mlx5hws_table_connect_to_miss_table()