Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c2001 if (steering->fdb_root_ns) in mlx5_get_flow_namespace()
2002 return &steering->fdb_root_ns->ns; in mlx5_get_flow_namespace()
2389 cleanup_root_ns(steering->fdb_root_ns); in mlx5_cleanup_fs()
2437 steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB); in init_fdb_root_ns()
2438 if (!steering->fdb_root_ns) in init_fdb_root_ns()
2441 prio = fs_create_prio(&steering->fdb_root_ns->ns, 0, 2); in init_fdb_root_ns()
2445 prio = fs_create_prio(&steering->fdb_root_ns->ns, 1, 1); in init_fdb_root_ns()
2449 set_prio_attrs(steering->fdb_root_ns); in init_fdb_root_ns()
2453 cleanup_root_ns(steering->fdb_root_ns); in init_fdb_root_ns()
2454 steering->fdb_root_ns = NULL; in init_fdb_root_ns()
Dfs_core.h74 struct mlx5_flow_root_namespace *fdb_root_ns; member