Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_fs_tree.c2063 cleanup_single_prio_root_ns(dev, dev->sniffer_tx_root_ns); in mlx5_cleanup_fs()
2185 dev->sniffer_tx_root_ns = create_root_ns(dev, FS_FT_SNIFFER_TX, in init_sniffer_tx_root_ns()
2187 if (!dev->sniffer_tx_root_ns) in init_sniffer_tx_root_ns()
2191 prio = fs_create_prio(&dev->sniffer_tx_root_ns->ns, 0, 1, in init_sniffer_tx_root_ns()
2486 if (dev->sniffer_tx_root_ns) in mlx5_get_flow_namespace()
2487 return &dev->sniffer_tx_root_ns->ns; in mlx5_get_flow_namespace()
/freebsd-14-stable/sys/dev/mlx5/
HDdriver.h731 struct mlx5_flow_root_namespace *sniffer_tx_root_ns; member