Home
last modified time | relevance | path

Searched refs:irqpoll_weight (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Dcommon.h251 u32 irqpoll_weight; member
264 return !!afu->irqpoll_weight; in afu_is_irqpoll_enabled()
H A Dmain.c1907 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu()
2864 return scnprintf(buf, PAGE_SIZE, "%u\n", afu->irqpoll_weight); in irqpoll_weight_show()
2900 if (weight == afu->irqpoll_weight) { in irqpoll_weight_store()
2914 afu->irqpoll_weight = weight; in irqpoll_weight_store()
3102 static DEVICE_ATTR_RW(irqpoll_weight);
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c96 static int irqpoll_weight = -1; variable
97 module_param(irqpoll_weight, int, 0444);
98 MODULE_PARM_DESC(irqpoll_weight,
8477 if (irqpoll_weight > 0) in mpt3sas_base_attach()
8478 ioc->thresh_hold = irqpoll_weight; in mpt3sas_base_attach()