Searched refs:irqs_max (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | sysfs.c | 285 return scnprintf(buf, PAGE_SIZE, "%i\n", afu->irqs_max); in irqs_max_show() 294 int irqs_max; in irqs_max_store() local 296 ret = sscanf(buf, "%i", &irqs_max); in irqs_max_store() 300 if (irqs_max < afu->pp_irqs) in irqs_max_store() 304 if (irqs_max > afu->adapter->user_irqs) in irqs_max_store() 308 if (irqs_max > afu->guest->max_ints) in irqs_max_store() 312 afu->irqs_max = irqs_max; in irqs_max_store() 458 __ATTR_RW(irqs_max),
|
H A D | of.c | 191 afu->irqs_max = afu->guest->max_ints; in cxl_of_read_afu_properties() 277 afu->irqs_max); in cxl_of_read_afu_properties()
|
H A D | main.c | 259 afu->irqs_max = afu->adapter->user_irqs; in cxl_alloc_afu()
|
H A D | api.c | 468 (work->num_interrupts > ctx->afu->irqs_max)) { in cxl_start_work()
|
H A D | file.c | 181 (work.num_interrupts > ctx->afu->irqs_max)) { in afu_ioctl_start_work()
|
H A D | cxl.h | 506 int irqs_max; member
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | sysfs.c | 285 return scnprintf(buf, PAGE_SIZE, "%i\n", afu->irqs_max); in irqs_max_show() 294 int irqs_max; in irqs_max_store() local 296 ret = sscanf(buf, "%i", &irqs_max); in irqs_max_store() 300 if (irqs_max < afu->pp_irqs) in irqs_max_store() 304 if (irqs_max > afu->adapter->user_irqs) in irqs_max_store() 308 if (irqs_max > afu->guest->max_ints) in irqs_max_store() 312 afu->irqs_max = irqs_max; in irqs_max_store() 458 __ATTR_RW(irqs_max),
|
H A D | of.c | 191 afu->irqs_max = afu->guest->max_ints; in cxl_of_read_afu_properties() 277 afu->irqs_max); in cxl_of_read_afu_properties()
|
H A D | main.c | 260 afu->irqs_max = afu->adapter->user_irqs; in cxl_alloc_afu()
|
H A D | api.c | 469 (work->num_interrupts > ctx->afu->irqs_max)) { in cxl_start_work()
|
H A D | file.c | 181 (work.num_interrupts > ctx->afu->irqs_max)) { in afu_ioctl_start_work()
|
H A D | cxl.h | 508 int irqs_max; member
|
Completed in 14 milliseconds