Home
last modified time | relevance | path

Searched refs:ppmax (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.c230 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() local
357 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 …]
Dlibcxgb_ppm.h135 unsigned int ppmax; member
333 unsigned int cxgbi_tagmask_set(unsigned int ppmax);
/linux-6.1.9/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1227 unsigned int ppmax, tagmask = 0; in cxgb3i_ddp_init() local
1243 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()
/linux-6.1.9/drivers/target/iscsi/cxgbit/
Dcxgbit_ddp.c324 (ppm->ppmax >= 1024)) in cxgbit_ddp_init()
/linux-6.1.9/drivers/scsi/cxgbi/
Dlibcxgbi.c1226 if (ppm->ppmax < 1024 || in cxgbi_ddp_ppm_setup()