Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c2572 static int init_root_tree(struct mlx5_flow_steering *steering, in init_root_tree() function
2709 err = init_root_tree(steering, &root_fs, &steering->root_ns->ns.node); in init_root_ns()
2797 err = init_root_tree(steering, &rdma_rx_root_fs, in init_rdma_rx_root_ns()
2820 err = init_root_tree(steering, &rdma_tx_root_fs, in init_rdma_tx_root_ns()
3142 err = init_root_tree(steering, &egress_root_fs, in init_egress_root_ns()
H A Dmlx5_fs_tree.c