Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_ath_pci.c142 ath_intr, &sc->sc_sc, device_xname(self)); in ath_pci_resume()
202 ath_intr, sc, device_xname(self)); in ath_pci_attach()
/netbsd-src/sys/arch/mips/atheros/dev/
H A Dif_ath_arbus.c158 asc->sc_ih = arbus_intr_establish(aa->aa_cirq, aa->aa_mirq, ath_intr, in ath_arbus_attach()
/netbsd-src/sys/dev/cardbus/
H A Dif_ath_cardbus.c128 IPL_NET, ath_intr, &csc->sc_ath); in ath_cardbus_resume()
/netbsd-src/sys/dev/ic/
H A Dathvar.h321 int ath_intr(void *);
H A Dath.c757 ath_intr(void *arg) in ath_intr() function