Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c27 struct mlx5dr_table *next_tbl; in set_miss_action() local
30 next_tbl = next_ft ? next_ft->fs_dr_table.dr_table : NULL; in set_miss_action()
31 if (next_tbl) { in set_miss_action()
32 action = mlx5dr_action_create_dest_table(next_tbl); in set_miss_action()
/linux-6.12.1/lib/
Drhashtable.c1144 struct bucket_table *tbl, *next_tbl; in rhashtable_free_and_destroy() local
1168 next_tbl = rht_dereference(tbl->future_tbl, ht); in rhashtable_free_and_destroy()
1170 if (next_tbl) { in rhashtable_free_and_destroy()
1171 tbl = next_tbl; in rhashtable_free_and_destroy()