Searched refs:ppmax (Results 1 – 5 of 5) sorted by relevance
230 if (idx >= ppm->ppmax) { in cxgbi_ppm_ppod_release()231 pr_warn("ippm: idx too big %u > %u.\n", idx, ppm->ppmax); in cxgbi_ppm_ppod_release()349 unsigned int ppmax = (*total) / num_possible_cpus(); in ppm_alloc_cpu_pool() local357 if (ppmax > max) in ppm_alloc_cpu_pool()358 ppmax = max; in ppm_alloc_cpu_pool()361 bmap = ppmax / BITS_PER_TYPE(unsigned long); in ppm_alloc_cpu_pool()365 ppmax = (bmap * sizeof(unsigned long)) << 3; in ppm_alloc_cpu_pool()378 count += ppmax; in ppm_alloc_cpu_pool()382 *pcpu_ppmax = ppmax; in ppm_alloc_cpu_pool()400 unsigned int ppmax; in cxgbi_ppm_init() local[all …]
135 unsigned int ppmax; member333 unsigned int cxgbi_tagmask_set(unsigned int ppmax);
1227 unsigned int ppmax, tagmask = 0; in cxgb3i_ddp_init() local1243 ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; in cxgb3i_ddp_init()1244 tagmask = cxgbi_tagmask_set(ppmax); in cxgb3i_ddp_init()1247 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init()1263 uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIFT); in cxgb3i_ddp_init()
324 (ppm->ppmax >= 1024)) in cxgbit_ddp_init()
1226 if (ppm->ppmax < 1024 || in cxgbi_ddp_ppm_setup()