Searched refs:fdb_root_ns (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h676 struct mlx5_flow_root_namespace *fdb_root_ns; member in struct:mlx5_core_dev
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c1987 cleanup_single_prio_root_ns(dev, dev->fdb_root_ns);
2034 dev->fdb_root_ns = create_root_ns(dev, FS_FT_FDB,
2036 if (!dev->fdb_root_ns)
2040 prio = fs_create_prio(&dev->fdb_root_ns->ns, 0, 1, "fdb_prio", 0);
2382 if (dev->fdb_root_ns)
2383 return &dev->fdb_root_ns->ns;

Completed in 117 milliseconds