Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h154 struct mlx5_flow_root_namespace *port_sel_root_ns; member
H A Dfs_core.c2681 if (steering->port_sel_root_ns) in mlx5_get_flow_namespace()
2682 return &steering->port_sel_root_ns->ns; in mlx5_get_flow_namespace()
3138 steering->port_sel_root_ns = create_root_ns(steering, FS_FT_PORT_SEL); in init_port_sel_root_ns()
3139 if (!steering->port_sel_root_ns) in init_port_sel_root_ns()
3143 prio = fs_create_prio(&steering->port_sel_root_ns->ns, 0, in init_port_sel_root_ns()
3604 cleanup_root_ns(steering->port_sel_root_ns); in mlx5_fs_core_cleanup()