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()
1912 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu()2869 return scnprintf(buf, PAGE_SIZE, "%u\n", afu->irqpoll_weight); in irqpoll_weight_show()2905 if (weight == afu->irqpoll_weight) { in irqpoll_weight_store()2919 afu->irqpoll_weight = weight; in irqpoll_weight_store()3107 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,8523 if (irqpoll_weight > 0) in mpt3sas_base_attach()8524 ioc->thresh_hold = irqpoll_weight; in mpt3sas_base_attach()