Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h143 struct mlx5_flow_root_namespace *port_sel_root_ns; member
Dfs_core.c2320 if (steering->port_sel_root_ns) in mlx5_get_flow_namespace()
2321 return &steering->port_sel_root_ns->ns; in mlx5_get_flow_namespace()
2761 steering->port_sel_root_ns = create_root_ns(steering, FS_FT_PORT_SEL); in init_port_sel_root_ns()
2762 if (!steering->port_sel_root_ns) in init_port_sel_root_ns()
2766 prio = fs_create_prio(&steering->port_sel_root_ns->ns, 0, in init_port_sel_root_ns()
3142 cleanup_root_ns(steering->port_sel_root_ns); in mlx5_fs_core_cleanup()