Searched refs:table_ste (Results 1 – 2 of 2) sorted by relevance
1599 table_ste = kzalloc(sizeof(*table_ste), GFP_KERNEL); in hws_action_create_dest_match_range_table()1600 if (!table_ste) in hws_action_create_dest_match_range_table()1610 if (!table_ste->pool) { in hws_action_create_dest_match_range_table()1616 rtc_0_id = &table_ste->rtc_0_id; in hws_action_create_dest_match_range_table()1618 ste_pool = table_ste->pool; in hws_action_create_dest_match_range_table()1619 ste = &table_ste->ste; in hws_action_create_dest_match_range_table()1668 return table_ste; in hws_action_create_dest_match_range_table()1676 kfree(table_ste); in hws_action_create_dest_match_range_table()1689 kfree(table_ste); in hws_action_destroy_dest_match_range_table()1818 if (!table_ste) in mlx5hws_action_create_dest_match_range()[all …]
189 struct mlx5hws_matcher_action_ste *table_ste; member