Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h151 struct mlx5_flow_root_namespace *port_sel_root_ns; member
Dfs_core.c2442 if (steering->port_sel_root_ns) in mlx5_get_flow_namespace()
2443 return &steering->port_sel_root_ns->ns; in mlx5_get_flow_namespace()
2899 steering->port_sel_root_ns = create_root_ns(steering, FS_FT_PORT_SEL); in init_port_sel_root_ns()
2900 if (!steering->port_sel_root_ns) in init_port_sel_root_ns()
2904 prio = fs_create_prio(&steering->port_sel_root_ns->ns, 0, in init_port_sel_root_ns()
3364 cleanup_root_ns(steering->port_sel_root_ns); in mlx5_fs_core_cleanup()