twe_intr
void *twe_intr; /* interrupt handle */ \
twe_pci_intr, sc, &sc->twe_intr, NULL)) {
if (sc->twe_intr)
bus_teardown_intr(sc->twe_dev, sc->twe_irq, sc->twe_intr);
twe_intr(sc);
extern void twe_intr(struct twe_softc *sc); /* hardware interrupt signalled */