Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c1599 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 …]
H A Daction.h189 struct mlx5hws_matcher_action_ste *table_ste; member