Searched refs:iopoll (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be.h | 93 struct irq_poll iopoll; member
|
| H A D | be_iscsi.c | 1237 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_flush_cq() 1239 irq_poll_enable(&pbe_eq->iopoll); in beiscsi_flush_cq()
|
| H A D | be_main.c | 735 irq_poll_sched(&pbe_eq->iopoll); in be_isr_msix() 797 irq_poll_sched(&pbe_eq->iopoll); in be_isr() 2056 pbe_eq = container_of(iop, struct be_eq_obj, iopoll); in be_iopoll() 5318 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_enable_port() 5354 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_enable_port() 5389 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_disable_port() 5639 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_dev_probe() 5700 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_dev_probe()
|
| /linux/drivers/scsi/ |
| H A D | ipr.c | 3732 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_store_iopoll_weight() 3739 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_store_iopoll_weight() 5473 hrrq = container_of(iop, struct ipr_hrr_queue, iopoll); in ipr_iopoll() 5587 irq_poll_sched(&hrrq->iopoll); in ipr_isr_mhrrq() 9819 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_probe() 9850 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_shutdown()
|
| H A D | ipr.h | 510 struct irq_poll iopoll; member
|