Searched refs:mly_intr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/mly/
H A Dmlyvar.h166 void *mly_intr; /* interrupt handle */ member in struct:mly_softc
H A Dmly.c67 static void mly_intr(void *arg);
380 if (bus_setup_intr(sc->mly_dev, sc->mly_irq, INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE, NULL, mly_intr, sc, &sc->mly_intr)) {
556 mly_intr(void *arg) function
702 if (sc->mly_intr)
703 bus_teardown_intr(sc->mly_dev, sc->mly_irq, sc->mly_intr);

Completed in 163 milliseconds