Searched refs:new_region (Results 1 – 1 of 1) sorted by relevance
1458 struct mlxsw_sp_acl_tcam_region *new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start() local1468 new_region = mlxsw_sp_acl_tcam_region_create(mlxsw_sp, vregion->tcam, in mlxsw_sp_acl_tcam_vregion_rehash_start()1470 if (IS_ERR(new_region)) { in mlxsw_sp_acl_tcam_vregion_rehash_start()1471 err = PTR_ERR(new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start()1479 vregion->region = new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start()1482 new_region, priority, in mlxsw_sp_acl_tcam_vregion_rehash_start()1495 mlxsw_sp_acl_tcam_region_destroy(mlxsw_sp, new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start()