Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c2065 cleanup_single_prio_root_ns(dev, dev->esw_egress_root_ns); in mlx5_cleanup_fs()
2130 dev->esw_egress_root_ns = create_root_ns(dev, FS_FT_ESW_EGRESS_ACL, in init_egress_acl_root_ns()
2132 if (!dev->esw_egress_root_ns) in init_egress_acl_root_ns()
2136 prio = fs_create_prio(&dev->esw_egress_root_ns->ns, 0, MAX_VPORTS, in init_egress_acl_root_ns()
2471 if (dev->esw_egress_root_ns) in mlx5_get_flow_namespace()
2472 return &dev->esw_egress_root_ns->ns; in mlx5_get_flow_namespace()
/freebsd/sys/dev/mlx5/
H A Ddriver.h727 struct mlx5_flow_root_namespace *esw_egress_root_ns; member