Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h146 struct mlx5_flow_root_namespace *sniffer_tx_root_ns; member
Dfs_core.c2461 if (steering->sniffer_tx_root_ns) in mlx5_get_flow_namespace()
2462 return &steering->sniffer_tx_root_ns->ns; in mlx5_get_flow_namespace()
2883 steering->sniffer_tx_root_ns = create_root_ns(steering, FS_FT_SNIFFER_TX); in init_sniffer_tx_root_ns()
2884 if (!steering->sniffer_tx_root_ns) in init_sniffer_tx_root_ns()
2888 prio = fs_create_prio(&steering->sniffer_tx_root_ns->ns, 0, 1); in init_sniffer_tx_root_ns()
3377 cleanup_root_ns(steering->sniffer_tx_root_ns); in mlx5_fs_core_cleanup()