/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | common.h | 227 struct irq_poll irqpoll; member
|
H A D | main.c | 708 irq_poll_disable(&hwq->irqpoll); in stop_afu() 1439 * @irqpoll: IRQ poll structure associated with queue to poll. 1444 static int cxlflash_irqpoll(struct irq_poll *irqpoll, int budget) in cxlflash_irqpoll() argument 1446 struct hwq *hwq = container_of(irqpoll, struct hwq, irqpoll); in cxlflash_irqpoll() 1455 irq_poll_complete(irqpoll); in cxlflash_irqpoll() 1487 irq_poll_sched(&hwq->irqpoll); in cxlflash_rrq_irq() 1930 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu() 2933 irq_poll_disable(&hwq->irqpoll); in irqpoll_weight_store() 2943 irq_poll_init(&hwq->irqpoll, weigh in irqpoll_weight_store() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | common.h | 227 struct irq_poll irqpoll; member
|
H A D | main.c | 708 irq_poll_disable(&hwq->irqpoll); in stop_afu() 1439 * @irqpoll: IRQ poll structure associated with queue to poll. 1444 static int cxlflash_irqpoll(struct irq_poll *irqpoll, int budget) in cxlflash_irqpoll() argument 1446 struct hwq *hwq = container_of(irqpoll, struct hwq, irqpoll); in cxlflash_irqpoll() 1455 irq_poll_complete(irqpoll); in cxlflash_irqpoll() 1487 irq_poll_sched(&hwq->irqpoll); in cxlflash_rrq_irq() 1907 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu() 2910 irq_poll_disable(&hwq->irqpoll); in irqpoll_weight_store() 2920 irq_poll_init(&hwq->irqpoll, weigh in irqpoll_weight_store() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 3614 irq_poll_sched(&irq_context->irqpoll); in complete_cmd_fusion() 3637 * megasas_enable_irq_poll() - enable irqpoll 3649 irq_poll_enable(&irq_ctx->irqpoll); in megasas_enable_irq_poll() 3669 irq_poll_disable(&irq_ctx->irqpoll); in megasas_sync_irqs() 3680 * @irqpoll: IRQ poll structure associated with queue to poll. 3686 int megasas_irqpoll(struct irq_poll *irqpoll, int budget) in megasas_irqpoll() argument 3692 irq_ctx = container_of(irqpoll, struct megasas_irq_context, irqpoll); in megasas_irqpoll() 3702 irq_poll_complete(irqpoll); in megasas_irqpoll()
|
H A D | megaraid_sas.h | 2214 struct irq_poll irqpoll; member 2727 int megasas_irqpoll(struct irq_poll *irqpoll, int budget);
|
H A D | megaraid_sas_base.c | 5625 irq_poll_init(&irq_ctx->irqpoll, in megasas_setup_irq_poll() 5728 irq_poll_disable(&irq_ctx->irqpoll); in megasas_destroy_irqs()
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.c | 3699 irq_poll_sched(&irq_context->irqpoll); in complete_cmd_fusion() 3748 * megasas_enable_irq_poll() - enable irqpoll 3760 irq_poll_enable(&irq_ctx->irqpoll); in megasas_enable_irq_poll() 3780 irq_poll_disable(&irq_ctx->irqpoll); in megasas_sync_irqs() 3791 * @irqpoll: IRQ poll structure associated with queue to poll. 3797 int megasas_irqpoll(struct irq_poll *irqpoll, int budget) in megasas_irqpoll() argument 3803 irq_ctx = container_of(irqpoll, struct megasas_irq_context, irqpoll); in megasas_irqpoll() 3813 irq_poll_complete(irqpoll); in megasas_irqpoll()
|
H A D | megaraid_sas.h | 2218 struct irq_poll irqpoll; member 2741 int megasas_irqpoll(struct irq_poll *irqpoll, int budget);
|
H A D | megaraid_sas_base.c | 5656 irq_poll_init(&irq_ctx->irqpoll, in megasas_setup_irq_poll() 5759 irq_poll_disable(&irq_ctx->irqpoll); in megasas_destroy_irqs()
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 1660 irq_poll_sched(&reply_q->irqpoll); in _base_process_reply_queue() 1737 * @irqpoll: irq_poll object 1743 _base_irqpoll(struct irq_poll *irqpoll, int budget) in _base_irqpoll() argument 1748 reply_q = container_of(irqpoll, struct adapter_reply_queue, in _base_irqpoll() 1749 irqpoll); in _base_irqpoll() 1756 irq_poll_complete(irqpoll); in _base_irqpoll() 1787 irq_poll_init(&reply_q->irqpoll, in _base_init_irqpolls() 1841 irq_poll_disable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs() 1842 irq_poll_enable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs()
|
H A D | mpt3sas_base.h | 912 * @irqpoll: irq_poll object 924 struct irq_poll irqpoll; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 1803 irq_poll_sched(&reply_q->irqpoll); in _base_process_reply_queue() 1907 * @irqpoll: irq_poll object 1913 _base_irqpoll(struct irq_poll *irqpoll, int budget) in _base_irqpoll() argument 1918 reply_q = container_of(irqpoll, struct adapter_reply_queue, in _base_irqpoll() 1919 irqpoll); in _base_irqpoll() 1926 irq_poll_complete(irqpoll); in _base_irqpoll() 1959 irq_poll_init(&reply_q->irqpoll, in _base_init_irqpolls() 2019 irq_poll_disable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs() 2020 irq_poll_enable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs()
|
H A D | mpt3sas_base.h | 943 * @irqpoll: irq_poll object 957 struct irq_poll irqpoll; member
|