Searched refs:INTR_ENTROPY (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/sys/dev/fdc/
H A Dfdc.c1813 INTR_TYPE_BIO | INTR_ENTROPY |
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c870 &info->txq[q], INTR_TYPE_NET | INTR_MPSAFE | INTR_ENTROPY,
/freebsd-13-stable/sys/dev/mly/
H A Dmly.c380 if (bus_setup_intr(sc->mly_dev, sc->mly_irq, INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE, NULL, mly_intr, sc, &sc->mly_intr)) {
/freebsd-13-stable/sys/dev/mlx/
H A Dmlx.c390 INTR_ENTROPY | INTR_MPSAFE, NULL, mlx_intr, sc, &sc->mlx_intr);
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dfsl_sata.c210 #define ATA_INTR_FLAGS (INTR_MPSAFE|INTR_TYPE_BIO|INTR_ENTROPY)
/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c4926 bus_setup_intr(dev, irqres, INTR_TYPE_CAM|INTR_ENTROPY|INTR_MPSAFE, NULL, arcmsr_intr_handler, acb, &acb->ih[0])) {
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c8847 INTR_ENTROPY | INTR_MPSAFE | INTR_TYPE_CAM,

Completed in 166 milliseconds

12