/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_intr.c | 198 INTR_TYPE_CAM | INTR_MPSAFE, \ in register_legacy_intr() 250 INTR_TYPE_CAM | INTR_MPSAFE,\ in register_msix_intr() 279 INTR_TYPE_CAM | INTR_MPSAFE,\ in register_msix_intr() 307 INTR_TYPE_CAM | INTR_MPSAFE,\ in register_msix_intr()
|
/freebsd/sys/dev/isci/ |
H A D | isci_interrupt.c | 68 INTR_TYPE_CAM | INTR_MPSAFE, NULL, isci_interrupt_legacy_handler, in isci_interrupt_setup_legacy() 112 INTR_TYPE_CAM | INTR_MPSAFE, NULL, in isci_interrupt_setup_msix()
|
/freebsd/sys/dev/quicc/ |
H A D | quicc_core.c | 145 INTR_TYPE_TTY | INTR_MPSAFE, NULL, in quicc_bfe_attach() 362 if (filt == NULL && !(flags & INTR_MPSAFE)) in quicc_bus_setup_intr() 372 bus_setup_intr(dev, sc->sc_ires, INTR_TYPE_TTY | INTR_MPSAFE, in quicc_bus_setup_intr()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_interrupt.c | 148 error = bus_setup_intr(dev->bsddev, res, INTR_TYPE_NET | INTR_MPSAFE, in lkpi_request_irq() 179 return -bus_setup_intr(dev->bsddev, irqe->res, INTR_TYPE_NET | INTR_MPSAFE, in lkpi_enable_irq()
|
/freebsd/sys/dev/gve/ |
H A D | gve_utils.c | 316 err = bus_setup_intr(priv->dev, irq->res, INTR_TYPE_NET | INTR_MPSAFE, in gve_alloc_irqs() 344 err = bus_setup_intr(priv->dev, irq->res, INTR_TYPE_NET | INTR_MPSAFE, in gve_alloc_irqs() 369 err = bus_setup_intr(priv->dev, irq->res, INTR_TYPE_NET | INTR_MPSAFE, in gve_alloc_irqs()
|
/freebsd/sys/dev/eqos/ |
H A D | if_eqos_var.h | 47 #define EQOS_INTR_FLAGS (INTR_TYPE_NET | INTR_MPSAFE)
|
/freebsd/sys/dev/mailbox/arm/ |
H A D | arm_doorbell.c | 153 error = bus_setup_intr(dev, sc->res[1], INTR_TYPE_MISC | INTR_MPSAFE, in arm_doorbell_attach() 161 error = bus_setup_intr(dev, sc->res[2], INTR_TYPE_MISC | INTR_MPSAFE, in arm_doorbell_attach()
|
/freebsd/sys/dev/malo/ |
H A D | if_malo_pci.c | 203 INTR_TYPE_NET | INTR_MPSAFE, malo_intr, NULL, sc, in malo_pci_attach() 208 INTR_TYPE_NET | INTR_MPSAFE, malo_intr, NULL, sc, in malo_pci_attach()
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_edma.c | 308 if (bus_setup_intr(dev, sc->res[2], INTR_TYPE_BIO | INTR_MPSAFE, in edma_attach() 314 if (bus_setup_intr(dev, sc->res[3], INTR_TYPE_BIO | INTR_MPSAFE, in edma_attach()
|
H A D | vf_adc.c | 197 err = bus_setup_intr(dev, sc->res[1], INTR_TYPE_BIO | INTR_MPSAFE, in adc_attach()
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_isr.c | 194 INTR_TYPE_MISC | INTR_MPSAFE, in adf_request_irqs() 238 INTR_TYPE_MISC | INTR_MPSAFE, in adf_request_irqs()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ahci.c | 97 INTR_TYPE_MISC | INTR_MPSAFE, NULL, nvme_ctrlr_shared_handler, in nvme_ahci_attach()
|
/freebsd/sys/arm/arm/ |
H A D | pmu.c | 111 INTR_MPSAFE | INTR_TYPE_MISC, pmu_intr, NULL, NULL, in pmu_attach()
|
/freebsd/sys/dev/sbni/ |
H A D | if_sbni_isa.c | 143 dev, sc->irq_res, INTR_TYPE_NET | INTR_MPSAFE, in sbni_attach_isa()
|
H A D | if_sbni_pci.c | 140 INTR_MPSAFE, NULL, sbni_intr, sc, &sc->irq_handle); in sbni_pci_attach()
|
/freebsd/sys/dev/hyperv/vmbus/aarch64/ |
H A D | vmbus_aarch64.c | 125 err = bus_setup_intr(sc->vmbus_dev, sc->ires, INTR_TYPE_MISC | INTR_MPSAFE, in vmbus_setup_intr1()
|
/freebsd/sys/powerpc/ps3/ |
H A D | ohci_ps3.c | 125 err = bus_setup_intr(dev, sc->sc_irq_res, INTR_TYPE_BIO | INTR_MPSAFE, in ohci_ps3_attach()
|
H A D | ehci_ps3.c | 135 err = bus_setup_intr(dev, sc->sc_irq_res, INTR_TYPE_BIO | INTR_MPSAFE, in ehci_ps3_attach()
|
/freebsd/sys/dev/xen/xenpci/ |
H A D | xenpci.c | 58 scp->res_irq, INTR_MPSAFE|INTR_TYPE_MISC, in xenpci_irq_init()
|
/freebsd/sys/dev/xilinx/ |
H A D | xlnx_pcib.c | 361 error = bus_setup_intr(dev, sc->res[1], INTR_TYPE_MISC | INTR_MPSAFE, in xlnx_pcib_fdt_attach() 369 error = bus_setup_intr(dev, sc->res[2], INTR_TYPE_MISC | INTR_MPSAFE, in xlnx_pcib_fdt_attach() 377 error = bus_setup_intr(dev, sc->res[3], INTR_TYPE_MISC | INTR_MPSAFE, in xlnx_pcib_fdt_attach()
|
/freebsd/sys/dev/scc/ |
H A D | scc_core.c | 241 INTR_TYPE_TTY | INTR_MPSAFE, NULL, in scc_bfe_attach() 527 if (filt == NULL && !(flags & INTR_MPSAFE)) in scc_bus_setup_intr() 542 INTR_TYPE_TTY | INTR_MPSAFE, NULL, in scc_bus_setup_intr()
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | amdviiommu.c | 143 error = bus_setup_intr(dev, sc->event_res, INTR_TYPE_MISC | INTR_MPSAFE, in ivhd_setup_intr()
|
/freebsd/sys/dev/gpio/ |
H A D | gpioaei.c | 120 err = bus_setup_intr(dev, sc->intr_res, INTR_TYPE_MISC | INTR_MPSAFE, in gpio_aei_attach()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_ts.c | 164 INTR_TYPE_MISC | INTR_MPSAFE, NULL, aw_ts_intr, sc, in aw_ts_attach()
|
/freebsd/sys/dev/mii/ |
H A D | dp83822phy.c | 138 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET | INTR_MPSAFE, in dp_attach()
|