Lines Matching defs:max_regions
26 * @max_regions: maximum number of regions supported by hardware
43 u32 max_regions;
256 for (r = 0; r < ep->max_regions; r++)
260 if (r == ep->max_regions)
483 &ep->max_regions);
484 if (err < 0 || ep->max_regions > MAX_REGION_LIMIT)
485 ep->max_regions = MAX_REGION_LIMIT;
508 size_t max_regions;
546 max_regions = ep->max_regions;
547 ep->ob_addr = devm_kcalloc(dev, max_regions, sizeof(*ep->ob_addr),
558 windows = devm_kcalloc(dev, ep->max_regions,
564 for (i = 0; i < ep->max_regions; i++) {
569 err = pci_epc_multi_mem_init(epc, windows, ep->max_regions);