Searched refs:new_region (Results 1 – 1 of 1) sorted by relevance
1426 struct mlxsw_sp_acl_tcam_region *new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start() local1436 new_region = mlxsw_sp_acl_tcam_region_create(mlxsw_sp, vregion->tcam, in mlxsw_sp_acl_tcam_vregion_rehash_start()1438 if (IS_ERR(new_region)) { in mlxsw_sp_acl_tcam_vregion_rehash_start()1439 err = PTR_ERR(new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start()1447 vregion->region = new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start()1450 new_region, priority, in mlxsw_sp_acl_tcam_vregion_rehash_start()1463 mlxsw_sp_acl_tcam_region_destroy(mlxsw_sp, new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start()