Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dath.c134 static void ath_rxorn_proc(void *, int);
209 ATH_TASK_FUNC(ath_rxorn_proc);
397 TASK_INIT(&sc->sc_rxorntask, 0, ath_rxorn_proc, sc); in ath_attach()
893 ath_rxorn_proc(void *arg, int pending) in ath_rxorn_proc() function