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

/freebsd-10.3-release/sys/dev/vte/
H A Dif_vtevar.h131 void *vte_intrhand; member in struct:vte_softc
H A Dif_vte.c485 NULL, vte_intr, sc, &sc->vte_intrhand);
522 if (sc->vte_intrhand != NULL) {
523 bus_teardown_intr(dev, sc->vte_irq, sc->vte_intrhand);
524 sc->vte_intrhand = NULL;

Completed in 43 milliseconds