Searched refs:irqpoll (Results 1 – 5 of 5) sorted by relevance
37 irq 19: nobody cared (try booting with the "irqpoll" option)
3700 irq_poll_sched(&irq_context->irqpoll); in complete_cmd_fusion()3761 irq_poll_enable(&irq_ctx->irqpoll); in megasas_enable_irq_poll()3781 irq_poll_disable(&irq_ctx->irqpoll); in megasas_sync_irqs()3798 int megasas_irqpoll(struct irq_poll *irqpoll, int budget) in megasas_irqpoll() argument3804 irq_ctx = container_of(irqpoll, struct megasas_irq_context, irqpoll); in megasas_irqpoll()3814 irq_poll_complete(irqpoll); in megasas_irqpoll()
2218 struct irq_poll irqpoll; member2741 int megasas_irqpoll(struct irq_poll *irqpoll, int budget);
1814 irq_poll_sched(&reply_q->irqpoll); in _base_process_reply_queue()1924 _base_irqpoll(struct irq_poll *irqpoll, int budget) in _base_irqpoll() argument1929 reply_q = container_of(irqpoll, struct adapter_reply_queue, in _base_irqpoll()1930 irqpoll); in _base_irqpoll()1937 irq_poll_complete(irqpoll); in _base_irqpoll()1970 irq_poll_init(&reply_q->irqpoll, in _base_init_irqpolls()2030 irq_poll_disable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs()2031 irq_poll_enable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs()
2748 irqpoll [HW]