Searched refs:esw_ingress_root_ns (Results 1 – 2 of 2) sorted by relevance
2788 if (steering->esw_ingress_root_ns && in mlx5_get_flow_vport_namespace()2789 steering->esw_ingress_root_ns[vport_idx]) in mlx5_get_flow_vport_namespace()3539 if (!steering->esw_ingress_root_ns[vport]) in init_ingress_acl_root_ns()3597 steering->esw_ingress_root_ns = in mlx5_fs_ingress_acls_init()3599 sizeof(*steering->esw_ingress_root_ns), in mlx5_fs_ingress_acls_init()3601 if (!steering->esw_ingress_root_ns) in mlx5_fs_ingress_acls_init()3615 kfree(steering->esw_ingress_root_ns); in mlx5_fs_ingress_acls_init()3616 steering->esw_ingress_root_ns = NULL; in mlx5_fs_ingress_acls_init()3625 if (!steering->esw_ingress_root_ns) in mlx5_fs_ingress_acls_cleanup()3631 kfree(steering->esw_ingress_root_ns); in mlx5_fs_ingress_acls_cleanup()[all …]
154 struct mlx5_flow_root_namespace **esw_ingress_root_ns; member