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

/freebsd-12-stable/sys/dev/nsp/
H A Dnspvar.h55 void *nsp_intrhand; member in struct:nsp_softc
H A Dnsp_pccard.c102 if (sc->nsp_intrhand)
103 bus_teardown_intr(dev, sc->irq_res, sc->nsp_intrhand);
199 INTR_MPSAFE, NULL, nsp_pccard_intr, sc, &sc->nsp_intrhand);

Completed in 30 milliseconds