Searched refs:ppmax (Results 1 – 6 of 6) sorted by relevance
231 if (idx >= ppm->ppmax) { in cxgbi_ppm_ppod_release()232 pr_warn("ippm: idx too big %u > %u.\n", idx, ppm->ppmax); in cxgbi_ppm_ppod_release()350 unsigned int ppmax = (*total) / num_possible_cpus(); in ppm_alloc_cpu_pool() local358 if (ppmax > max) in ppm_alloc_cpu_pool()359 ppmax = max; in ppm_alloc_cpu_pool()362 bmap = ppmax / BITS_PER_TYPE(unsigned long); in ppm_alloc_cpu_pool()366 ppmax = (bmap * sizeof(unsigned long)) << 3; in ppm_alloc_cpu_pool()379 count += ppmax; in ppm_alloc_cpu_pool()383 *pcpu_ppmax = ppmax; in ppm_alloc_cpu_pool()401 unsigned int ppmax; in cxgbi_ppm_init() local[all …]
135 unsigned int ppmax; member333 unsigned int cxgbi_tagmask_set(unsigned int ppmax);
300 unsigned int ppmax; in cxgbit_ddp_init() local308 ppmax = lldi->vr->iscsi.size >> PPOD_SIZE_SHIFT; in cxgbit_ddp_init()326 (ppm->ppmax >= 1024)) in cxgbit_ddp_init()
1218 unsigned int ppmax, tagmask = 0; in cxgb3i_ddp_init() local1234 ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; in cxgb3i_ddp_init()1235 tagmask = cxgbi_tagmask_set(ppmax); in cxgb3i_ddp_init()1238 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init()1254 uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIFT); in cxgb3i_ddp_init()
2076 unsigned int ppmax; in cxgb4i_ddp_init() local2085 ppmax = lldi->vr->iscsi.size >> PPOD_SIZE_SHIFT; in cxgb4i_ddp_init()
1301 if (ppm->ppmax < 1024 || in cxgbi_ddp_ppm_setup()