Searched refs:rtc_0_id (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | mlx5hws_matcher.c | 94 next->match_ste.rtc_0_id, in hws_matcher_connect() 113 matcher->match_ste.rtc_0_id, in hws_matcher_connect() 165 next->match_ste.rtc_0_id, in hws_matcher_disconnect() 240 u32 *rtc_0_id, *rtc_1_id; in hws_matcher_create_rtc() local 246 rtc_0_id = &matcher->match_ste.rtc_0_id; in hws_matcher_create_rtc() 291 rtc_0_id = &action_ste->rtc_0_id; in hws_matcher_create_rtc() 326 ret = mlx5hws_cmd_rtc_create(ctx->mdev, &rtc_attr, rtc_0_id); in hws_matcher_create_rtc() 353 mlx5hws_cmd_rtc_destroy(ctx->mdev, *rtc_0_id); in hws_matcher_create_rtc() 368 u32 rtc_0_id, rtc_1_id; in hws_matcher_destroy_rtc() local 372 rtc_0_id = matcher->match_ste.rtc_0_id; in hws_matcher_destroy_rtc() [all …]
|
H A D | mlx5hws_matcher.h | 41 u32 rtc_0_id; member 49 u32 rtc_0_id; member 57 u32 rtc_0_id; member
|
H A D | mlx5hws_rule.c | 72 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() 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() 407 matcher->action_ste[rule->action_ste_selector].rtc_0_id : 0; in hws_rule_create_hws()
|
H A D | mlx5hws_table.h | 65 u32 rtc_0_id,
|
H A D | mlx5hws_table.c | 332 u32 rtc_0_id, in mlx5hws_table_ft_set_next_rtc() argument 339 ft_attr.rtc_id_0 = rtc_0_id; in mlx5hws_table_ft_set_next_rtc() 414 matcher->match_ste.rtc_0_id, in mlx5hws_table_connect_to_miss_table()
|
H A D | mlx5hws_debug.c | 146 matcher->match_ste.rtc_0_id, in hws_debug_dump_matcher() 174 matcher->action_ste[0].rtc_0_id, in hws_debug_dump_matcher()
|
H A D | mlx5hws_action.c | 1590 u32 *rtc_0_id, *rtc_1_id; in hws_action_create_dest_match_range_table() local 1617 rtc_0_id = &table_ste->rtc_0_id; in hws_action_create_dest_match_range_table() 1647 ret = mlx5hws_cmd_rtc_create(ctx->mdev, &rtc_attr, rtc_0_id); in hws_action_create_dest_match_range_table() 1672 mlx5hws_cmd_rtc_destroy(ctx->mdev, *rtc_0_id); in hws_action_create_dest_match_range_table() 1688 mlx5hws_cmd_rtc_destroy(ctx->mdev, table_ste->rtc_0_id); in hws_action_destroy_dest_match_range_table() 1729 ste_attr.rtc_0 = table_ste->rtc_0_id; in hws_action_create_dest_match_range_fill_table()
|