Home
last modified time | relevance | path

Searched refs:root_ns (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c1993 struct mlx5_flow_root_namespace *root_ns = dev->root_ns; in cleanup_root_ns() local
1996 if (!root_ns) in cleanup_root_ns()
2045 if (!root_ns) in cleanup_single_prio_root_ns()
2055 root_ns = NULL; in cleanup_single_prio_root_ns()
2090 root_ns = mlx5_vzalloc(sizeof(*root_ns)); in create_root_ns()
2091 if (!root_ns) in create_root_ns()
2094 root_ns->dev = dev; in create_root_ns()
2098 ns = &root_ns->ns; in create_root_ns()
2102 return root_ns; in create_root_ns()
2447 struct mlx5_flow_root_namespace *root_ns = dev->root_ns; in mlx5_get_flow_namespace() local
[all …]
H A Dmlx5_eswitch.c272 struct mlx5_flow_namespace *root_ns; in esw_create_fdb_table() local
284 root_ns = mlx5_get_flow_namespace(dev, MLX5_FLOW_NAMESPACE_FDB); in esw_create_fdb_table()
285 if (!root_ns) { in esw_create_fdb_table()
298 fdb = mlx5_create_flow_table(root_ns, 0, "FDB", table_size); in esw_create_fdb_table()
608 struct mlx5_flow_namespace *root_ns; in esw_vport_enable_egress_acl() local
622 root_ns = mlx5_get_flow_namespace(dev, MLX5_FLOW_NAMESPACE_ESW_EGRESS); in esw_vport_enable_egress_acl()
623 if (!root_ns) { in esw_vport_enable_egress_acl()
633 acl = mlx5_create_vport_flow_table(root_ns, vport->vport, 0, table_name, table_size); in esw_vport_enable_egress_acl()
707 struct mlx5_flow_namespace *root_ns; in esw_vport_enable_ingress_acl() local
722 root_ns = mlx5_get_flow_namespace(dev, MLX5_FLOW_NAMESPACE_ESW_INGRESS); in esw_vport_enable_ingress_acl()
[all …]
/freebsd/sys/dev/mlx5/
H A Ddriver.h725 struct mlx5_flow_root_namespace *root_ns; member