Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c1590 struct mlx5hws_range_action_table *table_ste; in hws_action_create_dest_match_range_table() local
1603 table_ste = kzalloc(sizeof(*table_ste), GFP_KERNEL); in hws_action_create_dest_match_range_table()
1604 if (!table_ste) in hws_action_create_dest_match_range_table()
1612 table_ste->pool = mlx5hws_pool_create(ctx, &pool_attr); in hws_action_create_dest_match_range_table()
1613 if (!table_ste->pool) { in hws_action_create_dest_match_range_table()
1619 rtc_0_id = &table_ste->rtc_0_id; in hws_action_create_dest_match_range_table()
1620 rtc_1_id = &table_ste->rtc_1_id; in hws_action_create_dest_match_range_table()
1621 ste_pool = table_ste->pool; in hws_action_create_dest_match_range_table()
1667 return table_ste; in hws_action_create_dest_match_range_table()
1672 mlx5hws_pool_destroy(table_ste->pool); in hws_action_create_dest_match_range_table()
[all …]