Home
last modified time | relevance | path

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

/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,
8540 if (irqpoll_weight > 0) in mpt3sas_base_attach()
8541 ioc->thresh_hold = irqpoll_weight; in mpt3sas_base_attach()