Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A 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/lib/
H A Drhashtable.c1174 struct bucket_table *tbl, *next_tbl; in rhashtable_free_and_destroy() local
1199 next_tbl = rht_dereference(tbl->future_tbl, ht); in rhashtable_free_and_destroy()
1201 if (next_tbl) { in rhashtable_free_and_destroy()
1202 tbl = next_tbl; in rhashtable_free_and_destroy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c177 struct mlx5hws_table *next_tbl; in mlx5_fs_set_ft_default_miss() local
187 next_tbl = next_ft ? next_ft->fs_hws_table.hws_table : NULL; in mlx5_fs_set_ft_default_miss()
188 err = mlx5hws_table_set_default_miss(ft->fs_hws_table.hws_table, next_tbl); in mlx5_fs_set_ft_default_miss()
193 ft->fs_hws_table.miss_ft_set = !!next_tbl; in mlx5_fs_set_ft_default_miss()