Searched refs:irq_coalesce (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 91 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"); 600 const int max_bd_bytes = !irq_coalesce && !iudma->is_tx ? in iudma_write() 990 (irq_coalesce ? USBD_CONTROL_RXZSCFG_MASK : 0); in bcm63xx_init_udc_hw()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 91 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()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 119 static bool irq_coalesce = true; variable 862 if (irq_coalesce) { in he_init_group() 2847 module_param(irq_coalesce, bool, 0); 2848 MODULE_PARM_DESC(irq_coalesce, "use interrupt coalescing (default 1)");
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 119 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)");
|
Completed in 12 milliseconds