Searched refs:ti_intrhand (Results 1 – 2 of 2) sorted by relevance
141 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()
1117 void * ti_intrhand; member