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

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c457 struct mlx5_flow_table *next_ft)
473 if (prev_ft == next_ft)
476 err = fs_set_star_rule(dev, iter, next_ft);
506 struct mlx5_flow_table *next_ft; local
547 next_ft = find_next_ft(prio);
548 err = fs_set_star_rule(root->dev, ft, next_ft);
553 if (next_ft) {
556 fs_get_parent(parent, next_ft);
557 fs_put(&next_ft->base);
580 if (next_ft)
455 connect_prev_fts(struct fs_prio *locked_prio, struct fs_prio *prev_prio, struct mlx5_flow_table *next_ft) argument
600 struct mlx5_flow_table *prev_ft, *next_ft; local
953 struct mlx5_flow_table *next_ft = NULL; local
[all...]

Completed in 66 milliseconds