Home
last modified time | relevance | path

Searched refs:next_tbl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c33 struct mlx5dr_table *next_tbl; in set_miss_action() local
36 next_tbl = next_ft ? next_ft->fs_dr_table.dr_table : NULL; in set_miss_action()
37 if (next_tbl) { in set_miss_action()
38 action = mlx5dr_action_create_dest_table(next_tbl); in set_miss_action()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c35 struct mlx5dr_table *next_tbl; in set_miss_action() local
38 next_tbl = next_ft ? next_ft->fs_dr_table.dr_table : NULL; in set_miss_action()
39 if (next_tbl) { in set_miss_action()
40 action = mlx5dr_action_create_dest_table(next_tbl); in set_miss_action()
/kernel/linux/linux-5.10/lib/
H A Drhashtable.c1134 struct bucket_table *tbl, *next_tbl; in rhashtable_free_and_destroy() local
1158 next_tbl = rht_dereference(tbl->future_tbl, ht); in rhashtable_free_and_destroy()
1160 if (next_tbl) { in rhashtable_free_and_destroy()
1161 tbl = next_tbl; in rhashtable_free_and_destroy()
/kernel/linux/linux-6.6/lib/
H A Drhashtable.c1138 struct bucket_table *tbl, *next_tbl; in rhashtable_free_and_destroy() local
1162 next_tbl = rht_dereference(tbl->future_tbl, ht); in rhashtable_free_and_destroy()
1164 if (next_tbl) { in rhashtable_free_and_destroy()
1165 tbl = next_tbl; in rhashtable_free_and_destroy()

Completed in 9 milliseconds