Home
last modified time | relevance | path

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

/freebsd/sys/dev/vte/
H A Dif_vtevar.h131 void *vte_intrhand; member
H A Dif_vte.c478 NULL, vte_intr, sc, &sc->vte_intrhand); in vte_attach()
511 if (sc->vte_intrhand != NULL) { in vte_detach()
512 bus_teardown_intr(dev, sc->vte_irq, sc->vte_intrhand); in vte_detach()
513 sc->vte_intrhand = NULL; in vte_detach()