ppmax 231 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c if (idx >= ppm->ppmax) { ppmax 232 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c pr_warn("ippm: idx too big %u > %u.\n", idx, ppm->ppmax); ppmax 350 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c unsigned int ppmax = (*total) / num_possible_cpus(); ppmax 358 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c if (ppmax > max) ppmax 359 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppmax = max; ppmax 362 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c bmap = ppmax / BITS_PER_TYPE(unsigned long); ppmax 366 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppmax = (bmap * sizeof(unsigned long)) << 3; ppmax 379 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c count += ppmax; ppmax 383 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c *pcpu_ppmax = ppmax; ppmax 401 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c unsigned int ppmax; ppmax 419 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppmax = (iscsi_edram_size + iscsi_size) >> PPOD_SIZE_SHIFT; ppmax 423 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ndev->name, ppm_pp, ppm, ppm->ppmax, ppmax); ppmax 429 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppmax_pool = ppmax / reserve_factor; ppmax 437 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ndev->name, ppmax, ppmax_pool, pool_index_max); ppmax 440 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppod_bmap_size = BITS_TO_LONGS(ppmax - ppmax_pool); ppmax 442 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppmax * (sizeof(struct cxgbi_ppod_data)) + ppmax 449 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppm->ppod_bmap = (unsigned long *)(&ppm->ppod_data[ppmax]); ppmax 451 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c if ((ppod_bmap_size >> 3) > (ppmax - ppmax_pool)) { ppmax 452 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c unsigned int start = ppmax - ppmax_pool; ppmax 455 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c bitmap_set(ppm->ppod_bmap, ppmax, end - start); ppmax 457 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c __func__, ppmax, ppmax_pool, ppod_bmap_size, start, ppmax 478 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppm->ppmax = ppmax; ppmax 483 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppm->bmap_index_max = ppmax - ppmax_pool; ppmax 495 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ndev->name, ppm_pp, *ppm_pp, ppm->ppmax, ppmax); ppmax 505 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ndev->name, ppm_pp, ppm, ppm->base_idx, ppm->ppmax, PAGE_SIZE, ppmax 517 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c unsigned int cxgbi_tagmask_set(unsigned int ppmax) ppmax 519 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c unsigned int bits = fls(ppmax); ppmax 525 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c ppmax, ppmax, bits, 1 << (bits + PPOD_IDX_SHIFT)); ppmax 135 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h unsigned int ppmax; ppmax 333 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h unsigned int cxgbi_tagmask_set(unsigned int ppmax); ppmax 1218 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c unsigned int ppmax, tagmask = 0; ppmax 1234 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; ppmax 1235 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c tagmask = cxgbi_tagmask_set(ppmax); ppmax 1238 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, ppmax 1254 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIFT); ppmax 2076 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c unsigned int ppmax; ppmax 2085 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c ppmax = lldi->vr->iscsi.size >> PPOD_SIZE_SHIFT; ppmax 1302 drivers/scsi/cxgbi/libcxgbi.c if (ppm->ppmax < 1024 || ppmax 300 drivers/target/iscsi/cxgbit/cxgbit_ddp.c unsigned int ppmax; ppmax 308 drivers/target/iscsi/cxgbit/cxgbit_ddp.c ppmax = lldi->vr->iscsi.size >> PPOD_SIZE_SHIFT; ppmax 326 drivers/target/iscsi/cxgbit/cxgbit_ddp.c (ppm->ppmax >= 1024))