Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c91 static bool irq_coalesce; variable
92 module_param(irq_coalesce, bool, S_IRUGO);
93 MODULE_PARM_DESC(irq_coalesce, "take one IRQ per RX transfer");
597 const int max_bd_bytes = !irq_coalesce && !iudma->is_tx ? in iudma_write()
987 (irq_coalesce ? USBD_CONTROL_RXZSCFG_MASK : 0); in bcm63xx_init_udc_hw()
/openbmc/linux/drivers/atm/
H A Dhe.c119 static bool irq_coalesce = true; variable
859 if (irq_coalesce) { in he_init_group()
2844 module_param(irq_coalesce, bool, 0);
2845 MODULE_PARM_DESC(irq_coalesce, "use interrupt coalescing (default 1)");