Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Delinkxlvar.h136 int ex_intr(void *);
H A Delinkxl.c1228 ex_intr(void *arg) in ex_intr() function
/netbsd-src/sys/dev/cardbus/
H A Dif_ex_cardbus.c340 sc->sc_ih = Cardbus_intr_establish(csc->sc_ct, IPL_NET, ex_intr, sc); in ex_cardbus_enable()
/netbsd-src/sys/dev/pci/
H A Dif_ex_pci.c291 sc->sc_ih = pci_intr_establish_xname(pc, ih, IPL_NET, ex_intr, sc, in ex_pci_attach()