Home
last modified time | relevance | path

Searched refs:nr_pools (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/arch/sparc/kernel/
Diommu-common.c64 iommu->nr_pools = IOMMU_NR_POOLS; in iommu_tbl_pool_init()
66 iommu->nr_pools = npools; in iommu_tbl_pool_init()
78 iommu->poolsize = num_entries/iommu->nr_pools; in iommu_tbl_pool_init()
80 iommu->poolsize = (num_entries * 3 / 4)/iommu->nr_pools; in iommu_tbl_pool_init()
81 for (i = 0; i < iommu->nr_pools; i++) { in iommu_tbl_pool_init()
109 unsigned int npools = iommu->nr_pools; in iommu_tbl_range_alloc()
176 boundary_size = iommu->poolsize * iommu->nr_pools; in iommu_tbl_range_alloc()
190 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc()
192 pool_nr = (pool_nr + 1) & (iommu->nr_pools - 1); in iommu_tbl_range_alloc()
236 BUG_ON(pool_nr >= tbl->nr_pools); in get_pool()
Dpci_sun4v.c717 for (pool_nr = 0; pool_nr < iommu->nr_pools; pool_nr++) { in probe_existing_entries()
Dldc.c1108 num_tsb_entries = iommu->poolsize * iommu->nr_pools; in ldc_iommu_release()
/linux-6.12.1/arch/powerpc/kernel/
Diommu.c248 pool_nr = raw_cpu_read(iommu_pool_hash) & (tbl->nr_pools - 1); in iommu_range_alloc()
299 } else if (pass <= tbl->nr_pools) { in iommu_range_alloc()
302 pool_nr = (pool_nr + 1) & (tbl->nr_pools - 1); in iommu_range_alloc()
309 } else if (pass == tbl->nr_pools + 1) { in iommu_range_alloc()
429 BUG_ON(pool_nr > tbl->nr_pools); in get_pool()
748 tbl->nr_pools = IOMMU_NR_POOLS; in iommu_init_table()
750 tbl->nr_pools = 1; in iommu_init_table()
753 tbl->poolsize = (tbl->it_size * 3 / 4) / tbl->nr_pools; in iommu_init_table()
755 for (i = 0; i < tbl->nr_pools; i++) { in iommu_init_table()
/linux-6.12.1/arch/sparc/include/asm/
Diommu-common.h23 unsigned long nr_pools; member
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npa.c340 req->aura_sz == NPA_AURA_SZ_0 || !req->nr_pools) in rvu_mbox_handler_npa_lf_alloc()
379 err = qmem_alloc(rvu->dev, &pfvf->pool_ctx, req->nr_pools, hwctx_size); in rvu_mbox_handler_npa_lf_alloc()
Dmbox.h759 u32 nr_pools; /* No of pools */ member
/linux-6.12.1/arch/powerpc/include/asm/
Diommu.h108 unsigned long nr_pools; member
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1573 npalf->nr_pools = hw->pool_cnt; in otx2_config_npa()