Searched refs:irqpoll_weight (Results 1 – 3 of 3) sorted by relevance
251 u32 irqpoll_weight; member264 return !!afu->irqpoll_weight; in afu_is_irqpoll_enabled()
1935 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu()2892 return scnprintf(buf, PAGE_SIZE, "%u\n", afu->irqpoll_weight); in irqpoll_weight_show()2928 if (weight == afu->irqpoll_weight) { in irqpoll_weight_store()2942 afu->irqpoll_weight = weight; in irqpoll_weight_store()3130 static DEVICE_ATTR_RW(irqpoll_weight);
97 static int irqpoll_weight = -1; variable98 module_param(irqpoll_weight, int, 0444);99 MODULE_PARM_DESC(irqpoll_weight,7062 if (irqpoll_weight > 0) in mpt3sas_base_attach()7063 ioc->thresh_hold = irqpoll_weight; in mpt3sas_base_attach()