Searched refs:ppmax (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 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() 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 516 cxgbi_tagmask_set(unsigned int ppmax) cxgbi_tagmask_set() argument [all...] |
H A D | libcxgb_ppm.h | 135 unsigned int ppmax; member 333 unsigned int cxgbi_tagmask_set(unsigned int ppmax);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 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() 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 516 cxgbi_tagmask_set(unsigned int ppmax) cxgbi_tagmask_set() argument [all...] |
H A D | libcxgb_ppm.h | 135 unsigned int ppmax; member 333 unsigned int cxgbi_tagmask_set(unsigned int ppmax);
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 1226 unsigned int ppmax, tagmask = 0; in cxgb3i_ddp_init() local 1242 ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; in cxgb3i_ddp_init() 1243 tagmask = cxgbi_tagmask_set(ppmax); in cxgb3i_ddp_init() 1246 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init() 1262 uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIFT); in cxgb3i_ddp_init()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 1227 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()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_ddp.c | 324 (ppm->ppmax >= 1024)) in cxgbit_ddp_init()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_ddp.c | 324 (ppm->ppmax >= 1024)) in cxgbit_ddp_init()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 1226 if (ppm->ppmax < 1024 || in cxgbi_ddp_ppm_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 1226 if (ppm->ppmax < 1024 || in cxgbi_ddp_ppm_setup()
|
Completed in 28 milliseconds