Searched refs:new_region (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 1394 struct mlxsw_sp_acl_tcam_region *new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start() local 1404 new_region = mlxsw_sp_acl_tcam_region_create(mlxsw_sp, vregion->tcam, in mlxsw_sp_acl_tcam_vregion_rehash_start() 1406 if (IS_ERR(new_region)) { in mlxsw_sp_acl_tcam_vregion_rehash_start() 1407 err = PTR_ERR(new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start() 1415 vregion->region = new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start() 1418 new_region, priority, in mlxsw_sp_acl_tcam_vregion_rehash_start() 1431 mlxsw_sp_acl_tcam_region_destroy(mlxsw_sp, new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 1360 struct mlxsw_sp_acl_tcam_region *new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start() local 1370 new_region = mlxsw_sp_acl_tcam_region_create(mlxsw_sp, vregion->tcam, in mlxsw_sp_acl_tcam_vregion_rehash_start() 1372 if (IS_ERR(new_region)) { in mlxsw_sp_acl_tcam_vregion_rehash_start() 1373 err = PTR_ERR(new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start() 1381 vregion->region = new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start() 1384 new_region, priority, in mlxsw_sp_acl_tcam_vregion_rehash_start() 1397 mlxsw_sp_acl_tcam_region_destroy(mlxsw_sp, new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start()
|
Completed in 6 milliseconds