Searched refs:INTR_TYPE_CAM (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/sys/dev/isci/
H A Disci_interrupt.c68 INTR_TYPE_CAM | INTR_MPSAFE, NULL, isci_interrupt_legacy_handler,
112 INTR_TYPE_CAM | INTR_MPSAFE, NULL,
/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30_isa.c98 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM | INTR_ENTROPY |
H A Dtmc18c30_pccard.c108 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM | INTR_ENTROPY |
H A Dtmc18c30_pci.c102 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM | INTR_ENTROPY |
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_intr.c187 INTR_TYPE_CAM | INTR_MPSAFE, \
233 INTR_TYPE_CAM | INTR_MPSAFE,\
265 INTR_TYPE_CAM | INTR_MPSAFE,\
293 INTR_TYPE_CAM | INTR_MPSAFE,\
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt_eisa.c150 if (bus_setup_intr(dev, dpt->irq_res, INTR_TYPE_CAM | INTR_ENTROPY |
H A Ddpt_pci.c152 if (bus_setup_intr(dev, dpt->irq_res, INTR_TYPE_CAM | INTR_ENTROPY |
/freebsd-11-stable/sys/dev/aic/
H A Daic_pccard.c149 error = bus_setup_intr(dev, sc->sc_irq, INTR_TYPE_CAM | INTR_ENTROPY |
H A Daic_cbus.c217 error = bus_setup_intr(dev, sc->sc_irq, INTR_TYPE_CAM | INTR_ENTROPY |
H A Daic_isa.c194 error = bus_setup_intr(dev, sc->sc_irq, INTR_TYPE_CAM | INTR_ENTROPY |
/freebsd-11-stable/sys/dev/advansys/
H A Dadv_eisa.c340 if (bus_setup_intr(dev, irq, INTR_TYPE_CAM|INTR_ENTROPY|INTR_MPSAFE, NULL,
H A Dadv_pci.c298 bus_setup_intr(dev, irqres, INTR_TYPE_CAM|INTR_ENTROPY|INTR_MPSAFE,
H A Dadv_isa.c337 bus_setup_intr(dev, irqres, INTR_TYPE_CAM|INTR_ENTROPY|
/freebsd-11-stable/sys/dev/aha/
H A Daha_isa.c263 error = bus_setup_intr(dev, aha->irq, INTR_TYPE_CAM|INTR_ENTROPY|
H A Daha_mca.c194 error = bus_setup_intr(dev, sc->irq, INTR_TYPE_CAM | INTR_ENTROPY |
/freebsd-11-stable/sys/dev/ncv/
H A Dncr53c500_pccard.c253 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM | INTR_ENTROPY |
/freebsd-11-stable/sys/dev/nsp/
H A Dnsp_pccard.c196 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_CAM | INTR_ENTROPY |
/freebsd-11-stable/sys/dev/ct/
H A Dct_isa.c297 if (bus_setup_intr(dev, ct->irq_res, INTR_TYPE_CAM | INTR_MPSAFE,
/freebsd-11-stable/sys/dev/iir/
H A Diir_pci.c329 if (bus_setup_intr(dev, irq, INTR_TYPE_CAM | INTR_MPSAFE,
/freebsd-11-stable/sys/dev/esp/
H A Desp_pci.c300 INTR_MPSAFE | INTR_TYPE_CAM, NULL, ncr53c9x_intr, sc,
H A Desp_sbus.c653 INTR_MPSAFE | INTR_TYPE_CAM, NULL, ncr53c9x_intr, sc,
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h556 INTR_TYPE_CAM = 8, enumerator in enum:intr_type
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3cdrom.c183 INTR_TYPE_CAM | INTR_MPSAFE | INTR_ENTROPY,
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_pci.c775 if (bus_setup_intr(ocs->dev, ocs->irq, INTR_MPSAFE | INTR_TYPE_CAM,
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1270 if (bus_setup_intr(hba->pcidev, hba->irq_res, INTR_TYPE_CAM | INTR_MPSAFE,
1272 if (bus_setup_intr(hba->pcidev, hba->irq_res, INTR_TYPE_CAM,

Completed in 119 milliseconds

123