Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mlx5/mlx5_core/
HDfs_core.h133 struct mlx5_flow_root_namespace *port_sel_root_ns; member
HDmlx5_fs_core.c2330 if (steering->port_sel_root_ns) in mlx5_get_flow_namespace()
2331 return &steering->port_sel_root_ns->ns; in mlx5_get_flow_namespace()
2779 steering->port_sel_root_ns = create_root_ns(steering, FS_FT_PORT_SEL); in init_port_sel_root_ns()
2780 if (!steering->port_sel_root_ns) in init_port_sel_root_ns()
2784 prio = fs_create_prio(&steering->port_sel_root_ns->ns, 0, in init_port_sel_root_ns()
3160 cleanup_root_ns(steering->port_sel_root_ns); in mlx5_fs_core_cleanup()