Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_txp.c76 int txp_intr(void *);
260 sc->sc_ih = pci_intr_establish(pc, ih, IPL_NET, txp_intr, sc, in txp_attach()
535 txp_intr(void *vsc) in txp_intr() function