Searched refs:irqs_max (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/misc/cxl/
H A Dsysfs.c212 return scnprintf(buf, PAGE_SIZE, "%i\n", afu->irqs_max); irqs_max_show()
221 int irqs_max; irqs_max_store() local
223 ret = sscanf(buf, "%i", &irqs_max); irqs_max_store()
227 if (irqs_max < afu->pp_irqs) irqs_max_store()
230 if (irqs_max > afu->adapter->user_irqs) irqs_max_store()
233 afu->irqs_max = irqs_max; irqs_max_store()
362 __ATTR_RW(irqs_max),
H A Dfile.c172 (work.num_interrupts > ctx->afu->irqs_max)) { afu_ioctl_start_work()
H A Dcxl.h379 int irqs_max; member in struct:cxl_afu
H A Dpci.c564 afu->irqs_max = afu->adapter->user_irqs; cxl_alloc_afu()

Completed in 344 milliseconds