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

/freebsd-12-stable/sys/dev/vte/
H A Dif_vtevar.h133 void *vte_intrhand; member in struct:vte_softc
H A Dif_vte.c490 NULL, vte_intr, sc, &sc->vte_intrhand);
527 if (sc->vte_intrhand != NULL) {
528 bus_teardown_intr(dev, sc->vte_irq, sc->vte_intrhand);
529 sc->vte_intrhand = NULL;

Completed in 101 milliseconds