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()
1907 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);
96 static int irqpoll_weight = -1; variable97 module_param(irqpoll_weight, int, 0444);98 MODULE_PARM_DESC(irqpoll_weight,8493 if (irqpoll_weight > 0) in mpt3sas_base_attach()8494 ioc->thresh_hold = irqpoll_weight; in mpt3sas_base_attach()