Searched refs:table_ste (Results 1 – 2 of 2) sorted by relevance
1586 struct mlx5hws_matcher_action_ste *table_ste; in hws_action_create_dest_match_range_table() local1600 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 …]
186 struct mlx5hws_matcher_action_ste *table_ste; member