Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c481 struct mlx5_flow_root_namespace *find_root(struct fs_node *node) in find_root() function
499 struct mlx5_flow_root_namespace *root = find_root(node); in get_steering()
508 struct mlx5_flow_root_namespace *root = find_root(node); in get_dev()
534 root = find_root(&ft->node); in del_hw_flow_table()
570 root = find_root(&ft->node); in modify_fte()
638 root = find_root(&ft->node); in del_hw_fte()
676 root = find_root(&ft->node); in del_hw_flow_group()
919 struct mlx5_flow_root_namespace *root = find_root(&prio->node); in connect_fts_in_prio()
956 struct mlx5_flow_root_namespace *root = find_root(&prio->node); in update_root_ft_create()
1010 root = find_root(&ft->node); in _mlx5_modify_rule_destination()
[all …]
H A Dmlx5_fs_tree.c