Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h150 struct mlx5_flow_root_namespace *egress_root_ns; member
Dfs_core.c2471 root_ns = steering->egress_root_ns; in mlx5_get_flow_namespace()
3280 steering->egress_root_ns = create_root_ns(steering, in init_egress_root_ns()
3282 if (!steering->egress_root_ns) in init_egress_root_ns()
3286 &steering->egress_root_ns->ns.node); in init_egress_root_ns()
3289 set_prio_attrs(steering->egress_root_ns); in init_egress_root_ns()
3292 cleanup_root_ns(steering->egress_root_ns); in init_egress_root_ns()
3293 steering->egress_root_ns = NULL; in init_egress_root_ns()
3380 cleanup_root_ns(steering->egress_root_ns); in mlx5_fs_core_cleanup()