Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h79 struct mlx5_flow_root_namespace *egress_root_ns; member
Dfs_core.c2016 if (steering->egress_root_ns) in mlx5_get_flow_namespace()
2017 return &steering->egress_root_ns->ns; in mlx5_get_flow_namespace()
2392 cleanup_root_ns(steering->egress_root_ns); in mlx5_cleanup_fs()
2542 steering->egress_root_ns = create_root_ns(steering, in init_egress_root_ns()
2544 if (!steering->egress_root_ns) in init_egress_root_ns()
2548 prio = fs_create_prio(&steering->egress_root_ns->ns, 0, 1); in init_egress_root_ns()