Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c1586 struct mlx5hws_matcher_action_ste *table_ste; in hws_action_create_dest_match_range_table() local
1600 table_ste = kzalloc(sizeof(*table_ste), GFP_KERNEL); in hws_action_create_dest_match_range_table()
1601 if (!table_ste) in hws_action_create_dest_match_range_table()
1610 table_ste->pool = mlx5hws_pool_create(ctx, &pool_attr); in hws_action_create_dest_match_range_table()
1611 if (!table_ste->pool) { in hws_action_create_dest_match_range_table()
1617 rtc_0_id = &table_ste->rtc_0_id; in hws_action_create_dest_match_range_table()
1618 rtc_1_id = &table_ste->rtc_1_id; in hws_action_create_dest_match_range_table()
1619 ste_pool = table_ste->pool; in hws_action_create_dest_match_range_table()
1620 ste = &table_ste->ste; in hws_action_create_dest_match_range_table()
1669 return table_ste; in hws_action_create_dest_match_range_table()
[all …]
Dmlx5hws_action.h186 struct mlx5hws_matcher_action_ste *table_ste; member