Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ti_pci.c141 sc->ti_intrhand = pci_intr_establish(pc, ih, IPL_NET, ti_intr, sc, in ti_pci_attach()
143 if (sc->ti_intrhand == NULL) { in ti_pci_attach()
170 pci_intr_disestablish(pc, sc->ti_intrhand); in ti_pci_attach()
/openbsd/sys/dev/ic/
H A Dtireg.h1117 void * ti_intrhand; member