Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Daction.c1603 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()
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()
1675 kfree(table_ste); in hws_action_create_dest_match_range_table()
1688 kfree(table_ste); in hws_action_destroy_dest_match_range_table()
1816 if (!table_ste) in mlx5hws_action_create_dest_match_range()
[all …]
A Daction.h195 struct mlx5hws_range_action_table *table_ste; member

Completed in 11 milliseconds