Searched refs:poll_only (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Dip2main.c39 // Reworked poll_only hack for explicit parameter setting
40 // You must now EXPLICITLY set poll_only = 1 or set all irqs to 0
291 static int poll_only; variable
314 module_param(poll_only, bool, 0);
315 MODULE_PARM_DESC(poll_only, "Do not use card interrupts");
551 if (poll_only) {
553 irq[0] = irq[1] = irq[2] = irq[3] = poll_only = 0;
557 if (!poll_only && (!strncmp(str, "ip2=", 4)))
572 /* This is a little bit of a hack. If poll_only=1 on command
584 poll_only |
[all...]

Completed in 41 milliseconds