Home
last modified time | relevance | path

Searched refs:irq_poll_init (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/lib/
Dirq_poll.c179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init() function
186 EXPORT_SYMBOL(irq_poll_init);
/Linux-v6.1/include/linux/
Dirq_poll.h21 extern void irq_poll_init(struct irq_poll *, int, irq_poll_fn *);
/Linux-v6.1/drivers/infiniband/core/
Dcq.c253 irq_poll_init(&cq->iop, IB_POLL_BUDGET_IRQ, ib_poll_handler); in __ib_alloc_cq()
/Linux-v6.1/drivers/scsi/cxlflash/
Dmain.c1907 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu()
2920 irq_poll_init(&hwq->irqpoll, weight, cxlflash_irqpoll); in irqpoll_weight_store()
/Linux-v6.1/drivers/scsi/be2iscsi/
Dbe_main.c5332 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_enable_port()
5661 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_dev_probe()
/Linux-v6.1/drivers/scsi/
Dipr.c3826 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_store_iopoll_weight()
10628 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_probe()
/Linux-v6.1/drivers/scsi/megaraid/
Dmegaraid_sas_base.c5660 irq_poll_init(&irq_ctx->irqpoll, in megasas_setup_irq_poll()
/Linux-v6.1/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1943 irq_poll_init(&reply_q->irqpoll, in _base_init_irqpolls()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_sli.c16293 irq_poll_init(&cq->iop, LPFC_IRQ_POLL_WEIGHT, lpfc_cq_poll_hdler); in lpfc_cq_create()