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

/linux-4.4.14/drivers/misc/cxl/
H A Dsysfs.c238 return scnprintf(buf, PAGE_SIZE, "%i\n", afu->irqs_max); irqs_max_show()
247 int irqs_max; irqs_max_store() local
249 ret = sscanf(buf, "%i", &irqs_max); irqs_max_store()
253 if (irqs_max < afu->pp_irqs) irqs_max_store()
256 if (irqs_max > afu->adapter->user_irqs) irqs_max_store()
259 afu->irqs_max = irqs_max; irqs_max_store()
398 __ATTR_RW(irqs_max),
H A Dapi.c312 (work->num_interrupts > ctx->afu->irqs_max)) { cxl_start_work()
H A Dfile.c184 (work.num_interrupts > ctx->afu->irqs_max)) { afu_ioctl_start_work()
H A Dcxl.h390 int irqs_max; member in struct:cxl_afu
H A Dpci.c635 afu->irqs_max = afu->adapter->user_irqs; cxl_alloc_afu()

Completed in 327 milliseconds