Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c2326 if (steering->fdb_root_ns) in mlx5_get_flow_namespace()
2327 return &steering->fdb_root_ns->ns; in mlx5_get_flow_namespace()
2342 root_ns = steering->fdb_root_ns; in mlx5_get_flow_namespace()
2883 maj_prio = fs_create_prio_chained(&steering->fdb_root_ns->ns, in create_fdb_chains()
2925 prio = fs_create_prio(&steering->fdb_root_ns->ns, FDB_BYPASS_PATH, 0); in create_fdb_bypass()
2943 cleanup_root_ns(steering->fdb_root_ns); in cleanup_fdb_root_ns()
2944 steering->fdb_root_ns = NULL; in cleanup_fdb_root_ns()
2954 steering->fdb_root_ns = create_root_ns(steering, FS_FT_FDB); in init_fdb_root_ns()
2955 if (!steering->fdb_root_ns) in init_fdb_root_ns()
2966 maj_prio = fs_create_prio(&steering->fdb_root_ns->ns, FDB_TC_MISS, 1); in init_fdb_root_ns()
[all …]
H A Dmlx5_fs_tree.c
/freebsd/sys/dev/mlx5/
H A Ddriver.h729 struct mlx5_flow_root_namespace *fdb_root_ns; member